From 4bacfe614ecd91177a3f9f0ff5f137a58bd4cabc Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 22 Feb 2018 15:16:33 +0300 Subject: [PATCH] crypto++-6.0.0:ver.bump --- util/crypt/crypto++/actions.py | 10 ++-------- util/crypt/crypto++/pspec.xml | 9 ++++++++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/util/crypt/crypto++/actions.py b/util/crypt/crypto++/actions.py index 5c82346313..00ed5864ad 100644 --- a/util/crypt/crypto++/actions.py +++ b/util/crypt/crypto++/actions.py @@ -10,18 +10,12 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools from pisi.actionsapi import get -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_SHARED=ON \ - -DBUILD_STATIC=OFF \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_LIBDIR=lib") - pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION()) def build(): cmaketools.make() + + pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION()) def install(): cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR()) diff --git a/util/crypt/crypto++/pspec.xml b/util/crypt/crypto++/pspec.xml index d8620acbc8..cd285eb106 100644 --- a/util/crypt/crypto++/pspec.xml +++ b/util/crypt/crypto++/pspec.xml @@ -12,7 +12,7 @@ library Public domain C++ class library of cryptographic schemes crypto++ is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain. - https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_5.tar.gz + https://github.com/weidai11/cryptopp/archive/CRYPTOPP_6_0_0.tar.gz cryptopp.pc @@ -47,6 +47,13 @@ + + 2018-02-22 + 6.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + 2017-01-04 5.6.5