diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-22 00:27:03 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-22 00:27:03 +0800 |
commit | 0a121611ba42fcf25d1bb74d0407685d49380393 (patch) | |
tree | 6b4b4b98b24a66ed950b780f7e08a0858cc57d40 /sysutils | |
parent | 56a9155d99b8b3ef3d72022302f80ae0b34e082b (diff) | |
download | freebsd-ports-gnome-0a121611ba42fcf25d1bb74d0407685d49380393.tar.gz freebsd-ports-gnome-0a121611ba42fcf25d1bb74d0407685d49380393.tar.zst freebsd-ports-gnome-0a121611ba42fcf25d1bb74d0407685d49380393.zip |
Update to 1.0.79.
debootstrap (1.0.79) unstable; urgency=medium
[ Samuel Thibault ]
* hurd: move setting up dev and servers firmlink to setup_proc stage. Also
firmlink proc there. Thanks Gabriele Giacone for all the investigation!
(Closes: #768102)
(Closes: #768102)
-- Christian Perrier <bubulle@debian.org> Fri, 19 Feb 2016 07:23:59 +0100
debootstrap (1.0.78+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Split setup_devices in setup_devices (which now only deals with static
device nodes) and setup_dynamic_devices, and move the calls to
setup_devices from the beginning of the second stage to the end of the
first stage.
setup_dynamic_devices mounts the appropriate filesystems which provide
dynamic device nodes for the architectures which need one in
debootstrap (kfreebsd and hurd).
This fixes a bug in --second-stage introduced in 1.0.34 and exposed
by the devices-related changes of 1.0.76: the second stage debootstrap
runs "dpkg --print-architecture >/dev/null" at the very beginning of
the program when /dev is still empty, so it creates an empty regular
file in place of /dev/null and this will cause mknod to fail later.
(Closes: #813232)
-- Marco d'Itri <md@linux.it> Wed, 17 Feb 2016 01:23:23 +0100
PR: 207393
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/debootstrap/Makefile | 4 | ||||
-rw-r--r-- | sysutils/debootstrap/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/debootstrap/Makefile b/sysutils/debootstrap/Makefile index ca1f99b94a2a..76c2afcfca7f 100644 --- a/sysutils/debootstrap/Makefile +++ b/sysutils/debootstrap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.78 +PORTVERSION= 1.0.79 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 diff --git a/sysutils/debootstrap/distinfo b/sysutils/debootstrap/distinfo index 7337303effa5..a3246b9a1afa 100644 --- a/sysutils/debootstrap/distinfo +++ b/sysutils/debootstrap/distinfo @@ -1,2 +1,2 @@ -SHA256 (debootstrap_1.0.78.tar.gz) = b08b32152f240b42ee7fc30f365d95527edf9012e25a16a5f03ba70297389abb -SIZE (debootstrap_1.0.78.tar.gz) = 63725 +SHA256 (debootstrap_1.0.79.tar.gz) = 11ee0dca0c0e0b5ccb0f80c885f62467c67b90abcbdd7f48dd8ca66af4ec5fc0 +SIZE (debootstrap_1.0.79.tar.gz) = 64390 |