Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 20:52:05 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408760 - head/sysutils/debootstrap
Message-ID:  <201602122052.u1CKq5m1032561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Feb 12 20:52:05 2016
New Revision: 408760
URL: https://svnweb.freebsd.org/changeset/ports/408760

Log:
  Update to 1.0.78.
  
  debootstrap (1.0.78) unstable; urgency=high
  
    * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
    * Don't call mknod with the --mode option, it's not supported in
      busybox. Use -m instead - fixes the broken fix for #812811.
      Closes: #813124. Urgency high to get this fix propagated quickly -
      it's breaking d-i installs right now. Adding myself to uploaders and
      uploading.
  
   -- Steve McIntyre <93sam@debian.org>  Fri, 29 Jan 2016 16:36:00 +0000
  
  PR:		206821
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

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

Modified: head/sysutils/debootstrap/Makefile
==============================================================================
--- head/sysutils/debootstrap/Makefile	Fri Feb 12 20:45:01 2016	(r408759)
+++ head/sysutils/debootstrap/Makefile	Fri Feb 12 20:52:05 2016	(r408760)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	debootstrap
-PORTVERSION=	1.0.77
+PORTVERSION=	1.0.78
 CATEGORIES=	sysutils
 MASTER_SITES=	DEBIAN/pool/main/d/${PORTNAME}
 DISTNAME=	${PORTNAME}_${PORTVERSION}

Modified: head/sysutils/debootstrap/distinfo
==============================================================================
--- head/sysutils/debootstrap/distinfo	Fri Feb 12 20:45:01 2016	(r408759)
+++ head/sysutils/debootstrap/distinfo	Fri Feb 12 20:52:05 2016	(r408760)
@@ -1,2 +1,2 @@
-SHA256 (debootstrap_1.0.77.tar.gz) = a106169a7bf15277055690450b7cd71acb28d357cabf3ffb0ac75e2abc85ed3c
-SIZE (debootstrap_1.0.77.tar.gz) = 64121
+SHA256 (debootstrap_1.0.78.tar.gz) = b08b32152f240b42ee7fc30f365d95527edf9012e25a16a5f03ba70297389abb
+SIZE (debootstrap_1.0.78.tar.gz) = 63725



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