mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
crypto++, bump to version 8.9.0 (#12116)
This commit is contained in:
@@ -19,7 +19,7 @@ COPYRIGHT="2015-2019 Wei Dai"
|
||||
LICENSE="Boost v1.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/weidai11/cryptopp/archive/CRYPTOPP_${portVersion//./_}.tar.gz"
|
||||
CHECKSUM_SHA256="f8b8f632533b279ee297694e651e9204824bba6022ce66e60ebebb08b551fe7a"
|
||||
CHECKSUM_SHA256="ab5174b9b5c6236588e15a1aa1aaecb6658cdbe09501c7981ac8db276a24d9ab"
|
||||
SOURCE_DIR="cryptopp-CRYPTOPP_${portVersion//./_}"
|
||||
PATCHES="crypto++-$portVersion.patchset"
|
||||
|
||||
@@ -27,7 +27,7 @@ ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=$portVersion
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%.*}"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
crypto++$secondaryArchSuffix = $portVersion
|
||||
@@ -1,11 +1,11 @@
|
||||
From 03e8f52590826ab2de9fe31538cfe692d8d4b0e9 Mon Sep 17 00:00:00 2001
|
||||
From 7a0a602e398bf79f38ab0a49d65d60c6e394a057 Mon Sep 17 00:00:00 2001
|
||||
From: kikadf <kikadf.01@gmail.com>
|
||||
Date: Fri, 31 May 2019 16:04:29 +0200
|
||||
Subject: add Haiku patchset
|
||||
|
||||
|
||||
diff --git a/GNUmakefile b/GNUmakefile
|
||||
index b1f4af0..06e2de9 100644
|
||||
index fbc69a2..ac40ccd 100644
|
||||
--- a/GNUmakefile
|
||||
+++ b/GNUmakefile
|
||||
@@ -78,6 +78,7 @@ IS_DARWIN := $(shell echo "$(SYSTEMX)" | $(GREP) -i -c "Darwin")
|
||||
@@ -25,7 +25,7 @@ index b1f4af0..06e2de9 100644
|
||||
HAS_SOLIB_VERSION := 1
|
||||
endif
|
||||
|
||||
@@ -1144,7 +1145,7 @@ ifeq ($(HAS_SOLIB_VERSION),1)
|
||||
@@ -1148,7 +1149,7 @@ ifeq ($(HAS_SOLIB_VERSION),1)
|
||||
# Different patchlevels and minors are compatible since 6.1
|
||||
SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR)
|
||||
# Linux uses -Wl,-soname
|
||||
@@ -35,20 +35,20 @@ index b1f4af0..06e2de9 100644
|
||||
SOLIB_VERSION_SUFFIX=.$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)
|
||||
SOLIB_FLAGS=-Wl,-soname,libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
|
||||
--
|
||||
2.37.3
|
||||
2.48.1
|
||||
|
||||
|
||||
From 2846485f5cbc97808f788c77749595535d69cf04 Mon Sep 17 00:00:00 2001
|
||||
From 3d69eb710baac6426c0eff310a3f8078a4cfe59c Mon Sep 17 00:00:00 2001
|
||||
From: kikadf <kikadf.01@gmail.com>
|
||||
Date: Fri, 7 Jun 2019 15:00:26 +0200
|
||||
Subject: Haiku fix 2 config.h
|
||||
|
||||
|
||||
diff --git a/config_os.h b/config_os.h
|
||||
index 107e445..c54d4c9 100644
|
||||
index ed8e52c..ba86a6b 100644
|
||||
--- a/config_os.h
|
||||
+++ b/config_os.h
|
||||
@@ -40,7 +40,7 @@
|
||||
@@ -39,7 +39,7 @@
|
||||
#endif
|
||||
|
||||
// Unix and Linux platforms
|
||||
@@ -58,5 +58,5 @@ index 107e445..c54d4c9 100644
|
||||
#endif
|
||||
|
||||
--
|
||||
2.37.3
|
||||
2.48.1
|
||||
|
||||
Reference in New Issue
Block a user