Skip to content

Commit

Permalink
MFH: r417400
Browse files Browse the repository at this point in the history
archivers/libarchive: Update to 3.2.1

This release resolves several vulnerabilities.

PR:		210493
Security:	CVE-2015-8934
Security:	CVE-2016-4300
Security:	CVE-2016-4301
Security:	CVE-2016-4302

Approved by:	ports-secteam (with hat)
  • Loading branch information
feld committed Jun 23, 2016
1 parent b5ce8bf commit e20ec0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions archivers/libarchive/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= libarchive
PORTVERSION= 3.2.0
PORTVERSION= 3.2.1
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://libarchive.org/downloads/
Expand Down Expand Up @@ -32,7 +32,7 @@ PLIST_FILES= bin/bsdcat \
lib/libarchive.a \
lib/libarchive.so \
lib/libarchive.so.13 \
lib/libarchive.so.13.2.0 \
lib/libarchive.so.13.2.1 \
libdata/pkgconfig/libarchive.pc \
man/man1/bsdcat.1.gz \
man/man1/bsdcpio.1.gz \
Expand Down Expand Up @@ -93,6 +93,10 @@ NETTLE_CONFIGURE_OFF= --with-openssl

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002504
CONFIGURE_ENV+= ac_cv_lzma_has_mt=no
.endif

.if empty(ICONV_LIB)
CONFIGURE_ENV+= ac_cv_header_localcharset_h=no \
ac_cv_func_locale_charset=no \
Expand Down
5 changes: 3 additions & 2 deletions archivers/libarchive/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (libarchive-3.2.0.tar.gz) = 7bce45fd71ff01dc20d19edd78322d4965583d81b8bed8e26cacb65d6f5baa87
SIZE (libarchive-3.2.0.tar.gz) = 5448095
TIMESTAMP = 1466687824
SHA256 (libarchive-3.2.1.tar.gz) = 72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2
SIZE (libarchive-3.2.1.tar.gz) = 5448888

0 comments on commit e20ec0b

Please sign in to comment.