Security fix (CVE-2009-3607) and bug fixes.
This commit is contained in:
parent
a70ef7a5f9
commit
c1932f7b75
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2009/10/26 19:23:45 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2009/11/21 21:57:50 kili Exp $
|
||||
|
||||
COMMENT-main= PDF rendering library
|
||||
COMMENT-qt= qt interface to PDF rendering library
|
||||
COMMENT-qt4= qt4 interface to PDF rendering library
|
||||
|
||||
V= 0.12.1
|
||||
V= 0.12.2
|
||||
DISTNAME= poppler-$V
|
||||
CATEGORIES= print
|
||||
PKGNAME-main= poppler-$V
|
||||
FULLPKGNAME-qt= poppler-qt-$V
|
||||
FULLPKGNAME-qt4=poppler-qt4-$V
|
||||
|
||||
SHARED_LIBS += poppler 6.0
|
||||
SHARED_LIBS += poppler 7.0
|
||||
SHARED_LIBS += poppler-glib 6.0
|
||||
SHARED_LIBS += poppler-qt 6.0
|
||||
SHARED_LIBS += poppler-qt4 5.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (poppler-0.12.1.tar.gz) = NDIEbuER76W4Xl8s3eivXA==
|
||||
RMD160 (poppler-0.12.1.tar.gz) = kuoEO4syniPRMGivXP7Y/Ufupeg=
|
||||
SHA1 (poppler-0.12.1.tar.gz) = DIUU94nqq06RuhqEH1j4vuleSkM=
|
||||
SHA256 (poppler-0.12.1.tar.gz) = YxajYY79QR40pIoQKhlJsf3MVi9uacTSjwZpkTRRu7Y=
|
||||
SIZE (poppler-0.12.1.tar.gz) = 1641986
|
||||
MD5 (poppler-0.12.2.tar.gz) = YMALVaz33Tib8lbReK9wvw==
|
||||
RMD160 (poppler-0.12.2.tar.gz) = 0sBv0jAS4WUFrl5eztfL1NA8Cyw=
|
||||
SHA1 (poppler-0.12.2.tar.gz) = MTjEVvfmpCkQAQmsbNWpSEN7nwQ=
|
||||
SHA256 (poppler-0.12.2.tar.gz) = vr+4wLCR9EAmoMDWF5CgSQsEs8ATL4K9CznoYb2vJxk=
|
||||
SIZE (poppler-0.12.2.tar.gz) = 1614984
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-poppler_XRef_cc,v 1.4 2009/10/26 19:23:46 kili Exp $
|
||||
--- poppler/XRef.cc.orig Sun Sep 14 22:35:48 2008
|
||||
+++ poppler/XRef.cc Sun Oct 26 12:45:54 2008
|
||||
@@ -850,45 +850,38 @@ void XRef::setEncryption(int permFlagsA, GBool ownerPa
|
||||
$OpenBSD: patch-poppler_XRef_cc,v 1.5 2009/11/21 21:57:50 kili Exp $
|
||||
--- poppler/XRef.cc.orig Sun Oct 18 00:23:09 2009
|
||||
+++ poppler/XRef.cc Fri Nov 20 20:30:45 2009
|
||||
@@ -856,45 +856,38 @@ void XRef::setEncryption(int permFlagsA, GBool ownerPa
|
||||
}
|
||||
|
||||
GBool XRef::okToPrint(GBool ignoreOwnerPW) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user