svn commit: r446863 - head/sysutils/tarsnap

Colin Percival cperciva at FreeBSD.org
Sat Jul 29 04:00:58 UTC 2017


Author: cperciva
Date: Sat Jul 29 04:00:56 2017
New Revision: 446863
URL: https://svnweb.freebsd.org/changeset/ports/446863

Log:
  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.

Modified:
  head/sysutils/tarsnap/Makefile
  head/sysutils/tarsnap/distinfo

Modified: head/sysutils/tarsnap/Makefile
==============================================================================
--- head/sysutils/tarsnap/Makefile	Sat Jul 29 00:00:56 2017	(r446862)
+++ head/sysutils/tarsnap/Makefile	Sat Jul 29 04:00:56 2017	(r446863)
@@ -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}

Modified: head/sysutils/tarsnap/distinfo
==============================================================================
--- head/sysutils/tarsnap/distinfo	Sat Jul 29 00:00:56 2017	(r446862)
+++ head/sysutils/tarsnap/distinfo	Sat Jul 29 04:00:56 2017	(r446863)
@@ -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


More information about the svn-ports-all mailing list