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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02d71eb4aa5b
branches:  trunk
changeset: 549589:02d71eb4aa5b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 05 16:15:46 2008 +0000

description:
Update to 1.11:

* Version 1.11 (released 2008-10-28)

** libidn: New WARN_CFLAGS configure variable.
It is used internally to add -Werror and other warnings flags, to
catch coding mistakes before releases.

** Win32: Perl is no longer required to build Libidn in Visual Studio.

** Win32: Functions in idna.h are also exported.
Reported by Adam Strzelecki <adam.strzelecki%java.pl@localhost>.

** doc: Included cyclomatic code complexity charts of the library code.
See doc/cyclo/.

** tests: Add more self-tests to get more self-test code coverage.

** tests: New 'make coverage' command to generate code coverage reports.
The output is created in doc/coverage/.  Requires the LCOV tools.  See
http://www.gnu.org/software/libidn/coverage/ for a pre-generated copy.

** Clarify copyright and license for gdoc, man pages, and C# port.

** Update gnulib files and translations.

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

diffstat:

 devel/libidn/Makefile         |   5 ++---
 devel/libidn/distinfo         |   9 ++++-----
 devel/libidn/patches/patch-ad |  16 ----------------
 3 files changed, 6 insertions(+), 24 deletions(-)

diffs (50 lines):

diff -r 283d569a6c80 -r 02d71eb4aa5b devel/libidn/Makefile
--- a/devel/libidn/Makefile     Wed Nov 05 16:13:15 2008 +0000
+++ b/devel/libidn/Makefile     Wed Nov 05 16:15:46 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2008/09/28 00:43:39 tonnerre Exp $
+# $NetBSD: Makefile,v 1.59 2008/11/05 16:15:46 wiz Exp $
 
-DISTNAME=      libidn-1.10
-PKGREVISION=   1
+DISTNAME=      libidn-1.11
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                http://josefsson.org/libidn/releases/
diff -r 283d569a6c80 -r 02d71eb4aa5b devel/libidn/distinfo
--- a/devel/libidn/distinfo     Wed Nov 05 16:13:15 2008 +0000
+++ b/devel/libidn/distinfo     Wed Nov 05 16:15:46 2008 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.38 2008/09/28 00:43:39 tonnerre Exp $
+$NetBSD: distinfo,v 1.39 2008/11/05 16:15:46 wiz Exp $
 
-SHA1 (libidn-1.10.tar.gz) = a19aa399f5dc636ab5c693ca15f06bce2a833e34
-RMD160 (libidn-1.10.tar.gz) = e112eeb5340c8ded1e0aef8096432451a03351bb
-Size (libidn-1.10.tar.gz) = 2534199 bytes
+SHA1 (libidn-1.11.tar.gz) = 08cffdcf9736f4ac61acc32e79a1d9672f640351
+RMD160 (libidn-1.11.tar.gz) = a856bc30e18f5c85a842ee85844ce85e54524baf
+Size (libidn-1.11.tar.gz) = 2519627 bytes
 SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
 SHA1 (patch-ab) = 850e8f30891c58dc9781c7e891e61136c6ed6d3b
 SHA1 (patch-ac) = 0b2eab310a21ca7ea695d0ee01449b7311338d6f
-SHA1 (patch-ad) = b0e3d6f4739f007d4df6de0ace056011dfb21c7d
diff -r 283d569a6c80 -r 02d71eb4aa5b devel/libidn/patches/patch-ad
--- a/devel/libidn/patches/patch-ad     Wed Nov 05 16:13:15 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2008/09/28 00:43:39 tonnerre Exp $
-
---- win32/include/gen-win32-headers.pl.orig    2008-08-27 10:12:12.000000000 +0200
-+++ win32/include/gen-win32-headers.pl
-@@ -69,7 +69,10 @@ if(@ARGV == 0) {
- #define strcasecmp stricmp
- #define strncasecmp strnicmp
- 
--extern int strverscmp (const char *, const char *);
-+#ifndef HAVE_STRVERSCMP
-+#define strverscmp libidn_strverscmp
-+extern int libidn_strverscmp (const char *, const char *);
-+#endif
- 
- #define LOCALEDIR "."
- 



Home | Main Index | Thread Index | Old Index