Date: Fri, 21 Aug 2015 14:26:19 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394957 - branches/2015Q3/sysutils/tarsnap Message-ID: <201508211426.t7LEQJFq005587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Fri Aug 21 14:26:18 2015 New Revision: 394957 URL: https://svnweb.freebsd.org/changeset/ports/394957 Log: MFH: r394955 Update tarsnap to 1.0.36. This removes the SSE2 option since tarsnap now detects that cpu feature at run-time. Security: Fixes a denial of service and a maybe-exploitable overflow. Approved by: ports-secteam (feld) Modified: branches/2015Q3/sysutils/tarsnap/Makefile branches/2015Q3/sysutils/tarsnap/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/tarsnap/Makefile ============================================================================== --- branches/2015Q3/sysutils/tarsnap/Makefile Fri Aug 21 14:23:17 2015 (r394956) +++ branches/2015Q3/sysutils/tarsnap/Makefile Fri Aug 21 14:26:18 2015 (r394957) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarsnap -PORTVERSION= 1.0.35 -PORTREVISION= 2 +PORTVERSION= 1.0.36 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -14,12 +13,6 @@ COMMENT= Online encrypted backup service GNU_CONFIGURE= yes USES= gmake tar:tgz -OPTIONS_DEFINE= SSE2 -SSE2_DESC= Use SSE2-optimized code - -SSE2_CONFIGURE_ENABLE= sse2 -SSE2_CFLAGS= -msse2 - .include <bsd.port.pre.mk> # safety check to ensure that we don't violate the license Modified: branches/2015Q3/sysutils/tarsnap/distinfo ============================================================================== --- branches/2015Q3/sysutils/tarsnap/distinfo Fri Aug 21 14:23:17 2015 (r394956) +++ branches/2015Q3/sysutils/tarsnap/distinfo Fri Aug 21 14:26:18 2015 (r394957) @@ -1,2 +1,2 @@ -SHA256 (tarsnap-autoconf-1.0.35.tgz) = 6c9f6756bc43bc225b842f7e3a0ec7204e0cf606e10559d27704e1cc33098c9a -SIZE (tarsnap-autoconf-1.0.35.tgz) = 600115 +SHA256 (tarsnap-autoconf-1.0.36.tgz) = 2335ccc38c7520bc898d48a8eee575d42107c72bce6e9b414ce441dd649ec968 +SIZE (tarsnap-autoconf-1.0.36.tgz) = 615709
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508211426.t7LEQJFq005587>