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.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4afd350a90f9
branches:  trunk
changeset: 555713:4afd350a90f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 07 11:07:42 2009 +0000

description:
Update to 1.13:

* Version 1.13 (released 2009-03-06)

** libidn: Use a LD version script on platforms where it is supported.
Currently only GNU LD and the Solaris linker supports it.  This helps
Debian package tools to produce better dependencies.  Before we used
Libtool -export-symbols-regex that created an anonymous version tag.
Libidn uses -export-symbols-regex if the system does not support LD
version scripts, but that only affect symbol visibility.

** libidn: Compiled with -fvisibility=hidden by default if supported.
Currently only GCC supports it for ELF targets.  This hides internal
symbols and has other advantages, see
<http://gcc.gnu.org/wiki/Visibility>.

** libidn: Compiled with warning flags only when GCC is used.
This avoids the problem that some flags confuse non-GCC compilers, for
example -fdiagnostics-show-option.  Reported by
jens.rehsack%bayerbbs.com@localhost.

** doc: The idn_free function is now documented.
Suggested by "Sisyphus" <sisyphus1%optusnet.com.au@localhost>.

** API and ABI is backwards compatible with the previous version.

diffstat:

 devel/libidn/Makefile |  4 ++--
 devel/libidn/PLIST    |  3 ++-
 devel/libidn/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r e00f1a0b47ed -r 4afd350a90f9 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Sat Mar 07 08:35:54 2009 +0000
+++ b/devel/libidn/Makefile     Sat Mar 07 11:07:42 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2009/02/21 13:52:38 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2009/03/07 11:07:42 wiz Exp $
 
-DISTNAME=      libidn-1.12
+DISTNAME=      libidn-1.13
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://ftp.gnu.org/gnu/libidn/
diff -r e00f1a0b47ed -r 4afd350a90f9 devel/libidn/PLIST
--- a/devel/libidn/PLIST        Sat Mar 07 08:35:54 2009 +0000
+++ b/devel/libidn/PLIST        Sat Mar 07 11:07:42 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2008/09/06 15:13:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/03/07 11:07:42 wiz Exp $
 bin/idn
 include/idn-free.h
 include/idn-int.h
@@ -12,6 +12,7 @@
 lib/libidn.la
 lib/pkgconfig/libidn.pc
 man/man1/idn.1
+man/man3/idn_free.3
 man/man3/idna_strerror.3
 man/man3/idna_to_ascii_4i.3
 man/man3/idna_to_ascii_4z.3
diff -r e00f1a0b47ed -r 4afd350a90f9 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Sat Mar 07 08:35:54 2009 +0000
+++ b/devel/libidn/distinfo     Sat Mar 07 11:07:42 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2009/02/21 13:52:38 wiz Exp $
+$NetBSD: distinfo,v 1.41 2009/03/07 11:07:42 wiz Exp $
 
-SHA1 (libidn-1.12.tar.gz) = d7b763668f862974ffebf68a79ad2efaaf556032
-RMD160 (libidn-1.12.tar.gz) = 59fade894596caa735a100e0b93f2cd07c15e6bd
-Size (libidn-1.12.tar.gz) = 2561839 bytes
+SHA1 (libidn-1.13.tar.gz) = 03c62956681e7b790d553bfa0a5f3d307718bf41
+RMD160 (libidn-1.13.tar.gz) = e6b7ee274688d554dcc9a5eff30d4c2db19c7fde
+Size (libidn-1.13.tar.gz) = 2579202 bytes
 SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
 SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b
 SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f



Home | Main Index | Thread Index | Old Index