[gentoo-commits] gentoo commit in xml/htdocs/proj/en/lead: dev-project-stds.xml

2015-12-17 Thread Alex Legler (a3li)
a3li15/12/17 10:33:27

  Removed:  dev-project-stds.xml
  Log:
  remove invalid xml file



[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2015-03-25 Thread Alex Legler (a3li)
a3li15/03/25 13:06:49

  Modified: mirrors-rsync-data.xml
  Log:
  rsync3.fr merged with rsync2.fr

Revision  ChangesPath
1.72 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.72view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.72content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.71r2=1.72

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- mirrors-rsync-data.xml  14 Jan 2015 14:17:06 -  1.71
+++ mirrors-rsync-data.xml  25 Mar 2015 13:06:49 -  1.72
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.71 2015/01/14 14:17:06 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.72 2015/03/25 13:06:49 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- This file is ONLY for Portage rsync mirrors --
@@ -202,10 +202,6 @@
 nameOvh Hosting Provider - rsync2.fr.gentoo.org/name
uri protocol=rsync ipv4='y' 
ipv6='y'rsync://rsync2.fr.gentoo.org/uri
   /mirror
-  mirror
-nameOvh Hosting Provider - rsync3.fr.gentoo.org/name
-   uri protocol=rsync ipv4='y' 
ipv6='n'rsync://rsync3.fr.gentoo.org/uri
-  /mirror
 /mirrorgroup
 
 mirrorgroup region=Europe (rsync.europe.gentoo.org) country=GR






[gentoo-commits] gentoo commit in xml/htdocs/xsl: ads.xsl

2015-03-23 Thread Alex Legler (a3li)
a3li15/03/23 19:01:02

  Modified: ads.xsl
  Log:
  Sidebar is currently unter maintenance, comment out to avoid long page 
loading times

Revision  ChangesPath
1.18 xml/htdocs/xsl/ads.xsl

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/ads.xsl?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/ads.xsl?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/ads.xsl?r1=1.17r2=1.18

Index: ads.xsl
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/ads.xsl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ads.xsl 9 Jun 2013 00:26:38 -   1.17
+++ ads.xsl 23 Mar 2015 19:01:02 -  1.18
@@ -7,9 +7,9 @@
   !-- Load sidebar.gentoo.org in iframe --
 tr lang=en
 td align=center
-  iframe src=https://sidebar.gentoo.org; scrolling=no width=125 
height=850 frameborder=0 style=border:0px padding:0x marginwidth=0 
marginheight=0
+!--  iframe src=https://sidebar.gentoo.org; scrolling=no 
width=125 height=850 frameborder=0 style=border:0px padding:0x 
marginwidth=0 marginheight=0
pYour browser does not support iframes./p
-  /iframe
+  /iframe--
 /td
 /tr
   !-- end of iframe content --






[gentoo-commits] gentoo commit in xml/htdocs/xsl: guide.xsl

2015-03-14 Thread Alex Legler (a3li)
a3li15/03/14 19:24:57

  Modified: guide.xsl
  Log:
  Disable GLSA parsing (hopefully)

Revision  ChangesPath
1.261xml/htdocs/xsl/guide.xsl

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.260r2=1.261

Index: guide.xsl
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- guide.xsl   9 Jun 2013 18:10:31 -   1.260
+++ guide.xsl   14 Mar 2015 19:24:57 -  1.261
@@ -422,7 +422,8 @@
 /xsl:for-each
 
 !-- GLSAs from my own glsa-index.xml, i.e. not Gentoo's --
-xsl:for-each select=$GLSAs//glsa
+!-- XPATH shouldn't find anything, hence disabling GLSA parsing --
+xsl:for-each select=$GLSAs//glsaDISABLED
  !-- xsl:sort select=date order=descending/ Can't sort on 
English dates, they should be sorted in the source file --
   xsl:if test=position() lt;=$newsitemcount
 !-- convert bloody dates like 'July 29, 2006: 02' to -MM-DD 
--






[gentoo-commits] gentoo commit in xml/htdocs/security/en: index.xml

2015-03-14 Thread Alex Legler (a3li)
a3li15/03/14 15:47:53

  Modified: index.xml
  Log:
  Replace recent advisory list with link to security.g.o

Revision  ChangesPath
1.41 xml/htdocs/security/en/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?r1=1.40r2=1.41

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/index.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- index.xml   21 Aug 2014 11:19:08 -  1.40
+++ index.xml   14 Mar 2015 15:47:53 -  1.41
@@ -96,11 +96,16 @@
 section
 titleRecent Advisories/title
 body
-
+!--
 glsa-latest/
+--
+p
+The list of recent advisories is now available on
+uri link=https://security.gentoo.org/;security.gentoo.org/uri.
+/p
 
 pFor a full list of all published GLSAs, please see our
-uri link=/security/en/glsa/index.xmlGLSA index page/uri.
+uri link=https://security.gentoo.org/glsa/;GLSA index page/uri.
 /p
 
 /body






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2015-02-10 Thread Alex Legler (a3li)
a3li15/02/10 20:09:33

  Modified: mirrors3.xml
  Log:
  Remove Datapipe, bug 539490

Revision  ChangesPath
1.195xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.194r2=1.195

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- mirrors3.xml5 Feb 2015 20:25:30 -   1.194
+++ mirrors3.xml10 Feb 2015 20:09:32 -  1.195
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.194 
2015/02/05 20:25:30 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.195 
2015/02/10 20:09:32 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -71,11 +71,6 @@
   uri protocol=ftp ipv4='y' 
ipv6='y'ftp://gentoo.llarian.net/pub/gentoo/uri
 /mirror
 mirror
-  nameDatapipe Managed Hosting/name
-  uri protocol=httphttp://mirror.datapipe.net/gentoo/uri
-  uri protocol=ftpftp://mirror.datapipe.net/gentoo/uri
-/mirror
-mirror
   nameUtah State University/name
   uri protocol=httphttp://mirror.usu.edu/mirrors/gentoo//uri
 /mirror






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2015-02-05 Thread Alex Legler (a3li)
a3li15/02/05 20:25:30

  Modified: mirrors3.xml
  Log:
  Update OVH, bug 538940

Revision  ChangesPath
1.194xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.194view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.194content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.193r2=1.194

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- mirrors3.xml14 Jan 2015 14:23:19 -  1.193
+++ mirrors3.xml5 Feb 2015 20:25:30 -   1.194
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.193 
2015/01/14 14:23:19 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.194 
2015/02/05 20:25:30 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -202,9 +202,9 @@
 
 mirrorgroup region=Europe country=FR
 mirror
-  nameOvh Hosting Provider/name
-  uri protocol=http ipv4='y' 
ipv6='y'http://mirror.ovh.net/gentoo-distfiles//uri
-  uri protocol=ftp ipv4='y' 
ipv6='y'ftp://mirror.ovh.net/gentoo-distfiles//uri
+  nameOVH/name
+  uri protocol=http ipv4='y' 
ipv6='y'http://gentoo.mirrors.ovh.net/gentoo-distfiles//uri
+  uri protocol=ftp ipv4='y' 
ipv6='y'ftp://gentoo.mirrors.ovh.net/gentoo-distfiles//uri
 /mirror
 mirror
   nameIMJ.fr/name






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2015-01-14 Thread Alex Legler (a3li)
a3li15/01/14 14:23:19

  Modified: mirrors3.xml
  Log:
  Remove channelx.biz; bug 534390

Revision  ChangesPath
1.193xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.193view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.193content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.192r2=1.193

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- mirrors3.xml17 Dec 2014 08:37:02 -  1.192
+++ mirrors3.xml14 Jan 2015 14:23:19 -  1.193
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.192 
2014/12/17 08:37:02 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.193 
2015/01/14 14:23:19 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -510,10 +510,6 @@
   uri protocol=ftpftp://gg3.net/pub/linux/gentoo//uri
 /mirror
 mirror
-  nameChannelX.biz/name
-  uri protocol=httphttp://gentoo.channelx.biz//uri
-/mirror
-mirror
   nameJapan Advanced Institute of Science and Technology/name
   uri protocol=http ipv4='y' 
ipv6='y'http://ftp.jaist.ac.jp/pub/Linux/Gentoo//uri
   uri protocol=rsync ipv4='y' 
ipv6='y'rsync://ftp.jaist.ac.jp/pub/Linux/Gentoo//uri






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2015-01-14 Thread Alex Legler (a3li)
a3li15/01/14 14:17:06

  Modified: mirrors-rsync-data.xml
  Log:
  Remove rsync13.de.g.o; bug 530220

Revision  ChangesPath
1.71 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.70r2=1.71

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- mirrors-rsync-data.xml  16 Dec 2014 21:35:53 -  1.70
+++ mirrors-rsync-data.xml  14 Jan 2015 14:17:06 -  1.71
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.70 2014/12/16 21:35:53 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.71 2015/01/14 14:17:06 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- This file is ONLY for Portage rsync mirrors --
@@ -168,10 +168,6 @@
 uri protocol=rsyncrsync://rsync12.de.gentoo.org/uri
   /mirror
   mirror
-namesonic-lux.net - rsync13.de.gentoo.org/name
-uri protocol=rsync ipv4='y' ipv6='y'rsync://rsync13.de.gentoo.org/uri
-  /mirror
-  mirror
 nameRWTH Aachen University/name
 uri protocol=rsyncrsync://rsync15.de.gentoo.org/uri
   /mirror






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-17 Thread Alex Legler (a3li)
a3li14/12/17 08:37:02

  Modified: mirrors3.xml
  Log:
  Update ftp.rnl.ist.utl.pt, bug 513590

Revision  ChangesPath
1.192xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.192view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.192content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.191r2=1.192

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- mirrors3.xml16 Dec 2014 22:25:43 -  1.191
+++ mirrors3.xml17 Dec 2014 08:37:02 -  1.192
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.191 
2014/12/16 22:25:43 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.192 
2014/12/17 08:37:02 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -348,10 +348,10 @@
 
 mirrorgroup region=Europe country=PT
 mirror
-  nameInstituto Superior Técnico/name
-  uri protocol=http ipv4='y' 
ipv6='y'http://ftp.rnl.ist.utl.pt/pub/gentoo/gentoo-distfiles//uri
-  uri protocol=ftp ipv4='y' 
ipv6='y'ftp://ftp.rnl.ist.utl.pt/pub/gentoo/gentoo-distfiles//uri
-  uri protocol=rsync ipv4='y' 
ipv6='y'rsync://ftp.rnl.ist.utl.pt/pub/gentoo/gentoo-distfiles//uri
+  nameRNL - Técnico Lisboa/name
+  uri protocol=http ipv4='y' 
ipv6='y'http://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles//uri
+  uri protocol=ftp ipv4='y' 
ipv6='y'ftp://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles//uri
+  uri protocol=rsync ipv4='y' 
ipv6='y'rsync://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles//uri
 /mirror
 mirror
   nameUniversity of Coimbra/name






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:27:50

  Modified: mirrors3.xml
  Log:
  Remove gentoo.mneisen.org, bug 532210

Revision  ChangesPath
1.188xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.188view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.188content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.187r2=1.188

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- mirrors3.xml20 Apr 2014 21:33:53 -  1.187
+++ mirrors3.xml16 Dec 2014 21:27:50 -  1.188
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.187 
2014/04/20 21:33:53 idl0r Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.188 
2014/12/16 21:27:50 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -260,10 +260,6 @@
   uri protocol=rsyncrsync://ftp-stud.hs-esslingen.de/gentoo//uri
 /mirror
 mirror
-  namemneisen.org/name
-  uri protocol=httphttp://gentoo.mneisen.org//uri
-/mirror
-mirror
   namede-mirror.org/name
   uri protocol=ftpftp://de-mirror.org/gentoo//uri
   uri protocol=httphttp://de-mirror.org/gentoo//uri






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:33:58

  Modified: mirrors3.xml
  Log:
  remove the-best-hosting.net, bug 527638

Revision  ChangesPath
1.189xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.189view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.189content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.188r2=1.189

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- mirrors3.xml16 Dec 2014 21:27:50 -  1.188
+++ mirrors3.xml16 Dec 2014 21:33:58 -  1.189
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.188 
2014/12/16 21:27:50 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.189 
2014/12/16 21:33:58 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -29,10 +29,6 @@
   uri protocol=httphttp://gentoo.gossamerhost.com/uri
   uri protocol=rsyncrsync://gentoo.gossamerhost.com/gentoo-distfiles//uri
 /mirror
-mirror
-  namemirror.the-best-hosting.net/name
-  uri protocol=http ipv4='y' 
ipv6='y'http://mirror.the-best-hosting.net/uri
-/mirror
 /mirrorgroup
 
 mirrorgroup region=North America country=US






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:35:12

  Modified: mirrors-rsync-data.xml
  Log:
  Remove rsync6.ca, bug 527638

Revision  ChangesPath
1.69 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.68r2=1.69

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mirrors-rsync-data.xml  20 Apr 2014 21:33:53 -  1.68
+++ mirrors-rsync-data.xml  16 Dec 2014 21:35:12 -  1.69
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.68 2014/04/20 21:33:53 idl0r Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.69 2014/12/16 21:35:12 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- This file is ONLY for Portage rsync mirrors --
@@ -32,10 +32,6 @@
 nameArctic Network Mirrors - rsync5.ca.gentoo.org/name
 uri protocol=rsyncrsync://rsync5.ca.gentoo.org/uri
   /mirror
-  mirror
-namemirror.the-best-hosting.net - rsync6.ca.gentoo.org/name
-uri protocol=rsyncrsync://rsync6.ca.gentoo.org/uri
-  /mirror
 /mirrorgroup
 
 mirrorgroup region=North America (rsync.namerica.gentoo.org) country=US






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors-rsync-data.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 21:35:53

  Modified: mirrors-rsync-data.xml
  Log:
  remove rsync3.de, bug 529662

Revision  ChangesPath
1.70 xml/htdocs/main/en/mirrors-rsync-data.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.70view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?rev=1.70content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml?r1=1.69r2=1.70

Index: mirrors-rsync-data.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mirrors-rsync-data.xml  16 Dec 2014 21:35:12 -  1.69
+++ mirrors-rsync-data.xml  16 Dec 2014 21:35:53 -  1.70
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.69 2014/12/16 21:35:12 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml,v 
1.70 2014/12/16 21:35:53 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- This file is ONLY for Portage rsync mirrors --
@@ -127,10 +127,6 @@
 nameGentoo e.V. - rsync1.de.gentoo.org/name
 uri protocol=rsyncrsync://rsync1.de.gentoo.org/uri
   /mirror
-  mirror
-namehosteurope.de - rsync3.de.gentoo.org/name
-uri protocol=rsyncrsync://rsync3.de.gentoo.org/uri
-  /mirror
   !--
   bug 508080
   mirror






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 22:19:46

  Modified: mirrors3.xml
  Log:
  Remove rsync service of gentoo-distfiles, bug 394771

Revision  ChangesPath
1.190xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.190view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.190content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.189r2=1.190

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- mirrors3.xml16 Dec 2014 21:33:58 -  1.189
+++ mirrors3.xml16 Dec 2014 22:19:46 -  1.190
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.189 
2014/12/16 21:33:58 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.190 
2014/12/16 22:19:46 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -497,7 +497,6 @@
 /mirror
 mirror
   nameStar Studio of UESTC/name
-  uri protocol=rsyncrsync://mirrors.stuhome.net/gentoo//uri
   uri protocol=httphttp://mirrors.stuhome.net/gentoo//uri
   uri protocol=ftpftp://mirrors.stuhome.net/gentoo//uri
 /mirror






[gentoo-commits] gentoo commit in xml/htdocs/main/en: mirrors3.xml

2014-12-16 Thread Alex Legler (a3li)
a3li14/12/16 22:25:44

  Modified: mirrors3.xml
  Log:
  remove anl.gov, bug 532384

Revision  ChangesPath
1.191xml/htdocs/main/en/mirrors3.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.191view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?rev=1.191content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/mirrors3.xml?r1=1.190r2=1.191

Index: mirrors3.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- mirrors3.xml16 Dec 2014 22:19:46 -  1.190
+++ mirrors3.xml16 Dec 2014 22:25:43 -  1.191
@@ -1,5 +1,5 @@
 ?xml version='1.0'?
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.190 
2014/12/16 22:19:46 a3li Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/mirrors3.xml,v 1.191 
2014/12/16 22:25:43 a3li Exp $ --
 ?xml-stylesheet href=/xsl/mirrors.xsl type=text/xsl?
 
 !-- robbat2 2009-12-03: the only mirrors.xml is no longer used at all. --
@@ -80,12 +80,6 @@
   uri protocol=httphttp://mirror.usu.edu/mirrors/gentoo//uri
 /mirror
 mirror
-  nameArgonne National Laboratory/name
-  uri protocol=http ipv4='y' 
ipv6='y'http://mirror.mcs.anl.gov/pub/gentoo//uri
-  uri protocol=ftp ipv4='y' 
ipv6='y'ftp://mirror.mcs.anl.gov/pub/gentoo//uri
-  uri protocol=rsync ipv4='y' 
ipv6='y'rsync://mirror.mcs.anl.gov/gentoo//uri
-/mirror
-mirror
   nameEasynews NNTP Hosting/name
   uri protocol=httphttp://gentoo.mirrors.easynews.com/linux/gentoo//uri
 /mirror






[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201409-09.xml

2014-09-24 Thread Alex Legler (a3li)
a3li14/09/24 22:18:13

  Added:glsa-201409-09.xml
  Log:
  GLSA 201409-09

Revision  ChangesPath
1.1  xml/htdocs/security/en/glsa/glsa-201409-09.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201409-09.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201409-09.xml?rev=1.1content-type=text/plain

Index: glsa-201409-09.xml
===
?xml version=1.0 encoding=UTF-8?
?xml-stylesheet href=/xsl/glsa.xsl type=text/xsl?
?xml-stylesheet href=/xsl/guide.xsl type=text/xsl?
!DOCTYPE glsa SYSTEM http://www.gentoo.org/dtd/glsa.dtd;
glsa id=201409-09
  titleBash: Code Injection/title
  synopsisA parsing flaw related to functions and environments in Bash could
allow attackers to inject code.
  /synopsis
  product type=ebuildbash/product
  announcedSeptember 24, 2014/announced
  revisedSeptember 24, 2014: 3/revised
  bug523592/bug
  accesslocal, remote/access
  affected
package name=app-shells/bash auto=yes arch=*
  unaffected range=rge3.1_p18/unaffected
  unaffected range=rge3.2_p52/unaffected
  unaffected range=rge4.0_p39/unaffected
  unaffected range=rge4.1_p12/unaffected
  unaffected range=ge4.2_p48/unaffected
  vulnerable range=lt4.2_p48/vulnerable
/package
  /affected
  background
pBash is the standard GNU Bourne Again SHell. /p
  /background
  description
pStephane Chazelas reported that Bash incorrectly handles function
  definitions, allowing attackers to inject arbitrary code.
/p
  /description
  impact type=high
pA remote attacker could exploit this vulnerability to execute arbitrary
  commands even in restricted environments.
/p
  /impact
  workaround
pThere is no known workaround at this time./p
  /workaround
  resolution
pAll Bash 3.1 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-shells/bash-3.1_p18
/code

pAll Bash 3.2 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-shells/bash-3.2_p52
/code

pAll Bash 4.0 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-shells/bash-4.0_p39
/code

pAll Bash 4.1 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-shells/bash-4.1_p12
/code

pAll Bash 4.2 users should upgrade to the latest version:/p

code
  # emerge --sync
  # emerge --ask --oneshot --verbose gt;=app-shells/bash-4.2_p48
/code

  /resolution
  references
uri 
link=http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-6271;CVE-2014-6271/uri
  /references
  metadata tag=requester timestamp=Wed, 24 Sep 2014 16:00:19 
+a3li/metadata
  metadata tag=submitter timestamp=Wed, 24 Sep 2014 22:06:57 
+a3li/metadata
/glsa






[gentoo-commits] gentoo commit in xml/htdocs/security/en: index.xml

2014-08-21 Thread Alex Legler (a3li)
a3li14/08/21 11:19:08

  Modified: index.xml
  Log:
  Remove link from guide, misc change to test committing

Revision  ChangesPath
1.40 xml/htdocs/security/en/index.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/index.xml?r1=1.39r2=1.40

Index: index.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/index.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- index.xml   4 Oct 2011 17:02:34 -   1.39
+++ index.xml   21 Aug 2014 11:19:08 -  1.40
@@ -1,6 +1,6 @@
 ?xml version='1.0' encoding=UTF-8?
 !DOCTYPE guide SYSTEM /dtd/guide.dtd
-guide link=/security/en/index.xml
+guide
 titleGentoo Linux Security/title
 author title=Author
mail link=so...@gentoo.orgNed Ludd/mail
@@ -181,7 +181,7 @@
   tiuri 
link=http://pgp.mit.edu:11371/pks/lookup?op=getamp;search=0x1C8D2E6BDC33B0EE;0xDC33B0EE/uri/ti
 /tr
 /table
-noteYou can see a full list of Gentoo developers, including their GPG key ID 
on our uri link=/proj/en/devrel/roll-call/userinfo.xmllist of active 
developers/uri/note
+noteYou can see a full list of Gentoo developers, including their GPG key ID 
on our uri link=/proj/en/devrel/roll-call/userinfo.xmllist of active 
developers/uri./note
 
 /body
 /section






[gentoo-commits] gentoo commit in xml/images/gwn: 20041229_bahadir.jpg

2014-08-17 Thread Alex Legler (a3li)
a3li14/08/17 15:41:42

  Removed:  20041229_bahadir.jpg
  Log:
  Removing upon request from depicted person



[gentoo-commits] gentoo commit in xml/htdocs/news: 20140413-heartbleed.xml

2014-04-13 Thread Alex Legler (a3li)
a3li14/04/13 09:21:10

  Added:20140413-heartbleed.xml
  Log:
  Add heartbleed password rotation news item

Revision  ChangesPath
1.1  xml/htdocs/news/20140413-heartbleed.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/news/20140413-heartbleed.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/news/20140413-heartbleed.xml?rev=1.1content-type=text/plain

Index: 20140413-heartbleed.xml
===
?xml version='1.0'?

!DOCTYPE news SYSTEM /dtd/guide.dtd

news gentoo=yes category=gentoo

!-- Enter your name here --
posterAlex Legler/poster

!-- Date to be displayed - usually the GWN release date --
date2014-04-13/date

!-- Title of the news item - don't forget to change the date --
titleAction required: Password reset on all Gentoo services/title
body

!-- Alter to your own likings --
p
Recent versions of OpenSSL were found to be affected by an information 
disclosure
vulnerability related to TLS heartbeats, nicknamed Heartbleed. It 
allows attackers
to read up to 64kb of random server memory, possibly including 
passwords, session
IDs or even private keys.
/p

p
After the public disclosure on April 7, we have confirmed that several 
services
provided by Gentoo Infrastructure were vulnerable as well.
We have immediately updated the affected software, recreated private 
keys, reissued
certificates, and invalidated all running user sessions. Despite these 
measures, we
cannot exclude the possibility of attackers exploiting the issue during 
the time it
was not publicly known to gain access to credentials or session IDs of 
our users.
bThere are currently no indications this has happened./b
/p

p
bHowever, to be safe, we are asking you to reset your passwords used 
for Gentoo
services within the next 7 days./b
You need to take action if you have an account on one of the following 
sites:
/p

ul
liblogs.gentoo.org/li
libugs.gentoo.org/li
liforums.gentoo.org/li
liwiki.gentoo.org/li
/ul

p
After 7 days, we will be removing all passwords to avoid abuse.
For more information and the full announcement, visit
urihttp://infra-status.gentoo.org/notice/20140413-heartbleed/uri.
/p

/body
/news







[gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201404-07.xml

2014-04-10 Thread Alex Legler (a3li)
a3li14/04/10 07:26:09

  Modified: glsa-201404-07.xml
  Log:
  GLSA 201404-07: Exclude 0.9.8y

Revision  ChangesPath
1.2  xml/htdocs/security/en/glsa/glsa-201404-07.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml?r1=1.1r2=1.2

Index: glsa-201404-07.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-201404-07.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-201404-07.xml  8 Apr 2014 10:16:01 -   1.1
+++ glsa-201404-07.xml  10 Apr 2014 07:26:09 -  1.2
@@ -9,13 +9,14 @@
   /synopsis
   product type=ebuildopenssl/product
   announcedApril 08, 2014/announced
-  revisedApril 08, 2014: 1/revised
+  revisedApril 10, 2014: 2/revised
   bug505278/bug
   bug507074/bug
   accessremote/access
   affected
 package name=dev-libs/openssl auto=yes arch=*
   unaffected range=ge1.0.1g/unaffected
+  unaffected range=rge0.9.8y/unaffected
   vulnerable range=lt1.0.1g/vulnerable
 /package
   /affected
@@ -73,5 +74,5 @@
 uri link=http://heartbleed.com/;Heartbleed bug website/uri
   /references
   metadata tag=requester timestamp=Tue, 08 Apr 2014 09:37:45 
+a3li/metadata
-  metadata tag=submitter timestamp=Tue, 08 Apr 2014 10:14:16 
+a3li/metadata
+  metadata tag=submitter timestamp=Thu, 10 Apr 2014 07:22:25 
+a3li/metadata
 /glsa