* [PATCH] libpng: update to 1.2.54
@ 2016-02-18 12:06 Marcel Lorenz
2016-02-18 16:10 ` ummeegge
0 siblings, 1 reply; 3+ messages in thread
From: Marcel Lorenz @ 2016-02-18 12:06 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]
---
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] libpng: update to 1.2.54
2016-02-18 12:06 [PATCH] libpng: update to 1.2.54 Marcel Lorenz
@ 2016-02-18 16:10 ` ummeegge
2016-02-18 16:31 ` AW: " Marcel Lorenz
0 siblings, 1 reply; 3+ messages in thread
From: ummeegge @ 2016-02-18 16:10 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2073 bytes --]
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 <lorenz.marcel(a)web.de>:
> ---
> 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
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 842 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* AW: [PATCH] libpng: update to 1.2.54
2016-02-18 16:10 ` ummeegge
@ 2016-02-18 16:31 ` Marcel Lorenz
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Lorenz @ 2016-02-18 16:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2433 bytes --]
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 <lorenz.marcel(a)web.de>:
> ---
> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-18 16:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-18 12:06 [PATCH] libpng: update to 1.2.54 Marcel Lorenz
2016-02-18 16:10 ` ummeegge
2016-02-18 16:31 ` AW: " Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox