Update to version 2.0 This release breaks binary compatibility by splitting the nettle library into two libraries, libnettle and libhogweed. libnettle contains the symmetric crypto algorithms that don't depend on GMP, while libhogweed contains the public key algorithms that depend on GMP.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2009-12-02 13:45:52 UTC FreeBSD ports repository Modified files: security Makefile security/nettle Makefile distinfo pkg-plist Removed files: security/nettle/files patch-Makefile.in patch-configure patch-examples_nettle-openssl.c security/nettle2 Makefile distinfo pkg-descr pkg-plist security/nettle2/files patch-Makefile.in patch-nettle2.info Log: All ports depending on the nettle library have been updated to use nettle 2.0, and there is no longer any reason to keep separate ports for nettle versions 1.x and 2.x. PR: 139482 139484 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Revision Changes Path 1.1060 +0 -1 ports/security/Makefile 1.25 +6 -6 ports/security/nettle/Makefile 1.9 +3 -3 ports/security/nettle/distinfo 1.3 +0 -10 ports/security/nettle/files/patch-Makefile.in (dead) 1.3 +0 -11 ports/security/nettle/files/patch-configure (dead) 1.4 +0 -13 ports/security/nettle/files/patch-examples_nettle-openssl.c (dead) 1.11 +25 -16 ports/security/nettle/pkg-plist 1.27 +0 -51 ports/security/nettle2/Makefile (dead) 1.11 +0 -3 ports/security/nettle2/distinfo (dead) 1.4 +0 -23 ports/security/nettle2/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/security/nettle2/files/patch-nettle2.info (dead) 1.3 +0 -6 ports/security/nettle2/pkg-descr (dead) 1.13 +0 -74 ports/security/nettle2/pkg-plist (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!