From patchwork Sun Apr 5 09:20:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2888 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48w7Sf0Q2cz3yBs for ; Sun, 5 Apr 2020 09:20:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48w7Sc1KSsz2N1; Sun, 5 Apr 2020 09:20:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48w7Sb5mCCz2yVk; Sun, 5 Apr 2020 09:20:47 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48w7SX20Htz2xmJ for ; Sun, 5 Apr 2020 09:20:44 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48w7SW3BZjzRj for ; Sun, 5 Apr 2020 09:20:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586078443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=8e+Ts0i6EODRgMmWqgiJfy4RC6A+axy2Hu651zVi7yU=; b=bnDEReDiQEtpwgIKIM4x0ON8SmrO4ILTcZWqTJpud3Ab2cmenA25Gc5B8ra8BPCtl758P3 tJe9oMjjjdReGKHLrAwliXzVffDMYGCdDDd11rH38GtNV4UGn1iBJjeH24NIKhCpBYg7a2 Gjym78+rKBXvCR1hgXEEFv5G9HXtmTXAmo8T4XDs4gxlYYJIPUvDBcxYPHF7CfgdQ21aoh Ekb/cwwVk1noQf5YcaVfXNxhlCk2ZLH68Yi/LGSpP9reuyKaX8SujDjfWPHLSKF1QahTn9 3GZljucf+MhAE2jbT6yY7W3dkOybcRuaYo71gmw1FErn96O74eEhrXl4zB3Q0A== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586078443; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=8e+Ts0i6EODRgMmWqgiJfy4RC6A+axy2Hu651zVi7yU=; b=zgsKRtQXjhyTcS/rULSjQgul5qlFHAv/t1rlZZmmqNjYiFwTAbw4sCS+SA7u9wB66oUxpt oSyFiPAlvMYPYVAA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libpng: Update to 1.6.37 Date: Sun, 5 Apr 2020 11:20:37 +0200 Message-Id: <20200405092037.1094-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://www[dot]libpng[dot]org/pub/png/libpng[dot]html ;-) Signed-off-by: Matthias Fischer --- config/rootfiles/common/libpng | 26 ++++++++++++++------------ lfs/libpng | 8 ++++---- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/config/rootfiles/common/libpng b/config/rootfiles/common/libpng index 9a20880a1..fa776cf9f 100644 --- a/config/rootfiles/common/libpng +++ b/config/rootfiles/common/libpng @@ -1,22 +1,24 @@ #usr/bin/libpng-config -#usr/bin/libpng12-config -#usr/include/libpng12 -#usr/include/libpng12/png.h -#usr/include/libpng12/pngconf.h +#usr/bin/libpng16-config +#usr/bin/png-fix-itxt +#usr/bin/pngfix +#usr/include/libpng16 +#usr/include/libpng16/png.h +#usr/include/libpng16/pngconf.h +#usr/include/libpng16/pnglibconf.h #usr/include/png.h #usr/include/pngconf.h +#usr/include/pnglibconf.h #usr/lib/libpng.a #usr/lib/libpng.la usr/lib/libpng.so -usr/lib/libpng.so.3 -usr/lib/libpng.so.3.57.0 -#usr/lib/libpng12.a -#usr/lib/libpng12.la -usr/lib/libpng12.so -usr/lib/libpng12.so.0 -usr/lib/libpng12.so.0.57.0 +#usr/lib/libpng16.a +#usr/lib/libpng16.la +usr/lib/libpng16.so +usr/lib/libpng16.so.16 +usr/lib/libpng16.so.16.37.0 #usr/lib/pkgconfig/libpng.pc -#usr/lib/pkgconfig/libpng12.pc +#usr/lib/pkgconfig/libpng16.pc #usr/share/man/man3/libpng.3 #usr/share/man/man3/libpngpf.3 #usr/share/man/man5/png.5 diff --git a/lfs/libpng b/lfs/libpng index 8f935dfd4..76cc7d2d0 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -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,10 +24,10 @@ include Config -VER = 1.2.57 +VER = 1.6.37 THISAPP = libpng-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = dfcda3603e29dcc11870c48f838ef75b +$(DL_FILE)_MD5 = 015e8e15db1eecde5f2eb9eb5b6e59e9 install : $(TARGET)