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.
This commit is contained in:
parent
a219530f78
commit
cd398c08ea
3 changed files with 10 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue