pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/pdflib-lite update to 7.0.4p4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e5eeef87760
branches:  trunk
changeset: 394909:4e5eeef87760
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jun 22 14:39:19 2009 +0000

description:
update to 7.0.4p4
This is a security update.
changes:
-fix integer overflow which can be used for DOS or system access
 (SA35180)
-update bundled libpng to 1.2.36 to fix potential security issues

diffstat:

 print/pdflib-lite/Makefile         |   8 ++++----
 print/pdflib-lite/distinfo         |   9 ++++-----
 print/pdflib-lite/patches/patch-ab |  31 -------------------------------
 3 files changed, 8 insertions(+), 40 deletions(-)

diffs (68 lines):

diff -r 0a87e9cd619e -r 4e5eeef87760 print/pdflib-lite/Makefile
--- a/print/pdflib-lite/Makefile        Mon Jun 22 12:05:59 2009 +0000
+++ b/print/pdflib-lite/Makefile        Mon Jun 22 14:39:19 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:43 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/22 14:39:19 drochner Exp $
 #
 
-DISTNAME=      PDFlib-Lite-7.0.3
-PKGNAME=       pdflib-lite-7.0.3
+DISTNAME=      PDFlib-Lite-7.0.4p4
+PKGNAME=       pdflib-lite-7.0.4p4
 CATEGORIES=    print
-MASTER_SITES=  http://www.pdflib.com/binaries/PDFlib/703/
+MASTER_SITES=  http://www.pdflib.com/binaries/PDFlib/704/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.pdflib.com/
diff -r 0a87e9cd619e -r 4e5eeef87760 print/pdflib-lite/distinfo
--- a/print/pdflib-lite/distinfo        Mon Jun 22 12:05:59 2009 +0000
+++ b/print/pdflib-lite/distinfo        Mon Jun 22 14:39:19 2009 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/06/02 16:46:42 drochner Exp $
+$NetBSD: distinfo,v 1.3 2009/06/22 14:39:19 drochner Exp $
 
-SHA1 (PDFlib-Lite-7.0.3.tar.gz) = f63950303de23b9c13e9fdf5d6aa6ecae1ddc542
-RMD160 (PDFlib-Lite-7.0.3.tar.gz) = 90f91e2ff08e0280dce63801899162411889f0b7
-Size (PDFlib-Lite-7.0.3.tar.gz) = 5898798 bytes
+SHA1 (PDFlib-Lite-7.0.4p4.tar.gz) = 36d3f8cedeed95ec68ae90f489d9bfb40b4c6593
+RMD160 (PDFlib-Lite-7.0.4p4.tar.gz) = cb9527120eebc232ef130223a124a956f93e57f1
+Size (PDFlib-Lite-7.0.4p4.tar.gz) = 6264932 bytes
 SHA1 (patch-aa) = a01fa6d85d550f203982a17a898929a8cd94a492
-SHA1 (patch-ab) = b6278ca1573225e4cd462b88064a800acd19d504
diff -r 0a87e9cd619e -r 4e5eeef87760 print/pdflib-lite/patches/patch-ab
--- a/print/pdflib-lite/patches/patch-ab        Mon Jun 22 12:05:59 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/06/02 16:46:42 drochner Exp $
-
---- configure.orig     2008-06-02 13:09:29 +0300
-+++ configure  2008-06-02 13:13:20 +0300
-@@ -3839,7 +3839,7 @@ darwin* | rhapsody*)
-   esac
-   ;;
- 
--freebsd*)
-+freebsd*|dragonfly*)
-   if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
-     case $host_cpu in
-     i*86 )
-@@ -6113,7 +6113,7 @@ else
-     ;;
- 
-   # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
--  freebsd*)
-+  freebsd*|dragonfly*)
-     archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
-     hardcode_libdir_flag_spec='-R$libdir'
-     hardcode_direct=yes
-@@ -6576,7 +6576,7 @@ freebsd1*)
-   dynamic_linker=no
-   ;;
- 
--freebsd*)
-+freebsd*|dragonfly*)
-   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
-   version_type=freebsd-$objformat
-   case $version_type in



Home | Main Index | Thread Index | Old Index