aboutsummaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-03-13 07:05:24 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2022-03-13 07:53:54 +0000
commitf0f7aec3e469a774d51671392a56193772663bdb (patch)
tree9b226df41e2fe93f9da5ab7d5573278d76ca9109 /archivers/libarchive/Makefile
parentf01283ad86aa082546a08c641251a19547ae987a (diff)
downloadports-f0f7aec3e469a774d51671392a56193772663bdb.tar.gz
ports-f0f7aec3e469a774d51671392a56193772663bdb.zip
archivers/libarchive: Update to 3.6.0
Backport upstream commits 52efa50c69653029687bfc545703b7340b7a51e2 and 1271f775dc917798ad7d03c3b3bd66bacad03603 for security fixes in RAR filter, suggested by Tod Jackson Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.6.0 PR: 262069 Approved by: glewis (maintainer timeout, 2+ weeks)
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 2e739bdf12bf..03b3a014f89d 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,11 +1,14 @@
PORTNAME= libarchive
-DISTVERSION= 3.5.2
-PORTREVISION= 1
+DISTVERSION= 3.6.0
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://libarchive.org/downloads/
+PATCH_SITES= https://github.com/libarchive/libarchive/commit/
+PATCHFILES= 52efa50c69653029687bfc545703b7340b7a51e2.patch:-p1 \
+ 1271f775dc917798ad7d03c3b3bd66bacad03603.patch:-p1
+
MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats