libgpg-error-32: 1.26 -> 1.27

This commit is contained in:
Danny Rawlins 2017-03-14 13:58:51 +11:00
parent 533ae53ad2
commit 08202accc6
4 changed files with 12 additions and 12 deletions

View File

@ -2,6 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libgpg-error.a
-rwxr-xr-x root/root usr/lib32/libgpg-error.la
lrwxrwxrwx root/root usr/lib32/libgpg-error.so -> libgpg-error.so.0.21.0
lrwxrwxrwx root/root usr/lib32/libgpg-error.so.0 -> libgpg-error.so.0.21.0
-rwxr-xr-x root/root usr/lib32/libgpg-error.so.0.21.0
lrwxrwxrwx root/root usr/lib32/libgpg-error.so -> libgpg-error.so.0.22.0
lrwxrwxrwx root/root usr/lib32/libgpg-error.so.0 -> libgpg-error.so.0.22.0
-rwxr-xr-x root/root usr/lib32/libgpg-error.so.0.22.0

View File

@ -1 +1 @@
97456709dbbcbb69354317ffe3e347cd libgpg-error-1.26.tar.bz2
5217ef3e76a7275a2a3b569a12ddc989 libgpg-error-1.27.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXcDPiOygCEgmcTcN3G7K5I+mk6Zf+zLown6r6z/Mdb/CtAUKA2VUomAvHiL+oqJbQiKJB3zZVbPq5ooQE4275As=
SHA256 (Pkgfile) = 718e1dc3e192664a01d99ee867e19c8469c68563bd606e2190c9cf2bd0411d2f
SHA256 (.footprint) = 51e94fbbf3a62093a3e50dc47cca5a35f3496405ecd80b98a84ee6729dc28604
SHA256 (libgpg-error-1.26.tar.bz2) = 4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69
RWSwxGo/zH7eXQ9y48s3o2OwcThlm/nILQy3TPGflBrOs/bZBxfaxBBbSC1YQtiLMWCEJbN5HquuJY6xvgPnsoCfJ78ymo1nCwY=
SHA256 (Pkgfile) = ea82ea8b786d6d66f71207fec393fc372b63c820e3da5025972e0e2be75a745f
SHA256 (.footprint) = 470d63c62127aec1d1b61ca3e35a82c9455c80d8f57c34adfe2172d3fba6b2cc
SHA256 (libgpg-error-1.27.tar.bz2) = 4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2

View File

@ -1,15 +1,15 @@
# Description: A small library defining error values for GnuPG components
# URL: http://www.gnupg.org/
# URL: https://www.gnupg.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libgpg-error
name=libgpg-error-32
version=1.26
version=1.27
release=1
source=(https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2)
source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/${name%-*}-$version.tar.bz2)
build() {
cd libgpg-error-$version
cd ${name%-*}-$version
./configure \
--prefix=/usr \