svn commit: r414890 - in branches/2016Q2/archivers/libarchive: . files
Bernard Spil
brnrd at FreeBSD.org
Mon May 9 19:35:37 UTC 2016
Author: brnrd
Date: Mon May 9 19:35:35 2016
New Revision: 414890
URL: https://svnweb.freebsd.org/changeset/ports/414890
Log:
MFH: r414861
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
Security: 2b4c8e1f-1609-11e6-b55e-b499baebfeaf
Approved by: feld (mentor, ports-secteam)
Approved by: ports-secteam (feld)
Deleted:
branches/2016Q2/archivers/libarchive/files/
Modified:
branches/2016Q2/archivers/libarchive/Makefile
branches/2016Q2/archivers/libarchive/distinfo
Directory Properties:
branches/2016Q2/ (props changed)
Modified: branches/2016Q2/archivers/libarchive/Makefile
==============================================================================
--- branches/2016Q2/archivers/libarchive/Makefile Mon May 9 19:31:37 2016 (r414889)
+++ branches/2016Q2/archivers/libarchive/Makefile Mon May 9 19:35:35 2016 (r414890)
@@ -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: branches/2016Q2/archivers/libarchive/distinfo
==============================================================================
--- branches/2016Q2/archivers/libarchive/distinfo Mon May 9 19:31:37 2016 (r414889)
+++ branches/2016Q2/archivers/libarchive/distinfo Mon May 9 19:35:35 2016 (r414890)
@@ -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
More information about the svn-ports-branches
mailing list