>>> Emerging (1 of 1) sys-apps/shadow-4.14.7::gentoo * shadow-4.14.7.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] >>> Downloading 'http://distfiles.gentoo.org/distfiles/ad/shadow-4.14.7.tar.xz.asc' --2024-07-04 09:52:41-- http://distfiles.gentoo.org/distfiles/ad/shadow-4.14.7.tar.xz.asc Connecting to 127.0.0.1:8118... connected. Proxy request sent, awaiting response... 403 Request blocked by Privoxy 2024-07-04 09:52:41 ERROR 403: Request blocked by Privoxy. >>> Downloading 'https://github.com/shadow-maint/shadow/releases/download/4.14.7/shadow-4.14.7.tar.xz.asc' --2024-07-04 09:52:41-- https://github.com/shadow-maint/shadow/releases/download/4.14.7/shadow-4.14.7.tar.xz.asc Connecting to 127.0.0.1:8118... connected. Proxy request sent, awaiting response... 404 Not Found 2024-07-04 09:52:42 ERROR 404: Not Found. !!! Couldn't download 'shadow-4.14.7.tar.xz.asc'. Aborting. >>> Failed to emerge sys-apps/shadow-4.14.7, Log file: >>> '/var/tmp/portage/sys-apps/shadow-4.14.7/temp/build.log' # wget https://github.com/shadow-maint/shadow/releases/download/4.14.7/shadow-4.14.7.tar.xz.asc --2024-07-04 09:55:06-- https://github.com/shadow-maint/shadow/releases/download/4.14.7/shadow-4.14.7.tar.xz.asc Resolving github.com... 140.82.121.4 Connecting to github.com|140.82.121.4|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-07-04 09:55:06 ERROR 404: Not Found.
It looks like 4.14.7 caused passwd(1) to endlessly loop. Using that info, I guess that is why they removed the signing key and .tar.{gz,xz}'s Relevant links: * https://github.com/shadow-maint/shadow/releases/tag/4.14.7 * https://github.com/shadow-maint/shadow/releases/tag/4.14.8 * https://github.com/shadow-maint/shadow/issues/1015 * https://github.com/shadow-maint/shadow/pull/1025
> Proxy request sent, awaiting response... 403 Request blocked by Privoxy You should really fix your proxy to not block distfiles.gentoo.org.
They really shouldn't delete releases like this.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95700660ab03645ce3453c0bbfa4dd4d88a385fd commit 95700660ab03645ce3453c0bbfa4dd4d88a385fd Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2024-07-04 15:24:42 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2024-07-04 15:24:52 +0000 sys-apps/shadow: add 4.14.8, drop 4.14.7 Closes: https://bugs.gentoo.org/935453 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-apps/shadow/Manifest | 4 ++-- sys-apps/shadow/{shadow-4.14.7.ebuild => shadow-4.14.8.ebuild} | 0 2 files changed, 2 insertions(+), 2 deletions(-)
(In reply to Sam James from comment #3) > They really shouldn't delete releases like this. We didn't really delete the release. It was a github bug that removed it, AFAIK.