diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-02-12 15:37:20 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-02-12 15:40:38 +0100 |
commit | 009ebd8b9283153635f908e5fd325081d2acf576 (patch) | |
tree | 3596ab5080ac3193af54d453950c24f7137db716 /packages/pax-utils/pax-utils_0.1.13.bb | |
parent | 86f3028c97c92da4859d5f4a9b649912c5ae4fc8 (diff) |
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
Diffstat (limited to 'packages/pax-utils/pax-utils_0.1.13.bb')
-rw-r--r-- | packages/pax-utils/pax-utils_0.1.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |