summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2022-09-01 10:01:26 +0200
committerTreeve Jelbert2022-09-01 10:13:21 +0200
commita3ceb1e22dfe87feddf886e02f2da32b8935521b (patch)
treefd1e6a9202b8af2265a4a76bb1fe5e097bd4352b
parente42a1ccf93bb7db2a9a581b4afe7b06bed3c6eb1 (diff)
poppler: => 22.09.0 SECURITY FIX
-rwxr-xr-xgraphics-libs/poppler/DETAILS6
-rw-r--r--graphics-libs/poppler/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics-libs/poppler/DETAILS b/graphics-libs/poppler/DETAILS
index e0b1ceab87..88d8af5f96 100755
--- a/graphics-libs/poppler/DETAILS
+++ b/graphics-libs/poppler/DETAILS
@@ -10,9 +10,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
else
if [[ $POPPLER_BRANCH == devel ]]; then
- VERSION=22.08.0
+ VERSION=22.09.0
else
- VERSION=22.08.0
+ VERSION=22.09.0
fi
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
@@ -25,7 +25,7 @@ fi
WEB_SITE=https://poppler.freedesktop.org/
LICENSE[0]=GPL
ENTERED=20050502
- SECURITY_PATCH=5
+ SECURITY_PATCH=6
SHORT="PDF rendering library"
cat << EOF
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index c967fca1ef..1f74ad4321 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,7 @@
+2022-09-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 22.09.0
+ SECURITY_PATCH++ fix CVE-2022-38784
+
2022-08-03 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 22.08.0