From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libidn: Update to 1.36 Date: Wed, 19 Aug 2020 17:49:11 +0200 Message-ID: <20200819154911.13614-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4140837018292019334==" List-Id: --===============4140837018292019334== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00004.html Signed-off-by: Matthias Fischer --- config/rootfiles/common/libidn | 4 ++-- lfs/libidn | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn index 03b12f1fc..7f00a96ea 100644 --- a/config/rootfiles/common/libidn +++ b/config/rootfiles/common/libidn @@ -9,8 +9,8 @@ usr/bin/idn #usr/lib/libidn.a #usr/lib/libidn.la usr/lib/libidn.so -usr/lib/libidn.so.11 -usr/lib/libidn.so.11.6.18 +usr/lib/libidn.so.12 +usr/lib/libidn.so.12.6.1 #usr/lib/pkgconfig/libidn.pc #usr/share/emacs #usr/share/emacs/site-lisp diff --git a/lfs/libidn b/lfs/libidn index fe4fe9e86..b8be721a3 100644 --- a/lfs/libidn +++ b/lfs/libidn @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2020 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 1.34 +VER =3D 1.36 =20 THISAPP =3D libidn-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D a829db6cd0b85733017c20a50bf10798 +$(DL_FILE)_MD5 =3D 813c7b268d1051ca02c3610986126f38 =20 install : $(TARGET) =20 --=20 2.18.0 --===============4140837018292019334==--