svn commit: r394957 - branches/2015Q3/sysutils/tarsnap
Colin Percival
cperciva at FreeBSD.org
Fri Aug 21 14:26:19 UTC 2015
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
More information about the svn-ports-all
mailing list