diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-01 19:49:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-01 19:49:38 +0000 |
commit | f173789351d0bd2d2b2774e67319f4a01226e1f3 (patch) | |
tree | 8ba5ee0fbf8e80eb2b4956cb72110e4c64a58d94 /security | |
parent | 23282c875915cafb3a5bcda40b5b1bb5b444397b (diff) | |
download | pkgsrc-f173789351d0bd2d2b2774e67319f4a01226e1f3.tar.gz |
Update to 1.18:
Noteworthy changes in version 1.18 (2015-01-26) [C14/A14/R0]
-----------------------------------------------
* New translations for Hungarian, Portuguese, Russian, and
traditional Chinese. Updated other translations.
* New error codes.
* Interface changes relative to the 1.17 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_FORBIDDEN NEW.
GPG_ERR_OBJ_TERM_STATE NEW.
GPG_ERR_REQUEST_TOO_SHORT NEW.
GPG_ERR_REQUEST_TOO_LONG NEW.
GPG_ERR_LEGACY_KEY NEW.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 5 | ||||
-rw-r--r-- | security/libgpg-error/PLIST | 7 | ||||
-rw-r--r-- | security/libgpg-error/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 078f15c4547..ff4a6f03be8 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2014/10/29 12:28:50 he Exp $ +# $NetBSD: Makefile,v 1.45 2015/02/01 19:49:38 wiz Exp $ -DISTNAME= libgpg-error-1.17 -PKGREVISION= 1 +DISTNAME= libgpg-error-1.18 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 ec4b9a30838..7b4be910441 100644 --- a/security/libgpg-error/PLIST +++ b/security/libgpg-error/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2014/10/20 10:13:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2015/02/01 19:49:38 wiz Exp $ bin/gpg-error bin/gpg-error-config include/gpg-error.h @@ -15,12 +15,17 @@ ${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/hu/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/pt/LC_MESSAGES/libgpg-error.mo ${PLIST.nls}share/locale/ro/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/ru/LC_MESSAGES/libgpg-error.mo +${PLIST.nls}share/locale/sr/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 +${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 06c0f3f3bb9..fdaa53ff8a9 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2014/10/30 14:30:35 wiz Exp $ +$NetBSD: distinfo,v 1.23 2015/02/01 19:49:38 wiz Exp $ -SHA1 (libgpg-error-1.17.tar.bz2) = ba5858b2947e7272dd197c87bac9f32caf29b256 -RMD160 (libgpg-error-1.17.tar.bz2) = 3a86ef8773527b2e235e007981eda3472719e6b3 -Size (libgpg-error-1.17.tar.bz2) = 669914 bytes +SHA1 (libgpg-error-1.18.tar.bz2) = 7ba54f939da023af8f5b3e7a421a32eb742909c4 +RMD160 (libgpg-error-1.18.tar.bz2) = a9f056268a3d4a903e17f6e6931f8631cb541bf6 +Size (libgpg-error-1.18.tar.bz2) = 718070 bytes SHA1 (patch-src_estream.c) = 792929cebef6ba7860da89c70742b3cd28c9c92d SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 |