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 0.6.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c856e65a400
branches:  trunk
changeset: 520607:9c856e65a400
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 23 22:58:17 2006 +0000

description:
Update to 0.6.8:

* Version 0.6.8 (released 2006-10-18)

** The gnulib directory is separated into two directories.
One gnulib directory (lib/gl/) for the LGPL library in lib/, and one
gnulib directory (gl/) for the GPL tools in src/.  This allows the
GPL'd tools to use more gnulib modules than before, since earlier all
gnulib files had to be LGPL.

** Update gnulib files.

** Some minor cleanups, like assuming locale.h and setlocale().

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

diffstat:

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

diffs (42 lines):

diff -r 0b5542815123 -r 9c856e65a400 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Mon Oct 23 22:53:37 2006 +0000
+++ b/devel/libidn/Makefile     Mon Oct 23 22:58:17 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2006/10/07 08:21:42 taca Exp $
+# $NetBSD: Makefile,v 1.38 2006/10/23 22:58:17 wiz Exp $
 
-DISTNAME=      libidn-0.6.7
+DISTNAME=      libidn-0.6.8
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://josefsson.org/libidn/releases/
diff -r 0b5542815123 -r 9c856e65a400 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Mon Oct 23 22:53:37 2006 +0000
+++ b/devel/libidn/distinfo     Mon Oct 23 22:58:17 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2006/09/16 06:21:04 wiz Exp $
+$NetBSD: distinfo,v 1.21 2006/10/23 22:58:17 wiz Exp $
 
-SHA1 (libidn-0.6.7.tar.gz) = 31fed8af86be66516e09ee456b060cc17432e1a1
-RMD160 (libidn-0.6.7.tar.gz) = bef95066bc3ff88c8c94c970874821f40515b8ce
-Size (libidn-0.6.7.tar.gz) = 2166368 bytes
-SHA1 (patch-aa) = 6971811431787b21f5af8913eb93ba097d150fa7
+SHA1 (libidn-0.6.8.tar.gz) = 6b5cca401411eee527552f8b3232d97997da290a
+RMD160 (libidn-0.6.8.tar.gz) = 6bf1eb986237d47e32020f8a29d54a89d1e73f07
+Size (libidn-0.6.8.tar.gz) = 2180536 bytes
+SHA1 (patch-aa) = cec10d67aedd4267b83667ae8eb950418504fd4e
diff -r 0b5542815123 -r 9c856e65a400 devel/libidn/patches/patch-aa
--- a/devel/libidn/patches/patch-aa     Mon Oct 23 22:53:37 2006 +0000
+++ b/devel/libidn/patches/patch-aa     Mon Oct 23 22:58:17 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2006/01/21 23:15:49 adam Exp $
+$NetBSD: patch-aa,v 1.3 2006/10/23 22:58:18 wiz Exp $
 
---- src/Makefile.in.orig       2006-01-20 13:36:25.000000000 +0100
+--- src/Makefile.in.orig       2006-10-18 13:10:59.000000000 +0000
 +++ src/Makefile.in
-@@ -530,7 +530,7 @@ info: info-am
+@@ -573,7 +573,7 @@ info: info-am
  
  info-am:
  



Home | Main Index | Thread Index | Old Index