Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 09:11:00 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425931 - head/sysutils/debootstrap
Message-ID:  <201611120911.uAC9B0fJ025837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Nov 12 09:10:59 2016
New Revision: 425931
URL: https://svnweb.freebsd.org/changeset/ports/425931

Log:
  Update to 1.0.86
  
  debootstrap (1.0.86) unstable; urgency=high
  
    * Rework split_inline_sig by using shell built-ins instead of trying to
      mix sed and tr together, which might work on regular systems but not
      from inside the Debian Installer (Closes: #842591). Thanks to Ansgar
      Burchardt for the proof of concept!
  
   -- Cyril Brulebois <kibi@debian.org>  Sun, 30 Oct 2016 23:35:45 +0100
  
  PR:		213950
  Submitted by:	lifanov@mail.lifanov.com (Maintainer)

Modified:
  head/sysutils/debootstrap/Makefile
  head/sysutils/debootstrap/distinfo

Modified: head/sysutils/debootstrap/Makefile
==============================================================================
--- head/sysutils/debootstrap/Makefile	Sat Nov 12 09:06:53 2016	(r425930)
+++ head/sysutils/debootstrap/Makefile	Sat Nov 12 09:10:59 2016	(r425931)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.85
+PORTVERSION=	1.0.86
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Sat Nov 12 09:06:53 2016	(r425930)
+++ head/sysutils/debootstrap/distinfo	Sat Nov 12 09:10:59 2016	(r425931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477321992
-SHA256 (debootstrap_1.0.85.tar.gz) = 134b937991effdddfd2de57de615dc0f59bef27ec684ca0a26e4887ea49ef576
-SIZE (debootstrap_1.0.85.tar.gz) = 65743
+TIMESTAMP = 1477920303
+SHA256 (debootstrap_1.0.86.tar.gz) = ce7eb450f7d5dd55d9b49f8a68f2b33c5f4edeba93c2d63ef3dd01e009f4fb5c
+SIZE (debootstrap_1.0.86.tar.gz) = 65352



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