Date: Thu, 23 Jun 2016 21:11:10 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417400 - head/archivers/libarchive Message-ID: <201606232111.u5NLBAnW045065@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Jun 23 21:11:10 2016 New Revision: 417400 URL: https://svnweb.freebsd.org/changeset/ports/417400 Log: archivers/libarchive: Update to 3.2.1 This release resolves several vulnerabilities. PR: 210493 MFH: 2016Q2 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302 Modified: head/archivers/libarchive/Makefile head/archivers/libarchive/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Thu Jun 23 19:55:35 2016 (r417399) +++ head/archivers/libarchive/Makefile Thu Jun 23 21:11:10 2016 (r417400) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 3.2.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -34,7 +33,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 \ @@ -97,6 +96,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 \ Modified: head/archivers/libarchive/distinfo ============================================================================== --- head/archivers/libarchive/distinfo Thu Jun 23 19:55:35 2016 (r417399) +++ head/archivers/libarchive/distinfo Thu Jun 23 21:11:10 2016 (r417400) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606232111.u5NLBAnW045065>