The NetBSD Project

CVS log for pkgsrc/devel/libidn/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libidn

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.112 / (download) - annotate - [select for diffs], Sun Jan 21 19:55:07 2024 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.111: +3 -3 lines
Diff to previous 1.111 (colored) to selected 1.106 (colored)

libidn: update to 1.42.

* Noteworthy changes in release 1.42 (2024-01-13) [stable]

** Bump required gettext version to 0.19.8 for musl-libc.

** Compiler warning improvements.
As before, compiler warnings are enabled by default.  You may disable
them using ./configure --disable-gcc-warnings or turn them into fatal
errors using ./configure --enable-gcc-warnings=error to add -Werror
and sensible -Wno-error='s.  Based on gnulib's manywarnings, see
<https://www.gnu.org/software/gnulib//manual/html_node/manywarnings.html>.

** Fix type confusion on LLP64/Windows platforms.
While libidn has worked using cygwin libc, it has never worked on
ucrt/msvcrt libc.  Report and tiny patch by Francesco Pretto in
<https://lists.gnu.org/archive/html/help-libidn/2022-02/msg00000.html>.

** tests: Added script tests/standalone.sh suitable for integrators.
The main purpose is to test a system-installed libidn, suitable for
distributor checking (a'la Debian's autopkgtest/debci).  It may also
be used to test a newly built libidn outside the usual 'make check'
infrastructure.  To check that your system libidn is working, invoke
the script with `srcdir` as an environment variable indicating where
it can be find the source code for libidn's tests/ directory (it will
use the directory name where the script is by default):

tests/standalone.sh

To check that a newly built static libidn behaves, invoke:

env STANDALONE_CFLAGS="-Ilib lib/.libs/libidn.a" tests/standalone.sh

To check that a newly built shared libidn behaves, invoke:

env srcdir=tests STANDALONE_CFLAGS="-Ilib -Wl,-rpath lib/.libs lib/.libs/libidn.so" tests/standalone.sh

If the libidn under testing is too old and has known bugs, that should
cause tests to fail, which is intentional.

** Updated translations.

** Update gnulib files and build fixes.

Revision 1.111 / (download) - annotate - [select for diffs], Thu Jul 14 13:15:03 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.106 (colored)

libidn: update to 1.41.

* Noteworthy changes in release 1.41 (2022-06-25) [stable]

** Bump LT_REVISION for new release.
It was mistakenly left at the same value since 1.38.

** Add version number related self-checks.

Revision 1.110 / (download) - annotate - [select for diffs], Sun Jul 3 10:19:48 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.109: +2 -3 lines
Diff to previous 1.109 (colored) to selected 1.106 (colored)

libidn: update to 1.40.

* Noteworthy changes in release 1.40 (2022-06-20) [stable]

** lib: Bump STRINGPREP_VERSION to 1.40.
It was mistakenly left at 1.38 in the 1.39 release.

* Noteworthy changes in release 1.39 (2022-06-20) [stable]

** lib: Code detecting current locale broken since 1.36.
The code always returned ASCII.  The precise cause is complicated to
track down but likely boils down to the new autotools/gettext
bootstrapping sequence introduced in release 1.36.  Reported by огдан
илипенко <bogdan.pylypenko107@gmail.com>.

** maint: Java JAR archive no longer included in source tarball.

** Minor fixes: typos, makefiles, indentation, gnulib update, etc.

Revision 1.109 / (download) - annotate - [select for diffs], Tue Jun 28 11:31:47 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.108: +2 -1 lines
Diff to previous 1.108 (colored) to selected 1.106 (colored)

*: recursive bump for perl 5.36

Revision 1.108 / (download) - annotate - [select for diffs], Thu Jul 29 10:02:25 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.107: +2 -3 lines
Diff to previous 1.107 (colored) to selected 1.106 (colored)

libidn: update to 1.38.

* Noteworthy changes in release 1.38 (2021-07-22) [stable]

** doc: Simplify building of gdoc-generated man/texi outputs.
Now the targets are rebuilt on version number changes properly.

** doc: Improve GTK-DOC manual.

** build: Fix build errors related to doc/idn--help.texi.

** build: Fix --disable-tld builds.
Now tld_strerror() is removed when --disable-tld is used.

Revision 1.107 / (download) - annotate - [select for diffs], Mon May 24 19:50:00 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.106: +2 -1 lines
Diff to previous 1.106 (colored)

*: recursive bump for perl 5.34

Revision 1.106 / (download) - annotate - [selected], Sun May 23 11:06:06 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.105: +3 -4 lines
Diff to previous 1.105 (colored)

libidn: update to 1.37.

** doc: Minor fixes and codespell typos.

** Updated translations.

** Update gnulib files and build fixes.
We now use gnulib's ./bootstrap and gnulib's readme-release
infrastructure for making releases.

Revision 1.105 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:23 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.104: +2 -1 lines
Diff to previous 1.104 (colored) to selected 1.106 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.104 / (download) - annotate - [select for diffs], Sun Aug 9 15:33:14 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored) to selected 1.106 (colored)

libidn: Update to 1.36

* Version 1.36 (released 2020-07-22)

** Fix unlikely memory leak in idna_to_unicode_4z4z().
Patch from Miroslav Lichvar <mlichvar@redhat.com>.

** Check codepoint validity in punycode_decode() and punycode_decode().
Reported-by: Mike Schiffman (Farsight Security, Inc.).

** tld: Add U+00EF to .nl TLD table.
Reported by Trond Haugen <trond.haugen@norid.no>.

** Indent code.

** Translation fixes.

** Update gnulib files.

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

Revision 1.103 / (download) - annotate - [select for diffs], Wed Jan 29 11:02:18 2020 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.102: +4 -5 lines
Diff to previous 1.102 (colored) to selected 1.106 (colored)

libidn: Update to 1.35

* Version 1.35 (2018-05-11)

** Reflect ABI/API breakage in version 1.34
   (Stringprep_profile has a new struct member)
   Reported-by: Miroslav Lichvar

** Added new gnulib files to repository

** Fix build issues introduced in 1.34

Revision 1.102 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:31 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.106 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.101 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:45 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored) to selected 1.106 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.100 / (download) - annotate - [select for diffs], Thu Sep 6 22:05:00 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.99: +2 -3 lines
Diff to previous 1.99 (colored) to selected 1.106 (colored)

libidn: update to 1.34.

* Version 1.34 (2018-03-31)

** libidn: Fix integer overflow in combine_hangul()
   Found by fuzzing.

** libidn: Fix integer overflow in punycode decoder
   Found by fuzzing, fix for the fix reported by Christian Weisgerber

** libidn: Fix performance issue in idna_to_unicode_internal()
   Found by fuzzing.

** libidn: Fix performance issue in stringprep functions.
   Found by fuzzing.

** libidn: Fix NULL pointer dereference in g_utf8_normalize()
   Found by fuzzing.

** libidn: Fix NULL pointer dereference in stringprep_ucs4_nfkc_normalize()
   Found by fuzzing.

** libidn: Increase performance of stringprep functions
   Found by fuzzing.

** testing: Add OSS-fuzz integration and regression testing

** build: Update gnulib files

