Ticket #6757 (closed defect: invalid)
libgcrypt in Sage is GPL 3
| Reported by: | drkirkby | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | cryptography | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Sage has libgcrypt version 1.4.3 in spkg/standard.
But:
http://directory.fsf.org/project/libgcrypt/
clearly shows:
1.4.3
- Released: 21 Nov, 2008
- Code Maturity: Stable
- Source Archive: http://www.gnupg.org/download/index.en.html#lib...
- Licenses: GPLv3
- Interfaces: Command Line
The file SPKG.txt says:
License
- LGPL V2.1 or later (1.4 release)
Change History
comment:2 Changed 4 years ago by drkirkby
The name of the .spkg file in Sage 4.1.1 is libgcrypt-1.4.3.p1.spkg I've made a libgcrypt-1.4.3.p2.spkg
drkirkby@smudge:[~/sage/suncc/sage-4.1.1/spkg/standard] $ ls -ld libgcrypt* -rw-r--r-- 1 drkirkby other 2036701 Jul 31 22:45 libgcrypt-1.4.3.p1.spkg -rw-r--r-- 1 drkirkby other 2115840 Aug 16 12:34 libgcrypt-1.4.3.p2.spkg drkirkby@smudge:[~/sage/suncc/sage-4.1.1/spkg/standard] $ pwd /export/home/drkirkby/sage/suncc/sage-4.1.1/spkg/standard drkirkby@smudge:[~/sage/suncc/sage-4.1.1/spkg/standard] $
Note: See
TracTickets for help on using
tickets.

See also http://trac.sagemath.org/sage_trac/ticket/1627 When I download libcrypt-1.4.4 from http://www.gnupg.org/download/index.en.html#libgcrypt the COPYING file indicates GPLv2 and the COPYING.LIB file indicates LGPLv2.1.
I don't see 1.4.3 there.