Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 22:51:57 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318803 - in head/security/cryptopp: . files
Message-ID:  <201305222251.r4MMpvvu004587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed May 22 22:51:57 2013
New Revision: 318803
URL: http://svnweb.freebsd.org/changeset/ports/318803

Log:
  Update to 5.6.2.

Deleted:
  head/security/cryptopp/files/patch-clang
Modified:
  head/security/cryptopp/Makefile
  head/security/cryptopp/distinfo
  head/security/cryptopp/files/patch-GNUmakefile
  head/security/cryptopp/pkg-plist

Modified: head/security/cryptopp/Makefile
==============================================================================
--- head/security/cryptopp/Makefile	Wed May 22 22:41:42 2013	(r318802)
+++ head/security/cryptopp/Makefile	Wed May 22 22:51:57 2013	(r318803)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		cryptopp
-PORTVERSION=		5.6.1
-PORTREVISION=		3
+PORTVERSION=		5.6.2
 CATEGORIES=		security
 MASTER_SITES=		SF \
 			http://www.cryptopp.com/

Modified: head/security/cryptopp/distinfo
==============================================================================
--- head/security/cryptopp/distinfo	Wed May 22 22:41:42 2013	(r318802)
+++ head/security/cryptopp/distinfo	Wed May 22 22:51:57 2013	(r318803)
@@ -1,2 +1,2 @@
-SHA256 (cryptopp561.zip) = 98e74d8cb17a38033354519ac8ba9c5d98a6dc00bf5d1ec3c533c2e8ec86f268
-SIZE (cryptopp561.zip) = 1069703
+SHA256 (cryptopp562.zip) = 5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574
+SIZE (cryptopp562.zip) = 1137964

Modified: head/security/cryptopp/files/patch-GNUmakefile
==============================================================================
--- head/security/cryptopp/files/patch-GNUmakefile	Wed May 22 22:41:42 2013	(r318802)
+++ head/security/cryptopp/files/patch-GNUmakefile	Wed May 22 22:51:57 2013	(r318803)
@@ -1,30 +1,17 @@
---- ./GNUmakefile.orig	2010-08-09 14:22:42.000000000 -0700
-+++ ./GNUmakefile	2012-07-21 03:14:01.000000000 +0200
+--- GNUmakefile.orig	2013-02-20 15:30:52.000000000 -0800
++++ GNUmakefile	2013-05-22 15:43:40.000000000 -0700
 @@ -1,4 +1,4 @@
 -CXXFLAGS = -DNDEBUG -g -O2
 +#CXXFLAGS = -DNDEBUG -g -O2
- #CXXFLAGS = -g
+ # -O3 fails to link on Cygwin GCC version 4.5.3
  # -fPIC is supported. Please report any breakage of -fPIC as a bug.
  # CXXFLAGS += -fPIC
-@@ -28,9 +28,9 @@
- INTEL_COMPILER = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "\(ICC\)")
- ICC111_OR_LATER = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "\(ICC\) ([2-9][0-9]|1[2-9]|11\.[1-9])")
- IS_SUN_CC = $(shell $(CXX) -V 2>&1 | $(EGREP) -c "CC: Sun")
--GAS210_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.[1-9][0-9]|[3-9])")
--GAS217_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.1[7-9]|2\.[2-9]|[3-9])")
--GAS219_OR_LATER = $(shell echo "" | $(AS) -v 2>&1 | $(EGREP) -c "GNU assembler version (2\.19|2\.[2-9]|[3-9])")
-+GAS210_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.[1-9][0-9]|[3-9])")
-+GAS217_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.1[7-9]|2\.[2-9]|[3-9])")
-+GAS219_OR_LATER = $(shell echo "" | $(CXX) -xc -c -Wa,-v -o/dev/null - 2>&1 | $(EGREP) -c "GNU assembler version (2\.19|2\.[2-9]|[3-9])")
- ISMINGW = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "mingw")
- 
- ifneq ($(GCC42_OR_LATER),0)
-@@ -151,7 +151,7 @@
-	$(RANLIB) $@
+@@ -165,7 +165,7 @@
+ 	$(RANLIB) $@
  
  libcryptopp.so: $(LIBOBJS)
 -	$(CXX) -shared -o $@ $(LIBOBJS)
 +	$(CXX) -shared -o $@ $(CXXFLAGS) $(LDFLAGS) $(LIBOBJS)
  
  cryptest.exe: libcryptopp.a $(TESTOBJS)
-	$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) -L. -lcryptopp $(LDFLAGS) $(LDLIBS)
+ 	$(CXX) -o $@ $(CXXFLAGS) $(TESTOBJS) ./libcryptopp.a $(LDFLAGS) $(LDLIBS)

Modified: head/security/cryptopp/pkg-plist
==============================================================================
--- head/security/cryptopp/pkg-plist	Wed May 22 22:41:42 2013	(r318802)
+++ head/security/cryptopp/pkg-plist	Wed May 22 22:51:57 2013	(r318803)
@@ -103,6 +103,7 @@ include/cryptopp/seed.h
 include/cryptopp/serpent.h
 include/cryptopp/serpentp.h
 include/cryptopp/sha.h
+include/cryptopp/sha3.h
 include/cryptopp/shacal2.h
 include/cryptopp/shark.h
 include/cryptopp/simple.h



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