public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-08-28 15:03 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 7+ messages in thread
From: Benedikt Boehm (hollow) @ 2010-08-28 15:03 UTC (permalink / raw
  To: gentoo-commits

hollow      10/08/28 15:03:47

  Modified:             ChangeLog
  Added:                apache-2.2.16.ebuild
  Log:
  version bump wrt security #330195
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.140                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	11 Jul 2010 08:20:51 -0000	1.139
+++ ChangeLog	28 Aug 2010 15:03:47 -0000	1.140
@@ -1,6 +1,11 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.139 2010/07/11 08:20:51 lxnay Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.140 2010/08/28 15:03:47 hollow Exp $
+
+*apache-2.2.16 (28 Aug 2010)
+
+  28 Aug 2010; Benedikt Böhm <hollow@gentoo.org> +apache-2.2.16.ebuild:
+  version bump wrt security #330195
 
   11 Jul 2010; Fabio Erculiani <lxnay@gentoo.org> apache-2.2.14-r1.ebuild,
   apache-2.2.15.ebuild:



1.1                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.1&content-type=text/plain

Index: apache-2.2.16.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.1 2010/08/28 15:03:47 hollow Exp $

# latest gentoo apache files
GENTOO_PATCHSTAMP="20100828"
GENTOO_DEVELOPER="hollow"

# IUSE/USE_EXPAND magic
IUSE_MPMS_FORK="itk peruser prefork"
IUSE_MPMS_THREAD="event worker"

IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
env expires ext_filter file_cache filter headers ident imagemap include info
log_config log_forensic logio mem_cache mime mime_magic negotiation proxy proxy_ajp
proxy_balancer proxy_connect proxy_ftp proxy_http rewrite setenvif speling
status substitute unique_id userdir usertrack version vhost_alias"

# inter-module dependencies
# TODO: this may still be incomplete
MODULE_DEPENDS="
	dav_fs:dav
	dav_lock:dav
	deflate:filter
	disk_cache:cache
	ext_filter:filter
	file_cache:cache
	log_forensic:log_config
	logio:log_config
	mem_cache:cache
	mime_magic:mime
	proxy_ajp:proxy
	proxy_balancer:proxy
	proxy_connect:proxy
	proxy_ftp:proxy
	proxy_http:proxy
	substitute:filter
"

# module<->define mappings
MODULE_DEFINES="
	auth_digest:AUTH_DIGEST
	authnz_ldap:AUTHNZ_LDAP
	cache:CACHE
	dav:DAV
	dav_fs:DAV
	dav_lock:DAV
	disk_cache:CACHE
	file_cache:CACHE
	info:INFO
	ldap:LDAP
	mem_cache:CACHE
	proxy:PROXY
	proxy_ajp:PROXY
	proxy_balancer:PROXY
	proxy_connect:PROXY
	proxy_ftp:PROXY
	proxy_http:PROXY
	ssl:SSL
	status:STATUS
	suexec:SUEXEC
	userdir:USERDIR
"

# critical modules for the default config
MODULE_CRITICAL="
	authz_host
	dir
	mime
"

inherit apache-2

DESCRIPTION="The Apache Web Server."
HOMEPAGE="http://httpd.apache.org/"

# some helper scripts are Apache-1.1, thus both are here
LICENSE="Apache-2.0 Apache-1.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND="${DEPEND}
	>=dev-libs/openssl-0.9.8m
	apache2_modules_deflate? ( sys-libs/zlib )"

RDEPEND="${RDEPEND}
	>=dev-libs/openssl-0.9.8m
	apache2_modules_mime? ( app-misc/mime-types )"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-08-30 11:37 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-30 11:37 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/30 11:37:40

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  Stable on amd64 wrt bug #330195
  
  (Portage version: 2.2_rc71/cvs/Linux x86_64)

Revision  Changes    Path
1.141                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	28 Aug 2010 15:03:47 -0000	1.140
+++ ChangeLog	30 Aug 2010 11:37:40 -0000	1.141
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.140 2010/08/28 15:03:47 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.141 2010/08/30 11:37:40 hwoarang Exp $
+
+  30 Aug 2010; Markos Chandras <hwoarang@gentoo.org> apache-2.2.16.ebuild:
+  Stable on amd64 wrt bug #330195
 
 *apache-2.2.16 (28 Aug 2010)
 



1.2                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.1&r2=1.2

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- apache-2.2.16.ebuild	28 Aug 2010 15:03:47 -0000	1.1
+++ apache-2.2.16.ebuild	30 Aug 2010 11:37:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.1 2010/08/28 15:03:47 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.2 2010/08/30 11:37:40 hwoarang Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-08-30 19:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-30 19:30 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/30 19:30:17

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  Stable for PPC (bug #330195).
  
  (Portage version: 2.2_rc72/cvs/Linux i686)

Revision  Changes    Path
1.142                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	30 Aug 2010 11:37:40 -0000	1.141
+++ ChangeLog	30 Aug 2010 19:30:17 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.141 2010/08/30 11:37:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.142 2010/08/30 19:30:17 jer Exp $
+
+  30 Aug 2010; Jeroen Roovers <jer@gentoo.org> apache-2.2.16.ebuild:
+  Stable for PPC (bug #330195).
 
   30 Aug 2010; Markos Chandras <hwoarang@gentoo.org> apache-2.2.16.ebuild:
   Stable on amd64 wrt bug #330195



1.3                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.2&r2=1.3

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apache-2.2.16.ebuild	30 Aug 2010 11:37:40 -0000	1.2
+++ apache-2.2.16.ebuild	30 Aug 2010 19:30:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.2 2010/08/30 11:37:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.3 2010/08/30 19:30:17 jer Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-08-31  4:13 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-08-31  4:13 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/08/31 04:13:23

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  x86 stable wrt security bug #330195
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.143                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.142&r2=1.143

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	30 Aug 2010 19:30:17 -0000	1.142
+++ ChangeLog	31 Aug 2010 04:13:23 -0000	1.143
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.142 2010/08/30 19:30:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.143 2010/08/31 04:13:23 phajdan.jr Exp $
+
+  31 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> apache-2.2.16.ebuild:
+  x86 stable wrt security bug #330195
 
   30 Aug 2010; Jeroen Roovers <jer@gentoo.org> apache-2.2.16.ebuild:
   Stable for PPC (bug #330195).



1.4                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.3&r2=1.4

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apache-2.2.16.ebuild	30 Aug 2010 19:30:17 -0000	1.3
+++ apache-2.2.16.ebuild	31 Aug 2010 04:13:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.3 2010/08/30 19:30:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.4 2010/08/31 04:13:23 phajdan.jr Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-09-04 16:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-04 16:17 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/04 16:17:23

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #330195
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.144                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	31 Aug 2010 04:13:23 -0000	1.143
+++ ChangeLog	4 Sep 2010 16:17:23 -0000	1.144
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.143 2010/08/31 04:13:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.144 2010/09/04 16:17:23 armin76 Exp $
+
+  04 Sep 2010; Raúl Porcel <armin76@gentoo.org> apache-2.2.16.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #330195
 
   31 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> apache-2.2.16.ebuild:
   x86 stable wrt security bug #330195



1.5                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.4&r2=1.5

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apache-2.2.16.ebuild	31 Aug 2010 04:13:23 -0000	1.4
+++ apache-2.2.16.ebuild	4 Sep 2010 16:17:23 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.4 2010/08/31 04:13:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.5 2010/09/04 16:17:23 armin76 Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-09-06 20:33 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2010-09-06 20:33 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/06 20:33:43

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  Marking apache-2.2.16 ppc64 for bug 330195
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.145                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	4 Sep 2010 16:17:23 -0000	1.144
+++ ChangeLog	6 Sep 2010 20:33:42 -0000	1.145
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.144 2010/09/04 16:17:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.145 2010/09/06 20:33:42 ranger Exp $
+
+  06 Sep 2010; Brent Baude <ranger@gentoo.org> apache-2.2.16.ebuild:
+  Marking apache-2.2.16 ppc64 for bug 330195
 
   04 Sep 2010; Raúl Porcel <armin76@gentoo.org> apache-2.2.16.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #330195



1.6                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.5&r2=1.6

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apache-2.2.16.ebuild	4 Sep 2010 16:17:23 -0000	1.5
+++ apache-2.2.16.ebuild	6 Sep 2010 20:33:42 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.5 2010/09/04 16:17:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.6 2010/09/06 20:33:42 ranger Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild
@ 2010-09-19 17:41 Guy Martin (gmsoft)
  0 siblings, 0 replies; 7+ messages in thread
From: Guy Martin (gmsoft) @ 2010-09-19 17:41 UTC (permalink / raw
  To: gentoo-commits

gmsoft      10/09/19 17:41:21

  Modified:             ChangeLog apache-2.2.16.ebuild
  Log:
  hppa stable wrt #330195
  (Portage version: 2.1.8.3/cvs/Linux parisc64)

Revision  Changes    Path
1.146                www-servers/apache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	6 Sep 2010 20:33:42 -0000	1.145
+++ ChangeLog	19 Sep 2010 17:41:21 -0000	1.146
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/apache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.145 2010/09/06 20:33:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.146 2010/09/19 17:41:21 gmsoft Exp $
+
+  19 Sep 2010; Guy Martin <gmsoft@gentoo.org> apache-2.2.16.ebuild:
+  hppa stable wrt #330195
 
   06 Sep 2010; Brent Baude <ranger@gentoo.org> apache-2.2.16.ebuild:
   Marking apache-2.2.16 ppc64 for bug 330195



1.7                  www-servers/apache/apache-2.2.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild?r1=1.6&r2=1.7

Index: apache-2.2.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apache-2.2.16.ebuild	6 Sep 2010 20:33:42 -0000	1.6
+++ apache-2.2.16.ebuild	19 Sep 2010 17:41:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.6 2010/09/06 20:33:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.2.16.ebuild,v 1.7 2010/09/19 17:41:21 gmsoft Exp $
 
 # latest gentoo apache files
 GENTOO_PATCHSTAMP="20100828"
@@ -80,7 +80,7 @@
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="${DEPEND}






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-19 17:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 15:03 [gentoo-commits] gentoo-x86 commit in www-servers/apache: ChangeLog apache-2.2.16.ebuild Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-30 11:37 Markos Chandras (hwoarang)
2010-08-30 19:30 Jeroen Roovers (jer)
2010-08-31  4:13 PaweA Hajdan (phajdan.jr)
2010-09-04 16:17 Raul Porcel (armin76)
2010-09-06 20:33 Brent Baude (ranger)
2010-09-19 17:41 Guy Martin (gmsoft)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox