mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
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.
This commit is contained in:
parent
b346baff91
commit
797ed95343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394955
@ -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 (client)
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user