summaryrefslogtreecommitdiff
path: root/print/pdflib-lite/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-06-22 14:39:19 +0000
committerdrochner <drochner@pkgsrc.org>2009-06-22 14:39:19 +0000
commit6f231e26767564f846dcfb231de7e3d4f48276fb (patch)
treef9886ee8c1811fc4d820ee67417add1c44c3a7b5 /print/pdflib-lite/patches
parent62b477571074fd8c1aa21d7b868e7af4c54991bc (diff)
downloadpkgsrc-6f231e26767564f846dcfb231de7e3d4f48276fb.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/patches')
-rw-r--r--print/pdflib-lite/patches/patch-ab31
1 files changed, 0 insertions, 31 deletions
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