diff options
author | wiz <wiz> | 2009-03-07 11:07:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-07 11:07:42 +0000 |
commit | 2411ecc32e3fc15e5821f9266d6d96f2ef1b3c01 (patch) | |
tree | 5fd7faa742db65dfe165eca2a7e637e0de3d1af8 /devel/libidn | |
parent | a29772e06a095155174c57b4c67fe662cf137625 (diff) | |
download | pkgsrc-2411ecc32e3fc15e5821f9266d6d96f2ef1b3c01.tar.gz |
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.
** doc: The idn_free function is now documented.
Suggested by "Sisyphus" <sisyphus1@optusnet.com.au>.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 7ca93255d25..1eb8c5ac14a 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -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 --git a/devel/libidn/PLIST b/devel/libidn/PLIST index d9b06431741..b69788acb56 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -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 @@ info/libidn.info 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 --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 6d7faaf5666..270885c485e 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -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 |