[Midnightbsd-cvs] mports: graphics/png: update 1.2.32, includes security fix too
crash at midnightbsd.org
crash at midnightbsd.org
Sun Sep 21 18:42:31 EDT 2008
Log Message:
-----------
update 1.2.32, includes security fix too
Modified Files:
--------------
mports/graphics/png:
Makefile (r1.14 -> r1.15)
distinfo (r1.9 -> r1.10)
Added Files:
-----------
mports/graphics/png/files:
patch-ab (r1.7)
Removed Files:
-------------
mports/graphics/png/files:
patch-scripts::libpng.pc.in
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/png/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -L graphics/png/Makefile -L graphics/png/Makefile -u -r1.14 -r1.15
--- graphics/png/Makefile
+++ graphics/png/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= png
-PORTVERSION= 1.2.31
+PORTVERSION= 1.2.32
PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/png/distinfo,v
retrieving revision 1.9
retrieving revision 1.10
diff -L graphics/png/distinfo -L graphics/png/distinfo -u -r1.9 -r1.10
--- graphics/png/distinfo
+++ graphics/png/distinfo
@@ -1,3 +1,3 @@
-MD5 (libpng-1.2.31.tar.bz2) = 78d2f8c4e0d64f8948819563587302d3
-SHA256 (libpng-1.2.31.tar.bz2) = 24b354dcd8843274a20e1625e04d618d43f9851082254cb9dae6f33f15c2a5cd
-SIZE (libpng-1.2.31.tar.bz2) = 625715
+MD5 (libpng-1.2.32.tar.bz2) = df4a20c6f24a6f642ae11c9a5a4ffa7f
+SHA256 (libpng-1.2.32.tar.bz2) = 928cd5f6aa2ccce97125a3add90479b901df902f27cefbb2052b89d92e7d757f
+SIZE (libpng-1.2.32.tar.bz2) = 639460
--- graphics/png/files/patch-scripts::libpng.pc.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- scripts/libpng.pc.in.orig Thu Aug 21 06:54:14 2008
-+++ scripts/libpng.pc.in Sat Sep 13 17:33:24 2008
-@@ -1,10 +1,10 @@
--prefix=@prefix@
--exec_prefix=@exec_prefix@
--libdir=@libdir@
--includedir=@includedir@/libpng12
-+prefix=@PREFIX@
-+exec_prefix=${prefix}
-+libdir=${exec_prefix}/lib
-+includedir=${prefix}/include
-
- Name: libpng
- Description: Loads and saves PNG files
- Version: 1.2.31
--Libs: -L${libdir} -lpng12
-+Libs: -L${libdir} -lpng -lz -lm
- Cflags: -I${includedir}
More information about the Midnightbsd-cvs
mailing list