Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c4d6e8b53b07cf500f7946d7652b237d49bc692e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c4d6e8b53b07cf500f7946d7652b237d49bc692e)
  • Date: Sat, 5 May 2018 13:55:59 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/cryptopp/BUILD | 1 +
crypto/cryptopp/DEPENDS | 1 -
crypto/cryptopp/DETAILS | 18 +++++++++---------
crypto/cryptopp/HISTORY | 7 +++++++
crypto/cryptopp/INSTALL | 6 +-----
crypto/cryptopp/PRE_BUILD | 7 ++-----
6 files changed, 20 insertions(+), 20 deletions(-)

New commits:
commit c4d6e8b53b07cf500f7946d7652b237d49bc692e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cryptopp: => 6.1.0 SECURITY FIX

(cherry picked from commit 18478e23673a5c6fc1b8fa2a7779386fe374b9a4)

Conflicts:
crypto/cryptopp/DETAILS

diff --git a/crypto/cryptopp/BUILD b/crypto/cryptopp/BUILD
index c0ab337..2ae0439 100755
--- a/crypto/cryptopp/BUILD
+++ b/crypto/cryptopp/BUILD
@@ -1 +1,2 @@
+cd $SOURCE_DIRECTORY &&
make libcryptopp.a libcryptopp.so
diff --git a/crypto/cryptopp/DEPENDS b/crypto/cryptopp/DEPENDS
index da6d38b..f148724 100755
--- a/crypto/cryptopp/DEPENDS
+++ b/crypto/cryptopp/DEPENDS
@@ -1,2 +1 @@
-depends unzip &&
depends -sub CXX gcc
diff --git a/crypto/cryptopp/DETAILS b/crypto/cryptopp/DETAILS
index c5410c7..395e2ae 100755
--- a/crypto/cryptopp/DETAILS
+++ b/crypto/cryptopp/DETAILS
@@ -1,14 +1,14 @@
SPELL=cryptopp
- VERSION=565
- VERSIONX=`echo ${VERSION} | sed -r "s:([0-9])([0-9]):\1.\2.:"`
- SECURITY_PATCH=1
-
SOURCE_HASH=sha512:f13718d02ca69b0129aaf9e767c9d2e0333aa7538355f9c63d9eaf1ff369062084a18dc01489439ebf37797b3ea81b01beb072057d47ec962bfb824ddc72abc7
- SOURCE=$SPELL$VERSION.zip
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL$VERSION"
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=http://www.cryptopp.com/$SOURCE
+ SPELLX=CRYPTOPP
+ VERSION=6.1.0
+ VERSIONX=`echo ${VERSION} | sed -r "s/\./\_/g"`
+
SOURCE_HASH=sha512:4bc02fef33f1859a07434a4752c2575afd781056e9a91eed99a13cebe2c91d66cbc7173e34d362da63dad6d38f9594ff291accd27e111232996ccd536bba0f39
+ SECURITY_PATCH=2
+ SOURCE="${SPELLX}_${VERSIONX}.tar.gz"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${SPELLX}_${VERSIONX}"
+ SOURCE_URL[0]=https://github.com/weidai11/cryptopp/archive/$SOURCE
LICENSE[0]=BSD
- WEB_SITE=http://cryptopp.com
+ WEB_SITE=https://cryptopp.com
DOCS="Install.txt License.txt Readme.txt"
ENTERED=20040730
KEYWORDS="crypto"
diff --git a/crypto/cryptopp/HISTORY b/crypto/cryptopp/HISTORY
index 1bfa44a..f9c57bb 100644
--- a/crypto/cryptopp/HISTORY
+++ b/crypto/cryptopp/HISTORY
@@ -1,3 +1,10 @@
+2018-02-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.1.0
+ now at github
+ SECURITY_PATCH++ fix CVE-2016-9939 CVE-2017-9434
+ * DEPENDS: delete unzip
+ * BUILD INSTALL PRE_BUILD: tweak
+
2016-11-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.6.5; SECURITY_PATCH=1; quoting paths;
updated DOCS
diff --git a/crypto/cryptopp/INSTALL b/crypto/cryptopp/INSTALL
index 6518b6d..5c6bc29 100755
--- a/crypto/cryptopp/INSTALL
+++ b/crypto/cryptopp/INSTALL
@@ -1,6 +1,2 @@
-install -vm 755 -d "${INSTALL_ROOT}/usr/include/cryptopp" &&
-install -vm 644 *.h "${INSTALL_ROOT}/usr/include/cryptopp" &&
-
-cp -v -d libcryptopp.* "${INSTALL_ROOT}/usr/lib/" &&
-
+make install &&
sed "s:%%VERSION%%:${VERSIONX}:"
"${SPELL_DIRECTORY}/files/libcrypto++.pc.in" >
"${INSTALL_ROOT}/usr/lib/pkgconfig/libcrypto++.pc"
diff --git a/crypto/cryptopp/PRE_BUILD b/crypto/cryptopp/PRE_BUILD
index da8b4ff..6f466a6 100755
--- a/crypto/cryptopp/PRE_BUILD
+++ b/crypto/cryptopp/PRE_BUILD
@@ -1,6 +1,3 @@
-mk_source_dir &&
+default_pre_build &&
cd $SOURCE_DIRECTORY &&
-
-unpack_file &&
-
-sedit "s:-march=native::" GNUmakefile
+sed -i '/PREFIX/s|/local||' GNUmakefile



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c4d6e8b53b07cf500f7946d7652b237d49bc692e), Vlad Glagolev, 05/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page