[oe-commits] Denis 'Gnutoo' Carikli : pax-utils: fixed 404 not found

GIT User account git at amethyst.openembedded.net
Thu Feb 12 15:44:20 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 009ebd8b9283153635f908e5fd325081d2acf576
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=009ebd8b9283153635f908e5fd325081d2acf576

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Feb 12 15:37:20 2009 +0100

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 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 6fc6850..9a35084 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 "





More information about the Openembedded-commits mailing list