diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-24 11:26:20 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-24 11:26:20 +0000 |
commit | c7fa6494d5a6cf92a01530b8edd02854c3f8bdf6 (patch) | |
tree | a9e4af9fd622b17ff05bc9403f5b0a6594ba40ab /www-servers | |
parent | fix changelog (diff) | |
download | historical-c7fa6494d5a6cf92a01530b8edd02854c3f8bdf6.tar.gz historical-c7fa6494d5a6cf92a01530b8edd02854c3f8bdf6.tar.bz2 historical-c7fa6494d5a6cf92a01530b8edd02854c3f8bdf6.zip |
Don't use chown root:root, bug #103563
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/ncsa-httpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/ncsa-httpd/Manifest | 12 | ||||
-rw-r--r-- | www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/www-servers/ncsa-httpd/ChangeLog b/www-servers/ncsa-httpd/ChangeLog index c2833d54a953..c71b5cd5bf26 100644 --- a/www-servers/ncsa-httpd/ChangeLog +++ b/www-servers/ncsa-httpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/ncsa-httpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ChangeLog,v 1.3 2005/05/04 12:31:53 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ChangeLog,v 1.4 2005/08/24 11:26:20 ka0ttic Exp $ + + 24 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> ncsa-httpd-1.5.2a.ebuild: + Don't use chown root:root, bug #103563 04 May 2005; Aaron Walker <ka0ttic@gentoo.org> +files/ncsa-httpd-1.5.2a-gdbm_compat.patch, ncsa-httpd-1.5.2a.ebuild: diff --git a/www-servers/ncsa-httpd/Manifest b/www-servers/ncsa-httpd/Manifest index 6e91a845c4b6..4cb54ae3df95 100644 --- a/www-servers/ncsa-httpd/Manifest +++ b/www-servers/ncsa-httpd/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 a634ed6348da6046eee8ef40ad06bb5d ChangeLog 1167 +MD5 02b34bcdef8d334e6a065ab01a12ecdf ChangeLog 1284 MD5 4a186842848d9c384e2d12785ba426bc metadata.xml 165 -MD5 34fd2fe874e45d76499162f3fcbbe547 ncsa-httpd-1.5.2a.ebuild 1978 +MD5 a6bcd0b408b1e1e434af0ac848a5080f ncsa-httpd-1.5.2a.ebuild 1975 MD5 3c8fa7efedafecfd7c5c7a2bbdf2b988 files/ncsa-httpd-1.5.2a.patch 8410 MD5 9f7c216b1e80dd1aa1521ae2a56df73a files/digest-ncsa-httpd-1.5.2a 77 MD5 a97bbfa88d054b6786e3eb396d1669d8 files/ncsa-httpd-1.5.2a-gdbm_compat.patch 1066 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCeMECEZCkKN40op4RAiWGAKClLz4Gmu3BrOPINoI1RLv/+bRzYgCdERcW -h8WGLSQdlGNwgqQr3Xi7hTE= -=MG7D +iD8DBQFDDFl4EZCkKN40op4RAnVyAJ4nAdnktzeAGMIt+w9DPLrPqnb5cACeMEu1 +ZwvKD6N1wu4t5UB2BT6TTDM= +=MHHF -----END PGP SIGNATURE----- diff --git a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild index 87e4ad01dbe5..aff036157cb3 100644 --- a/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild +++ b/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.3 2005/05/04 12:31:53 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/ncsa-httpd/ncsa-httpd-1.5.2a.ebuild,v 1.4 2005/08/24 11:26:20 ka0ttic Exp $ inherit eutils toolchain-funcs @@ -25,7 +25,7 @@ src_unpack() { } src_compile() { - chown -R root:root * + chown -R root:0 * make CFLAGS="${CFLAGS}" linux || die "make linux failed" cd support/auth $(tc-getCC) -Wall ${CFLAGS} uuencode.c -o uuencode || \ |