** build: Modernize GTK-Doc build

** build: Fix parallel builds

** build: Add configure flag --disable-doc

** build: Add configure flag --enable-ubsan (enable UB Sanitizer)

** build: Add configure flag --enable-asan (enable Address Sanitizer)

** build: Fix compiler warnings

** build: Fix build for gcc-7

** i18n: Added Swedish translation.
   Thanks to Josef Andersson.

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

Revision 1.99 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:32 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored) to selected 1.106 (colored)

Recursive bump for perl5-5.28.0

Revision 1.98 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:06 2017 UTC (7 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.97: +3 -3 lines
Diff to previous 1.97 (colored) to selected 1.106 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.97 / (download) - annotate - [select for diffs], Thu Jul 21 11:51:28 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.96: +2 -3 lines
Diff to previous 1.96 (colored) to selected 1.106 (colored)

Updated libidn to 1.33.

* Version 1.33 (released 2016-07-20) [beta]

** libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.
See tests/tst_toascii64oob.c for regression check (and the comment in
it how to use it).  Reported by Hanno Böck <hanno@hboeck.de>.

** idn: Solve out-of-bounds-read when reading one zero byte as input.
Also replaced fgets with getline.  Reported by Hanno Böck <hanno@hboeck.de>.

** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.
It was always documented to only accept UTF-8 data, but now it doesn't
crash when presented with such data.  Reported by Hanno Böck.

** Dropped valgrind suppressions file, should no longer be needed.

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

Revision 1.96 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:09 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.95: +2 -1 lines
Diff to previous 1.95 (colored) to selected 1.106 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.95 / (download) - annotate - [select for diffs], Thu Feb 25 12:12:48 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.94: +2 -6 lines
Diff to previous 1.94 (colored) to selected 1.106 (colored)

Use OPSYSVARS.

Revision 1.92.2.1 / (download) - annotate - [select for diffs], Mon Aug 24 18:45:09 2015 UTC (8 years, 7 months ago) by tron
Branch: pkgsrc-2015Q2
Changes since 1.92: +2 -3 lines
Diff to previous 1.92 (colored) next main 1.93 (colored) to selected 1.106 (colored)

Pullup ticket #4795 - requested by he
devel/libidn: security update

Revisions pulled up:
- devel/libidn/Makefile                                         1.93-1.94
- devel/libidn/distinfo                                         1.60-1.61

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Jul  9 14:02:04 UTC 2015

   Modified Files:
   	pkgsrc/devel/libidn: Makefile distinfo

   Log Message:
   Update to 1.31:

   * Version 1.31 (released 2015-07-08) [bet

   ** libidn: stringprep_utf8_to_ucs4 now rejects invalid UTF-8. CVE-2015-2059
   This function has always been documented to not validate that the
   input UTF-8 string is actually valid UTF-8.  Like the rest of the API,
   when you call a function that works on UTF-8 data, you have to pass it
   valid UTF-8 data.  Application writers appear to have difficulties
   using interfaces designed like that, as bugs triggered by invalid
   UTF-8 has been identified in a number of projects (jabberd2, gnutls,
   wget, and curl).  While we could introduce a new API to perform UTF-8
   validation, so that applications can easily implement the proper
   checks, this appear error prone because there is a risk that the check
   will be forgotten.  Instead, we took the more radical approach of
   modifying the documentation and the implementation of the API.  The
   intention is that all functions that accepts UTF-8 data should
   validate it before use.  This will solve the problem for applications,
   without needing to change them.  This change has the unfortunate
   side-effect that Surrogate codes (see section 5.5 of RFC 3454) no
   longer trigger the STRINGPREP_CONTAINS_PROHIBITED error code but
   instead will trigger the newly introduced STRINGPREP_ICONV_ERROR error
   code, as the gnulib/libunistring-based code that we use to test
   UTF-8-compliance rejects Surrogate codes.  We hope that this is an
   acceptable cost to live with in order to improve application security.
   We welcome feedback on this solution, and we are marking this release
   as beta rather than stable to signal that we may reconsider this
   approach if people disagree.  Reported by several people including
   Thijs Alkemade, Gustavo Grieco, Daniel Stenberg, and Nikos
   Mavrogiannopoulos.

   ** libidn: Added STRINGPREP_ICONV_ERROR error code.

   ** libidn: Workaround valgrind/gcc/glibc issue.
   Valgrind reported a 'Invalid read of size 4' that was caused by
   optimized strlen implementation.  Reported and patch by Alessandro
   Ghedini <alessandro@ghedini.me>.

   ** build: Use LOG_COMPILER instead of TESTS_ENVIRONMENT to fix valgrind use.
   Errors caught by valgrind did not always trigger 'make check' failures
   before.

   ** i18n: Updated Danish translation.
   Thanks to Joe Hansen.

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

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Aug  6 07:54:57 UTC 2015

   Modified Files:
   	pkgsrc/devel/libidn: Makefile distinfo

   Log Message:
   Update to 1.32:

   * 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.

Revision 1.94 / (download) - annotate - [select for diffs], Thu Aug 6 07:54:57 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.106 (colored)

Update to 1.32:

* 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.

Revision 1.93 / (download) - annotate - [select for diffs], Thu Jul 9 14:02:04 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.92: +2 -3 lines
Diff to previous 1.92 (colored) to selected 1.106 (colored)

Update to 1.31:

* Version 1.31 (released 2015-07-08) [bet

** libidn: stringprep_utf8_to_ucs4 now rejects invalid UTF-8. CVE-2015-2059
This function has always been documented to not validate that the
input UTF-8 string is actually valid UTF-8.  Like the rest of the API,
when you call a function that works on UTF-8 data, you have to pass it
valid UTF-8 data.  Application writers appear to have difficulties
using interfaces designed like that, as bugs triggered by invalid
UTF-8 has been identified in a number of projects (jabberd2, gnutls,
wget, and curl).  While we could introduce a new API to perform UTF-8
validation, so that applications can easily implement the proper
checks, this appear error prone because there is a risk that the check
will be forgotten.  Instead, we took the more radical approach of
modifying the documentation and the implementation of the API.  The
intention is that all functions that accepts UTF-8 data should
validate it before use.  This will solve the problem for applications,
without needing to change them.  This change has the unfortunate
side-effect that Surrogate codes (see section 5.5 of RFC 3454) no
longer trigger the STRINGPREP_CONTAINS_PROHIBITED error code but
instead will trigger the newly introduced STRINGPREP_ICONV_ERROR error
code, as the gnulib/libunistring-based code that we use to test
UTF-8-compliance rejects Surrogate codes.  We hope that this is an
acceptable cost to live with in order to improve application security.
We welcome feedback on this solution, and we are marking this release
as beta rather than stable to signal that we may reconsider this
approach if people disagree.  Reported by several people including
Thijs Alkemade, Gustavo Grieco, Daniel Stenberg, and Nikos
Mavrogiannopoulos.

** libidn: Added STRINGPREP_ICONV_ERROR error code.

** libidn: Workaround valgrind/gcc/glibc issue.
Valgrind reported a 'Invalid read of size 4' that was caused by
optimized strlen implementation.  Reported and patch by Alessandro
Ghedini <alessandro@ghedini.me>.

** build: Use LOG_COMPILER instead of TESTS_ENVIRONMENT to fix valgrind use.
Errors caught by valgrind did not always trigger 'make check' failures
before.

** i18n: Updated Danish translation.
Thanks to Joe Hansen.

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

Revision 1.92 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:51 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base
Branch point for: pkgsrc-2015Q2
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (colored) to selected 1.106 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.91 / (download) - annotate - [select for diffs], Thu Mar 5 21:05:14 2015 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.90: +3 -3 lines
Diff to previous 1.90 (colored) to selected 1.106 (colored)

Update to 1.30. Add comment to one patch, and remove another patch
for which there is no comment and which I don't understand.

New in 1.30:

* Version 1.30 (released 2015-03-02) [stable]

** libidn: The punycode.{c,h} files were re-imported from RFC 3492bis.
A comment explaining the origin and what was changed was added.

** Bump gettext to 0.19.3.

** Use LT_INIT instead of AC_LIBTOOL_WIN32_DLL.

** i18n: Added Hungarian translation.  Updated some other languages.
Thanks to Balázs r.

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

Revision 1.90 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:09 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.89: +1 -3 lines
Diff to previous 1.89 (colored) to selected 1.106 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Aug 16 12:16:53 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.88: +2 -3 lines
Diff to previous 1.88 (colored) to selected 1.106 (colored)

Update to 1.29:

* Version 1.29 (released 2014-08-10) [stable]

** libidn: Mark internal variable "g_utf8_skip" as static.
Reported by Thomas Dineen <tdineen@ix.netcom.com>.

** idn: Flush stdout to simplify for tools that buffer too heavily.
Tiny patch from Hugh Daschbach <hugh@ccss.com>.

** i18n: Added Brazilian Portuguese translation.
Thanks to Rafael Ferreira.

** Update gnulib files.

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

Revision 1.88 / (download) - annotate - [select for diffs], Thu May 29 23:35:36 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored) to selected 1.106 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Jul 17 19:31:52 2013 UTC (10 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.86: +2 -3 lines
Diff to previous 1.86 (colored) to selected 1.106 (colored)

Changes 1.28:
* idn: Don't crash when string conversion from UTF-8 to locale fails.
* java: Fix build failures.
* java: TestIDNA -a and -u logic was reversed, now fixed.
* API and ABI is backwards compatible with the previous version.

Revision 1.86 / (download) - annotate - [select for diffs], Sat Jun 15 13:53:49 2013 UTC (10 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.106 (colored)

Use MASTER_SITE_GNU instead of ftp.gnu.org.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Jun 14 21:06:22 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.84: +2 -3 lines
Diff to previous 1.84 (colored) to selected 1.106 (colored)

Update to 1.27:

* Version 1.27 (released 2013-06-05) [stable]

** Java library can be built using Maven.  Speed improvements.
Thanks to several patches from Stefan Larsson.  Testing indicate 70-90
times faster node/name/resource-prep.

** Update gnulib files and translations.

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

Revision 1.84 / (download) - annotate - [select for diffs], Fri May 31 12:40:00 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored) to selected 1.106 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.83 / (download) - annotate - [select for diffs], Sun Dec 16 11:14:34 2012 UTC (11 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.82: +2 -3 lines
Diff to previous 1.82 (colored) to selected 1.106 (colored)

Update to 1.26:

* Version 1.26 (released 2012-12-11) [stable]

** libidn, idna_to_ascii: Propagate error on malloc failure.
Reported by Sarat Chandra Addepalli <s.addepalli@samsung.com>.

** libidn, tld_get_4: Fix out of bounds read access violation.

** i18n: Added Croatian translation.  Updated Vietnamese translation.
Thanks to Tomislav Krznar and Trầî Ngá»¹Ä Quân.

** java: Permit usage by Apache projects.
Thanks to Oliver Hitz and Angus Turner.

** tests: Improve tld self-tests.

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

Revision 1.82 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:16 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.81: +1 -2 lines
Diff to previous 1.81 (colored) to selected 1.106 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:32 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored) to selected 1.106 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.80 / (download) - annotate - [select for diffs], Tue May 29 14:43:06 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.106 (colored)

Update to 1.25:

* Version 1.25 (released 2012-05-23) [stable]

** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE.
Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>.

** examples: Fix compiler warning about ignoring return value from fgets.

** tests: Ship with a valgrind suppressions file for the strlen issue.
See tests/libidn.supp and  bottom of HACKING for discussion.

** Update gnulib files and translations.

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

Revision 1.79 / (download) - annotate - [select for diffs], Tue Jan 17 15:44:43 2012 UTC (12 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.106 (colored)

Changes 1.24:
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
* build: Fix parallel Windows builds.
* libidn: Fix potential infloop in pr29 code.
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
* Sync glib NFKC code and improve copyright/license statements.
* Update gnulib files and translations.
* API and ABI is backwards compatible with the previous version.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Nov 30 20:43:53 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.106 (colored)

Update to 1.23:

* Version 1.23 (released 2011-11-25) [stable]

** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t.
Some systems (e.g., Mingw with MSVC 9) does not have unistd.h.

** idn-free.h: Protect prototypes with 'extern "C"' marker.
Reported by Bittner Ede <bittner.ede@euronetrt.hu>.

** doc: Update link to experimental TLD tables.
The new link is <https://github.com/gnuthor/tldchk>.

** Update gnulib files and translations.

** QA: Improved cyclo output.  Update GTK-DOC files.  Various bugfixes.

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

Revision 1.77 / (download) - annotate - [select for diffs], Thu May 5 07:46:44 2011 UTC (12 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored) to selected 1.106 (colored)

Changes 1.22:
* Add -liconv as static library requirement in libidn.pc, for MinGW.
* Fix memory leak in idna_to_ascii_4z when idna_to_ascii_4i fails.
* Ran clang-analyze on the code. Fixed some dead assignments/initializations.
* Really distribute win32/libidn4win.mk.
* API and ABI is backwards compatible with the previous version.

Revision 1.76 / (download) - annotate - [select for diffs], Mon May 2 13:09:11 2011 UTC (12 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored) to selected 1.106 (colored)

Update to 1.21:

* Version 1.21 (released 2011-04-24) [stable]

** build/gettext: Demand gettext >= 0.18.1 in order to get newer M4 files.
The old M4 files associated with 0.17 caused problems on Solaris,
hopefully now fixed.  Reported by Dagobert Michelsen <dam@opencsw.org>
in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/25522>.

** build: Improve MinGW cross-compile makefile, see win32/libidn4win.mk.

** build: Visual Studio files fixed to define LIBIDN_BUILDING.
Tiny patch from Waqas Hussain <waqas20@gmail.com>.

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

Revision 1.75 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:06 2011 UTC (12 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored) to selected 1.106 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Mar 11 11:25:27 2011 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.106 (colored)

Update to 1.20:

* Version 1.20 (released 2011-03-01) [?]

** libidn: Fix bug in ToUnicode to compare 'xn--' case-insensitively.
The problem is typically noticed when an upper ACE case string is
converted to Unicode.  Before, this would return the input rather than
converting the ACE form to Unicode.  Reported by Stepan Golosunov
<stepan@golosunov.pp.ru> in <http://bugs.debian.org/610617>.

** tests: Added self-test tst_idna3 to catch any regression of problem above.

** idn: Only print copyright and license blurb when used interactively.
Reported by "Andrew O. Shadoura" <bugzilla@tut.by> and Roman Mamedov
<rm@romanrm.ru> in <http://bugs.debian.org/615947> and
<http://bugs.debian.org/615949> respectively.

** Update gnulib files and translations.

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

Revision 1.73 / (download) - annotate - [select for diffs], Mon Jan 3 03:11:14 2011 UTC (13 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.72: +7 -1 lines
Diff to previous 1.72 (colored) to selected 1.106 (colored)

Disable ld-version-script for Interix.
PR#44291.

Revision 1.72 / (download) - annotate - [select for diffs], Tue Jun 15 09:23:05 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored) to selected 1.106 (colored)

Update to 1.19:

* Version 1.19 (released 2010-05-22) [stable]

** doc: Typo fixes.  Added PDF version of API reference manual.
See doc/reference/libidn.pdf.

** build: Update gnulib files.

** build: Use valgrind -q to reduce verbosity.

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

Revision 1.71 / (download) - annotate - [select for diffs], Tue Feb 16 10:13:27 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.106 (colored)

Update to 1.18:

* Version 1.18 (released 2010-02-15) [stable]

** libidn: Put forgotten symbols under old namespace.
Reverts one unnecessary change introduced in 1.17.  Suggested by Marco
d'Itri <md@linux.it>.

Revision 1.70 / (download) - annotate - [select for diffs], Sun Feb 7 16:00:12 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.106 (colored)

Update to 1.17:

* Version 1.17 (released 2010-02-05)

** Fix symbol export problem for a few variables.
Applications (that use these rarely used variables) built against
versions before 1.13 did not work with libidn versions 1.13 to 1.16.

Symbol versioning was introduced in version 1.13 but by accident some
symbols that were visible before that release were not exported, and
the consequence was that those symbols were not available in version
1.13 to 1.16.  This release fixes the problem, so the symbols are
visible again, making this release backwards compatible with all
earlier releases.

The affected symbols are the following variables:
stringprep_iscsi_prohibit, stringprep_rfc3454_A_1,
stringprep_rfc3454_B_1, stringprep_rfc3454_B_2,
stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1,
stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1,
stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3,
stringprep_rfc3454_C_4, stringprep_rfc3454_C_5,
stringprep_rfc3454_C_6, stringprep_rfc3454_C_7,
stringprep_rfc3454_C_8, stringprep_rfc3454_C_9,
stringprep_rfc3454_D_1, stringprep_rfc3454_D_2,
stringprep_saslprep_space_map.

Thanks to Marco d'Itri <md@linux.it> for reporting
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to
discovering this problem.

** Really fix the link error of self-tests on MinGW.

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

Revision 1.69 / (download) - annotate - [select for diffs], Sat Jan 16 19:27:18 2010 UTC (14 years, 3 months ago) by heinz
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.106 (colored)

Set or updated LICENSE

Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 16 18:00:22 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.106 (colored)

Update to 1.16:

** java: Add a Maven pom.xml project file.
Contributed by Guus der Kinderen <guus.der.kinderen@gmail.com>.

** Fix a link error on MinGW.

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

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 9 18:37:39 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored) to selected 1.106 (colored)

Add missing + and fix a typo in CONFIGURE_ARGS. No effective change
except in strings, so ride update from a few hours ago

Revision 1.66 / (download) - annotate - [select for diffs], Tue Jun 9 13:17:58 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.65: +4 -3 lines
Diff to previous 1.65 (colored) to selected 1.106 (colored)

Update to 1.15:

* Version 1.15 (released 2009-06-08)

** libidn: Use c_strcasecmp instead of strcasecmp.
For portability to NetWare CLIB.  The specification requires a ASCII
comparison, so it is also more appropriate to use c_strcasecmp.
Reported by Guenter Knauf <gk@gknw.de>.

** java: Fix some Java compiler warnings.

** doc: Improved sections for the info manual.
We now follow the advice given by the texinfo manual on which
directory categories to use.  In particular, libidn moved from the
'GNU Libraries' section to the 'Software libraries' and 'Invoking idn'
moved from 'GNU utilities' to 'Localization'.

** New configure parameters to set packaging specific information.
The parameters are --with-packager, --with-packager-version, and
--with-packager-bug-reports.  See
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for more
details.

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

Revision 1.65 / (download) - annotate - [select for diffs], Tue May 19 08:59:10 2009 UTC (14 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.64: +1 -2 lines
Diff to previous 1.64 (colored) to selected 1.106 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.64 / (download) - annotate - [select for diffs], Thu Apr 30 05:51:04 2009 UTC (14 years, 11 months ago) by dsainty
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.106 (colored)

Bump TEXINFO_REQD from 4.1 to 4.7.

Building with texinfo 4.1 causes build errors mentioning unknown commands
"copying" (according to texinfo NEWS file introduced in texinfo 4.2) and
"ordf" (NEWS tells us texinfo 4.7) before killing the build.

Revision 1.63 / (download) - annotate - [select for diffs], Mon Apr 20 11:30:06 2009 UTC (14 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.62: +4 -2 lines
Diff to previous 1.62 (colored) to selected 1.106 (colored)

Update to 1.14. Add comment for LICENSEs (two).

* Version 1.14 (released 2009-04-03)

** libidn: Install a libidn-*.def file when building under MinGW.
The file is useful if you develop programs in Visual Studio that links
to libidn.

** tests/tst_toutf8: Don't crash if stringprep_utf8_to_locale returns NULL.
Reported by Dagobert Michelsen <dam@opencsw.org> in
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/192>.

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

Revision 1.62 / (download) - annotate - [select for diffs], Sat Mar 7 11:07:42 2009 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.106 (colored)

Update to 1.13:

* Version 1.13 (released 2009-03-06)

** libidn: Use a LD version script on platforms where it is supported.
Currently only GNU LD and the Solaris linker supports it.  This helps
Debian package tools to produce better dependencies.  Before we used
Libtool -export-symbols-regex that created an anonymous version tag.
Libidn uses -export-symbols-regex if the system does not support LD
version scripts, but that only affect symbol visibility.

** libidn: Compiled with -fvisibility=hidden by default if supported.
Currently only GCC supports it for ELF targets.  This hides internal
symbols and has other advantages, see
<http://gcc.gnu.org/wiki/Visibility>.

** libidn: Compiled with warning flags only when GCC is used.
This avoids the problem that some flags confuse non-GCC compilers, for
example -fdiagnostics-show-option.  Reported by
jens.rehsack@bayerbbs.com.

** doc: The idn_free function is now documented.
Suggested by "Sisyphus" <sisyphus1@optusnet.com.au>.

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

Revision 1.61 / (download) - annotate - [select for diffs], Sat Feb 21 13:52:38 2009 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.106 (colored)

Update to 1.12:

* Version 1.12 (released 2009-01-23)

** idn: New parameter --no-tld to deprecate the old parameter --tld.
The new parameter --no-tld disable TLD checking of the input string.
The --tld parameter was broken; it behaved opposite to its documented
behaviour.  To avoid confusion over what --tld means, we decided to
deprecate it.  Now --tld is not printed in the idn --help output, but
will continue to work as before.

** doc: Modernize doxygen configuration.

** doc: Change license on the manual to GFDLv1.3+.

** doc: Improve JavaDoc output.

** Update gnulib files and translations.

** Build with more warnings.

Revision 1.60 / (download) - annotate - [select for diffs], Thu Nov 13 11:31:11 2008 UTC (15 years, 5 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.106 (colored)

http://josefsson.org/libidn/releases/moved-to-gnu.org.txt indicates that
that site is no longer a useful download source.  Replace it in MASTER_SITES
with http://ftp.gnu.org/gnu/libidn/

Revision 1.59 / (download) - annotate - [select for diffs], Wed Nov 5 16:15:46 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored) to selected 1.106 (colored)

Update to 1.11:

* Version 1.11 (released 2008-10-28)

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

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

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

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

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

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

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

** Update gnulib files and translations.

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

Revision 1.58 / (download) - annotate - [select for diffs], Sun Sep 28 00:43:39 2008 UTC (15 years, 6 months ago) by tonnerre
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored) to selected 1.106 (colored)

If strverscmp() is not present, libidn shouldn't export a symbol of the
same name, breaking the builds of libraries trying to both link against
libidn and use strverscmp(). Bump PKGREVISION.

Related to PR 39640.

Revision 1.57 / (download) - annotate - [select for diffs], Sat Sep 6 15:13:55 2008 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: cube-native-xorg-base, cube-native-xorg
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.106 (colored)

Update to 1.10:

* Version 1.10 (released 2008-08-27)

** idn: accept -n as short form for --nfkc.
Before '-k' was used as the short form, but all documentation has said
'-n'.  We now accept both short forms, and -n remains the documented
short form.  Reported by John McGowan <jmcgowan@inch.com> in
<http://lists.gnu.org/archive/html/help-libidn/2008-08/msg00000.html>.

** Fix compiler warnings.

** Update gnulib files.

** Update translations.

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

Revision 1.56 / (download) - annotate - [select for diffs], Thu Jul 24 01:35:21 2008 UTC (15 years, 8 months ago) by bjs
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.106 (colored)


Update to libidn-1.9.

Changes:


2008-07-01  Simon Josefsson <simon@josefsson.org>

	* po/cs.po.in, po/nl.po.in, po/pl.po.in, po/vi.po.in: Sync with TP.

2008-07-01  Simon Josefsson <simon@josefsson.org>

	* Update gnulib files

2008-06-18  Simon Josefsson <simon@josefsson.org>

	* NEWS, csharp/generate/Tokenizer.cs: Work around C# compiler bug.

2008-06-17  Simon Josefsson <simon@josefsson.org>

	* GNUmakefile, doc/gendocs_template: Update gnulib files.

2008-06-10  Simon Josefsson <simon@josefsson.org>

	* doc/specifications/rfc3454.txt: Remove more text.

2008-06-02  Simon Josefsson <simon@josefsson.org>

	* doc/libidn.texi: Drop invariant sections.

2008-05-30  Simon Josefsson <simon@josefsson.org>

	* lib/gl/stdbool.in.h, maint.mk: Update gnulib files.

2008-04-28  Simon Josefsson <simon@josefsson.org>

	* src/Makefile.am: Use singularis STRING.  Suggested by Benno
	Schulenberg <coordinator@translationproject.org>.

2008-04-28  Simon Josefsson <simon@josefsson.org>

	* src/idn.c: Don't gettext error code.

2008-04-28  Simon Josefsson <simon@josefsson.org>

	* src/idn.c: Don't gettextize debug messages.

2008-04-24  Simon Josefsson <simon@josefsson.org>

	* NEWS, THANKS, src/idn.c: idn: fix error message when NFKC fails.
	Reported by Benno Schulenberg <coordinator@translationproject.org>.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Apr 29 10:51:43 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.106 (colored)

Update to 1.8:

* Version 1.8 (released 2008-04-23)

** Translations files not stored directly in git to avoid merge conflicts.
This allows us to avoid use of --no-location which makes the
translation teams happier.

** Update gnulib files.

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

Revision 1.54 / (download) - annotate - [select for diffs], Tue Apr 15 10:14:53 2008 UTC (16 years ago) by wiz
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.106 (colored)

Update to 1.7:

* Version 1.7 (released 2008-04-10)

** idn: new parameter --nfkc to process string with Unicode v3.2 NFKC.

** Minor build fix for native Win32 builds.

** Update gnulib files.

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

Revision 1.53 / (download) - annotate - [select for diffs], Sat Apr 5 12:53:03 2008 UTC (16 years ago) by tron
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.106 (colored)

Update "libidn" package to version 1.6. Change since version 1.5:
- updates of generated files and gnulib components
- minor documentation fixes.

This update was originally done by Blair Sadewitz.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Mar 22 19:43:54 2008 UTC (16 years ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.51: +1 -1 lines
Diff to previous 1.51 (colored) to selected 1.106 (colored)

Revert previous upgrade, which was not done in the correct manner -
the net result is that libidn stays at version 1.5.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Mar 22 01:45:44 2008 UTC (16 years ago) by bjs
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.106 (colored)


Update to version 1.6:  updates of generated files and gnulib components,
minor documentation fixes.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Mar 3 11:47:49 2008 UTC (16 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.49: +2 -1 lines
Diff to previous 1.49 (colored) to selected 1.106 (colored)

explicitely disable C# and java, otherwise we might get a Libidn.dll

Revision 1.49 / (download) - annotate - [select for diffs], Sun Mar 2 13:31:07 2008 UTC (16 years, 1 month ago) by bjs
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.106 (colored)


Update to version 1.5.  Changes:

** Don't include wchar.h in idn-int.h.
Fixes problems on uClibc systems which lack a wchar.h.  Reported by
Mike Frysinger <vapier@gentoo.org>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/118>.

** Added appendix 'On Label Separators' to the manual.
Thanks to Erik van der Poel <erikv@google.com> for bringing the issue
to our attention and for discussing the matter.  See
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/96>.

** Improved rendering of non-ASCII in the info manual.
Done by adding a @documentencoding UTF-8.  This affect how the
examples are encoded, the files examples/*.c are now encoded using
UTF-8 instead of a mix of ISO-8859-1 and ISO-8859-15.

** Fix non-portable use of brace expansion in makefiles.

** Update translations.

** Update gnulib files.

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

Revision 1.48 / (download) - annotate - [select for diffs], Thu Jan 17 09:14:51 2008 UTC (16 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored) to selected 1.106 (colored)

Sabotage attempts to find "emacs". We don't want the package to randomly
install ".elc" files and the configure test hangs with Mac OS X's "emacs".

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jan 15 22:43:00 2008 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.106 (colored)

Update to 1.4:

* Version 1.4 (released 2008-01-09)

** Fixes to make the C# port compile under Mono.

** Update gnulib files.

** Improve idn --version and --help output to conform to GNU standards.
This also enables translations of --help output.

** Update translations.
Added Finish translation, thanks to Jorma Karvonen.  Updated Dutch and
Vietnamese.

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

* Version 1.3 (released 2007-12-11)

** Some hints on Windows installation in the manual.

** Update translations.
Added Czech translation, thanks to Petr Pisar.

** Use gettext 0.17.

** Update gnulib files.
Top-level gnulib files are now distributed under GPLv3+.  (The gnulib
files used by the core library are still under LGPLv2.1+.)

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

Revision 1.46 / (download) - annotate - [select for diffs], Thu Nov 29 16:53:59 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.106 (colored)

Update to 1.2:

* Version 1.2 (released 2007-10-01)

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

** Update gnulib files.
Including mono detection fixes.

** Update translations.

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

* Version 1.1 (released 2007-09-01)

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

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

** Update gnulib files.

** Update translations.

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

Revision 1.45 / (download) - annotate - [select for diffs], Thu Aug 30 06:42:54 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (colored) to selected 1.106 (colored)

Update to 1.0:

* Version 1.0 (released 2007-07-31)

** Command-line tools, examples, etc are now licensed under GPL version 3.
The library is still licensed under LGPL v2.1 for compatibility
reasons (it is included in glibc).

** Updated documentation as per license change.

** Update gnulib files.

** Update translations.

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

* Version 0.6.14 (released 2007-05-31)

** Libidn is now developed using Git instead of CVS.
A public git mirror is available from
<http://repo.or.cz/w/libidn.git>.  If you have pulled from this
repository before this release, you need to erase your clone because
it has been re-generated from scratch.

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

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jun 7 19:56:55 2007 UTC (16 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.106 (colored)

Update to 0.6.13:

* Version 0.6.13 (released 2007-05-31)

** Documentation fixes.
Clarify that the C# and Java libraries are licensed under the LGPL.
Earlier, some places incorrectly said that these were licensed under
the GPL.  If you encounter other places that still suggest that GPL
applies to the C# and Java library, please let me know.

** Updated Polish and Vietnamese translations.
Thanks to Jakub Bogusz <qboosh@pld-linux.org> and Clytie Siddall
<clytie@riverland.net.au>.

** Install images for the manual in $infodir.
This fixes the broken image in the info manual.  Image files will be
called libidn-*.png to avoid namespace collisions with images from
other info manuals.

** Update gnulib files.

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

Revision 1.43 / (download) - annotate - [select for diffs], Thu May 3 11:59:27 2007 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.106 (colored)

Update to 0.6.12:

* Version 0.6.12 (released 2007-04-25)

** Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am.
Reported by Petteri Räty

** Update gnulib files.

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

Revision 1.42 / (download) - annotate - [select for diffs], Sun Mar 18 20:25:34 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.106 (colored)

Update to 0.6.11:

* Version 0.6.11 (released 2007-03-13)

** Update of the C# Libidn port, by Alexander Gnauck.
The code has been refactored and the namespace has been modified to
comply with .NET naming conventions.  An IDNA bug was fixed.

** Update gnulib files.
We now use the "striconv" module instead of the "iconvme", which
causes a slight increase of code size (from 303kb to 319kb with
debugging symbols on i386).  The reason is the use of a new locale
independent strcasecmp, which may cause faster operation in some
locales where, e.g., "ASCII" and "ascii" are not treated as the same.

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

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jan 6 23:30:41 2007 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.40: +3 -3 lines
Diff to previous 1.40 (colored) to selected 1.106 (colored)

Update to 0.6.10:

* Version 0.6.10 (released 2007-01-04)

** Corrected year in copyright notices.

** Update gnulib files.
Including the code to convert strings between different encodings
(noted in case this introduces problems).

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

Revision 1.40 / (download) - annotate - [select for diffs], Tue Dec 5 09:01:28 2006 UTC (17 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.106 (colored)

Update to 0.6.9:

* Version 0.6.9 (released 2006-11-30)

** The Java code is fixed to properly translate any non-ASCII dot into '.'.
Reported and fixed by "Stephane Mikaty" <mikaty@ecircle-ag.com>.

** Update gnulib files.

** Bump tool versions to autoconf 2.61, automake 1.10, and gettext 0.16.

** Old versions of iconv.m4, codeset.m4 and lib-link.m4 removed from m4/.
Modern versions are part of gnulib.

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

Revision 1.39 / (download) - annotate - [select for diffs], Thu Nov 2 18:17:22 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.106 (colored)

DESTDIR support.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Oct 23 22:58:17 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.106 (colored)

Update to 0.6.8:

* Version 0.6.8 (released 2006-10-18)

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

** Update gnulib files.

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

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

Revision 1.37 / (download) - annotate - [select for diffs], Sat Oct 7 08:21:42 2006 UTC (17 years, 6 months ago) by taca
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.106 (colored)

This package needs texinfo 4.1 or lator.  (I found on NetBSD 1.6.2 which
has texinfo 4.0 on base system.)

Revision 1.36 / (download) - annotate - [select for diffs], Sat Sep 16 06:21:04 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.106 (colored)

Update to 0.6.7:
* Version 0.6.7 (released 2006-09-13)

** Fix build failure of idn-int.h on C99 platforms.
Reported by Paul Howarth <paul@city-fan.org>.

** The manual includes the GPL license, for the command-line tools.

** The function, variable and concept index is moved to the end of the manual.

** Update gnulib files.

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

Revision 1.35 / (download) - annotate - [select for diffs], Sun Sep 3 08:59:13 2006 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.106 (colored)

Update to 0.6.6:

* Version 0.6.6 (released 2006-08-23)

** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h.
This solves building on some HPPA systems.  Note that the generated
idn-int.h is specific to the build environment that libidn was built
under, and is not generally usable by any other compiler (if any) on
the host.  This was true before too.

** Update gnulib files.

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

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 10 17:39:45 2006 UTC (17 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.106 (colored)

Update to 0.6.5:

* Version 0.6.5 (released 2006-06-07)

** Link the library with external libintl, for gettext.
This fixes building on FreeBSD, reported by Kirill Ponomarew

** Update doxygen config file to version 1.4.7.

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

* Version 0.6.4 (released 2006-06-07)

** Fix translation of error messages.
Thanks to Joe Orton

** Fix warnings on 64-bit platforms.
Thanks to Joe Orton

** The tests are run under valgrind, if it is installed.
Use --disable-valgrind-tests to unconditionally disable this.  It is
disabled by default for cross compiles.

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

Revision 1.33 / (download) - annotate - [select for diffs], Fri Mar 31 05:37:08 2006 UTC (18 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored) to selected 1.106 (colored)

* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 12 18:32:21 2006 UTC (18 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.106 (colored)

Update to 0.6.3:

* Version 0.6.3 (released 2006-03-08)

** Internal build fixes.

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

Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:24 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.106 (colored)

* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:17 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.106 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Feb 11 18:22:10 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.106 (colored)

Update to 0.6.2:

* Version 0.6.2 (released 2006-02-07)

** Fix objdir != srcdir builds for the Java documentation.
Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>.

** Update of gnulib files.

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

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:45 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) to selected 1.106 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 4 12:04:02 2006 UTC (18 years, 2 months ago) by markd
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored) to selected 1.106 (colored)

Uses makeinfo.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 26 15:33:30 2006 UTC (18 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.106 (colored)

According to the NetBSD 1.6.2/i386 bulk build, perl is needed at build
time.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jan 21 23:15:48 2006 UTC (18 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.24: +13 -14 lines
Diff to previous 1.24 (colored) to selected 1.106 (colored)

Changes 0.6.1:
* Make it possible to cross-compile to mingw32.
* Minor changes in how the C# code is built.
* Update of gnulib files.
* API and ABI is backwards compatible with the previous version.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 7 17:49:02 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.106 (colored)

Update to 0.6.0:

* Version 0.6.0 (released 2005-12-03)

** A C# port of Libidn has been contributed by Alexander Gnauck.
The port resides in the csharp/ directory.  Configure will build it if
a working C# compiler can be found.  Mono's "mcs" compiler is known to
work (available in Debian in the "mono-mcs" package), but PNET's
"cscc" compiler should also work (available in Debian in the "pnet"
package).  The port is licensed under the GPL.  Some Microsoft Visual
Studio project files are also present in the csharp/ directory, which
may be useful when building the port under Windows.  The C# API is
currently not documented, improvements are gratefully accepted.

** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.

** Fix memory leak.

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

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 25 13:24:36 2005 UTC (18 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored) to selected 1.106 (colored)

Update to 0.5.20:

* Version 0.5.20 (released 2005-10-23)

** The header file pr29.h is now installed by 'make install'.

** Translation updates.

** Update of gnulib files.

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

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 13 20:39:37 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.21: +4 -1 lines
Diff to previous 1.21 (colored) to selected 1.106 (colored)

Enable NLS explicitly by including gettext-lib/buildlink3.mk.

Bump PKGREVISION due to PLIST changes.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 30 13:16:54 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.106 (colored)

Update to 0.5.19:

* Version 0.5.19 (released 2005-09-19)

** The test for setlocale and nl_langinfo has now been separated.
The autoconf script now test for locale.h, setlocale and
nl_langinfo(CODESET) independently.

** Gnulib updates, fixes for getopt.

** Java manuals in doc/java/ are now generated by Gjdoc from GNU Classpath.

** Kaffe is used to link the pre-built libidn-*.jar file.

** Translation updates.

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

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:15 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.106 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jul 22 23:41:42 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.106 (colored)

Update to 0.5.18:

** The macro AX_CREATE_STDINT_H that is used to create idn-int.h
** has been updated.

** Fix use of 'head -1' in configure script (should be 'head -n -1'),
** thanks to Carsten Lohrke.

** Announce the help-libidn mailing list in documentation and README.

** Translation updates.

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

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:48 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.106 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.17 / (download) - annotate - [select for diffs], Tue May 31 17:58:08 2005 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.106 (colored)

Update to 0.5.17:

* Version 0.5.17 (released 2005-05-26)

** The gnulib portability files were updated.

** The license template in files were updated with the new address.

** Translation updated.

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

Revision 1.16 / (download) - annotate - [select for diffs], Fri May 20 21:09:51 2005 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.106 (colored)

Update to 0.5.16:

* Version 0.5.16 (released 2005-05-06)

** Mark static PR29 data tables as 'const', thanks to Joe Orton.

** Kinyarwanda translations added, thanks to Steve Murphy.

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

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:27 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.106 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 22 19:38:22 2005 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.106 (colored)

Update to 0.5.15:

* Version 0.5.15 (released 2005-03-19)

** Improvements to code to convert data between character sets.
The license template was changed to the LGPL, from the GPL template
that was mistakenly used in the previous two releases.  Document here
that cleaning up this code has solved memory allocation and arithmetic
overflow problems.

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

* Version 0.5.14 (released 2005-03-19)

** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.

** Simplified Chinese translations added, thanks to Meng Jie.

** Vietnamese translation added, thanks to Clytie Siddall.

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

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 7 15:21:20 2005 UTC (19 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.106 (colored)

Update to 0.5.13 and set TEST_TARGET.
Changes:

* Version 0.5.13 (released 2005-01-29)

** The code to convert data between character encodings have been cleaned up.
The stringprep_convert function has been added to gnulib, under the
name iconv_string, and is now used by libidn.  This should not have
any user-visible consequences, though.

** It is now possible to bootstrap with unmodified Automake installations.

** Italian translation added, thanks to Marco Colombo.

** Swedish translation updated.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 8 13:09:18 2005 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.106 (colored)

Enable pkgviews installation.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 26 02:08:14 2004 UTC (19 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.106 (colored)

Update to 0.5.12:

* Version 0.5.12 (released 2004-12-04)

** Java code now support the XMPP NodePrep and ResourcePrep profiles.

** Bug fixes and improvements to Java code.
The allowUnassigned flag is now respected properly.  The prohibited
code points check now works.  Arguments are now checked.  Convenience
method with allowUnassigned set to false was added.

** Update getopt from gnulib.

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

* Version 0.5.11 (released 2004-11-21)

** Fix formatting of man pages, based on warnings from Doclifter.

** Update of gnulib files to fix potential getopt problem on ELF systems.

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

* Version 0.5.10 (released 2004-11-08)

** Libtool's -export-symbols-regex is now used to only export official APIs.
Before, applications might accidentally access internal functions.
Note that this is not supported on all platforms, so you must still
make sure you are not using undocumented symbols in Libidn.

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

* Version 0.5.9 (released 2004-11-07)

** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
This mean that you can now browse the Libidn API manual using Devhelp.

** Update of gnulib files to fix potential problem in getopt on BSD.

** Documentation improvements.

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

* Version 0.5.8 (released 2004-10-12)

** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
This allow builds to succeed after 'make realclean'.

** Generated files now have consistent 'DO NOT EDIT!' comments.

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

* Version 0.5.7 (released 2004-10-12)

** Shared library version incremented, because new APIs were added.
This was forgotten in the last release.

** French translation updated.

** Minor bug fixes.

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

* Version 0.5.6 (released 2004-10-02)

** Added functions to convert return codes to human readable text.

** Now using GNULib in command line front end (src/) for portability code.
See <http://www.gnu.org/software/gnulib/> for more information on
GNULib.  This should make the code easier to read and maintain.

** API and ABI is backwards compatible with the previous version.
idna_strerror: ADD.
pr29_strerror: ADD.
punycode_strerror: ADD.
stringprep_strerror: ADD.
tld_strerror: ADD.
TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:30 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored) to selected 1.106 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 20 23:35:50 2004 UTC (19 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.106 (colored)

Update to 0.5.5:
* Version 0.5.5 (released 2004-09-13)

** Hide accidentally exported variable g_utf8_skip, by marking it as static.

** Various fixes.

** API and ABI is backwards compatible with the previous version.
g_utf8_skip: REMOVED.  (But never meant to be used.)

* Version 0.5.4 (released 2004-08-08)

** Translation updates.

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

* Version 0.5.3 (released 2004-08-05)

** Fix crash in `idn --tld' command line tool.

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

* Version 0.5.2 (released 2004-07-14)

** Java "make install" rules are now DESTDIR compatible.

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

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 13 16:45:47 2004 UTC (19 years, 9 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.106 (colored)

Update devel/libidn to 0.5.1.

Bugfixes, documentation, etc; please review the Changelog file.

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 26 14:55:21 2004 UTC (19 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.106 (colored)

Update to 0.4.6. Bump depends in bl3 file because of shlib major bump.

* Version 0.4.6 (released 2004-05-24)

** The header file idn-free.h is actually installed by 'make install'.

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

* Version 0.4.5 (released 2004-05-21)

** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.

** Several memory leaks fixed by Ulrich Drepper.

** Added more SASLPrep and NFKC test vectors.

** Automake 1.8.4 is used.

** API and ABI is backwards compatible with the previous version.
idn_free: ADD.  Wrapper around system `free'.
idn-free.h: ADD.  Prototype for `idn_free'.
                See idn-free.h for discussion.  The interface is
                currently not documented.  Comments and feedback is
                appreciated.

* Version 0.4.4 (released 2004-04-29)

** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
The first bug was an omission of prohibiting the characters in C.1.1,
C.1.2 and C.7 (space characters and characters that are inappropriate
for canonical representation).  The second was a bug in the definition
of the table, causing the entire table to be skipped, of the special
prohibited output character table defined in RFC 3722 (see section 6,
the characters in the table are various ASCII characters and U+3002).

** A few test vectors for iSCSI were added.

** The self tests are linked with libtool -no-install to avoid wrapper script.

** Separated self test utilities into a separate library, shared by all tests.

** More translations.
Added Romanian (by Laurentiu Buzdugan).

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

* Version 0.4.3 (released 2004-04-22)

** Fixed a bug in table processing code to prohibit control characters.
The problem was that the code used a code point of 0 to indicate end
of table, but if (as for table C.2.1) a range starts with 0, this
logic would fail.  The end-of-table test is now that both the start
and end code points of the range is 0.  Table C.2.1 is responsible for
prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
Before, libidn silently accepted such strings without complaining.

** A few test vectors for SASLprep were added.

** The pkg-config script no longer include a -R parameter.

** More translations.
Added Dutch (by Elros Cyriatan), and German (by Roland Illig).

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

* Version 0.4.2 (released 2004-03-20)

** A Punycode implementation in Java was added, by Oliver Hitz.
Eventually hopefully a StringPrep, Nameprep and IDNA implementation
will be added as well.  Currently you need to specify --enable-java to
enable the Java interface.  The Java sources (below java/) are
compiled into byte-code (not native code) into a JAR library.

** More translations.
Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).

** Norwegian TLD table added, by Thomas Jacob.

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

* Version 0.4.1 (released 2004-03-08)

** The user messages from the command line utility are now translated.
Currently English and Swedish is supported.

** Logic of stringprep_locale_charset modified.
Future versions will use, in order, $CHARSET iff defined, nl_langinfo
(CODESET) iff working, or fall back to returning "ASCII".  Earlier it
attempted to guess the system locale, in contrast with the current
application's locale, via some setlocale save/set/reset magic.  This
change may require you to invoke setlocale() in your application,
which is (should be) required for non-ASCII to work anyway.  Based on
discussion with Ulrich Drepper.

** The command-line utility now invoke setlocale (LC_ALL, "") at startup.

** Fixed SASLprep tables to prohibit non-ASCII space in output.
Non-ASCII space has always been mapped to ASCII space, so it is not
clear this really have any effect, but the specification require it.

** Building Libidn as part of GLIBC has been updated.
Refer to libc/README for more information.  Incidentally, GLIBC in CVS
now include a copy of Libidn.

** API and ABI is backwards compatible with the previous version.
IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.

* Version 0.4.0 (released 2004-02-28)

** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
Many TLDs restrict the set of characters that can be used, from the
full Unicode 3.2 range that is normally available.  This contribution
make it possible for you to test strings for TLD conformance locally.
The code can be disabled by --disable-tld.  If enabled (the default),
the new API "tld.h" is installed which can be used to check a string
for conformance to TLD specific rules.  This add a new self test, and
a new chapter in the manual.  People responsible for maintaining TLD
tables are hereby encouraged to contribute them (under reasonable
licensing terms) for inclusion in future versions of Libidn.  Be
warned that the API for TLD checking may change throughout the 0.4.x
series as we get feedback on it.

** Kerberos 5 stringprep profile macro is no longer documented.
The macro itself will probably be removed in the future, if the
specification is dropped from the Kerberos WG agenda.

** API and ABI is backwards compatible with the previous version.
stringprep_kerberos5: DEPRECATED.
Tld_table_element:
Tld_table:
Tld_rc: ADD.  New data types.
tld_get_4:
tld_get_4z:
tld_get_z: ADD.  New functions to extract TLD from string.
tld_get_table:
tld_default_table: ADD.  New functions to get TLD table from TLD name.
tld_check_4t:
tld_check_4tz: ADD.  New function to provide core TLD operations.
tld_check_4:
tld_check_4z:
tld_check_8z:
tld_check_lz: ADD.  New functions that combine all TLD operations in one call.

* Version 0.3.7 (released 2004-01-22)

** The command line parameter '--' idiom is documented.

** The iSCSI stringprep profile now recognized as "iSCSI".
The earlier name "ISCSIprep" is still recognized, for backwards
compatibility.

** DocBook manuals no longer included (the tools are too unstable).

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

* Version 0.3.6 (released 2004-01-06)

** The manual now contain a troubleshooting section for the command line tool.

** The PHP interface pass the string directly on the command line.

** The macro that create 'idn-int.h' has been updated to latest version.

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

* Version 0.3.5 (released 2003-12-15)

** The program 'idn' accepts input strings directly on the command line.

** The program 'idn' defaults to --idna-to-ascii if no parameter is given.

** The program 'idn' now print user instructions before waiting for input.

** DocBook HTML output not included any longer.
The reason is that the filenames generated by docbook2html appear to
be rather random, so it is difficult to maintain the Makefile.am rules
for them.

** Autoconf 2.59, automake 1.8 and libtool from CVS is used.

** API and ABI is backwards compatible with the previous version.
IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
   		are not an error, but non-LDH characters are, when
   		IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
   		mnemonic name of this error constant was reversed.

* Version 0.3.4 (released 2003-11-09)

** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 7 01:14:47 2004 UTC (19 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.106 (colored)

Drop maintainership; I don't have the enough free time to maintain
all these packages.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 4 18:09:22 2004 UTC (20 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.106 (colored)

distfile is on alpha.gnu.org, and not available on MASTER_SITE_GNU.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:27 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.106 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:38 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored) to selected 1.106 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 10 00:20:29 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored) to selected 1.106 (colored)

bl3ify

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 3 19:17:10 2003 UTC (20 years, 4 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.106 (colored)

Initial import of libidn-0.3.3 from pkgsrc-wip.

GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN)
working group. It is used to prepare internationalized strings (such as
domain name labels, usernames, and passwords) in order to increase the
likelihood that string input and string comparison work in ways that make
sense for typical users throughout the world. 

The library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibition of characters, and 
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 3 19:17:10 2003 UTC (20 years, 4 months ago) by xtraeme
Branch: MAIN
Diff to selected 1.106 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>