[arch-commits] Commit in botan/trunk (PKGBUILD botan-ldflags.patch)

Antonio Rojas arojas at archlinux.org
Thu Nov 5 17:08:21 UTC 2020


    Date: Thursday, November 5, 2020 @ 17:08:21
  Author: arojas
Revision: 743337

Update to 2.17.0

Modified:
  botan/trunk/PKGBUILD
Deleted:
  botan/trunk/botan-ldflags.patch

---------------------+
 PKGBUILD            |   19 ++++++-------------
 botan-ldflags.patch |   17 -----------------
 2 files changed, 6 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-05 17:06:53 UTC (rev 743336)
+++ PKGBUILD	2020-11-05 17:08:21 UTC (rev 743337)
@@ -7,8 +7,8 @@
 # Contributor: Jack Lloyd <jack at randombit.net>
 
 pkgname=botan
-pkgver=2.16.0
-pkgrel=2
+pkgver=2.17.0
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=(x86_64)
 url='https://botan.randombit.net/'
@@ -16,18 +16,11 @@
 depends=(xz sqlite)
 makedepends=(python boost openssl)
 optdepends=('python: for using botan2.py' 'boost-libs: for the botan executable')
-validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
-source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}
-         botan-ldflags.patch)
-sha256sums=('92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628'
-            'SKIP'
-            'a6e85d537f9a1299be8a6763df09c1b90680f5efd92c42a53ff0f985c82b3000')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc})
+sha256sums=('b97044b312aa718349af7851331b064bc7bd5352400d5f80793bace427d01343'
+            'SKIP')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key
 
-prepare() {
-  cd ${pkgname^}-$pkgver
-  patch -p1 -i ../botan-ldflags.patch # Fix --as-needed
-}
-
 build() {
   cd "${pkgname^}-$pkgver"
 

Deleted: botan-ldflags.patch
===================================================================
--- botan-ldflags.patch	2020-11-05 17:06:53 UTC (rev 743336)
+++ botan-ldflags.patch	2020-11-05 17:08:21 UTC (rev 743337)
@@ -1,17 +0,0 @@
-diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in
-index 0d678345f..07a8d9cd5 100644
---- a/src/build-data/makefile.in
-+++ b/src/build-data/makefile.in
-@@ -72,10 +72,10 @@ TESTOBJS = %{join test_objs}
- # Executable targets
- 
- $(CLI): $(LIBRARIES) $(CLIOBJS)
--	$(EXE_LINK_CMD) $(ABI_FLAGS) $(CLIOBJS) $(EXE_LINKS_TO) $(LDFLAGS) %{output_to_exe}$@
-+	$(EXE_LINK_CMD) $(ABI_FLAGS) $(CLIOBJS) $(LDFLAGS) $(EXE_LINKS_TO) %{output_to_exe}$@
- 
- $(TEST): $(LIBRARIES) $(TESTOBJS)
--	$(EXE_LINK_CMD) $(ABI_FLAGS) $(TESTOBJS) $(EXE_LINKS_TO) $(LDFLAGS) %{output_to_exe}$@
-+	$(EXE_LINK_CMD) $(ABI_FLAGS) $(TESTOBJS) $(LDFLAGS) $(EXE_LINKS_TO) %{output_to_exe}$@
- 
- %{if build_fuzzers}
- 



More information about the arch-commits mailing list