svn commit: r425931 - head/sysutils/debootstrap

Matthew Seaman matthew at FreeBSD.org
Sat Nov 12 09:11:01 UTC 2016


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 at debian.org>  Sun, 30 Oct 2016 23:35:45 +0100
  
  PR:		213950
  Submitted by:	lifanov at 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


More information about the svn-ports-all mailing list