Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 10:25:24 +0800 (CST)
From:      Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        delphij@FreeBSD.org
Subject:   ports/118159: [PATCH] security/cryptopp: update to 5.5.2
Message-ID:  <20071121022525.0BCC27E99A@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200711210230.lAL2U4B3058014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118159
>Category:       ports
>Synopsis:       [PATCH] security/cryptopp: update to 5.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 02:30:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #14: Thu Jul 26 09:06:47 CST 2007
>Description:
- Update to 5.5.2

Port maintainer (delphij@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- cryptopp-5.5.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/cryptopp/Makefile,v
retrieving revision 1.21
diff -u -u -r1.21 Makefile
--- Makefile	4 Oct 2007 06:00:20 -0000	1.21
+++ Makefile	21 Nov 2007 02:25:14 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=		cryptopp
-PORTVERSION=		5.4
+PORTVERSION=		5.5.2
 CATEGORIES=		security
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES=		SF \
 			http://www.cryptopp.com/ \
 			http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/cryptopp/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	13 Jan 2007 18:41:37 -0000	1.7
+++ distinfo	21 Nov 2007 02:25:14 -0000
@@ -1,3 +1,3 @@
-MD5 (cryptopp54.zip) = 40e760012d1b0b7e316676ef09e0a814
-SHA256 (cryptopp54.zip) = fa9aceb1b46c886b5c13fe5aa3d0cdbd74b4a2dd894e290cbdbfd17fe8a7fe5a
-SIZE (cryptopp54.zip) = 950582
+MD5 (cryptopp552.zip) = a889be9d9ad5c202c925fb105caa4857
+SHA256 (cryptopp552.zip) = 078f8deb033e2619582b4e9e462bbac5127b0defbcfea49c3583be31f940a759
+SIZE (cryptopp552.zip) = 992073
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/security/cryptopp/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	13 Jan 2007 18:41:37 -0000	1.5
+++ pkg-plist	21 Nov 2007 02:25:14 -0000
@@ -18,6 +18,7 @@
 include/cryptopp/cbcmac.h
 include/cryptopp/channels.h
 include/cryptopp/config.h
+include/cryptopp/cpu.h
 include/cryptopp/crc.h
 include/cryptopp/cryptlib.h
 include/cryptopp/default.h
@@ -44,7 +45,6 @@
 include/cryptopp/gfpcrypt.h
 include/cryptopp/gost.h
 include/cryptopp/gzip.h
-include/cryptopp/haval.h
 include/cryptopp/hex.h
 include/cryptopp/hmac.h
 include/cryptopp/hrtimer.h
@@ -58,7 +58,6 @@
 include/cryptopp/md2.h
 include/cryptopp/md4.h
 include/cryptopp/md5.h
-include/cryptopp/md5mac.h
 include/cryptopp/mdc.h
 include/cryptopp/misc.h
 include/cryptopp/modarith.h
@@ -96,6 +95,7 @@
 include/cryptopp/secblock.h
 include/cryptopp/seckey.h
 include/cryptopp/serpent.h
+include/cryptopp/serpentp.h
 include/cryptopp/sha.h
 include/cryptopp/shacal2.h
 include/cryptopp/shark.h
@@ -103,6 +103,7 @@
 include/cryptopp/skipjack.h
 include/cryptopp/smartptr.h
 include/cryptopp/socketft.h
+include/cryptopp/sosemanuk.h
 include/cryptopp/square.h
 include/cryptopp/stdcpp.h
 include/cryptopp/strciphr.h
@@ -113,12 +114,12 @@
 include/cryptopp/ttmac.h
 include/cryptopp/twofish.h
 include/cryptopp/validate.h
+include/cryptopp/vmac.h
 include/cryptopp/wait.h
 include/cryptopp/wake.h
 include/cryptopp/whrlpool.h
 include/cryptopp/winpipes.h
 include/cryptopp/words.h
-include/cryptopp/xormac.h
 include/cryptopp/xtr.h
 include/cryptopp/xtrcrypt.h
 include/cryptopp/zdeflate.h
Index: files/patch-aa
===================================================================
RCS file: /home/pcvs/ports/security/cryptopp/files/patch-aa,v
retrieving revision 1.3
diff -u -u -r1.3 patch-aa
--- files/patch-aa	30 Jan 2005 13:05:17 -0000	1.3
+++ files/patch-aa	21 Nov 2007 02:25:14 -0000
@@ -1,13 +1,12 @@
---- GNUmakefile.orig	Sun Jun 20 11:22:24 2004
-+++ GNUmakefile	Sun Jan 30 02:09:00 2005
-@@ -1,5 +1,5 @@
- # can't use -fno-rtti yet because it causes problems with exception handling in GCC 2.95.2
--CXXFLAGS = -g
-+CXXFLAGS ?= -g
- # Uncomment the following two lines to do a release build.
- # Note that you must define NDEBUG for your own application if you define it for Crypto++.
- # Make sure you run the validation tests and test your own program thoroughly
-@@ -75,7 +75,7 @@
+--- GNUmakefile.orig	Wed Nov 21 10:10:19 2007
++++ GNUmakefile	Wed Nov 21 10:10:50 2007
+@@ -1,4 +1,4 @@
+-CXXFLAGS = -DNDEBUG -g -O2
++CXXFLAGS ?= -DNDEBUG -g -O2
+ # the following options reduce code size, but breaks link or makes link very slow on some systems
+ # CXXFLAGS += -ffunction-sections -fdata-sections
+ # LDFLAGS += -Wl,--gc-sections
+@@ -102,7 +102,7 @@
  TESTIMPORTOBJS = $(TESTOBJS:.o=.import.o)
  DLLTESTOBJS = dlltest.dllonly.o
  
@@ -16,7 +15,7 @@
  
  clean:
  	$(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS)
-@@ -84,7 +84,7 @@
+@@ -117,7 +117,7 @@
  	$(AR) $(ARFLAGS) $@ $(LIBOBJS)
  	$(RANLIB) $@
  
--- cryptopp-5.5.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071121022525.0BCC27E99A>