diff options
author | wiz <wiz> | 2013-03-15 22:06:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-03-15 22:06:01 +0000 |
commit | 37488910b40b479f1ddebf56fe991b68a304a338 (patch) | |
tree | df3f75add9e647b70eece4a892f0f8aa26b622d9 /security/libgpg-error | |
parent | a82931b6a762ff1ab68e7e9309d9e8c744d65bb9 (diff) | |
download | pkgsrc-37488910b40b479f1ddebf56fe991b68a304a338.tar.gz |
Update to 1.11:
Noteworthy changes in version 1.11 (2013-02-25)
-----------------------------------------------
* New error source GPG_ERR_SOURCE_ASSUAN for Libassuan related
errors.
* New macros GPG_ERROR_VERSION and GPG_ERROR_VERSION_NUMBER. New
function gpg_error_check_version.
* Interface changes relative to the 1.10 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_NO_KEYSERVER NEW.
GPG_ERR_INV_CURVE NEW.
GPG_ERR_UNKNOWN_CURVE NEW.
GPG_ERR_DUP_KEY NEW.
GPG_ERR_AMBIGUOUS NEW.
GPG_ERR_SOURCE_ASSUAN NEW.
gpg_error_check_version NEW.
GPG_ERROR_VERSION NEW.
GPG_ERROR_VERSION_NUMBER NEW.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 5 | ||||
-rw-r--r-- | security/libgpg-error/PLIST | 6 | ||||
-rw-r--r-- | security/libgpg-error/distinfo | 10 | ||||
-rw-r--r-- | security/libgpg-error/patches/patch-aa | 13 | ||||
-rw-r--r-- | security/libgpg-error/patches/patch-src_gpg-error-config.in | 15 |
5 files changed, 27 insertions, 22 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index d76635ec3f6..87164e2bbe1 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2012/10/23 18:16:33 asau Exp $ +# $NetBSD: Makefile,v 1.36 2013/03/15 22:06:01 wiz Exp $ -DISTNAME= libgpg-error-1.10 -PKGREVISION= 2 +DISTNAME= libgpg-error-1.11 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ \ diff --git a/security/libgpg-error/PLIST b/security/libgpg-error/PLIST index 7ccc5e950bf..1a8847b90c2 100644 --- a/security/libgpg-error/PLIST +++ b/security/libgpg-error/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2012/07/17 16:01:10 marino Exp $ +@comment $NetBSD: PLIST,v 1.12 2013/03/15 22:06:01 wiz Exp $ bin/gpg-error bin/gpg-error-config include/gpg-error.h @@ -9,12 +9,16 @@ share/common-lisp/source/gpg-error/gpg-error-package.lisp share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error.lisp ${PLIST.nls}share/locale/cs/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/da/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/de/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/eo/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/fr/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/it/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/ja/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/nl/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/pl/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/ro/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/sv/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/uk/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/vi/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 932dac18313..c180670598c 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2010/11/26 17:55:21 drochner Exp $ +$NetBSD: distinfo,v 1.14 2013/03/15 22:06:01 wiz Exp $ -SHA1 (libgpg-error-1.10.tar.bz2) = 95b324359627fbcb762487ab6091afbe59823b29 -RMD160 (libgpg-error-1.10.tar.bz2) = 435fcf1c748ae6877b5de7f133a741cd55dc1140 -Size (libgpg-error-1.10.tar.bz2) = 439213 bytes -SHA1 (patch-aa) = c8641b95f0e2f8637f4e32383c5e5a778fddf5b9 +SHA1 (libgpg-error-1.11.tar.bz2) = be209b013652add5c7e2c473ea114f58203cc6cd +RMD160 (libgpg-error-1.11.tar.bz2) = f135db403dd718bf3ac0a26972f26f4723c7d448 +Size (libgpg-error-1.11.tar.bz2) = 489057 bytes +SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 diff --git a/security/libgpg-error/patches/patch-aa b/security/libgpg-error/patches/patch-aa deleted file mode 100644 index 6ee22e90d16..00000000000 --- a/security/libgpg-error/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2010/06/08 10:15:32 wiz Exp $ - ---- src/gpg-error-config.in.orig 2010-01-14 09:18:30.000000000 +0000 -+++ src/gpg-error-config.in -@@ -70,7 +70,7 @@ while test $# -gt 0; do - ;; - --libs) - if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/lib"; then -- output="$output -L$libdir" -+ output="$output -Wl,-R$libdir -L$libdir" - fi - output="$output @GPG_ERROR_CONFIG_LIBS@" - ;; diff --git a/security/libgpg-error/patches/patch-src_gpg-error-config.in b/security/libgpg-error/patches/patch-src_gpg-error-config.in new file mode 100644 index 00000000000..6979eaced32 --- /dev/null +++ b/security/libgpg-error/patches/patch-src_gpg-error-config.in @@ -0,0 +1,15 @@ +$NetBSD: patch-src_gpg-error-config.in,v 1.1 2013/03/15 22:06:02 wiz Exp $ + +Add rpath to config script output. + +--- src/gpg-error-config.in.orig 2013-02-23 16:38:49.000000000 +0000 ++++ src/gpg-error-config.in +@@ -72,7 +72,7 @@ while test $# -gt 0; do + case "$libdir" in + /usr/lib|/usr/lib64|/lib|/lib64) ;; + *) +- output="$output -L$libdir" ++ output="$output -Wl,-R$libdir -L$libdir" + ;; + esac + output="$output @GPG_ERROR_CONFIG_LIBS@" |