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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4edaee2789ac
branches:  trunk
changeset: 535840:4edaee2789ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 16:53:59 2007 +0000

description:
Update to 1.2:

* Version 1.2 (released 2007-10-01)

** Development git tree moved to savannah.
See <https://savannah.gnu.org/projects/libidn/>.

** Update gnulib files.
Including mono detection fixes.

** Update translations.

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

* Version 1.1 (released 2007-09-01)

** Fix compilation error in idn-int.h.
The error would typically be 'error: no include path in which to
search for stdint.h'.  Reported by Remko van der Vossen
<wich%stack.nl@localhost>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and
<http://bugs.sourcemage.org/show_bug.cgi?id=13857>.

** Declare external variables with __declspec(import) for Windows.
Apparently this is required for variables in DLL's on Windows.  This
is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER
and_DLL is defined (MSVC).

** Update gnulib files.

** Update translations.

** 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, 7 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 92d44e5fe88e -r 4edaee2789ac devel/libidn/Makefile
--- a/devel/libidn/Makefile     Thu Nov 29 16:42:42 2007 +0000
+++ b/devel/libidn/Makefile     Thu Nov 29 16:53:59 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2007/08/30 06:42:54 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2007/11/29 16:53:59 wiz Exp $
 
-DISTNAME=      libidn-1.0
+DISTNAME=      libidn-1.2
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://josefsson.org/libidn/releases/
diff -r 92d44e5fe88e -r 4edaee2789ac devel/libidn/PLIST
--- a/devel/libidn/PLIST        Thu Nov 29 16:42:42 2007 +0000
+++ b/devel/libidn/PLIST        Thu Nov 29 16:53:59 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2007/06/07 19:56:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/11/29 16:54:00 wiz Exp $
 bin/idn
 include/idn-free.h
 include/idn-int.h
@@ -71,6 +71,5 @@
 share/locale/ro/LC_MESSAGES/libidn.mo
 share/locale/rw/LC_MESSAGES/libidn.mo
 share/locale/sr/LC_MESSAGES/libidn.mo
-share/locale/sv/LC_MESSAGES/libidn.mo
 share/locale/vi/LC_MESSAGES/libidn.mo
 share/locale/zh_CN/LC_MESSAGES/libidn.mo
diff -r 92d44e5fe88e -r 4edaee2789ac devel/libidn/distinfo
--- a/devel/libidn/distinfo     Thu Nov 29 16:42:42 2007 +0000
+++ b/devel/libidn/distinfo     Thu Nov 29 16:53:59 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2007/08/30 06:42:55 wiz Exp $
+$NetBSD: distinfo,v 1.28 2007/11/29 16:54:00 wiz Exp $
 
-SHA1 (libidn-1.0.tar.gz) = 680c38227e546df82584e7b02aacc7ad66c3af24
-RMD160 (libidn-1.0.tar.gz) = e1ebd229cf05c6c65ac5feb6793de956eb635bbb
-Size (libidn-1.0.tar.gz) = 2373729 bytes
+SHA1 (libidn-1.2.tar.gz) = 1b419c1048b157f618e86a18123c480b2ed154c2
+RMD160 (libidn-1.2.tar.gz) = 98bccfe64b05144aa82dbbbb318be57f0010fc78
+Size (libidn-1.2.tar.gz) = 2431414 bytes
 SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0



Home | Main Index | Thread Index | Old Index