Age | Commit message (Collapse) | Author | Files |
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
pax-utils: Add version 0.1.19 recipes and use gentoo mirror for sources.
|
|
*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
|
|
|
|
|
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
Update to pax utils 1.1.13 as the source vanished and the
new version works nicely.
The Makefile of PAX would add -D_GNU_SOURCE but we are using -e
as command line option and this option was not added to CPPFLAGS.
|
|
- Add GENTOO_MIRROR
packages/pax-utils:
- Add version 0.1.9 of the pax utilities including
scanelf. I will use it in a dedicated QA bbclass
to check for common security issues.
|