svn commit: r408760 - head/sysutils/debootstrap

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Feb 12 20:52:07 UTC 2016


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 at debian.org>  Fri, 29 Jan 2016 16:36:00 +0000
  
  PR:		206821
  Submitted by:	Nikolai Lifanov <lifanov at 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


More information about the svn-ports-all mailing list