From 009ebd8b9283153635f908e5fd325081d2acf576 Mon Sep 17 00:00:00 2001 From: Denis 'Gnutoo' Carikli Date: Thu, 12 Feb 2009 15:37:20 +0100 Subject: pax-utils: fixed 404 not found *while downloading pax-utils I had: NOTE: fetch http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/pax-utils-0.1.13.tar.bz2 --2009-02-12 13:06:15-- http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/pax-utils-0.1.13.tar.bz2 Resolving distro.ibiblio.org... 152.46.7.109 Connecting to distro.ibiblio.org|152.46.7.109|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-02-12 13:06:16 ERROR 404: Not Found. NOTE: Task failed: Fetch failed: http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/pax-utils-0.1.13.tar.bz2;md5sum=5f09df47a16e83462384b44b75310539 NOTE: package pax-utils-native-0.1.13-r0: task do_fetch: failed so I replaced the url(and removed the useless md5sum,i commited the checksum in the previous commit) What I checked: *the md5sum that will be commited in the checksums is the same than the one in the URI *solar is a gentoo-hardened develloper and the PaX lead develloper: **http://www.gentoo.org/proj/en/devrel/roll-call/userinfo.xml **http://www.gentoo.org/proj/en/hardened/index.xml --- packages/pax-utils/pax-utils_0.1.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/pax-utils/pax-utils_0.1.13.bb') diff --git a/packages/pax-utils/pax-utils_0.1.13.bb b/packages/pax-utils/pax-utils_0.1.13.bb index 6fc6850142..9a350844d0 100644 --- a/packages/pax-utils/pax-utils_0.1.13.bb +++ b/packages/pax-utils/pax-utils_0.1.13.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Various ELF utilities" HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" LICENSE = "GPLv2" -SRC_URI = "${GENTOO_MIRROR}/pax-utils-${PV}.tar.bz2;md5sum=5f09df47a16e83462384b44b75310539" +SRC_URI = "http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2" S = "${WORKDIR}/pax-utils-${PV}" CPPFLAGS += "-D_GNU_SOURCE " -- cgit v1.2.3 From ab736f37e3e4ffc6ae9114fb50c2f505c2a7302d Mon Sep 17 00:00:00 2001 From: Claudio Mignanti Date: Sat, 14 Feb 2009 15:04:53 -0800 Subject: Signed-off-by: Khem Raj pax-utils: Add version 0.1.19 recipes and use gentoo mirror for sources. --- packages/pax-utils/pax-utils_0.1.13.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/pax-utils/pax-utils_0.1.13.bb') diff --git a/packages/pax-utils/pax-utils_0.1.13.bb b/packages/pax-utils/pax-utils_0.1.13.bb index 9a350844d0..c704d288b8 100644 --- a/packages/pax-utils/pax-utils_0.1.13.bb +++ b/packages/pax-utils/pax-utils_0.1.13.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Various ELF utilities" HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" LICENSE = "GPLv2" - -SRC_URI = "http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2" +PR = "r1" +SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.bz2" S = "${WORKDIR}/pax-utils-${PV}" CPPFLAGS += "-D_GNU_SOURCE " -- cgit v1.2.3