This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 52587edac4f6e3fba0923cb808740de6c5cbd61e (commit) via 64602fdf7da260801cdf6d07b5390ab41129e32b (commit) from 642b831b72b42c7ecab4ac05828db2ebc29c3845 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 52587edac4f6e3fba0923cb808740de6c5cbd61e Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 11:45:36 2016 +0100
core106: Ship updated libidn
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 64602fdf7da260801cdf6d07b5390ab41129e32b Author: Matthias Fischer matthias.fischer@ipfire.org Date: Mon Oct 3 08:58:48 2016 +0200
libidn: Update to 1.33
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/libidn | 3 ++- config/rootfiles/core/106/filelists/libidn | 1 + lfs/libidn | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 120000 config/rootfiles/core/106/filelists/libidn
Difference in files: diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn index c8ee31a..3d46e96 100644 --- a/config/rootfiles/common/libidn +++ b/config/rootfiles/common/libidn @@ -10,7 +10,7 @@ usr/bin/idn #usr/lib/libidn.la usr/lib/libidn.so usr/lib/libidn.so.11 -usr/lib/libidn.so.11.5.28 +usr/lib/libidn.so.11.6.16 #usr/lib/pkgconfig/libidn.pc #usr/share/emacs #usr/share/emacs/site-lisp @@ -19,6 +19,7 @@ usr/lib/libidn.so.11.5.28 #usr/share/info/libidn-components.png #usr/share/info/libidn.info #usr/share/man/man1/idn.1 +#usr/share/man/man3/idn_free.3 #usr/share/man/man3/idna_strerror.3 #usr/share/man/man3/idna_to_ascii_4i.3 #usr/share/man/man3/idna_to_ascii_4z.3 diff --git a/config/rootfiles/core/106/filelists/libidn b/config/rootfiles/core/106/filelists/libidn new file mode 120000 index 0000000..7e35489 --- /dev/null +++ b/config/rootfiles/core/106/filelists/libidn @@ -0,0 +1 @@ +../../../common/libidn \ No newline at end of file diff --git a/lfs/libidn b/lfs/libidn index 7ea2d46..53b256e 100644 --- a/lfs/libidn +++ b/lfs/libidn @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2016 IPFire Team info@ipfire.org # # # # 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 # @@ -24,7 +24,7 @@
include Config
-VER = 0.6.14 +VER = 1.33
THISAPP = libidn-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 040f012a45feb56168853998bb87ad4d +$(DL_FILE)_MD5 = a9aa7e003665de9c82bd3f9fc6ccf308
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree