Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 00:37:25 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r406626 - in branches/2016Q1/archivers/libarchive: . files
Message-ID:  <201601190037.u0J0bPhx067195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601190037.u0J0bPhx067195>