Date: Mon, 9 May 2016 15:48:43 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414861 - in head/archivers/libarchive: . files Message-ID: <201605091548.u49FmhET024417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Mon May 9 15:48:43 2016 New Revision: 414861 URL: https://svnweb.freebsd.org/changeset/ports/414861 Log: archivers/libarchive: Update to 2.3.0 - Update to version 2.3.0 - Including RCE vulnerability fix - Version includes previously added patches Security: CVE-2016-1541 Approved by: feld (mentor, ports-secteam) MFH: 2016Q2 Deleted: head/archivers/libarchive/files/ Modified: head/archivers/libarchive/Makefile head/archivers/libarchive/distinfo Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Mon May 9 15:24:48 2016 (r414860) +++ head/archivers/libarchive/Makefile Mon May 9 15:48:43 2016 (r414861) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libarchive -PORTVERSION= 3.1.2 -PORTREVISION= 6 +PORTVERSION= 3.2.0 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://libarchive.org/downloads/ @@ -25,15 +24,17 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --without-xml2 -PLIST_FILES= bin/bsdcpio \ +PLIST_FILES= bin/bsdcat \ + bin/bsdcpio \ bin/bsdtar \ include/archive.h \ include/archive_entry.h \ lib/libarchive.a \ lib/libarchive.so \ lib/libarchive.so.13 \ - lib/libarchive.so.13.1.2 \ + lib/libarchive.so.13.2.0 \ libdata/pkgconfig/libarchive.pc \ + man/man1/bsdcat.1.gz \ man/man1/bsdcpio.1.gz \ man/man1/bsdtar.1.gz \ man/man3/archive_entry.3.gz \ @@ -44,6 +45,7 @@ PLIST_FILES= bin/bsdcpio \ man/man3/archive_entry_stat.3.gz \ man/man3/archive_entry_time.3.gz \ man/man3/archive_read.3.gz \ + man/man3/archive_read_add_passphrase.3.gz \ man/man3/archive_read_data.3.gz \ man/man3/archive_read_disk.3.gz \ man/man3/archive_read_extract.3.gz \ @@ -67,6 +69,7 @@ PLIST_FILES= bin/bsdcpio \ man/man3/archive_write_new.3.gz \ man/man3/archive_write_open.3.gz \ man/man3/archive_write_set_options.3.gz \ + man/man3/archive_write_set_passphrase.3.gz \ man/man3/libarchive.3.gz \ man/man3/libarchive_changes.3.gz \ man/man3/libarchive_internals.3.gz \ Modified: head/archivers/libarchive/distinfo ============================================================================== --- head/archivers/libarchive/distinfo Mon May 9 15:24:48 2016 (r414860) +++ head/archivers/libarchive/distinfo Mon May 9 15:48:43 2016 (r414861) @@ -1,2 +1,2 @@ -SHA256 (libarchive-3.1.2.tar.gz) = eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e -SIZE (libarchive-3.1.2.tar.gz) = 4527540 +SHA256 (libarchive-3.2.0.tar.gz) = 7bce45fd71ff01dc20d19edd78322d4965583d81b8bed8e26cacb65d6f5baa87 +SIZE (libarchive-3.2.0.tar.gz) = 5448095
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605091548.u49FmhET024417>