summaryrefslogtreecommitdiff
path: root/print/pdflib-lite
diff options
context:
space:
mode:
authordrochner <drochner>2009-06-22 14:39:19 +0000
committerdrochner <drochner>2009-06-22 14:39:19 +0000
commit234c39388b9fec03c1348003e138b27201cab09e (patch)
treef9886ee8c1811fc4d820ee67417add1c44c3a7b5 /print/pdflib-lite
parent62efa2a0303390ae18b7022a4c320607c56fc714 (diff)
downloadpkgsrc-234c39388b9fec03c1348003e138b27201cab09e.tar.gz
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 (limited to 'print/pdflib-lite')
-rw-r--r--print/pdflib-lite/Makefile8
-rw-r--r--print/pdflib-lite/distinfo9
-rw-r--r--print/pdflib-lite/patches/patch-ab31
3 files changed, 8 insertions, 40 deletions
diff --git a/print/pdflib-lite/Makefile b/print/pdflib-lite/Makefile
index 7db545f0d10..e5050fd33e1 100644
--- a/print/pdflib-lite/Makefile
+++ b/print/pdflib-lite/Makefile
@@ -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
HOMEPAGE= http://www.pdflib.com/
diff --git a/print/pdflib-lite/distinfo b/print/pdflib-lite/distinfo
index 40a801fa1da..0f1d1b86f26 100644
--- a/print/pdflib-lite/distinfo
+++ b/print/pdflib-lite/distinfo
@@ -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 --git a/print/pdflib-lite/patches/patch-ab b/print/pdflib-lite/patches/patch-ab
deleted file mode 100644
index e2e8cee1838..00000000000
--- a/print/pdflib-lite/patches/patch-ab
+++ /dev/null
@@ -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