From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: AW: [PATCH] libpng: update to 1.2.54 Date: Thu, 18 Feb 2016 17:31:52 +0100 Message-ID: <000701d16a69$dfaa3800$9efea800$@web.de> In-Reply-To: <090CD756-EA0D-4C3D-A345-35081F810EFA@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2086963454361010867==" List-Id: --===============2086963454361010867== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi Erik, I planned ghostscript in the next package of pachtes... not all on one day... :-) if you wish i will submit this evening the ghostscript update... Marcel -----Ursprüngliche Nachricht----- Von: Development [mailto:development-bounces(a)lists.ipfire.org] Im Auftrag von ummeegge Gesendet: Donnerstag, 18. Februar 2016 17:11 An: development(a)lists.ipfire.org Betreff: Re: [PATCH] libpng: update to 1.2.54 Hi Marcel, since i currently update Apache and PHP and a part of PHP´s optional system utilities and libs contains also an updated version of libpng (libtiff and some others too). While a fast try to build them properly with updated versions, libpng needed also a updated version of Ghostscript and the build stops with a configure error, did you face that problems too ? Greetings, Erik Am 18.02.2016 um 13:06 schrieb Marcel Lorenz : > --- > config/rootfiles/common/libpng | 4 ++-- > lfs/libpng | 7 +++---- > 2 files changed, 5 insertions(+), 6 deletions(-) > > diff --git a/config/rootfiles/common/libpng > b/config/rootfiles/common/libpng index c29eaa7..49e739b 100644 > --- a/config/rootfiles/common/libpng > +++ b/config/rootfiles/common/libpng > @@ -9,12 +9,12 @@ > #usr/lib/libpng.la > usr/lib/libpng.so > usr/lib/libpng.so.3 > -usr/lib/libpng.so.3.46.0 > +usr/lib/libpng.so.3.54.0 > #usr/lib/libpng12.a > #usr/lib/libpng12.la > usr/lib/libpng12.so > usr/lib/libpng12.so.0 > -usr/lib/libpng12.so.0.46.0 > +usr/lib/libpng12.so.0.54.0 > #usr/lib/pkgconfig/libpng.pc > #usr/lib/pkgconfig/libpng12.pc > #usr/share/man/man3/libpng.3 > diff --git a/lfs/libpng b/lfs/libpng > index 7075118..4ce0d60 100644 > --- a/lfs/libpng > +++ b/lfs/libpng > @@ -21,13 +21,12 @@ > ###################################################################### > ######### > # Definitions > ###################################################################### > ######### > - > include Config > > -VER = 1.2.46 > +VER = 1.2.54 > > 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 +39,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 03ddfc17ad321db93f984581e9415d22 > +$(DL_FILE)_MD5 = bbb7a7264f1c7d9c444fd16bf6f89832 > > install : $(TARGET) > > -- > 1.9.1 > --===============2086963454361010867==--