ports/75392: [MAINTAINER UPDATE] Update cryptopp to 5.2.1
Xin LI
delphij at delphij.net
Wed Dec 22 17:00:51 UTC 2004
>Number: 75392
>Category: ports
>Synopsis: [MAINTAINER UPDATE] Update cryptopp to 5.2.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 22 17:00:47 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 5.3-delphij i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD beastie.frontfree.net 5.3-delphij FreeBSD 5.3-delphij #11: Tue Oct 26 14:12:03 CST 2004 delphij at beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386
>Description:
This update corrects several bugs found in 5.2 of crypto++
>How-To-Repeat:
>Fix:
--- patch-cryptopp begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/cryptopp/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 28 Sep 2004 02:07:03 -0000 1.12
+++ Makefile 22 Dec 2004 16:38:15 -0000
@@ -6,17 +6,17 @@
#
PORTNAME= cryptopp
-PORTVERSION= 5.2
+PORTVERSION= 5.2.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.eskimo.com/~weidai/ \
http://gd.tuwien.ac.at/privacy/crypto/libs/cryptlib/ \
http://www.mirrors.wiretapped.net/security/cryptography/libraries/cryptolib/
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= crypto${PORTVERSION:S/.//g}
+DISTNAME= cryptopp${PORTVERSION:S/.//g}
EXTRACT_SUFX= .zip
-MAINTAINER= delphij at FreeBSD.org.cn
+MAINTAINER= delphij at FreeBSD.org
COMMENT= A free C++ class library of Cryptographic Primitives
NO_WRKSUBDIR= yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/cryptopp/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 17 Jul 2004 19:35:54 -0000 1.4
+++ distinfo 22 Dec 2004 16:39:03 -0000
@@ -1,2 +1,2 @@
-MD5 (crypto52.zip) = 5c09d632ef36e889f1727fb50cb21c4d
-SIZE (crypto52.zip) = 1045252
+MD5 (cryptopp521.zip) = 82a00c44235ccbae2bedf9cb16c40ac3
+SIZE (cryptopp521.zip) = 1010937
Index: files/patch-ab
===================================================================
RCS file: files/patch-ab
diff -N files/patch-ab
--- files/patch-ab 17 Jul 2004 19:35:55 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- integer.cpp.orig Sun Jul 18 00:46:23 2004
-+++ integer.cpp Sun Jul 18 00:46:46 2004
-@@ -20,7 +20,7 @@
- #ifdef SSE2_INTRINSICS_AVAILABLE
- #ifdef __GNUC__
- #include <xmmintrin.h>
-- #include <malloc.h>
-+ #include <stdlib.h>
- #include <signal.h>
- #include <setjmp.h>
- #else
-@@ -56,7 +56,7 @@
- {
- void *p;
- #ifdef __GNUC__
-- while (!(p = memalign(16, sizeof(T)*n)))
-+ while (!(p = malloc(sizeof(T)*n)))
- #else
- while (!(p = _mm_malloc(sizeof(T)*n, 16)))
- #endif
--- patch-cryptopp ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list