summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-10-22 14:51:00 +0000
committerNed Ludd <solar@gentoo.org>2004-10-22 14:51:00 +0000
commit354f4982bc20af6ccf020a0d1171109a61c77fc0 (patch)
treec68bec61318b0792e16337cafcf0aad78abb9657 /www-servers/boa/files
parentppc stable profile update (Manifest recommit) (diff)
downloadgentoo-2-354f4982bc20af6ccf020a0d1171109a61c77fc0.tar.gz
gentoo-2-354f4982bc20af6ccf020a0d1171109a61c77fc0.tar.bz2
gentoo-2-354f4982bc20af6ccf020a0d1171109a61c77fc0.zip
- package boa was/is missing a metadata.xml and orignial commiter is no longer an active dev so I'm adding a few updates for this package.
- added tiny patch for boa-0.94.13-r1 which fixes the fact that boa thought root was an invalid user. - Massive updates for boa-0.94.14_alpha20 see http://www.boa.org/CHANGES for more details.
Diffstat (limited to 'www-servers/boa/files')
-rw-r--r--www-servers/boa/files/boa-0.94.13-server_uid.patch11
-rw-r--r--www-servers/boa/files/digest-boa-0.94.14_alpha201
2 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/boa/files/boa-0.94.13-server_uid.patch b/www-servers/boa/files/boa-0.94.13-server_uid.patch
new file mode 100644
index 000000000000..72843344d665
--- /dev/null
+++ b/www-servers/boa/files/boa-0.94.13-server_uid.patch
@@ -0,0 +1,11 @@
+--- src/boa.c.orig 2004-10-21 03:28:51.000000000 +0000
++++ src/boa.c 2004-10-21 03:30:24.000000000 +0000
+@@ -222,7 +222,7 @@
+ /* test for failed-but-return-was-successful setuid
+ * http://www.securityportal.com/list-archive/bugtraq/2000/Jun/0101.html
+ */
+- if (setuid(0) != -1) {
++ if (server_uid && server_gid && setuid(0) != -1) {
+ DIE("icky Linux kernel bug!");
+ }
+ } else {
diff --git a/www-servers/boa/files/digest-boa-0.94.14_alpha20 b/www-servers/boa/files/digest-boa-0.94.14_alpha20
new file mode 100644
index 000000000000..e9b0a2bf2d22
--- /dev/null
+++ b/www-servers/boa/files/digest-boa-0.94.14_alpha20
@@ -0,0 +1 @@
+MD5 046d1764cd8f325109da9c80c993b2ef boa-0.94.14rc20.tar.gz 200395