Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9484 - Updated dietlibc ebuild
Summary: Updated dietlibc ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-22 09:08 UTC by fbusse
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dietlibc-0.21 ebuild (dietlibc.tar.gz,1.35 KB, application/gzip)
2002-10-22 09:08 UTC, fbusse
Details
dietlibc 0.21 ebuild ppc patch (dietlibc-0.21.ebuild.patch,572 bytes, patch)
2002-10-25 17:53 UTC, Nicolas Kaiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fbusse 2002-10-22 09:08:11 UTC
The new version (0.21) fixes some non security related bugs:
add support for $PATH_INFO in CGI environment (some CGI's didn't work correctly
without this)
add .pac for netscape proxy autoconfig
add .sig for application/pgp-signature

Nothing has changed in the ebuild itself.
Comment 1 fbusse 2002-10-22 09:08:46 UTC
Created attachment 4898 [details]
dietlibc-0.21 ebuild
Comment 2 fbusse 2002-10-22 09:11:02 UTC
Sorry, changes are not correct (those are the changes for fnord, not for dietlibc):
Correct ChangeLog is here:
http://www.fefe.de/dietlibc/changes-0.21.txt
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-10-25 17:31:19 UTC
Aliz, yours as you were the lucky person to touch it in ages :P
Comment 4 Nicolas Kaiser 2002-10-25 17:53:55 UTC
Created attachment 5020 [details, diff]
dietlibc 0.21 ebuild ppc patch

Oh, please add support for ppc :)
This sed thingie is taken from the Makefile
Comment 5 Daniel Ahlberg (RETIRED) gentoo-dev 2002-10-29 08:05:34 UTC
Commited, thanks for the ebuild!
Comment 6 fbusse 2002-11-14 11:01:19 UTC
The new ebuild is stable and the dietlibc works well, I think it can be unmasked.
And why wasn't ppc added to KEYWORDS?
Changing
newexe bin-i386/diet-i diet

to

newexe bin-$(uname -m | sed -e 's/i[4-9]86/i386/' -e
's/armv[3-6][lb]/arm/')/diet-i diet

should have done that part.
OK, don't have a Mac to check if it compiles, but at least x86 could be unmasked
IMHO.