diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-15 22:06:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-15 22:06:01 +0000 |
commit | 8c309a6b04d077905687f018da1f09279c0beab8 (patch) | |
tree | df3f75add9e647b70eece4a892f0f8aa26b622d9 /security/libgpg-error/patches/patch-aa | |
parent | 12a2dc736adcf0463c03bb1837222dfdef80a315 (diff) | |
download | pkgsrc-8c309a6b04d077905687f018da1f09279c0beab8.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/patches/patch-aa')
-rw-r--r-- | security/libgpg-error/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
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@" - ;; |