aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZorry <zorry.at.ume.nu>2009-06-14 23:18:28 +0200
committerZorry <zorry.at.ume.nu>2009-06-14 23:18:28 +0200
commit33a85809f50bd7d4b0ab0746ef3ed8222781b6e2 (patch)
treeb328ae01a7f2c587afae27517b74cfe09dc106b8
parentremoved some fortify stuff in hardened-funcs.eclass (diff)
downloadhardened-dev-33a85809f50bd7d4b0ab0746ef3ed8222781b6e2.tar.gz
hardened-dev-33a85809f50bd7d4b0ab0746ef3ed8222781b6e2.tar.bz2
hardened-dev-33a85809f50bd7d4b0ab0746ef3ed8222781b6e2.zip
Updated the README
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 71134585..05449c35 100644
--- a/README
+++ b/README
@@ -2,16 +2,15 @@ This overlay is based on the pieworld work done by former gentoo developer kevqu
Changes by Xake and zorry.
Thanks KernelOfTruth, dw and everyone else helping testing, suggesting fixes and other things we have missed.
For questions there is a tread @ forums.gentoo.org
-This overlay has support for PIE/PIC, -fstack-protector{,-all} and -D_FORTIFY_SOURCE=0,1,2 via split minispecs for GCC-4.x
+This overlay has support for PIE/PIC, -fstack-protector{,-all} and -D_FORTIFY_SOURCE=0,1,2 via built-in specs for GCC-4.x
We have disable -fstrict-overflow flag.
-Will add -Wformat-security later.
uClibc is not supported yet. you will need 0.9.0.30 when we support it.
If you want GCC 4.3 then use the master branch.
You need a least glibc 2.8, grub and gcc from the overlay to make it work.
It may need to be unmasked or add as unstable.
Notice: pieworld.README is not up-to-date, it is mostly here for reference since it is the work we based this overlay on.
The working gcc 4.3.2-r2 in portage only have PIE/PIC support yet.
-/zorry 2009-03-11
+/zorry 2009-06-14