From a0bb96c34e65378853ee518bac502842d26c2d1a Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Wed, 22 Jul 2009 11:50:02 -0400 Subject: Update libpng to 1.2.38 to patch a minor security issue. --- scripts/makefile.32sunu | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/makefile.32sunu') diff --git a/scripts/makefile.32sunu b/scripts/makefile.32sunu index f8ebb65..584ca33 100644 --- a/scripts/makefile.32sunu +++ b/scripts/makefile.32sunu @@ -3,12 +3,15 @@ # Copyright (C) 2002, 2006 Glenn Randers-Pehrson # Copyright (C) 1998 Greg Roelofs # Copyright (C) 1996, 1997 Andreas Dilger -# For conditions of distribution and use, see copyright notice in png.h + +# This code is released under the libpng license. +# For conditions of distribution and use, see the disclaimer +# and license in png.h # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.35 +PNGMIN = 1.2.38 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: -- cgit v1.1