diff options
author | cperciva <cperciva@FreeBSD.org> | 2017-07-29 12:00:56 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:15:50 +0800 |
commit | bf8aa9a0eb7e78487965b65cc041df406e328ef5 (patch) | |
tree | 3a35cc758b1f5cdae4b3a7a9607dd8dfb9f8b6e9 /sysutils | |
parent | 82d61f9c44c99b2a3c790452a819be7929a1e7d1 (diff) | |
download | freebsd-ports-gnome-bf8aa9a0eb7e78487965b65cc041df406e328ef5.tar.gz freebsd-ports-gnome-bf8aa9a0eb7e78487965b65cc041df406e328ef5.tar.zst freebsd-ports-gnome-bf8aa9a0eb7e78487965b65cc041df406e328ef5.zip |
Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including an
assertion failure after successfully creating an archive containing a file
which was (allegedly) last modified prior to January 1, 1970.
Upgrading is recommended, as (despite their implausibility) it seems that
a large number of people have files with such modification times.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tarsnap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tarsnap/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/tarsnap/Makefile b/sysutils/tarsnap/Makefile index 34b92e0ce952..91f703c55a82 100644 --- a/sysutils/tarsnap/Makefile +++ b/sysutils/tarsnap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tarsnap -PORTVERSION= 1.0.38 +PORTVERSION= 1.0.39 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} diff --git a/sysutils/tarsnap/distinfo b/sysutils/tarsnap/distinfo index 9072fb031817..a9583db1303d 100644 --- a/sysutils/tarsnap/distinfo +++ b/sysutils/tarsnap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500177919 -SHA256 (tarsnap-autoconf-1.0.38.tgz) = 76ee0c18baa54c11729d12aa91476abccae140549def5a604010e1138538cd5b -SIZE (tarsnap-autoconf-1.0.38.tgz) = 640781 +TIMESTAMP = 1501300591 +SHA256 (tarsnap-autoconf-1.0.39.tgz) = 5613218b2a1060c730b6c4a14c2b34ce33898dd19b38fb9ea0858c5517e42082 +SIZE (tarsnap-autoconf-1.0.39.tgz) = 641089 |