Hello community, here is the log from the commit of package libidn for openSUSE:Factory checked in at 2015-08-15 11:38:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libidn (Old) and /work/SRC/openSUSE:Factory/.libidn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libidn" Changes: -------- --- /work/SRC/openSUSE:Factory/libidn/libidn.changes 2015-07-16 17:15:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes 2015-08-15 11:38:28.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Aug 13 19:10:23 UTC 2015 - [email protected] + +- Update to 1.32 + * libidn: Fix crash in idna_to_unicode_8z8z and + idna_to_unicode_8zlz. This problem was introduced in 1.31. + * API and ABI is backwards compatible with the previous version. +- Update gpg keyring + +------------------------------------------------------------------- Old: ---- libidn-1.31.tar.gz libidn-1.31.tar.gz.sig New: ---- libidn-1.32.tar.gz libidn-1.32.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libidn.spec ++++++ --- /var/tmp/diff_new_pack.0aMwrG/_old 2015-08-15 11:38:29.000000000 +0200 +++ /var/tmp/diff_new_pack.0aMwrG/_new 2015-08-15 11:38:29.000000000 +0200 @@ -18,7 +18,7 @@ %define lname libidn11 Name: libidn -Version: 1.31 +Version: 1.32 Release: 0 Summary: Support for Internationalized Domain Names (IDN) License: (GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ and Apache-2.0 ++++++ libidn-1.31.tar.gz -> libidn-1.32.tar.gz ++++++ ++++ 2690 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/ChangeLog new/libidn-1.32/ChangeLog --- old/libidn-1.31/ChangeLog 2015-07-08 23:05:55.000000000 +0200 +++ new/libidn-1.32/ChangeLog 2015-08-01 15:21:38.000000000 +0200 @@ -1,3 +1,40 @@ +2015-08-01 Simon Josefsson <[email protected]> + + * NEWS: Version 1.32. + +2015-08-01 Simon Josefsson <[email protected]> + + * configure.ac: Reorder AM_PROG_AR to silence autoreconf. Drop + AC_PROG_LIBTOOL. + +2015-08-01 Simon Josefsson <[email protected]> + + * NEWS, lib/idna.c: libidn: Fix crash in idna_to_unicode_8z8z and + idna_to_unicode_8zlz. + +2015-08-01 Simon Josefsson <[email protected]> + + * .gitignore, THANKS, tests/Makefile.am, tests/tst_utf8crash.c: Add + regression check for malformed UTF-8 crash, reported by Adam + Sampson. + +2015-08-01 Simon Josefsson <[email protected]> + + * gl/m4/sys_time_h.m4, gl/m4/time_h.m4, gltests/Makefile.am, + gltests/time.in.h: Update gnulib files. + +2015-08-01 Simon Josefsson <[email protected]> + + * NEWS, configure.ac, lib/stringprep.h: Bump versions. + +2015-08-01 Simon Josefsson <[email protected]> + + * doc/announce.txt: Update for 1.31. + +2015-07-08 Simon Josefsson <[email protected]> + + * doc/announce.txt: Update for 1.30. + 2015-07-08 Simon Josefsson <[email protected]> * NEWS: Version 1.31. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/NEWS new/libidn-1.32/NEWS --- old/libidn-1.31/NEWS 2015-07-08 23:01:01.000000000 +0200 +++ new/libidn-1.32/NEWS 2015-08-01 15:12:38.000000000 +0200 @@ -2,6 +2,13 @@ Copyright (C) 2002-2015 Simon Josefsson See the end for copying conditions. +* Version 1.32 (released 2015-08-01) [beta] + +** libidn: Fix crash in idna_to_unicode_8z8z and idna_to_unicode_8zlz. +This problem was introduced in 1.31. Reported by Adam Sampson. + +** API and ABI is backwards compatible with the previous version. + * Version 1.31 (released 2015-07-08) [beta] ** libidn: stringprep_utf8_to_ucs4 now rejects invalid UTF-8. CVE-2015-2059 @@ -46,6 +53,7 @@ Thanks to Joe Hansen. ** API and ABI is backwards compatible with the previous version. +See discussion above on slight change in semantics of functions. * Version 1.30 (released 2015-03-02) [stable] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/THANKS new/libidn-1.32/THANKS --- old/libidn-1.31/THANKS 2015-07-08 23:00:38.000000000 +0200 +++ new/libidn-1.32/THANKS 2015-08-01 15:01:05.000000000 +0200 @@ -108,6 +108,7 @@ Thijs Alkemade <[email protected]> Nikos Mavrogiannopoulos <[email protected]> Gustavo Grieco <[email protected]> +Adam Sampson <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/configure.ac new/libidn-1.32/configure.ac --- old/libidn-1.31/configure.ac 2015-07-07 23:02:55.000000000 +0200 +++ new/libidn-1.32/configure.ac 2015-08-01 15:15:09.000000000 +0200 @@ -18,7 +18,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([GNU Libidn], [1.31], [[email protected]]) +AC_INIT([GNU Libidn], [1.32], [[email protected]]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) @@ -30,7 +30,7 @@ # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 17) -AC_SUBST(LT_REVISION, 14) +AC_SUBST(LT_REVISION, 15) AC_SUBST(LT_AGE, 6) AC_PROG_CC @@ -41,9 +41,8 @@ DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` AC_SUBST(DLL_VERSION) -LT_INIT([win32-dll]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -AC_PROG_LIBTOOL +LT_INIT([win32-dll]) # Checks for programs. AM_MISSING_PROG(PERL, perl, $missing_dir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/cyclo/cyclo-libidn.html new/libidn-1.32/doc/cyclo/cyclo-libidn.html --- old/libidn-1.31/doc/cyclo/cyclo-libidn.html 2015-07-08 23:06:02.000000000 +0200 +++ new/libidn-1.32/doc/cyclo/cyclo-libidn.html 2015-08-01 15:21:52.000000000 +0200 @@ -1,11 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd"> <html> -<!-- Generated by gnulib's pmccabe2html at 1436389562 --> +<!-- Generated by gnulib's pmccabe2html at 1438435312 --> <head> -<title>Cyclomatic Complexity report for GNU Libidn 1.31</title> +<title>Cyclomatic Complexity report for GNU Libidn 1.32</title> -<meta name="description" content="Cyclomatic Complexity report for GNU Libidn 1.31"> -<meta name="keywords" content="Cyclomatic Complexity report for GNU Libidn 1.31"> +<meta name="description" content="Cyclomatic Complexity report for GNU Libidn 1.32"> +<meta name="keywords" content="Cyclomatic Complexity report for GNU Libidn 1.32"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="pmccabe2html"> @@ -178,9 +178,9 @@ </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<a href="http://www.gnu.org/software/libidn/">Back to GNU Libidn 1.31 Homepage</a><br/><br/> -<div class="page_title">GNU Libidn 1.31 Cyclomatic Complexity Report</div> -<p>Report generated at: <span class="report_timestamp">Wed Jul 8 23:06:02 CEST 2015</span></p> +<a href="http://www.gnu.org/software/libidn/">Back to GNU Libidn 1.32 Homepage</a><br/><br/> +<div class="page_title">GNU Libidn 1.32 Cyclomatic Complexity Report</div> +<p>Report generated at: <span class="report_timestamp">Sat Aug 1 15:21:52 CEST 2015</span></p> <div class="section_title">Summary</div> <table class="summary_table"> <tr> @@ -2377,7 +2377,7 @@ </td> <td class="function_entry_name"> -tld_check_lz +idna_to_unicode_8zlz </td> <td class="function_entry_cyclo"> 3 @@ -2386,10 +2386,10 @@ 10 </td> <td class="function_entry_number"> -20 +18 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/tld.c;hb=HEAD">tld.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2397,19 +2397,19 @@ </td> <td class="function_entry_name"> -tld_strerror +idna_to_unicode_8z8z </td> <td class="function_entry_cyclo"> -2 +3 </td> <td class="function_entry_number"> -17 +10 </td> <td class="function_entry_number"> -40 +18 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-tld.c;hb=HEAD">strerror-tld.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2417,19 +2417,19 @@ </td> <td class="function_entry_name"> -punycode_strerror +tld_check_lz </td> <td class="function_entry_cyclo"> -2 +3 </td> <td class="function_entry_number"> -13 +10 </td> <td class="function_entry_number"> -32 +20 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-punycode.c;hb=HEAD">strerror-punycode.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/tld.c;hb=HEAD">tld.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2437,19 +2437,19 @@ </td> <td class="function_entry_name"> -pr29_strerror +tld_strerror </td> <td class="function_entry_cyclo"> 2 </td> <td class="function_entry_number"> -11 +17 </td> <td class="function_entry_number"> -28 +40 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-pr29.c;hb=HEAD">strerror-pr29.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-tld.c;hb=HEAD">strerror-tld.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2457,19 +2457,19 @@ </td> <td class="function_entry_name"> -idna_to_unicode_8z4z +punycode_strerror </td> <td class="function_entry_cyclo"> 2 </td> <td class="function_entry_number"> -9 +13 </td> <td class="function_entry_number"> -16 +32 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-punycode.c;hb=HEAD">strerror-punycode.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2477,19 +2477,19 @@ </td> <td class="function_entry_name"> -idna_to_ascii_8z +pr29_strerror </td> <td class="function_entry_cyclo"> 2 </td> <td class="function_entry_number"> -9 +11 </td> <td class="function_entry_number"> -18 +28 </td> <td class="function_entry_filename"> -<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> +<a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/strerror-pr29.c;hb=HEAD">strerror-pr29.c</a> </td> </tr> <tr class="function_entry_simple"> @@ -2497,16 +2497,16 @@ </td> <td class="function_entry_name"> -idna_to_unicode_lzlz +idna_to_unicode_8z4z </td> <td class="function_entry_cyclo"> 2 </td> <td class="function_entry_number"> -8 +9 </td> <td class="function_entry_number"> -15 +16 </td> <td class="function_entry_filename"> <a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> @@ -2517,16 +2517,16 @@ </td> <td class="function_entry_name"> -idna_to_unicode_8zlz +idna_to_ascii_8z </td> <td class="function_entry_cyclo"> 2 </td> <td class="function_entry_number"> -8 +9 </td> <td class="function_entry_number"> -15 +18 </td> <td class="function_entry_filename"> <a href="http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/idna.c;hb=HEAD">idna.c</a> @@ -2537,7 +2537,7 @@ </td> <td class="function_entry_name"> -idna_to_unicode_8z8z +idna_to_unicode_lzlz </td> <td class="function_entry_cyclo"> 2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/idn.1 new/libidn-1.32/doc/idn.1 --- old/libidn-1.31/doc/idn.1 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/idn.1 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. -.TH IDN "1" "July 2015" "idn 1.31" "User Commands" +.TH IDN "1" "August 2015" "idn 1.32" "User Commands" .SH NAME idn \- Internationalized Domain Names command line tool .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/java/about.html new/libidn-1.32/doc/java/about.html --- old/libidn-1.31/doc/java/about.html 2015-07-08 23:04:21.000000000 +0200 +++ new/libidn-1.32/doc/java/about.html 2015-08-01 15:20:34.000000000 +0200 @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="US-ASCII"?> -<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "./resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>About</title><script src="./resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content about" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="./gnu/inet/encoding/package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="gnu/inet/encoding/tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item active">About</span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="./index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="about.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="about title">About</h1><p class="about generator">Generated by Gjdoc HtmlDoclet 0.99, part of <a href="http://www.gnu.org/software/classpath/cp-tools/" title="" target="_top">GNU Classpath Tools</a>, on July 8, 2015 9:04:21 PM? GMT.</p><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="./gnu/inet/encoding/package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="gnu/inet/encoding/tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item active">About</span></div></td></tr></table></body></html> \ No newline at end of file +<!DOCTYPE html PUBLIC "-//gnu.org///DTD XHTML 1.1 plus Target 1.0//EN" "./resources/xhtml11-target10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><title>About</title><script src="./resources/gjdoc.js" type="text/javascript"><!-- this comment required for konqueror 3.2.2 --></script><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"/><meta name="generator" content="GNU Gjdoc Standard Doclet"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-layout.css" title="GNU Clean"/><link rel="stylesheet" type="text/css" href="./resources/gjdochtml-clean-color1.css" title="GNU Clean"/></head><body class="content about" onload="if(parent.contentPageLoaded)parent.contentPageLoaded(document.title)"><table class="navbar div top"><tr><td class="navbar div top"><div class="navbar div top"><span class="navbar item enabled"><a href="./gnu/inet/encoding/package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="gnu/inet/encoding/tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item active">About</span></div></td></tr><tr><td class="navi"></td><td class="navi"><a href="./index.html" title="Show in a frameset" target="_top">Frames</a> | <a href="about.html" title="Show without frames" target="_top">No Frames</a> </td></tr></table><h1 class="about title">About</h1><p class="about generator">Generated by Gjdoc HtmlDoclet 0.99, part of <a href="http://www.gnu.org/software/classpath/cp-tools/" title="" target="_top">GNU Classpath Tools</a>, on August 1, 2015 1:20:34 PM? GMT.</p><p class="navbar bottom spacer"> </p><table class="navbar div bottom"><tr><td><div class="navbar div top"><span class="navbar item enabled"><a href="./gnu/inet/encoding/package-summary.html">Package</a></span> <span class="navbar item enabled"><a href="gnu/inet/encoding/tree.html">Tree</a></span> <span class="navbar item enabled"><a href="./alphaindex.html">Index</a></span> <span class="navbar item enabled"><a href="./deprecated.html">Deprecated</a></span> <span class="navbar item active">About</span></div></td></tr></table></body></html> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/libidn-components.eps new/libidn-1.32/doc/libidn-components.eps --- old/libidn-1.31/doc/libidn-components.eps 2015-07-08 23:04:24.000000000 +0200 +++ new/libidn-1.32/doc/libidn-components.eps 2015-08-01 15:20:38.000000000 +0200 @@ -1,7 +1,7 @@ %!PS-Adobe-3.0 EPSF-3.0 %%Title: components.fig %%Creator: fig2dev Version 3.2 Patchlevel 5e -%%CreationDate: Wed Jul 8 23:04:24 2015 +%%CreationDate: Sat Aug 1 15:20:38 2015 %%BoundingBox: 0 0 382 350 %Magnification: 1.0000 %%EndComments Files old/libidn-1.31/doc/libidn-components.pdf and new/libidn-1.32/doc/libidn-components.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/libidn.html new/libidn-1.32/doc/libidn.html --- old/libidn-1.31/doc/libidn.html 2015-07-08 23:06:00.000000000 +0200 +++ new/libidn-1.32/doc/libidn.html 2015-08-01 15:21:48.000000000 +0200 @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- This manual is last updated 7 July 2015 for version -1.31 of GNU Libidn. +1.32 of GNU Libidn. Copyright (C) 2002-2015 Simon Josefsson. @@ -13,10 +13,10 @@ Documentation License". --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> -<title>GNU Libidn 1.31</title> +<title>GNU Libidn 1.32</title> -<meta name="description" content="GNU Libidn 1.31"> -<meta name="keywords" content="GNU Libidn 1.31"> +<meta name="description" content="GNU Libidn 1.32"> +<meta name="keywords" content="GNU Libidn 1.32"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -103,7 +103,7 @@ </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> -<h1 class="settitle" align="center">GNU Libidn 1.31</h1> +<h1 class="settitle" align="center">GNU Libidn 1.32</h1> @@ -253,7 +253,7 @@ <h1 class="top">GNU Libidn</h1> <p>This manual is last updated 7 July 2015 for version -1.31 of GNU Libidn. +1.32 of GNU Libidn. </p> <p>Copyright © 2002-2015 Simon Josefsson. </p> @@ -737,7 +737,7 @@ <p><a href="ftp://alpha.gnu.org/pub/gnu/libidn/">ftp://alpha.gnu.org/pub/gnu/libidn/</a> </p> <p>The latest version is stored in a file, e.g., -‘<samp>libidn-1.31.tar.gz</samp>’ where the ‘<samp>1.31</samp>’ +‘<samp>libidn-1.32.tar.gz</samp>’ where the ‘<samp>1.32</samp>’ value is the highest version number in the directory. </p> <p>The package is then extracted, configured and built like many other @@ -750,9 +750,9 @@ ‘<samp>sh</samp>’, ‘<samp>make</samp>’ and ‘<samp>cc</samp>’. </p> <div class="example"> -<pre class="example">$ wget -q ftp://alpha.gnu.org/pub/gnu/libidn/libidn-1.31.tar.gz -$ tar xfz libidn-1.31.tar.gz -$ cd libidn-1.31/ +<pre class="example">$ wget -q ftp://alpha.gnu.org/pub/gnu/libidn/libidn-1.32.tar.gz +$ tar xfz libidn-1.32.tar.gz +$ cd libidn-1.32/ $ ./configure ... $ make @@ -3857,7 +3857,7 @@ </p> <p>The Java library, if Libidn has been built with Java support (see <a href="#Downloading-and-Installing">Downloading and Installing</a>), will be placed in -<samp>java/libidn-1.31.jar</samp>. The source code is below +<samp>java/libidn-1.32.jar</samp>. The source code is below <samp>java/</samp> in Maven directory layout, and there is a Maven <samp>pom.xml</samp> build script as well. Source code files are in <samp>java/src/main/java/gnu/inet/encoding/</samp>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/libidn.info new/libidn-1.32/doc/libidn.info --- old/libidn-1.31/doc/libidn.info 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/libidn.info 2015-08-01 15:20:46.000000000 +0200 @@ -1,6 +1,6 @@ This is libidn.info, produced by makeinfo version 5.2 from libidn.texi. -This manual is last updated 7 July 2015 for version 1.31 of GNU Libidn. +This manual is last updated 7 July 2015 for version 1.32 of GNU Libidn. Copyright © 2002-2015 Simon Josefsson. @@ -31,7 +31,7 @@ GNU Libidn ********** -This manual is last updated 7 July 2015 for version 1.31 of GNU Libidn. +This manual is last updated 7 July 2015 for version 1.32 of GNU Libidn. Copyright © 2002-2015 Simon Josefsson. @@ -403,8 +403,8 @@ <ftp://alpha.gnu.org/pub/gnu/libidn/> - The latest version is stored in a file, e.g., ‘libidn-1.31.tar.gz’ -where the ‘1.31’ value is the highest version number in the directory. + The latest version is stored in a file, e.g., ‘libidn-1.32.tar.gz’ +where the ‘1.32’ value is the highest version number in the directory. The package is then extracted, configured and built like many other packages that use Autoconf. For detailed information on configuring and @@ -415,9 +415,9 @@ and install the package. You will need a few basic tools, such as ‘sh’, ‘make’ and ‘cc’. - $ wget -q ftp://alpha.gnu.org/pub/gnu/libidn/libidn-1.31.tar.gz - $ tar xfz libidn-1.31.tar.gz - $ cd libidn-1.31/ + $ wget -q ftp://alpha.gnu.org/pub/gnu/libidn/libidn-1.32.tar.gz + $ tar xfz libidn-1.32.tar.gz + $ cd libidn-1.32/ $ ./configure ... $ make @@ -3262,7 +3262,7 @@ pending. The Java library, if Libidn has been built with Java support (*note -Downloading and Installing::), will be placed in ‘java/libidn-1.31.jar’. +Downloading and Installing::), will be placed in ‘java/libidn-1.32.jar’. The source code is below ‘java/’ in Maven directory layout, and there is a Maven ‘pom.xml’ build script as well. Source code files are in ‘java/src/main/java/gnu/inet/encoding/’. Files old/libidn-1.31/doc/libidn.pdf and new/libidn-1.32/doc/libidn.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/libidn.ps new/libidn-1.32/doc/libidn.ps --- old/libidn-1.31/doc/libidn.ps 2015-07-08 23:06:01.000000000 +0200 +++ new/libidn-1.32/doc/libidn.ps 2015-08-01 15:21:49.000000000 +0200 @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 %%Creator: dvips(k) 5.994 Copyright 2014 Radical Eye Software %%Title: libidn.dvi -%%CreationDate: Wed Jul 8 23:06:00 2015 +%%CreationDate: Sat Aug 1 15:21:49 2015 %%Pages: 82 %%PageOrder: Ascend %%BoundingBox: 0 0 596 842 @@ -12,7 +12,7 @@ %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips -q -o libidn.ps libidn.dvi %DVIPSParameters: dpi=600 -%DVIPSSource: TeX output 2015.07.08:2306 +%DVIPSSource: TeX output 2015.08.01:1521 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S @@ -6849,12 +6849,12 @@ TeXDict begin 1 0 bop 150 1318 a Fv(GNU)65 b(Libidn)p 150 1385 3600 34 v 1546 1481 a Fu(In)m(ternationalized)33 b(string)d(pro)s(cessing)g(for)g(the)h(GNU)g(system)2627 -1589 y(for)f(v)m(ersion)g(1.31,)j(7)d(July)g(2015)150 +1589 y(for)f(v)m(ersion)g(1.32,)j(7)d(July)g(2015)150 5091 y Ft(Simon)45 b(Josefsson)p 150 5141 3600 17 v eop end %%Page: 2 2 TeXDict begin 2 1 bop 150 4633 a Fu(This)30 b(man)m(ual)g(is)h(last)g -(up)s(dated)e(7)i(July)e(2015)k(for)d(v)m(ersion)h(1.31)h(of)e(GNU)h +(up)s(dated)e(7)i(July)e(2015)k(for)d(v)m(ersion)h(1.32)h(of)e(GNU)h (Libidn.)150 4767 y(Cop)m(yrigh)m(t)602 4764 y(c)577 4767 y Fs(\015)f Fu(2002-2015)k(Simon)c(Josefsson.)390 4902 y(P)m(ermission)21 b(is)f(gran)m(ted)h(to)g(cop)m(y)-8 @@ -7335,7 +7335,7 @@ %!PS-Adobe-3.0 EPSF-3.0 %%Title: components.fig %%Creator: fig2dev Version 3.2 Patchlevel 5e -%%CreationDate: Wed Jul 8 23:04:24 2015 +%%CreationDate: Sat Aug 1 15:20:38 2015 %%BoundingBox: 0 0 382 350 %Magnification: 1.0000 %%EndComments @@ -7801,8 +7801,8 @@ (from)g(sev)m(eral)i(places,)f(including:)275 1588 y Fo(ftp://alpha.gnu.org/pub)o(/gn)o(u/li)o(bidn)o(/)275 1715 y Fu(The)d(latest)j(v)m(ersion)f(is)f(stored)g(in)g(a)h(\014le,)g -(e.g.,)h(`)p Fo(libidn-1.31.tar.gz)p Fu(')25 b(where)j(the)i(`)p -Fo(1.31)p Fu(')e(v)-5 b(alue)150 1824 y(is)30 b(the)h(highest)g(v)m +(e.g.,)h(`)p Fo(libidn-1.32.tar.gz)p Fu(')25 b(where)j(the)i(`)p +Fo(1.32)p Fu(')e(v)-5 b(alue)150 1824 y(is)30 b(the)h(highest)g(v)m (ersion)f(n)m(um)m(b)s(er)g(in)g(the)g(directory)-8 b(.)275 1952 y(The)33 b(pac)m(k)-5 b(age)35 b(is)f(then)f(extracted,)j (con\014gured)c(and)h(built)h(lik)m(e)g(man)m(y)g(other)g(pac)m(k)-5 @@ -7816,8 +7816,8 @@ (basic)h(to)s(ols,)h(suc)m(h)e(as)g(`)p Fo(sh)p Fu(',)h(`)p Fo(make)p Fu(')e(and)h(`)p Fo(cc)p Fu('.)390 2535 y Fo($)47 b(wget)g(-q)g(ftp://alpha.gnu.org/pub/g)o(nu/l)o(ibid)o(n/l)o(ibid)o -(n-1.)o(31.)o(tar.)o(gz)390 2644 y($)g(tar)g(xfz)g(libidn-1.31.tar.gz) -390 2754 y($)g(cd)h(libidn-1.31/)390 2863 y($)f(./configure)390 +(n-1.)o(32.)o(tar.)o(gz)390 2644 y($)g(tar)g(xfz)g(libidn-1.32.tar.gz) +390 2754 y($)g(cd)h(libidn-1.32/)390 2863 y($)f(./configure)390 2973 y(...)390 3083 y($)g(make)390 3192 y(...)390 3302 y($)g(make)g(install)390 3411 y(...)275 3538 y Fu(After)30 b(that)h(Libidn)e(should)h(b)s(e)f(prop)s(erly)h(installed)h(and)e @@ -10565,7 +10565,7 @@ 837 y(The)c(Ja)m(v)-5 b(a)28 b(library)-8 b(,)27 b(if)g(Libidn)f(has)g (b)s(een)g(built)h(with)f(Ja)m(v)-5 b(a)28 b(supp)s(ort)d(\(see)j (Section)f(1.7)h([Do)m(wnload-)150 947 y(ing)k(and)g(Installing],)i -(page)f(6\),)h(will)f(b)s(e)e(placed)i(in)f Fo(java/libidn-1.31.jar)p +(page)f(6\),)h(will)f(b)s(e)e(placed)i(in)f Fo(java/libidn-1.32.jar)p Fu(.)41 b(The)32 b(source)g(co)s(de)h(is)150 1056 y(b)s(elo)m(w)c Fo(java/)e Fu(in)i(Ma)m(v)m(en)h(directory)g(la)m(y)m(out,)h(and)d (there)h(is)g(a)g(Ma)m(v)m(en)h Fo(pom.xml)d Fu(build)h(script)h(as)g diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idn_free.3 new/libidn-1.32/doc/man/idn_free.3 --- old/libidn-1.31/doc/man/idn_free.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/idn_free.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idn_free" 3 "1.31" "libidn" "libidn" +.TH "idn_free" 3 "1.32" "libidn" "libidn" .SH NAME idn_free \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_strerror.3 new/libidn-1.32/doc/man/idna_strerror.3 --- old/libidn-1.31/doc/man/idna_strerror.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_strerror.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_strerror" 3 "1.31" "libidn" "libidn" +.TH "idna_strerror" 3 "1.32" "libidn" "libidn" .SH NAME idna_strerror \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_ascii_4i.3 new/libidn-1.32/doc/man/idna_to_ascii_4i.3 --- old/libidn-1.31/doc/man/idna_to_ascii_4i.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_ascii_4i.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_ascii_4i" 3 "1.31" "libidn" "libidn" +.TH "idna_to_ascii_4i" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_ascii_4i \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_ascii_4z.3 new/libidn-1.32/doc/man/idna_to_ascii_4z.3 --- old/libidn-1.31/doc/man/idna_to_ascii_4z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_ascii_4z.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_ascii_4z" 3 "1.31" "libidn" "libidn" +.TH "idna_to_ascii_4z" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_ascii_4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_ascii_8z.3 new/libidn-1.32/doc/man/idna_to_ascii_8z.3 --- old/libidn-1.31/doc/man/idna_to_ascii_8z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_ascii_8z.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_ascii_8z" 3 "1.31" "libidn" "libidn" +.TH "idna_to_ascii_8z" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_ascii_8z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_ascii_lz.3 new/libidn-1.32/doc/man/idna_to_ascii_lz.3 --- old/libidn-1.31/doc/man/idna_to_ascii_lz.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_ascii_lz.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_ascii_lz" 3 "1.31" "libidn" "libidn" +.TH "idna_to_ascii_lz" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_ascii_lz \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_44i.3 new/libidn-1.32/doc/man/idna_to_unicode_44i.3 --- old/libidn-1.31/doc/man/idna_to_unicode_44i.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_44i.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_44i" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_44i" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_44i \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_4z4z.3 new/libidn-1.32/doc/man/idna_to_unicode_4z4z.3 --- old/libidn-1.31/doc/man/idna_to_unicode_4z4z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_4z4z.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_4z4z" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_4z4z" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_4z4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_8z4z.3 new/libidn-1.32/doc/man/idna_to_unicode_8z4z.3 --- old/libidn-1.31/doc/man/idna_to_unicode_8z4z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_8z4z.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_8z4z" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_8z4z" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_8z4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_8z8z.3 new/libidn-1.32/doc/man/idna_to_unicode_8z8z.3 --- old/libidn-1.31/doc/man/idna_to_unicode_8z8z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_8z8z.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_8z8z" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_8z8z" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_8z8z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_8zlz.3 new/libidn-1.32/doc/man/idna_to_unicode_8zlz.3 --- old/libidn-1.31/doc/man/idna_to_unicode_8zlz.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_8zlz.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_8zlz" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_8zlz" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_8zlz \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/idna_to_unicode_lzlz.3 new/libidn-1.32/doc/man/idna_to_unicode_lzlz.3 --- old/libidn-1.31/doc/man/idna_to_unicode_lzlz.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/idna_to_unicode_lzlz.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "idna_to_unicode_lzlz" 3 "1.31" "libidn" "libidn" +.TH "idna_to_unicode_lzlz" 3 "1.32" "libidn" "libidn" .SH NAME idna_to_unicode_lzlz \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/pr29_4.3 new/libidn-1.32/doc/man/pr29_4.3 --- old/libidn-1.31/doc/man/pr29_4.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/pr29_4.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "pr29_4" 3 "1.31" "libidn" "libidn" +.TH "pr29_4" 3 "1.32" "libidn" "libidn" .SH NAME pr29_4 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/pr29_4z.3 new/libidn-1.32/doc/man/pr29_4z.3 --- old/libidn-1.31/doc/man/pr29_4z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/pr29_4z.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "pr29_4z" 3 "1.31" "libidn" "libidn" +.TH "pr29_4z" 3 "1.32" "libidn" "libidn" .SH NAME pr29_4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/pr29_8z.3 new/libidn-1.32/doc/man/pr29_8z.3 --- old/libidn-1.31/doc/man/pr29_8z.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/pr29_8z.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "pr29_8z" 3 "1.31" "libidn" "libidn" +.TH "pr29_8z" 3 "1.32" "libidn" "libidn" .SH NAME pr29_8z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/pr29_strerror.3 new/libidn-1.32/doc/man/pr29_strerror.3 --- old/libidn-1.31/doc/man/pr29_strerror.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/pr29_strerror.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "pr29_strerror" 3 "1.31" "libidn" "libidn" +.TH "pr29_strerror" 3 "1.32" "libidn" "libidn" .SH NAME pr29_strerror \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/punycode_decode.3 new/libidn-1.32/doc/man/punycode_decode.3 --- old/libidn-1.31/doc/man/punycode_decode.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/punycode_decode.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "punycode_decode" 3 "1.31" "libidn" "libidn" +.TH "punycode_decode" 3 "1.32" "libidn" "libidn" .SH NAME punycode_decode \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/punycode_encode.3 new/libidn-1.32/doc/man/punycode_encode.3 --- old/libidn-1.31/doc/man/punycode_encode.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/punycode_encode.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "punycode_encode" 3 "1.31" "libidn" "libidn" +.TH "punycode_encode" 3 "1.32" "libidn" "libidn" .SH NAME punycode_encode \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/punycode_strerror.3 new/libidn-1.32/doc/man/punycode_strerror.3 --- old/libidn-1.31/doc/man/punycode_strerror.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/punycode_strerror.3 2015-08-01 15:20:49.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "punycode_strerror" 3 "1.31" "libidn" "libidn" +.TH "punycode_strerror" 3 "1.32" "libidn" "libidn" .SH NAME punycode_strerror \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep.3 new/libidn-1.32/doc/man/stringprep.3 --- old/libidn-1.31/doc/man/stringprep.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep" 3 "1.31" "libidn" "libidn" +.TH "stringprep" 3 "1.32" "libidn" "libidn" .SH NAME stringprep \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_4i.3 new/libidn-1.32/doc/man/stringprep_4i.3 --- old/libidn-1.31/doc/man/stringprep_4i.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_4i.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_4i" 3 "1.31" "libidn" "libidn" +.TH "stringprep_4i" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_4i \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_4zi.3 new/libidn-1.32/doc/man/stringprep_4zi.3 --- old/libidn-1.31/doc/man/stringprep_4zi.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_4zi.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_4zi" 3 "1.31" "libidn" "libidn" +.TH "stringprep_4zi" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_4zi \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_check_version.3 new/libidn-1.32/doc/man/stringprep_check_version.3 --- old/libidn-1.31/doc/man/stringprep_check_version.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_check_version.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_check_version" 3 "1.31" "libidn" "libidn" +.TH "stringprep_check_version" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_check_version \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_convert.3 new/libidn-1.32/doc/man/stringprep_convert.3 --- old/libidn-1.31/doc/man/stringprep_convert.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_convert.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_convert" 3 "1.31" "libidn" "libidn" +.TH "stringprep_convert" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_convert \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_locale_charset.3 new/libidn-1.32/doc/man/stringprep_locale_charset.3 --- old/libidn-1.31/doc/man/stringprep_locale_charset.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_locale_charset.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_locale_charset" 3 "1.31" "libidn" "libidn" +.TH "stringprep_locale_charset" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_locale_charset \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_locale_to_utf8.3 new/libidn-1.32/doc/man/stringprep_locale_to_utf8.3 --- old/libidn-1.31/doc/man/stringprep_locale_to_utf8.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_locale_to_utf8.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_locale_to_utf8" 3 "1.31" "libidn" "libidn" +.TH "stringprep_locale_to_utf8" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_locale_to_utf8 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_profile.3 new/libidn-1.32/doc/man/stringprep_profile.3 --- old/libidn-1.31/doc/man/stringprep_profile.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_profile.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_profile" 3 "1.31" "libidn" "libidn" +.TH "stringprep_profile" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_profile \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_strerror.3 new/libidn-1.32/doc/man/stringprep_strerror.3 --- old/libidn-1.31/doc/man/stringprep_strerror.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_strerror.3 2015-08-01 15:20:49.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_strerror" 3 "1.31" "libidn" "libidn" +.TH "stringprep_strerror" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_strerror \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_ucs4_nfkc_normalize.3 new/libidn-1.32/doc/man/stringprep_ucs4_nfkc_normalize.3 --- old/libidn-1.31/doc/man/stringprep_ucs4_nfkc_normalize.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_ucs4_nfkc_normalize.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_ucs4_nfkc_normalize" 3 "1.31" "libidn" "libidn" +.TH "stringprep_ucs4_nfkc_normalize" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_ucs4_nfkc_normalize \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_ucs4_to_utf8.3 new/libidn-1.32/doc/man/stringprep_ucs4_to_utf8.3 --- old/libidn-1.31/doc/man/stringprep_ucs4_to_utf8.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_ucs4_to_utf8.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_ucs4_to_utf8" 3 "1.31" "libidn" "libidn" +.TH "stringprep_ucs4_to_utf8" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_ucs4_to_utf8 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_unichar_to_utf8.3 new/libidn-1.32/doc/man/stringprep_unichar_to_utf8.3 --- old/libidn-1.31/doc/man/stringprep_unichar_to_utf8.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_unichar_to_utf8.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_unichar_to_utf8" 3 "1.31" "libidn" "libidn" +.TH "stringprep_unichar_to_utf8" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_unichar_to_utf8 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_utf8_nfkc_normalize.3 new/libidn-1.32/doc/man/stringprep_utf8_nfkc_normalize.3 --- old/libidn-1.31/doc/man/stringprep_utf8_nfkc_normalize.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_utf8_nfkc_normalize.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_utf8_nfkc_normalize" 3 "1.31" "libidn" "libidn" +.TH "stringprep_utf8_nfkc_normalize" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_utf8_nfkc_normalize \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_utf8_to_locale.3 new/libidn-1.32/doc/man/stringprep_utf8_to_locale.3 --- old/libidn-1.31/doc/man/stringprep_utf8_to_locale.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_utf8_to_locale.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_utf8_to_locale" 3 "1.31" "libidn" "libidn" +.TH "stringprep_utf8_to_locale" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_utf8_to_locale \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_utf8_to_ucs4.3 new/libidn-1.32/doc/man/stringprep_utf8_to_ucs4.3 --- old/libidn-1.31/doc/man/stringprep_utf8_to_ucs4.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_utf8_to_ucs4.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_utf8_to_ucs4" 3 "1.31" "libidn" "libidn" +.TH "stringprep_utf8_to_ucs4" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_utf8_to_ucs4 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/stringprep_utf8_to_unichar.3 new/libidn-1.32/doc/man/stringprep_utf8_to_unichar.3 --- old/libidn-1.31/doc/man/stringprep_utf8_to_unichar.3 2015-07-08 23:04:27.000000000 +0200 +++ new/libidn-1.32/doc/man/stringprep_utf8_to_unichar.3 2015-08-01 15:20:46.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "stringprep_utf8_to_unichar" 3 "1.31" "libidn" "libidn" +.TH "stringprep_utf8_to_unichar" 3 "1.32" "libidn" "libidn" .SH NAME stringprep_utf8_to_unichar \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_4.3 new/libidn-1.32/doc/man/tld_check_4.3 --- old/libidn-1.31/doc/man/tld_check_4.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_4.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_4" 3 "1.31" "libidn" "libidn" +.TH "tld_check_4" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_4 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_4t.3 new/libidn-1.32/doc/man/tld_check_4t.3 --- old/libidn-1.31/doc/man/tld_check_4t.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_4t.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_4t" 3 "1.31" "libidn" "libidn" +.TH "tld_check_4t" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_4t \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_4tz.3 new/libidn-1.32/doc/man/tld_check_4tz.3 --- old/libidn-1.31/doc/man/tld_check_4tz.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_4tz.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_4tz" 3 "1.31" "libidn" "libidn" +.TH "tld_check_4tz" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_4tz \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_4z.3 new/libidn-1.32/doc/man/tld_check_4z.3 --- old/libidn-1.31/doc/man/tld_check_4z.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_4z.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_4z" 3 "1.31" "libidn" "libidn" +.TH "tld_check_4z" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_8z.3 new/libidn-1.32/doc/man/tld_check_8z.3 --- old/libidn-1.31/doc/man/tld_check_8z.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_8z.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_8z" 3 "1.31" "libidn" "libidn" +.TH "tld_check_8z" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_8z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_check_lz.3 new/libidn-1.32/doc/man/tld_check_lz.3 --- old/libidn-1.31/doc/man/tld_check_lz.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_check_lz.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_check_lz" 3 "1.31" "libidn" "libidn" +.TH "tld_check_lz" 3 "1.32" "libidn" "libidn" .SH NAME tld_check_lz \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_default_table.3 new/libidn-1.32/doc/man/tld_default_table.3 --- old/libidn-1.31/doc/man/tld_default_table.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_default_table.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_default_table" 3 "1.31" "libidn" "libidn" +.TH "tld_default_table" 3 "1.32" "libidn" "libidn" .SH NAME tld_default_table \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_get_4.3 new/libidn-1.32/doc/man/tld_get_4.3 --- old/libidn-1.31/doc/man/tld_get_4.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_get_4.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_get_4" 3 "1.31" "libidn" "libidn" +.TH "tld_get_4" 3 "1.32" "libidn" "libidn" .SH NAME tld_get_4 \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_get_4z.3 new/libidn-1.32/doc/man/tld_get_4z.3 --- old/libidn-1.31/doc/man/tld_get_4z.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_get_4z.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_get_4z" 3 "1.31" "libidn" "libidn" +.TH "tld_get_4z" 3 "1.32" "libidn" "libidn" .SH NAME tld_get_4z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_get_table.3 new/libidn-1.32/doc/man/tld_get_table.3 --- old/libidn-1.31/doc/man/tld_get_table.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_get_table.3 2015-08-01 15:20:47.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_get_table" 3 "1.31" "libidn" "libidn" +.TH "tld_get_table" 3 "1.32" "libidn" "libidn" .SH NAME tld_get_table \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_get_z.3 new/libidn-1.32/doc/man/tld_get_z.3 --- old/libidn-1.31/doc/man/tld_get_z.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_get_z.3 2015-08-01 15:20:48.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_get_z" 3 "1.31" "libidn" "libidn" +.TH "tld_get_z" 3 "1.32" "libidn" "libidn" .SH NAME tld_get_z \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/man/tld_strerror.3 new/libidn-1.32/doc/man/tld_strerror.3 --- old/libidn-1.31/doc/man/tld_strerror.3 2015-07-08 23:04:28.000000000 +0200 +++ new/libidn-1.32/doc/man/tld_strerror.3 2015-08-01 15:20:49.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by gdoc. -.TH "tld_strerror" 3 "1.31" "libidn" "libidn" +.TH "tld_strerror" 3 "1.32" "libidn" "libidn" .SH NAME tld_strerror \- API function .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/reference/html/index.html new/libidn-1.32/doc/reference/html/index.html --- old/libidn-1.31/doc/reference/html/index.html 2015-07-08 23:06:02.000000000 +0200 +++ new/libidn-1.32/doc/reference/html/index.html 2015-08-01 15:21:52.000000000 +0200 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GNU Libidn API Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for GNU Libidn 1.31 + for GNU Libidn 1.32 . The latest version of this documentation can be found on-line at <a class="ulink" href="https://www.gnu.org/software/libidn/reference/" target="_top">https://www.gnu.org/software/libidn/reference/</a>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/reference/html/libidn-stringprep.html new/libidn-1.32/doc/reference/html/libidn-stringprep.html --- old/libidn-1.31/doc/reference/html/libidn-stringprep.html 2015-07-08 23:06:02.000000000 +0200 +++ new/libidn-1.32/doc/reference/html/libidn-stringprep.html 2015-08-01 15:21:52.000000000 +0200 @@ -85,7 +85,7 @@ <hr> <div class="refsect2"> <a name="STRINGPREP-VERSION:CAPS"></a><h3>STRINGPREP_VERSION</h3> -<pre class="programlisting"># define STRINGPREP_VERSION "1.31" +<pre class="programlisting"># define STRINGPREP_VERSION "1.32" </pre> <p>String defined via CPP denoting the header file version number. Used together with <code class="function">stringprep_check_version()</code> to verify header file Files old/libidn-1.31/doc/reference/libidn.pdf and new/libidn-1.32/doc/reference/libidn.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/stamp-vti new/libidn-1.32/doc/stamp-vti --- old/libidn-1.31/doc/stamp-vti 2015-07-08 23:04:22.000000000 +0200 +++ new/libidn-1.32/doc/stamp-vti 2015-08-01 15:20:34.000000000 +0200 @@ -1,4 +1,4 @@ @set UPDATED 7 July 2015 @set UPDATED-MONTH July 2015 -@set EDITION 1.31 -@set VERSION 1.31 +@set EDITION 1.32 +@set VERSION 1.32 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/doc/version.texi new/libidn-1.32/doc/version.texi --- old/libidn-1.31/doc/version.texi 2015-07-08 23:04:22.000000000 +0200 +++ new/libidn-1.32/doc/version.texi 2015-08-01 15:20:34.000000000 +0200 @@ -1,4 +1,4 @@ @set UPDATED 7 July 2015 @set UPDATED-MONTH July 2015 -@set EDITION 1.31 -@set VERSION 1.31 +@set EDITION 1.32 +@set VERSION 1.32 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/gl/m4/sys_time_h.m4 new/libidn-1.32/gl/m4/sys_time_h.m4 --- old/libidn-1.31/gl/m4/sys_time_h.m4 2015-03-02 10:28:51.000000000 +0100 +++ new/libidn-1.32/gl/m4/sys_time_h.m4 2015-08-01 14:47:42.000000000 +0200 @@ -105,6 +105,7 @@ HAVE_GETTIMEOFDAY=1; AC_SUBST([HAVE_GETTIMEOFDAY]) HAVE_STRUCT_TIMEVAL=1; AC_SUBST([HAVE_STRUCT_TIMEVAL]) HAVE_SYS_TIME_H=1; AC_SUBST([HAVE_SYS_TIME_H]) + HAVE_TIMEZONE_T=0; AC_SUBST([HAVE_TIMEZONE_T]) REPLACE_GETTIMEOFDAY=0; AC_SUBST([REPLACE_GETTIMEOFDAY]) REPLACE_STRUCT_TIMEVAL=0; AC_SUBST([REPLACE_STRUCT_TIMEVAL]) ]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/gl/m4/time_h.m4 new/libidn-1.32/gl/m4/time_h.m4 --- old/libidn-1.31/gl/m4/time_h.m4 2015-03-02 10:28:51.000000000 +0100 +++ new/libidn-1.32/gl/m4/time_h.m4 2015-08-01 14:47:42.000000000 +0200 @@ -109,6 +109,7 @@ GNULIB_STRPTIME=0; AC_SUBST([GNULIB_STRPTIME]) GNULIB_TIMEGM=0; AC_SUBST([GNULIB_TIMEGM]) GNULIB_TIME_R=0; AC_SUBST([GNULIB_TIME_R]) + GNULIB_TIME_RZ=0; AC_SUBST([GNULIB_TIME_RZ]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_LOCALTIME_R=1; AC_SUBST([HAVE_DECL_LOCALTIME_R]) HAVE_NANOSLEEP=1; AC_SUBST([HAVE_NANOSLEEP]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/gltests/Makefile.am new/libidn-1.32/gltests/Makefile.am --- old/libidn-1.31/gltests/Makefile.am 2015-03-02 10:28:59.000000000 +0100 +++ new/libidn-1.32/gltests/Makefile.am 2015-08-01 14:47:50.000000000 +0200 @@ -1024,10 +1024,12 @@ -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ + -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ + -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \ -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \ -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/gltests/time.in.h new/libidn-1.32/gltests/time.in.h --- old/libidn-1.31/gltests/time.in.h 2015-03-02 10:28:52.000000000 +0100 +++ new/libidn-1.32/gltests/time.in.h 2015-08-01 14:47:43.000000000 +0200 @@ -22,11 +22,13 @@ /* Don't get in the way of glibc when it includes time.h merely to declare a few standard symbols, rather than to declare all the - symbols. Also, Solaris 8 <time.h> eventually includes itself + symbols. (However, skip this for MinGW as it treats __need_time_t + incompatibly.) Also, Solaris 8 <time.h> eventually includes itself recursively; if that is happening, just include the system <time.h> without adding our own declarations. */ -#if (defined __need_time_t || defined __need_clock_t \ - || defined __need_timespec \ +#if (((defined __need_time_t || defined __need_clock_t \ + || defined __need_timespec) \ + && !defined __MINGW32__) \ || defined _@GUARD_PREFIX@_TIME_H) # @INCLUDE_NEXT@ @NEXT_TIME_H@ @@ -231,6 +233,25 @@ _GL_CXXALIASWARN (strptime); # endif +# if defined _GNU_SOURCE && @GNULIB_TIME_RZ@ && ! @HAVE_TIMEZONE_T@ +typedef struct tm_zone *timezone_t; +_GL_FUNCDECL_SYS (tzalloc, timezone_t, (char const *__name)); +_GL_CXXALIAS_SYS (tzalloc, timezone_t, (char const *__name)); +_GL_FUNCDECL_SYS (tzfree, void, (timezone_t __tz)); +_GL_CXXALIAS_SYS (tzfree, void, (timezone_t __tz)); +_GL_FUNCDECL_SYS (localtime_rz, struct tm *, + (timezone_t __tz, time_t const *restrict __timer, + struct tm *restrict __result) _GL_ARG_NONNULL ((2, 3))); +_GL_CXXALIAS_SYS (localtime_rz, struct tm *, + (timezone_t __tz, time_t const *restrict __timer, + struct tm *restrict __result)); +_GL_FUNCDECL_SYS (mktime_z, time_t, + (timezone_t __tz, struct tm *restrict __result) + _GL_ARG_NONNULL ((2))); +_GL_CXXALIAS_SYS (mktime_z, time_t, + (timezone_t __tz, struct tm *restrict __result)); +# endif + /* Convert TM to a time_t value, assuming UTC. */ # if @GNULIB_TIMEGM@ # if @REPLACE_TIMEGM@ Files old/libidn-1.31/java/libidn-1.31.jar and new/libidn-1.32/java/libidn-1.31.jar differ Files old/libidn-1.31/java/libidn-1.32.jar and new/libidn-1.32/java/libidn-1.32.jar differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/lib/idna.c new/libidn-1.32/lib/idna.c --- old/libidn-1.31/lib/idna.c 2015-07-08 01:50:11.000000000 +0200 +++ new/libidn-1.32/lib/idna.c 2015-08-01 15:07:20.000000000 +0200 @@ -744,13 +744,16 @@ int rc; rc = idna_to_unicode_8z4z (input, &ucs4, flags); + if (rc != IDNA_SUCCESS) + return rc; + *output = stringprep_ucs4_to_utf8 (ucs4, -1, NULL, NULL); free (ucs4); if (!*output) return IDNA_ICONV_ERROR; - return rc; + return IDNA_SUCCESS; } /** @@ -775,13 +778,16 @@ int rc; rc = idna_to_unicode_8z8z (input, &utf8, flags); + if (rc != IDNA_SUCCESS) + return rc; + *output = stringprep_utf8_to_locale (utf8); free (utf8); if (!*output) return IDNA_ICONV_ERROR; - return rc; + return IDNA_SUCCESS; } /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/lib/stringprep.h new/libidn-1.32/lib/stringprep.h --- old/libidn-1.31/lib/stringprep.h 2015-07-08 01:43:24.000000000 +0200 +++ new/libidn-1.32/lib/stringprep.h 2015-08-01 14:44:47.000000000 +0200 @@ -51,7 +51,7 @@ { # endif -# define STRINGPREP_VERSION "1.31" +# define STRINGPREP_VERSION "1.32" /* Error codes. */ typedef enum Files old/libidn-1.31/po/cs.gmo and new/libidn-1.32/po/cs.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/cs.po new/libidn-1.32/po/cs.po --- old/libidn-1.31/po/cs.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/cs.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-04-28 20:24+0200\n" "Last-Translator: Petr Pisar <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" Files old/libidn-1.31/po/da.gmo and new/libidn-1.32/po/da.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/da.po new/libidn-1.32/po/da.po --- old/libidn-1.31/po/da.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/da.po 2015-08-01 15:21:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libidn 1.29\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2015-05-01 17:38+0100\n" "Last-Translator: Joe Hansen <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" Files old/libidn-1.31/po/de.gmo and new/libidn-1.32/po/de.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/de.po new/libidn-1.32/po/de.po --- old/libidn-1.31/po/de.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/de.po 2015-08-01 15:21:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-05-02 18:51+0100\n" "Last-Translator: Roland Illig <[email protected]>\n" "Language-Team: German <[email protected]>\n" Files old/libidn-1.31/po/[email protected] and new/libidn-1.32/po/[email protected] differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/[email protected] new/libidn-1.32/po/[email protected] --- old/libidn-1.31/po/[email protected] 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/[email protected] 2015-08-01 15:21:40.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libidn 1.31\n" +"Project-Id-Version: libidn 1.32\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" -"PO-Revision-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" +"PO-Revision-Date: 2015-08-01 15:20+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" Files old/libidn-1.31/po/[email protected] and new/libidn-1.32/po/[email protected] differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/[email protected] new/libidn-1.32/po/[email protected] --- old/libidn-1.31/po/[email protected] 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/[email protected] 2015-08-01 15:21:40.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: libidn 1.31\n" +"Project-Id-Version: libidn 1.32\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" -"PO-Revision-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" +"PO-Revision-Date: 2015-08-01 15:20+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@quot\n" Files old/libidn-1.31/po/eo.gmo and new/libidn-1.32/po/eo.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/eo.po new/libidn-1.32/po/eo.po --- old/libidn-1.31/po/eo.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/eo.po 2015-08-01 15:21:40.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: libidn 1.25\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2012-12-17 16:42+0100\n" "Last-Translator: Benno Schulenberg <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" Files old/libidn-1.31/po/fi.gmo and new/libidn-1.32/po/fi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/fi.po new/libidn-1.32/po/fi.po --- old/libidn-1.31/po/fi.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/fi.po 2015-08-01 15:21:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-04-30 15:25+0200\n" "Last-Translator: Jorma Karvonen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" Files old/libidn-1.31/po/fr.gmo and new/libidn-1.32/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/fr.po new/libidn-1.32/po/fr.po --- old/libidn-1.31/po/fr.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/fr.po 2015-08-01 15:21:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: GNU libidn-1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-06-28 00:12+0200\n" "Last-Translator: Jean-Philippe Guérard <jean-philippe.guerard@corbeaunoir." "org>\n" Files old/libidn-1.31/po/hr.gmo and new/libidn-1.32/po/hr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/hr.po new/libidn-1.32/po/hr.po --- old/libidn-1.31/po/hr.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/hr.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.25\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2012-09-27 23:16+0200\n" "Last-Translator: Tomislav Krznar <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" Files old/libidn-1.31/po/hu.gmo and new/libidn-1.32/po/hu.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/hu.po new/libidn-1.32/po/hu.po --- old/libidn-1.31/po/hu.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/hu.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.29\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2014-08-31 15:46+0200\n" "Last-Translator: Balázs Úr <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" Files old/libidn-1.31/po/id.gmo and new/libidn-1.32/po/id.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/id.po new/libidn-1.32/po/id.po --- old/libidn-1.31/po/id.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/id.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.24\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2012-05-18 17:42+0700\n" "Last-Translator: Andhika Padmawan <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" Files old/libidn-1.31/po/it.gmo and new/libidn-1.32/po/it.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/it.po new/libidn-1.32/po/it.po --- old/libidn-1.31/po/it.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/it.po 2015-08-01 15:21:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-12-05 17:30+0000\n" "Last-Translator: Marco Colombo <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" Files old/libidn-1.31/po/ja.gmo and new/libidn-1.32/po/ja.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/ja.po new/libidn-1.32/po/ja.po --- old/libidn-1.31/po/ja.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/ja.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 0.5.16\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2006-03-21 11:20+0900\n" "Last-Translator: GOTO Masanori <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" Files old/libidn-1.31/po/nl.gmo and new/libidn-1.32/po/nl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/nl.po new/libidn-1.32/po/nl.po --- old/libidn-1.31/po/nl.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/nl.po 2015-08-01 15:21:40.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: libidn-1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-04-28 11:27+0200\n" "Last-Translator: Benno Schulenberg <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" Files old/libidn-1.31/po/pl.gmo and new/libidn-1.32/po/pl.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/pl.po new/libidn-1.32/po/pl.po --- old/libidn-1.31/po/pl.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/pl.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-04-28 20:02+0200\n" "Last-Translator: Jakub Bogusz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" Files old/libidn-1.31/po/pt_BR.gmo and new/libidn-1.32/po/pt_BR.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/pt_BR.po new/libidn-1.32/po/pt_BR.po --- old/libidn-1.31/po/pt_BR.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/pt_BR.po 2015-08-01 15:21:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libidn 1.27\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2014-02-04 23:46-0300\n" "Last-Translator: Rafael Ferreira <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]." Files old/libidn-1.31/po/ro.gmo and new/libidn-1.32/po/ro.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/ro.po new/libidn-1.32/po/ro.po --- old/libidn-1.31/po/ro.po 2015-07-08 23:05:56.000000000 +0200 +++ new/libidn-1.32/po/ro.po 2015-08-01 15:21:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libidn 0.4.1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2004-04-23 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" Files old/libidn-1.31/po/sr.gmo and new/libidn-1.32/po/sr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/sr.po new/libidn-1.32/po/sr.po --- old/libidn-1.31/po/sr.po 2015-07-08 23:05:57.000000000 +0200 +++ new/libidn-1.32/po/sr.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn-1.24\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2012-01-15 00:30+0200\n" "Last-Translator: Мирослав Николић <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" Files old/libidn-1.31/po/uk.gmo and new/libidn-1.32/po/uk.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/uk.po new/libidn-1.32/po/uk.po --- old/libidn-1.31/po/uk.po 2015-07-08 23:05:57.000000000 +0200 +++ new/libidn-1.32/po/uk.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.21\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2011-04-30 13:44+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" Files old/libidn-1.31/po/vi.gmo and new/libidn-1.32/po/vi.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/vi.po new/libidn-1.32/po/vi.po --- old/libidn-1.31/po/vi.po 2015-07-08 23:05:57.000000000 +0200 +++ new/libidn-1.32/po/vi.po 2015-08-01 15:21:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libidn-1.29\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2014-08-12 07:59+0700\n" "Last-Translator: Trần Ngọc Quân <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" Files old/libidn-1.31/po/zh_CN.gmo and new/libidn-1.32/po/zh_CN.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/po/zh_CN.po new/libidn-1.32/po/zh_CN.po --- old/libidn-1.31/po/zh_CN.po 2015-07-08 23:05:57.000000000 +0200 +++ new/libidn-1.32/po/zh_CN.po 2015-08-01 15:21:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libidn 1.24\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-08 23:04+0200\n" +"POT-Creation-Date: 2015-08-01 15:20+0200\n" "PO-Revision-Date: 2012-02-14 20:25+0800\n" "Last-Translator: Ji ZhengYu <[email protected]>\n" "Language-Team: Chinese (simplified) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/tests/Makefile.am new/libidn-1.32/tests/Makefile.am --- old/libidn-1.31/tests/Makefile.am 2015-07-07 23:57:16.000000000 +0200 +++ new/libidn-1.32/tests/Makefile.am 2015-08-01 14:58:44.000000000 +0200 @@ -27,7 +27,7 @@ ctests = tst_stringprep tst_punycode tst_idna tst_idna2 tst_idna3 \ tst_idna4 tst_nfkc tst_pr29 tst_strerror tst_toutf8 \ - tst_symbols tst_badutf8 + tst_symbols tst_badutf8 tst_utf8crash if TLD ctests += tst_tld endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libidn-1.31/tests/tst_utf8crash.c new/libidn-1.32/tests/tst_utf8crash.c --- old/libidn-1.31/tests/tst_utf8crash.c 1970-01-01 01:00:00.000000000 +0100 +++ new/libidn-1.32/tests/tst_utf8crash.c 2015-08-01 15:00:32.000000000 +0200 @@ -0,0 +1,48 @@ +/* tst_utf8crash.c --- Self tests for malformed UTF-8 regressions. + * Copyright (C) 2015 Simon Josefsson + * + * This file is part of GNU Libidn. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include <stdio.h> +#include <stdlib.h> +#include <stdarg.h> +#include <string.h> + +#include <idna.h> +#include <idn-free.h> + +#include "utils.h" + +/* Based on report from Adam Sampson: + https://lists.gnu.org/archive/html/help-libidn/2015-07/msg00026.html */ + +void +doit (void) +{ + const char input[] = "\200bad.com"; + char *output; + int rc; + + rc = idna_to_unicode_8z8z(input, &output, 0); + if (rc != IDNA_ICONV_ERROR) + fail ("rc %d\n", rc); +} ++++++ libidn.keyring ++++++ ++++ 1025 lines (skipped) ++++ between libidn.keyring ++++ and /work/SRC/openSUSE:Factory/.libidn.new/libidn.keyring
