[106315] trunk/dports/devel/libcryptopp

raphael at macports.org raphael at macports.org
Wed May 22 04:53:35 PDT 2013


Revision: 106315
          https://trac.macports.org/changeset/106315
Author:   raphael at macports.org
Date:     2013-05-22 04:53:34 -0700 (Wed, 22 May 2013)
Log Message:
-----------
libcryptopp: update to version 5.6.2

Modified Paths:
--------------
    trunk/dports/devel/libcryptopp/Portfile
    trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff

Removed Paths:
-------------
    trunk/dports/devel/libcryptopp/files/patch-name_lookup.diff

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2013-05-22 10:32:45 UTC (rev 106314)
+++ trunk/dports/devel/libcryptopp/Portfile	2013-05-22 11:53:34 UTC (rev 106315)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		    libcryptopp
-version             5.6.1
+version             5.6.2
 categories          devel security
 platforms           darwin
 maintainers         raphael openmaintainer
@@ -19,14 +19,13 @@
                     ${homepage}
 distname            cryptopp[strsed ${version} {g/\.//}]
 
-checksums           rmd160  a8a5b80c995c5d4ddafba228caf8866425212fbf \
-                    sha256  98e74d8cb17a38033354519ac8ba9c5d98a6dc00bf5d1ec3c533c2e8ec86f268
+checksums           rmd160  b41af768b3a5ba927dac44ec554dc2095e21b1bb \
+                    sha256  5cbfd2fcb4a6b3aab35902e2e0f3b59d9171fee12b3fc2b363e1801dfec53574
 
 use_zip             yes
 extract.mkdir	    yes
 
-patchfiles          patch-GNUmakefile.diff \
-                    patch-name_lookup.diff
+patchfiles          patch-GNUmakefile.diff
 
 use_configure       no
 

Modified: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	2013-05-22 10:32:45 UTC (rev 106314)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff	2013-05-22 11:53:34 UTC (rev 106315)
@@ -1,28 +1,14 @@
---- GNUmakefile.orig	2010-08-28 19:15:56.000000000 +0200
-+++ GNUmakefile	2010-08-28 19:16:40.000000000 +0200
+--- GNUmakefile.orig	2013-05-22 13:31:13.000000000 +0200
++++ GNUmakefile	2013-05-22 13:34:05.000000000 +0200
 @@ -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
-@@ -22,21 +22,20 @@
- CXX = g++
- endif
+@@ -36,9 +36,7 @@
+ GAS219_OR_LATER = $(shell $(CXX) -xc -c /dev/null -Wa,-v -o/dev/null 2>&1 | $(EGREP) -c "GNU assembler version (2\.19|2\.[2-9]|[3-9])")
  
-+IS_SUN_CC = $(shell $(CXX) -V 2>&1 | $(EGREP) -c "CC: Sun")
-+
- ifeq ($(ISX86),1)
- 
- GCC42_OR_LATER = $(shell $(CXX) -v 2>&1 | $(EGREP) -c "^gcc version (4.[2-9]|[5-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])")
- ISMINGW = $(shell $(CXX) --version 2>&1 | $(EGREP) -c "mingw")
- 
  ifneq ($(GCC42_OR_LATER),0)
 -ifeq ($(UNAME),Darwin)
 -CXXFLAGS += -arch x86_64 -arch i386

Deleted: trunk/dports/devel/libcryptopp/files/patch-name_lookup.diff
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-name_lookup.diff	2013-05-22 10:32:45 UTC (rev 106314)
+++ trunk/dports/devel/libcryptopp/files/patch-name_lookup.diff	2013-05-22 11:53:34 UTC (rev 106315)
@@ -1,106 +0,0 @@
---- algebra.cpp.orig	2012-04-19 18:40:23.000000000 +0200
-+++ algebra.cpp	2012-04-19 18:41:06.000000000 +0200
-@@ -58,7 +58,7 @@
- 	Element g[3]={b, a};
- 	unsigned int i0=0, i1=1, i2=2;
- 
--	while (!Equal(g[i1], this->Identity()))
-+	while (!this->Equal(g[i1], this->Identity()))
- 	{
- 		g[i2] = Mod(g[i0], g[i1]);
- 		unsigned int t = i0; i0 = i1; i1 = i2; i2 = t;
-@@ -74,7 +74,7 @@
- 	Element y;
- 	unsigned int i0=0, i1=1, i2=2;
- 
--	while (!Equal(g[i1], Identity()))
-+	while (!this->Equal(g[i1], Identity()))
- 	{
- 		// y = g[i0] / g[i1];
- 		// g[i2] = g[i0] % g[i1];
---- eccrypto.cpp.orig	2012-04-19 18:35:31.000000000 +0200
-+++ eccrypto.cpp	2012-04-19 18:43:04.000000000 +0200
-@@ -435,7 +435,7 @@
- 	StringSource ssG(param.g, true, new HexDecoder);
- 	Element G;
- 	bool result = GetCurve().DecodePoint(G, ssG, (size_t)ssG.MaxRetrievable());
--	SetSubgroupGenerator(G);
-+	this->SetSubgroupGenerator(G);
- 	assert(result);
- 
- 	StringSource ssN(param.n, true, new HexDecoder);
-@@ -591,7 +591,7 @@
- 	if (level >= 2 && pass)
- 	{
- 		const Integer &q = GetSubgroupOrder();
--		Element gq = gpc ? gpc->Exponentiate(this->GetGroupPrecomputation(), q) : ExponentiateElement(g, q);
-+		Element gq = gpc ? gpc->Exponentiate(this->GetGroupPrecomputation(), q) : this->ExponentiateElement(g, q);
- 		pass = pass && IsIdentity(gq);
- 	}
- 	return pass;
-@@ -629,7 +629,7 @@
- 	typename EC::Point P;
- 	if (!this->GetGroupParameters().GetCurve().DecodePoint(P, bt, size))
- 		BERDecodeError();
--	SetPublicElement(P);
-+	this->SetPublicElement(P);
- }
- 
- template <class EC>
---- eccrypto.h.orig	2012-04-19 18:37:09.000000000 +0200
-+++ eccrypto.h	2012-04-19 18:43:57.000000000 +0200
-@@ -43,7 +43,7 @@
- 	void Initialize(const EllipticCurve &ec, const Point &G, const Integer &n, const Integer &k = Integer::Zero())
- 	{
- 		this->m_groupPrecomputation.SetCurve(ec);
--		SetSubgroupGenerator(G);
-+		this->SetSubgroupGenerator(G);
- 		m_n = n;
- 		m_k = k;
- 	}
-@@ -145,9 +145,9 @@
- 	typedef typename EC::Point Element;
- 
- 	void Initialize(const DL_GroupParameters_EC<EC> &params, const Element &Q)
--		{this->AccessGroupParameters() = params; SetPublicElement(Q);}
-+		{this->AccessGroupParameters() = params; this->SetPublicElement(Q);}
- 	void Initialize(const EC &ec, const Element &G, const Integer &n, const Element &Q)
--		{this->AccessGroupParameters().Initialize(ec, G, n); SetPublicElement(Q);}
-+		{this->AccessGroupParameters().Initialize(ec, G, n); this->SetPublicElement(Q);}
- 
- 	// X509PublicKey
- 	void BERDecodePublicKey(BufferedTransformation &bt, bool parametersPresent, size_t size);
-@@ -166,9 +166,9 @@
- 	void Initialize(const EC &ec, const Element &G, const Integer &n, const Integer &x)
- 		{this->AccessGroupParameters().Initialize(ec, G, n); this->SetPrivateExponent(x);}
- 	void Initialize(RandomNumberGenerator &rng, const DL_GroupParameters_EC<EC> &params)
--		{GenerateRandom(rng, params);}
-+		{this->GenerateRandom(rng, params);}
- 	void Initialize(RandomNumberGenerator &rng, const EC &ec, const Element &G, const Integer &n)
--		{GenerateRandom(rng, DL_GroupParameters_EC<EC>(ec, G, n));}
-+		{this->GenerateRandom(rng, DL_GroupParameters_EC<EC>(ec, G, n));}
- 
- 	// PKCS8PrivateKey
- 	void BERDecodePrivateKey(BufferedTransformation &bt, bool parametersPresent, size_t size);
---- panama.cpp.orig	2012-04-19 18:45:47.000000000 +0200
-+++ panama.cpp	2012-04-19 18:46:25.000000000 +0200
-@@ -422,7 +422,7 @@
- {
- 	this->ThrowIfInvalidTruncatedSize(size);
- 
--	PadLastBlock(this->BLOCKSIZE, 0x01);
-+	this->PadLastBlock(this->BLOCKSIZE, 0x01);
- 	
- 	HashEndianCorrectedBlock(this->m_data);
- 
---- secblock.h.orig	2012-04-19 18:27:02.000000000 +0200
-+++ secblock.h	2012-04-19 18:27:29.000000000 +0200
-@@ -88,7 +88,7 @@
- 
- 	pointer allocate(size_type n, const void * = NULL)
- 	{
--		CheckSize(n);
-+		this->CheckSize(n);
- 		if (n == 0)
- 			return NULL;
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130522/4af2824c/attachment.html>


More information about the macports-changes mailing list