svn commit: r406626 - in branches/2016Q1/archivers/libarchive: . files

Jason Unovitch junovitch at FreeBSD.org
Tue Jan 19 00:37:26 UTC 2016


Author: junovitch
Date: Tue Jan 19 00:37:25 2016
New Revision: 406626
URL: https://svnweb.freebsd.org/changeset/ports/406626

Log:
  MFH: r406624
  
  archivers/libarchive: apply patches for multiple security vulnerablities
  
  - Add patch for denial of service via unspecified vectors [1]
  - Add patch for directory traveral via absolute paths [2]
  - Add patch for crash/infinite loop on malformed CPIO archives (base r282932) [3]
  
  PR:		200176 [3]
  Reported by:	Sevan Janiyan <venture37 at geeklan.co.uk>
  Approved by:	maintainer timeout (glewis, 8 months)
  Approved by:	ports-secteam (miwi)
  Obtained from:	https://github.com/libarchive/libarchive
  		Commits 2253154 [1], 5935715 [2], 3865cf2, e6c9668, 24f5de6 [3]
  Security:	CVE-2013-0211 [1]
  Security:	CVE-2015-2304 [2]
  Security:	https://vuxml.FreeBSD.org/freebsd/7c63775e-be31-11e5-b5fe-002590263bf5.html

Added:
  branches/2016Q1/archivers/libarchive/files/
     - copied from r406624, head/archivers/libarchive/files/
Modified:
  branches/2016Q1/archivers/libarchive/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/archivers/libarchive/Makefile
==============================================================================
--- branches/2016Q1/archivers/libarchive/Makefile	Tue Jan 19 00:20:22 2016	(r406625)
+++ branches/2016Q1/archivers/libarchive/Makefile	Tue Jan 19 00:37:25 2016	(r406626)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libarchive
 PORTVERSION=	3.1.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://libarchive.org/downloads/


More information about the svn-ports-all mailing list