libidn2: update to 2.0.3

This commit is contained in:
Tom G. Christensen 2017-08-18 21:05:28 +02:00
parent bb83863010
commit e152d2fcd9
3 changed files with 10 additions and 5 deletions

View File

@ -6,12 +6,12 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=libidn2 topdir=libidn2
version=2.0.2 version=2.0.3
pkgver=1 pkgver=1
#source[0]=http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/libidn/$topdir-$version.tar.gz #source[0]=http://www.mirrorservice.org/sites/alpha.gnu.org/gnu/libidn/$topdir-$version.tar.gz
# Source bootstrapped on F24 with gnulib modules gettext-gnu # Source bootstrapped on Fedora 26 with gnulib modules gettext-gnu
# and printf-posix added # and printf-posix added
source[0]=libidn2-2.0.2-tgcware.tar.gz source[0]=libidn2-2.0.3-tgcware.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -22,6 +22,7 @@ source[0]=libidn2-2.0.2-tgcware.tar.gz
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args+=(--disable-static --with-libiconv-prefix=$prefix --with-libintl-prefix=$prefix) configure_args+=(--disable-static --with-libiconv-prefix=$prefix --with-libintl-prefix=$prefix)
ac_overrides="ac_cv_prog_RONN=/bin/true"
reg prep reg prep
prep() prep()
@ -52,6 +53,7 @@ install()
generic_install DESTDIR generic_install DESTDIR
doc AUTHORS COPYING* NEWS README.md doc AUTHORS COPYING* NEWS README.md
compat libidn2 0.11 1 1 compat libidn2 0.11 1 1
compat libidn2 2.0.2 1 1
} }
reg pack reg pack

View File

@ -1,5 +1,8 @@
CHANGELOG CHANGELOG
--------- ---------
* Thu Aug 10 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.0.3-1
- Update to 2.0.3
* Wed Jun 21 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.0.2-1 * Wed Jun 21 2017 Tom G. Christensen <swpkg@jupiterrise.com> - 2.0.2-1
- Update to 2.0.2 - Update to 2.0.2

View File

@ -28,9 +28,9 @@ ERRORS/MISCELLANEOUS
The upstream release will not build on Solaris < 10 out of the box as it The upstream release will not build on Solaris < 10 out of the box as it
requires a GNU compatible getopt function and a printf function that requires a GNU compatible getopt function and a printf function that
understands %zu. understands %zu.
To work around this the source was re-bootstrapped from the 2.0.2 release tag To work around this the source was re-bootstrapped from the 2.0.3 release tag
with the getopt-gnu and printf-posix modules added to bootstrap.conf. with the getopt-gnu and printf-posix modules added to bootstrap.conf.
The bootstrap was done on a Fedora Core 24/x86_64 system and the resulting The bootstrap was done on a Fedora Core 26/x86_64 system and the resulting
source archive was used to build this package. source archive was used to build this package.
Note that to make libidn2 and programs using it actually do IDNA mapping Note that to make libidn2 and programs using it actually do IDNA mapping