summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2007-07-12 15:00:28 +0000
committercperciva <cperciva@FreeBSD.org>2007-07-12 15:00:28 +0000
commita337e4787d450a80f8ce96901d7ee65b5523da73 (patch)
treec795c52a26211c05dc99bf6a24121801d34fc5e9 /lib/libarchive/Makefile
parentffeb10004251b508a5328f1cd48a6781500dcf56 (diff)
downloadFreeBSD-src-a337e4787d450a80f8ce96901d7ee65b5523da73.zip
FreeBSD-src-a337e4787d450a80f8ce96901d7ee65b5523da73.tar.gz
Correct multiple security issues in how libarchive handles corrupt
tar archives, including a potentially exploitable buffer overflow. Approved by: re (kensmith, security blanket) Reviewed by: kientzle Security: FreeBSD-SA-07:05.libarchive
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 4203ba7..1952496 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.2.3
+VERSION= 2.2.4
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'
OpenPOWER on IntegriCloud