diff options
author | matthew <matthew@FreeBSD.org> | 2016-11-12 17:10:59 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-11-12 17:10:59 +0800 |
commit | ccd0da5af403656ecf60d01972c67e0a9b26503f (patch) | |
tree | 37fb2d6b057ab7f90154c402a0bf347efd5ddd0d /sysutils | |
parent | 886b9a15295d2ea3ad3fea2917a49e7211a92d9b (diff) | |
download | freebsd-ports-gnome-ccd0da5af403656ecf60d01972c67e0a9b26503f.tar.gz freebsd-ports-gnome-ccd0da5af403656ecf60d01972c67e0a9b26503f.tar.zst freebsd-ports-gnome-ccd0da5af403656ecf60d01972c67e0a9b26503f.zip |
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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/debootstrap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/debootstrap/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index d5220ce38a32..5d547e35ae2a 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -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} diff --git a/sysutils/debootstrap/distinfo b/sysutils/debootstrap/distinfo index 082352f93c56..36e0e2b9f911 100644 --- a/sysutils/debootstrap/distinfo +++ b/sysutils/debootstrap/distinfo @@ -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 |