summaryrefslogtreecommitdiff
path: root/libgpg-error
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2019-04-19 22:14:11 +0200
committerThomas Penteker <tek@serverop.de>2019-04-19 22:14:11 +0200
commitd7e909eb42eea77ab6909f4fbd57ff1d9d34d1dc (patch)
treea6aa82e6291475adcb5b4d5969c6d2c598975744 /libgpg-error
parent41c830fe8f02c99d07fd66cef7d2b6ec3619ca31 (diff)
downloadopt-d7e909eb42eea77ab6909f4fbd57ff1d9d34d1dc.tar.gz
opt-d7e909eb42eea77ab6909f4fbd57ff1d9d34d1dc.tar.xz
libgpg-error: 1.31 -> 1.36
Diffstat (limited to 'libgpg-error')
-rw-r--r--libgpg-error/.footprint10
-rw-r--r--libgpg-error/.signature9
-rw-r--r--libgpg-error/Pkgfile9
3 files changed, 18 insertions, 10 deletions
diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint
index 67bc87851..0dc259d26 100644
--- a/libgpg-error/.footprint
+++ b/libgpg-error/.footprint
@@ -10,9 +10,11 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libgpg-error.a
-rwxr-xr-x root/root usr/lib/libgpg-error.la
-lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.24.2
-lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.24.2
--rwxr-xr-x root/root usr/lib/libgpg-error.so.0.24.2
+lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.27.0
+lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.27.0
+-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.27.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/gpg-error.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gpg-error.m4
@@ -28,4 +30,4 @@ drwxr-xr-x root/root usr/share/libgpg-error/
-rw-r--r-- root/root usr/share/libgpg-error/errorref.txt
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/gpg-error-config.1.gz
+-rw-r--r-- root/root usr/share/man/man1/gpgrt-config.1.gz
diff --git a/libgpg-error/.signature b/libgpg-error/.signature
index d295a6898..288108702 100644
--- a/libgpg-error/.signature
+++ b/libgpg-error/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/VI8+MCSfXlCxpm63MYWz81JQJUNFzyNW6LFYqBuMmyZcKTvD2bUL/dmn+qe+aZEcLHrz+QcNYagLiAg52zr7QU=
-SHA256 (Pkgfile) = 39f7ef4e57705d0194d7f200d938156f548e0a3420ca9c95c2bfc406f9f75eaf
-SHA256 (.footprint) = 4694566d0125c6e74b9cc30b458f8a249d934f40d8cf6a68b50b3503e59cfe39
-SHA256 (libgpg-error-1.31.tar.bz2) = 40d0a823c9329478063903192a1f82496083b277265904878f4bc09e0db7a4ef
+RWSE3ohX2g5d/YengSxl/jl1rxSW3b+KQIFwK50ecZnuK6KepN23bfjXDvw/D9CCGRN44q6A28kNbgbViv/+0lal+XKsi4xX5wQ=
+SHA256 (Pkgfile) = 855a71bdf102fedf65a4dc6c63d8a1d9c1199d1ca9bed8e5de814df8be3dcbd6
+SHA256 (.footprint) = 95609660b2ffe1c6dc7d4bbfc6d0e3f8e2e283a3178ad5f8ef16bcdb51259c9e
+SHA256 (libgpg-error-1.36.tar.bz2) = babd98437208c163175c29453f8681094bcaf92968a15cafb1a276076b33c97c
+SHA256 (gawk.patch) = f6030ebc1b14723b36adb4e5de80693c3875932b444bbb7baaa5e81779f05797
diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile
index 77d875d51..9cde2aadd 100644
--- a/libgpg-error/Pkgfile
+++ b/libgpg-error/Pkgfile
@@ -4,13 +4,18 @@
# Packager: Matt Housh, jaeger at morpheus dot net
name=libgpg-error
-version=1.31
+version=1.36
release=1
-source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2)
+source=(https://www.gnupg.org/ftp/gcrypt/$name/$name-$version.tar.bz2
+ gawk.patch)
build() {
cd $name-$version
+ patch -p1 -i $SRC/gawk.patch
+
+ autoreconf
+
./configure --prefix=/usr \
--disable-nls \
--enable-static

Generated by cgit