From 05f661be2979d0c25fd192fff4e3eecf6d1e9001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 14 Dec 2015 10:02:56 +0100 Subject: [PATCH] Fix earlier mistake of changing the wrong hashes. --- debian/changelog | 6 ++++++ live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early | 4 ++-- live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 91e8eb03..134a44e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.368) UNRELEASED; urgency=medium + + * Fix earlier mistake of changing the wrong hashes. + + -- Ɓukasz 'sil2100' Zemczak Mon, 14 Dec 2015 10:01:58 +0100 + livecd-rootfs (2.367) xenial; urgency=medium * Update the passwd/shadow db hashes on ubuntu-touch builds diff --git a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early index e7761869..a03b3b53 100755 --- a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early @@ -3,8 +3,8 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e" -shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a" +passwd_bootstrap="7d89b96d37aab3fd22e4570862e3a8eb" +shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81" group_bootstrap="ffbe05611b49480cb289f343a67d7e7b" gshadow_bootstrap="46121fc1a7d95f37e7a3fb21db8061e8" diff --git a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early index e0efb47e..d50b3322 100755 --- a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early @@ -3,8 +3,8 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="677bdb95956f6214a0007543fe15a1bf" -shadow_bootstrap="7fa48d7fb0e3a1ede9c98ff7b1b33622" +passwd_bootstrap="12e43f2db1904588e57222ec6dc5680e" +shadow_bootstrap="68a335c6f7f9e8d26c1dc98b0004b57a" group_bootstrap="eb863998da1d7cad986cea2466ef23a1" gshadow_bootstrap="5da14ec60af7c53eacadc05859bfd5f4"