pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libidn Update to 1.17:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c02b89807e3
branches:  trunk
changeset: 571060:0c02b89807e3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 07 16:00:12 2010 +0000

description:
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@localhost> 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:

 devel/libidn/Makefile         |   4 ++--
 devel/libidn/distinfo         |  10 +++++-----
 devel/libidn/patches/patch-ad |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (45 lines):

diff -r 2fbd4d893c8d -r 0c02b89807e3 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Sun Feb 07 15:54:55 2010 +0000
+++ b/devel/libidn/Makefile     Sun Feb 07 16:00:12 2010 +0000
@@ -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 -r 2fbd4d893c8d -r 0c02b89807e3 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Sun Feb 07 15:54:55 2010 +0000
+++ b/devel/libidn/distinfo     Sun Feb 07 16:00:12 2010 +0000
@@ -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 -r 2fbd4d893c8d -r 0c02b89807e3 devel/libidn/patches/patch-ad
--- a/devel/libidn/patches/patch-ad     Sun Feb 07 15:54:55 2010 +0000
+++ b/devel/libidn/patches/patch-ad     Sun Feb 07 16:00:12 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index