Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2017 04:00:56 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446863 - head/sysutils/tarsnap
Message-ID:  <201707290400.v6T40uWo040744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707290400.v6T40uWo040744>