diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-07 16:00:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-07 16:00:12 +0000 |
commit | e9b6602e19a3864146e332d0d119f66d554409f1 (patch) | |
tree | 2a74005d000703db591a7ef03f53cd5d21727d89 /devel | |
parent | 4cd9291287fb86dcc1f12dbdbc6a587eefb0b923 (diff) | |
download | pkgsrc-e9b6602e19a3864146e332d0d119f66d554409f1.tar.gz |
Update to 1.17:
* Version 1.17 (released 2010-02-05)
** Fix symbol export problem for a few variables.
Applications (that use these rarely used variables) built against
versions before 1.13 did not work with libidn versions 1.13 to 1.16.
Symbol versioning was introduced in version 1.13 but by accident some
symbols that were visible before that release were not exported, and
the consequence was that those symbols were not available in version
1.13 to 1.16. This release fixes the problem, so the symbols are
visible again, making this release backwards compatible with all
earlier releases.
The affected symbols are the following variables:
stringprep_iscsi_prohibit, stringprep_rfc3454_A_1,
stringprep_rfc3454_B_1, stringprep_rfc3454_B_2,
stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1,
stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1,
stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3,
stringprep_rfc3454_C_4, stringprep_rfc3454_C_5,
stringprep_rfc3454_C_6, stringprep_rfc3454_C_7,
stringprep_rfc3454_C_8, stringprep_rfc3454_C_9,
stringprep_rfc3454_D_1, stringprep_rfc3454_D_2,
stringprep_saslprep_space_map.
Thanks to Marco d'Itri <md@linux.it> for reporting
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to
discovering this problem.
** Really fix the link error of self-tests on MinGW.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 10 | ||||
-rw-r--r-- | devel/libidn/patches/patch-ad | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 0562fb78fba..5133a8c7594 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2010/01/16 19:27:18 heinz Exp $ +# $NetBSD: Makefile,v 1.70 2010/02/07 16:00:12 wiz Exp $ -DISTNAME= libidn-1.16 +DISTNAME= libidn-1.17 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://ftp.gnu.org/gnu/libidn/ diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 5617704077a..5d712b770d0 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.45 2010/01/16 18:00:22 wiz Exp $ +$NetBSD: distinfo,v 1.46 2010/02/07 16:00:12 wiz Exp $ -SHA1 (libidn-1.16.tar.gz) = 33ff88e7111f07f3bb8aa888fdc7848bb319d4ce -RMD160 (libidn-1.16.tar.gz) = 100dd4ca6169fa3fbdcc01c042ea9f8f861c548f -Size (libidn-1.16.tar.gz) = 2746588 bytes +SHA1 (libidn-1.17.tar.gz) = 803d5b043b1a5d44aea8bc341e62088352a69ba2 +RMD160 (libidn-1.17.tar.gz) = 06ce55d5c475d8f9fca7efef8324fa629e98db8d +Size (libidn-1.17.tar.gz) = 2974969 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 -SHA1 (patch-ad) = da7391bb9a1e2302882d2f6681304df91db87b00 +SHA1 (patch-ad) = 33df9d159d8f061eb3843101de022a0b9024f58c diff --git a/devel/libidn/patches/patch-ad b/devel/libidn/patches/patch-ad index 1d74edc3405..5eee014f184 100644 --- a/devel/libidn/patches/patch-ad +++ b/devel/libidn/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.3 2009/06/11 07:25:31 wiz Exp $ +$NetBSD: patch-ad,v 1.4 2010/02/07 16:00:12 wiz Exp $ ---- doc/Makefile.in.orig 2009-06-08 10:39:58.000000000 +0000 +--- doc/Makefile.in.orig 2010-02-05 11:09:23.000000000 +0000 +++ doc/Makefile.in -@@ -618,7 +618,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) - -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson" \ +@@ -793,7 +793,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) + -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson" \ -verbatimcopying -BUILT_SOURCES = Makefile.gdoc |