libgcrypt: bump to 1.8.4.

This commit is contained in:
fbrosson
2018-10-27 11:12:21 +00:00
parent 11cdb892c2
commit 93cca09b80
2 changed files with 7 additions and 7 deletions

View File

@@ -6,13 +6,13 @@ COPYRIGHT="2000-2018 Free Software Foundation, Inc."
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$portVersion.tar.bz2"
CHECKSUM_SHA256="66ec90be036747602f2b48f98312361a9180c97c68a690a5f376fa0f67d0af7c"
CHECKSUM_SHA256="f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227"
PATCHES="libgcrypt-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="20.2.3"
libVersion="20.2.4"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="

View File

@@ -5,7 +5,7 @@ Subject: haiku patch
diff --git a/configure.ac b/configure.ac
index dfcd4ef..132fa7b 100644
index ce11162..7fc05ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -761,6 +761,7 @@ fi
@@ -17,7 +17,7 @@ index dfcd4ef..132fa7b 100644
##################################
#### Checks for header files. ####
--
2.2.2
2.19.1
From 2eb88a459c5386a816e74231bc04b4f8a5b42b1e Mon Sep 17 00:00:00 2001
@@ -40,7 +40,7 @@ index 0d3a1f4..32bdfa9 100644
: "c" (0)
);
--
2.2.2
2.19.1
From 9f39e7bd9b26b9938e9cdebf53e3f39b21183097 Mon Sep 17 00:00:00 2001
@@ -50,7 +50,7 @@ Subject: Do not use __GNUC_PATCHLEVEL__ if it's not defined.
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 89b1303..5d82564 100644
index 75c49a0..794e72d 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -82,9 +82,14 @@ extern "C" {
@@ -69,5 +69,5 @@ index 89b1303..5d82564 100644
#if _GCRY_GCC_VERSION >= 30100
#define _GCRY_GCC_ATTR_DEPRECATED __attribute__ ((__deprecated__))
--
2.15.1
2.19.1