Bug 139484

Summary: [MAINTAINER PATCH] security/nettle: update to 2.0
Product: Ports & Packages Reporter: Charlie Kester <corky1951>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nettle-2.0.diff none

Description Charlie Kester 2009-10-10 16:50:02 UTC
	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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-10-10 17:17:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-02 13:46:05 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-02 13:48:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!