#13392 closed enhancement (fixed)
Remove GNUTLS-related packages
Reported by: | kini | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-5.3 |
Component: | packages: standard | Keywords: | |
Cc: | jhpalmieri | Merged in: | sage-5.3.rc1 |
Authors: | Keshav Kini | Reviewers: | John Palmieri |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
See this sage-devel post by William. Remove the following SPKGs:
- python_gnutls
- gnutls
- opencdk
- libgcrypt
- libgpg_error
Furthermore, as I understand it, our switching to OpenSSL had already made GNUTLS useless in Sage when we started shipping the Flask notebook (Sage 5.2), so we can get rid of GNUTLS and related SPKGs at the same time.
See also #13385.
Attachments (1)
Change History (8)
comment:1 Changed 9 years ago by
- Description modified (diff)
comment:2 Changed 9 years ago by
- Cc jhpalmieri added
- Status changed from new to needs_review
comment:3 Changed 9 years ago by
- Reviewers set to John Palmieri
- Status changed from needs_review to positive_review
comment:4 Changed 9 years ago by
Great, thanks for the review, John!
comment:5 Changed 9 years ago by
Changed the author field on the patch back to me, since Jeroen had changed it to himself for some reason, I assume by accident.
comment:6 Changed 9 years ago by
- Merged in set to sage-5.3.rc1
- Resolution set to fixed
- Status changed from positive_review to closed
comment:7 Changed 8 years ago by
I think notebook.setup()
uses certtool
from gnutls
and with these packages gone it is no longer sufficient to run sage -u openssl pyopenssl
to start using a secure notebook. (I've installed gnutls system-wide and it works now.)
This looks good. Sage builds and all tests pass on several different platforms.