[CentOS-docs] BenHosmer's node.js proposal; was: Wiki Contribution Request

2013-02-27 Thread Ben Hosmer
I just subscribed to the list yesterday, but haven't received any digest
notifications yet. I am replying here because I saw the updates on the web
archive.

My idea is a more gentler overview of building RPMs that just happened to
use nodejs as an example.

I found a lot of the RPM building documentation to be a little hard to
digest and scattered around a bit.

I did use the fedora guide and found it helpful as well. Thanks for the
suggestion Christopher Meng.

I've uploaded my work-in-progress here:
http://wiki.centos.org/BenHosmer?action=AttachFiledo=gettarget=Gentle-Intro-Building-RPMs.md

I'll convert it to wiki and add it to my scratch area when I am finished
with it.

Does that help?
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-es] Consulta Proxy Firewall

2013-02-27 Thread César Martinez
Gracias Francesc voy a probar y te comento como fue, perdón por la 
demora estaba fuera de la ciudad y no he podido contestar los emails, de 
todos modos si alguien más puede darme más guías al respecto les 
agradezco mucho.


César

On 26/02/13 05:36, Francesc Guitart wrote:
 Hola

 Le 25/02/2013 18:06, César Martinez a écrit :
 Hola amigos esperando que se encuentren bien a continuación paso a
 explicar mi problema haber si me pueden echar una mano.

 Tengo un servidor centos 5.9 funcionando como proxy uso squid de forma
 transparente para una red de 10 máquinas ubicadas en un piso, adicional
 uso dhcp para generar ips fijas a cada equipo con su macadress,  existen
 5 máquinas que estan en otra ciudad, para comunicarse entre estas dos
 ubicaciones hay un tunel de datos implementado por el mismo proveedor de
 internet, el segmento de red que se usa en la ubicación principal es
 192.168.0.X y en la sucursal usa 192.168.1.X, tengo ingresadas las rutas
 para que se puedan ver las máquinas se hacen ping y todo funciona bien,
 ahora deseo que a través de este tunel se pueda dar internet desde la
 matriz a la sucursal y por ende restringir a las máquinas de la red
 192.168.1.X.

 Aquí las preguntas

 1.- Debo cambiar algo en al primera linea de mi proxy que es http_port
 192.168.0.1:3128 transparent, de tal forma que la red 192.168.1.X pueda
 funcionar
 No soy un experto en squid pero creo que esta linea establece cual es la
 interface y cual es el puerto de escucha del proxy. Es decir nada que
 ver con las redes permitidas.

 Buscando en internet veo que lo que necesitas se hace con ACL. Algo asi
 como/

 #
 # Add this to the bottom of the ACL section of squid.conf
 #
 acl home_network src 192.168.1.0/255.255.255.0
 #
 # Add this at the top of the http_access section of squid.conf
 #
 http_access allow home_network



 2.- Que reglas adicionales de fowarad o nat debo aplicar en mis reglas
 del firewall que funcione el internet en las máquinas 192.168.1X
 Eso depende de como este configurado el firewall. Si tienes algo como
 esto no hara falta:

 iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT
 --to-port 3128
 iptables -A INPUT -j ACCEPT -m state --state NEW,ESTABLISHED,RELATED -i
 eth1 -p tcp --dport 3128
 iptables -A OUTPUT -j ACCEPT -m state --state NEW,ESTABLISHED,RELATED -o
 eth0 -p tcp --dport 80
 iptables -A INPUT -j ACCEPT -m state --state ESTABLISHED,RELATED -i eth0
 -p tcp --sport 80
 iptables -A OUTPUT -j ACCEPT -m state --state ESTABLISHED,RELATED -o
 eth1 -p tcp --sport 80


 Gracias a todos los que puedan echarme una mano o guia de como resolver
 este problema
 Aqui tienes una web de donde he sacado la informacion que es muy didactica:

 http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch32_:_Controlling_Web_Access_with_Squid#.USyOQMxLv3w


___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS] Did anybody do a dovecot update on centos 5.x?

2013-02-27 Thread andreas



 I am still running dovecot-1.2.17 on CentOS-5, I think the 2.0 and 
 newer
 versions do get into trouble with selinux.

 Recompiled within a local koji setup, based on newer RH rpms, so no 
 atrpms
 version for me. Download from 
 http://jur-linux.org/download/el-updates/5/

 best regards,

 Florian La Roche


I am running various machines (on CentOS 5.5 to 6.3,) with dovecot
from 1.1.1 to 2.2beta1,  the latter by compiling and installing into
default /usr/local. All machines have selinux disabled :)!!
Highly suggest reading http://wiki2.dovecot.org/Upgrading
since there are gotchas for most upgrades that may or may not apply to 
your case.

Andreas Kassenides
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] HP download.linux.hp.com not available for rsync?

2013-02-27 Thread Rafał Radecki
If the rsync inaccessibility will last longer I will switch to lftp,
thanks for the info ;)

Best regards,
Rafal.

2013/2/26 John R Pierce pie...@hogranch.com:
 On 2/26/2013 12:55 AM, Rafał Radecki wrote:
 TCP port 873 (rsync) is closed on download.linux.hp.com for ~24 hours.
 Does anyone know why? A quick look in google has not helped to find
 the answer.

 I stopped using rsync for maintaining my own mirrors a few years ago due
 to similar sorts of issues. instead, I use lftp, with this script...



 /usr/local/bin/lftp -c 'open ftp://mirrors.kernel.org  lcd
 /export/mirror  mirror --continue --verbose=1 -x ia64 -x s390 -x s390x
 -x alpha -x SRPMS centos'


 which maintains a copy of whatever is on the centos directory of
 ftp://mirrors.kernel.org in /export/mirror/centos, but not the itanium,
 s390, alpha, or SRPMS...




 --
 john r pierce  37N 122W
 somewhere on the middle of the left coast

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT - 'IP' Security and Capturing Software

2013-02-27 Thread Anthony K
On 26/02/13 04:33, Tom Brown wrote:
 Hi

 After returning from a trip to discover the delights on being burgled i 
 wonder if anyone has any experience of IP security camera(s) and software 
 that can constantly record the stream?

 I have infrastructure that could store a few TB's of video data which should 
 be plenty for a few weeks worth of recording thats attached to a CentOS 6 box.

 This would be purely for after the event viewing and in no way a preventative 
 measure

 Anyone have any ideas?

 thanks
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
I was contemplating setting up such a system then my neighbour informed 
me it was a bad idea.  So I got curious and asked him why getting 
evidence of a crime is a bad idea.  He reckoned that for a man with his 
temperament (he is quick to anger and is rather well built), he would 
end up in a maximum security joint for sure.  I ended up siding with him 
in that it would be better to invest in a monitored security system and 
ensure there are enough signs around the premises to alert any personnel 
in the BE business to stay out!

Below excerpt taken from [0]:

Data shows that homes with monitored security systems are up to
three times less likely to be broken into than homes without them.
If you have a security system, be sure to:

  * Install the stickers and signs, so you can let the would-be
burglar know your home won't be an easy target.
  * Test your system often to make sure it is working properly.
Security equipment manufacturers recommend testing your system
at least once per month.
  * Keep your key holders list updated, so you can be easily
contacted in the event of a break-in.

All of these things can help you prevent a burglary from happening
to your home. Benjamin Franklin once said, *An ounce of prevention
is worth a pound of cure.*  This rings true when it comes to
keeping your home safe and secure.



That's my $0.02.

[0] - http://preview.tinyurl.com/bhpgpbz

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT - 'IP' Security and Capturing Software

2013-02-27 Thread Markus Falb

On 26.Feb.2013, at 10:54, Tom Brown wrote:

 
 
 motion. It's in the std. repos. We use it constantly. Got it configured to
 send out emails with pointers to the video of moving pictures.
 
 many thanks - will check it out
 
 also found zoneminder which looks interesting

some folks ran zoneminder and motion together
http://www.zoneminder.com/forums/viewtopic.php?f=9t=12179hilit=motion+integration

-- 
Kind Regards, Markus

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 96, Issue 11

2013-02-27 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of CentOS-announce digest...


Today's Topics:

   1. CEBA-2013:0558  CentOS 5 rpm Update (Johnny Hughes)
   2. CEBA-2013:0559  CentOS 5 rgmanager Update (Johnny Hughes)


--

Message: 1
Date: Tue, 26 Feb 2013 16:05:54 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CEBA-2013:0558  CentOS 5 rpm Update
To: centos-annou...@centos.org
Message-ID: 20130226160554.ga16...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2013:0558 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0558.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
e1b9f740f247c2d2d5f12d994dfa20e060dd9cb4ecaf3f49a7178e3d269b1e5e  
popt-1.10.2.3-32.el5_9.i386.rpm
4754bbb37ef0cbbf93713f2c36db85bfd17b6ef4f20d592a2a326247c83b019e  
rpm-4.4.2.3-32.el5_9.i386.rpm
709aae2dcecd69d9f618ff2df6b2287a66ad19f70b49e71d6466b2728677f4f3  
rpm-apidocs-4.4.2.3-32.el5_9.i386.rpm
0bf2abc1f4a4f8a5cd8c1b9640ae0dbc93ab494ca4871f74a1a6f92ad25004f1  
rpm-build-4.4.2.3-32.el5_9.i386.rpm
7ca0a6635cc98a70b68f3d219634f7058d510fa94f0ff10094cf66a5a5133068  
rpm-devel-4.4.2.3-32.el5_9.i386.rpm
639b54e492116f6ae6f5ad5d68b6369e0af9115ca19a4b7552cbd28af6abe0e9  
rpm-libs-4.4.2.3-32.el5_9.i386.rpm
5311dcd963e3e5a886b667c8aaace683cb7d28cb74007e055c1af0920a6d2c7d  
rpm-python-4.4.2.3-32.el5_9.i386.rpm

x86_64:
e1b9f740f247c2d2d5f12d994dfa20e060dd9cb4ecaf3f49a7178e3d269b1e5e  
popt-1.10.2.3-32.el5_9.i386.rpm
2b80a4055de8dac4be3000e6e04c5413c975c30feeae12057a149944e93c571c  
popt-1.10.2.3-32.el5_9.x86_64.rpm
b709444ee4c7009046de6d64616bc2769c7b9aa2b88018e2ac982c5bd8fe869c  
rpm-4.4.2.3-32.el5_9.x86_64.rpm
66e2627515c37e20400d202d5bff754737871ec0689d9c3cacfac88dbd25  
rpm-apidocs-4.4.2.3-32.el5_9.x86_64.rpm
df76ed1cb1d24996aecf644861f1f0ba7a309fc5ccdaaebf7f28cfb05fe52d53  
rpm-build-4.4.2.3-32.el5_9.x86_64.rpm
7ca0a6635cc98a70b68f3d219634f7058d510fa94f0ff10094cf66a5a5133068  
rpm-devel-4.4.2.3-32.el5_9.i386.rpm
990430a8952296ac879c0230071e0d3fbceab301265308ba10dd3af5d604a06e  
rpm-devel-4.4.2.3-32.el5_9.x86_64.rpm
639b54e492116f6ae6f5ad5d68b6369e0af9115ca19a4b7552cbd28af6abe0e9  
rpm-libs-4.4.2.3-32.el5_9.i386.rpm
78d97ed81dd2bfb324611dc8b57ced8e74fbac94ba54e8b76a5db904939e3be3  
rpm-libs-4.4.2.3-32.el5_9.x86_64.rpm
9a4ff6fd6ee5af2fe19a4a2ef59c8bf7e5e8af5576060c1f6134cf130e7d380e  
rpm-python-4.4.2.3-32.el5_9.x86_64.rpm

Source:
042c0e851da369e1557facc1b87ecfeb6bd2b4a22dc9d767b7eedd44366428e5  
rpm-4.4.2.3-32.el5_9.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 2
Date: Tue, 26 Feb 2013 16:28:33 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CEBA-2013:0559  CentOS 5 rgmanager Update
To: centos-annou...@centos.org
Message-ID: 20130226162833.ga16...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2013:0559 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0559.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
10d6ad046b53a8e55920ddb5ea4c34f09e9405250143d716021da5004b22a856  
rgmanager-2.0.52-37.el5.centos.1.i386.rpm

x86_64:
cf91e9ffdc1ab8ae24a7dfba2216ccce1be18f478f472a413999aade839cec47  
rgmanager-2.0.52-37.el5.centos.1.x86_64.rpm

Source:
09f520aaea478ed93c8845aceb98b3b8f3432c5a96e5fc80cbb27faecb6f7e80  
rgmanager-2.0.52-37.el5.centos.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

___
CentOS-announce mailing list
centos-annou...@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


End of CentOS-announce Digest, Vol 96, Issue 11
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT - 'IP' Security and Capturing Software

2013-02-27 Thread zGreenfelder
On Wed, Feb 27, 2013 at 5:35 AM, Anthony K akcen...@anroet.com wrote:
 On 26/02/13 04:33, Tom Brown wrote:
 Hi
[trimming]

 Anyone have any ideas?

 thanks

you'd also do well to check your local laws.I've heard various
crazy (and quite possibly FUD/urban legend) tales of things going
terribly awry.for instance, IIRC, the law in NC, USA says that you
can have your monitoring equipment up and monitor your house/entry
way, but only if you have surveillance notices posted.   someone had a
camera, got footage of someone threatening them, submitted it to the
police, ended up getting prosecuted for not having the warnings, etc
etc.

again, nothing I've experienced.. but you don't want to find out after the fact.
-- 
Even the Magic 8 ball has an opinion on email clients: Outlook not so good.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] running yum update on remote servers

2013-02-27 Thread Les Mikesell
On Tue, Feb 26, 2013 at 11:31 PM, David Hrbáč david-li...@hrbac.cz wrote:

 Hi,
 We update all the boxes over ssh. Works fine. Those who are afraid of
 disconnections may always run it within tmux/screen session. As to
 managing the whole infra, the best tool for that is Spacewalk, but it
 might be too big for you. So, you can have nagios to check yum status on
 all the boxes. There is also a tool called apt-dater, see
 http://www.ibh.de/apt-dater/ Regardless the APT in the name it handles
 yum well.

I don't remember if I've tried this or not, but it should work to simply:
nohup yum -y update 
and disconnect (or not).  Nohup will redirect stdout and stderr to
a file named nohup.out that you can check later if you haven't already
redirected elsewhere and disconnects the command from the terminal
session so it won't be killed if you log out or disconnect.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] running yum update on remote servers

2013-02-27 Thread m . roth
Les Mikesell wrote:
 On Tue, Feb 26, 2013 at 11:31 PM, David Hrbáč david-li...@hrbac.cz
 wrote:

 Hi,
 We update all the boxes over ssh. Works fine. Those who are afraid of
 disconnections may always run it within tmux/screen session. As to
 managing the whole infra, the best tool for that is Spacewalk, but it
 might be too big for you. So, you can have nagios to check yum status on
 all the boxes. There is also a tool called apt-dater, see
 http://www.ibh.de/apt-dater/ Regardless the APT in the name it handles
 yum well.

 I don't remember if I've tried this or not, but it should work to simply:
 nohup yum -y update 
 and disconnect (or not).  Nohup will redirect stdout and stderr to
 a file named nohup.out that you can check later if you haven't already
 redirected elsewhere and disconnects the command from the terminal
 session so it won't be killed if you log out or disconnect.

I can guarantee that I've started a yum update late in the day, and for
some reason the network was *very* slow, and there were a lot of updates,
and I just bg'd it and logged out, and it was finished later that evening.

mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Samba authentication against 389 DS

2013-02-27 Thread Todor Petkov
Hello,

I am using Centos 6 with 389 DS. Everything is working, I can 
authenticate my users against it etc.

Now I am trying to make Samba authenticate against the LDAP by 
following http://directory.fedoraproject.org/wiki/Howto:Samba

However, it seems that Samba does not read the 'password' value, but 
'sambaNTPassword'. I wrote in 389-DS mailing list and they said, that 
there is no way to make Samba read the 'password'. So I must end with 
two password (Samba and normal one). I can not sync them, since crypt 
algorithms are different and I can not just copy/paste the password to 
sambaNTPassword.

Did someone else had this issue? I need some file sharing software (can 
be even a web application), which can authenticate against LDAP, so all 
the people have one password for authentication.

Regards,


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Craig White

On Feb 27, 2013, at 8:22 AM, Todor Petkov wrote:

 Hello,
 
 I am using Centos 6 with 389 DS. Everything is working, I can 
 authenticate my users against it etc.
 
 Now I am trying to make Samba authenticate against the LDAP by 
 following http://directory.fedoraproject.org/wiki/Howto:Samba
 
 However, it seems that Samba does not read the 'password' value, but 
 'sambaNTPassword'. I wrote in 389-DS mailing list and they said, that 
 there is no way to make Samba read the 'password'. So I must end with 
 two password (Samba and normal one). I can not sync them, since crypt 
 algorithms are different and I can not just copy/paste the password to 
 sambaNTPassword.
 
 Did someone else had this issue? I need some file sharing software (can 
 be even a web application), which can authenticate against LDAP, so all 
 the people have one password for authentication.


a lot of different ways to handle this - it all depends upon which 
language/tools you use.

I have used Webmin LDAP Users  Groups module which can set the sambaNTPassword 
and userPassword to the same value after encryption.

I have also written a framework application in ruby on rails for my current 
employer which does this and much much more.

There is also a smbldap-tools perl toolkit which can integrate with samba and 
can do the same thing.

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Craig White

On Feb 27, 2013, at 8:22 AM, Todor Petkov wrote:

 Hello,
 
 I am using Centos 6 with 389 DS. Everything is working, I can 
 authenticate my users against it etc.
 
 Now I am trying to make Samba authenticate against the LDAP by 
 following http://directory.fedoraproject.org/wiki/Howto:Samba
 
 However, it seems that Samba does not read the 'password' value, but 
 'sambaNTPassword'. I wrote in 389-DS mailing list and they said, that 
 there is no way to make Samba read the 'password'. So I must end with 
 two password (Samba and normal one). I can not sync them, since crypt 
 algorithms are different and I can not just copy/paste the password to 
 sambaNTPassword.
 
 Did someone else had this issue? I need some file sharing software (can 
 be even a web application), which can authenticate against LDAP, so all 
 the people have one password for authentication.


and by the way… if you actually want security for LDAP passwords 
(userPassword), use SSHA instead of crypt.

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Todor Petkov
On 27/02/2013 05:27 PM, Craig White wrote:

 
 a lot of different ways to handle this - it all depends upon which
 language/tools you use.

 I have used Webmin LDAP Users  Groups module which can set the
 sambaNTPassword and userPassword to the same value after encryption.

 I have also written a framework application in ruby on rails for my
 current employer which does this and much much more.

 There is also a smbldap-tools perl toolkit which can integrate with
 samba and can do the same thing.

 Craig


Thanks, I will check smbldap-tools.

I have already users in LDAP. I know, it will be easy if there is a new 
user, then I will just use the same password in the values, but I need 
to sync the current encrypted password to SambaNTPassword, which uses a 
different algorithm. Or just reset and send a new password to the 
person, but if he wants to change it via ssh (passwd), it will change 
only the password, not the samba one.


As for crypt method: I meant encryption algorithm. I am using SSHA 
passwords, not crypt.


Regards,


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Hal Davison
Yes !!! Webmin is a real help on this and many many mire issues...


On 2/27/2013 10:27 AM, Craig White wrote:
 On Feb 27, 2013, at 8:22 AM, Todor Petkov wrote:

 Hello,

 I am using Centos 6 with 389 DS. Everything is working, I can
 authenticate my users against it etc.

 Now I am trying to make Samba authenticate against the LDAP by
 following http://directory.fedoraproject.org/wiki/Howto:Samba

 However, it seems that Samba does not read the 'password' value, but
 'sambaNTPassword'. I wrote in 389-DS mailing list and they said, that
 there is no way to make Samba read the 'password'. So I must end with
 two password (Samba and normal one). I can not sync them, since crypt
 algorithms are different and I can not just copy/paste the password to
 sambaNTPassword.

 Did someone else had this issue? I need some file sharing software (can
 be even a web application), which can authenticate against LDAP, so all
 the people have one password for authentication.
 
 a lot of different ways to handle this - it all depends upon which 
 language/tools you use.

 I have used Webmin LDAP Users  Groups module which can set the 
 sambaNTPassword and userPassword to the same value after encryption.

 I have also written a framework application in ruby on rails for my current 
 employer which does this and much much more.

 There is also a smbldap-tools perl toolkit which can integrate with samba and 
 can do the same thing.

 Craig

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Craig White

On Feb 27, 2013, at 8:50 AM, Todor Petkov wrote:

 On 27/02/2013 05:27 PM, Craig White wrote:
 
 
 a lot of different ways to handle this - it all depends upon which
 language/tools you use.
 
 I have used Webmin LDAP Users  Groups module which can set the
 sambaNTPassword and userPassword to the same value after encryption.
 
 I have also written a framework application in ruby on rails for my
 current employer which does this and much much more.
 
 There is also a smbldap-tools perl toolkit which can integrate with
 samba and can do the same thing.
 
 Craig
 
 
 Thanks, I will check smbldap-tools.
 
 I have already users in LDAP. I know, it will be easy if there is a new 
 user, then I will just use the same password in the values, but I need 
 to sync the current encrypted password to SambaNTPassword, which uses a 
 different algorithm. Or just reset and send a new password to the 
 person, but if he wants to change it via ssh (passwd), it will change 
 only the password, not the samba one.


all of the known methods require an unencrypted value to then hash for LDAP 
sambaNTPassword and there is no way to take an encrypted value from 
userPassword and convert it to sambaNTPassword

Craig

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] an rsync question

2013-02-27 Thread m . roth
Is there any way to have rsync compare against a file with a *different*
name?

What I'd like to do is compare a vm - whatsit.img against a backup -
whatsit.current, that's a symlink to whatsit.timestamp, and if different,
*then* make the copy (which my script will then move to
whatsit.newtimestamp, and change the symlink to point to the new one, then
remove the old (or maybe save an older copy or two).

So:
backupdir
  \ whatsit.20130101 (backup of whatsit.img)
whatsit.current - whatsit.20130101
whatsit.20121201

After script w/ rsync
backupdir
  \ whatsit.20130201 (backup of whatsit.img)
whatsit.current - whatsit.20130201
whatsit.20130101

 mark


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] an rsync question

2013-02-27 Thread Frank Cox
On Wed, 27 Feb 2013 11:34:06 -0500
m.r...@5-cent.us wrote:

 Is there any way to have rsync compare against a file with a *different*
 name?

I think that rsync might overwrite or get confused by your symlinks, regardless
of the actual filenames.

You might be better off using something like md5sum or sha1sum or the like to
compare checksums between your files and then make a new copy or not based on
that result.

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] an rsync question

2013-02-27 Thread Les Mikesell
On Wed, Feb 27, 2013 at 10:34 AM,  m.r...@5-cent.us wrote:
 Is there any way to have rsync compare against a file with a *different*
 name?

 What I'd like to do is compare a vm - whatsit.img against a backup -
 whatsit.current, that's a symlink to whatsit.timestamp, and if different,
 *then* make the copy (which my script will then move to
 whatsit.newtimestamp, and change the symlink to point to the new one, then
 remove the old (or maybe save an older copy or two).

 So:
 backupdir
   \ whatsit.20130101 (backup of whatsit.img)
 whatsit.current - whatsit.20130101
 whatsit.20121201

 After script w/ rsync
 backupdir
   \ whatsit.20130201 (backup of whatsit.img)
 whatsit.current - whatsit.20130201
 whatsit.20130101

I don't think you can do it with symlinks (maybe with -L??), but a
hard link with the same name should work.  Normally rsync builds a new
copy and renames it to the old name only after completion so any other
link names should keep the old data (unlike programs that would
overwrite the existing data).   Or just let rsync do all the work
itself with the --backup-dir option.  With that, if the target differs
it will update it and move a copy of the outdated version into the
specified directory.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] running yum update on remote servers

2013-02-27 Thread SilverTip257
On Wed, Feb 27, 2013 at 12:31 AM, David Hrbáč david-li...@hrbac.cz wrote:

 Dne 25.2.2013 14:48, Robert Moskowitz napsal(a):
  I have read a couple old threads here on updates for servers, and I am
  looking for some mechanics to getting the actual updates done.  I don't
  want automatic updates; I want to control when and what gets updated.
 
  First I have to determine that a particular server needs updates.  I
  suppose a daily script that would run yum check-updates' and emails me
  the results could work, but then I would only want the email IF there
  was something to update, at my limited use of this option does not show
  anything to trigger a notify on changes.  Does anyone know of a script
  that would do this?
 
  Then there is the actual update.  I learned long ago NOT to run yum over
  an SSH connection, as WHEN that connection breaks in the middle of an
  update, you can have quite a problem to clean up.  All I have done
  todate is to start vncserver and connect via vnc to then run yum.  I can
  even drop the vnc connection and come back later to check results.  I
  have considered running yum disconnected (? when you end a command with
  ) and log the results to a file that you check later.  What are
  practical approaches to this?  I only have a few servers here to manage.
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos

 Hi,
 We update all the boxes over ssh. Works fine. Those who are afraid of
 disconnections may always run it within tmux/screen session. As to


+1 for screen
For those that want/need to be safe, screen is the best way.


 managing the whole infra, the best tool for that is Spacewalk, but it
 might be too big for you. So, you can have nagios to check yum status on
 all the boxes. There is also a tool called apt-dater, see
 http://www.ibh.de/apt-dater/ Regardless the APT in the name it handles
 yum well.
 DH
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] an rsync question

2013-02-27 Thread Stuart Barkley
On Wed, 27 Feb 2013 at 11:34 -, m.r...@5-cent.us wrote:

 Is there any way to have rsync compare against a file with a *different*
 name?

 What I'd like to do is compare a vm - whatsit.img against a backup -
 whatsit.current, that's a symlink to whatsit.timestamp, and if different,
 *then* make the copy (which my script will then move to
 whatsit.newtimestamp, and change the symlink to point to the new one, then
 remove the old (or maybe save an older copy or two).

 So:
 backupdir
   \ whatsit.20130101 (backup of whatsit.img)
 whatsit.current - whatsit.20130101
 whatsit.20121201

 After script w/ rsync
 backupdir
   \ whatsit.20130201 (backup of whatsit.img)
 whatsit.current - whatsit.20130201
 whatsit.20130101

I'm not quite sure what you are trying to do.  A couple of things that
I do include:

1) By referencing 'whatsit.current/.' you can be sure to follow a
symbolic link on the destination of the rsync.  I do this all the time
when wanting a different destination directory name.

2) You can use the --link-dest rsync option to create a new tree based
upon an older tree.  I don't have an example handy but it looks
something like:

rsync -aH --link-dest=whatsit-current/. whatsit: whatsit-new

3) Preserve historic backups as hard links (using 'cp').  This leaves
'backup/whatsit' as the current version (slightly inconsistent during
the backup operation).

* rsync -aH --delete whatsit: backup/whatsit
* monday-saturday: cp -rpl backup historic/daily-MMDD
* sunday: cp -rpl backup historic/weekly-MMDD
* clean up older daily-MMDD files after 1 month

Some combination of these may help with what you are attempting.

4) I assume you are comparing the contents of the VM disk (as seen by
the virtual OS) not the data blocks in the container file itself.
rsync is probably not very useful for just the single container disk
image file (it might have slight use for vmware disk images composed
of many smaller storage segments).

Stuart
-- 
I've never been lost; I was once bewildered for three days, but never lost!
--  Daniel Boone
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] an rsync question

2013-02-27 Thread m . roth
Stuart Barkley wrote:
 On Wed, 27 Feb 2013 at 11:34 -, m.r...@5-cent.us wrote:

 Is there any way to have rsync compare against a file with a *different*
 name?

 What I'd like to do is compare a vm - whatsit.img against a backup -
 whatsit.current, that's a symlink to whatsit.timestamp, and if
 different, *then* make the copy (which my script will then move to
 whatsit.newtimestamp, and change the symlink to point to the new one,
 then remove the old (or maybe save an older copy or two).
snip
 I'm not quite sure what you are trying to do.  A couple of things that
 I do include:
snip
 3) Preserve historic backups as hard links (using 'cp').  This leaves
 'backup/whatsit' as the current version (slightly inconsistent during
 the backup operation).
snip
THANK YOU!

Duh... Lost: small, squishy wrinkled grey thing. If found, return
here, sentimental value only.

I think
rsync -HPavx whatsit.img backup_dir/
ln backup_dir/whatsit.img backup_dir/whatsit.timestamp
solves my problem.

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SNAT Logging

2013-02-27 Thread Antonio da Silva Martins Junior
Hi All,

   I'm running our network with an 10/8 IPv4 subnets, with an SNAT catch all
rule on the iptables firewall to the world.

   Is there a pratical way to log each connection? Maybe an automatic hotspot
wich will assign an external IP to each internal one, and log it.

   What are you using folks?

   Thanks,


   Antonio.
  
-- 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Antonio S. Martins Jr. - Support Analyst | Only The Shadow Knows |
| Universidade Estadual de Maringá - Brasil|   what evil lurks in the   |
| NPD - Núcleo de Processamento de Dados   |   Heart of Men!   |
| E-Mail: asmart...@uem.br / sha...@uem.br | !!! Linux User: 52392 !!!  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 Real Programmers don’t need comments — the code is obvious.

-- 
Esta mensagem foi verificada pelo sistema de antivirus e
 acredita-se estar livre de perigo.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Fred
On Sun, Feb 24, 2013 at 2:22 PM, Liam O'Toole liam.p.oto...@gmail.com wrote:

 On 2013-02-24, Fred fred.fre...@gmail.com wrote:
  sigh.
 
  Frank, what is it that appears in the notification area? the speaker icon?
  I have that.
 
  Liam, that's not the tool I'm asking about.
 
  On c5 (and a prior installation of C6 on different hardware) I could get a
  mixer to appear by double-clicking the speaker icon. this had sliders for
  all the various input and output devices, like MASTER, PCM, CD, etc. now I
  can't get it and don't know what to do to get it. As far as I recall I
  never did anything special on the other systems, it just worked.
 
  Further clues appreciated.
 
  Fred

 For a system running pulseaudio, the closest equivalent I can think of
 is pavucontrol. But CentOS doesn't ship it. I just use alsamixer.

ah, having done some digging, it appears that what I'm accustomed to
seeing on C5 is mixer_applet2, which is apparently a gnome utility.

it doesn't seem to be available in C6 (presumably Gnome dropped it in
the Gnome version used on EL6).

it's a useful tool, lets me adjust the volumes of various inputs and
outputs SEPARATELY from the single volume slider that is a panel
applet, so I can get sane volume levels from all devices.

on my C6 system without it, some devices are enormously loud and some
are not, for any given slider setting, and it's a pain in the rear.

I've got alsamixer (and alsamixergui) and they only show two sliders,
one which is the same as the panel applet with single slider (you move
of of them and the other moves with it) and one slider for input.

I can't find a pulseaudio mixer or volume control anywhere, either.

On my netbook (running Fedora 17 with MATE desktop) I've got
mate-volume-control, which looks pretty much exactly like the tool I'm
accustomed to, but I don't suppose I could expect it to run (and work
properly) on EL6.

What do all the rest of you do to solve this problem?

Thanks!

 Fred

 
  On Sun, Feb 24, 2013 at 1:13 PM, Liam O'Toole 
  liam.p.oto...@gmail.comwrote:
 
  On 2013-02-24, Fred fred.fre...@gmail.com wrote:
   Just bringing up a Centos-6 (x86_64, FWIW) and I can't find the mixer
  app...
  
   on my C5 box(es), double click on the speaker icon in the top panel and I
   get a mixer app appears on the screen.
  
   My new C6 box doesn't do that. I've installed all the PULSEAUDIO RPMS I
  can
   find, but still nothing.
  
   what am I missing here?
  
   thanks!
  
   Fred
 
  The speaker icon is provided by the gnome-media package. To get the
  mixer, right-click on the icon and select 'Sound Preferences'. Or just
  run the gnome-volume-control command directly.
 
  --
 
  Liam
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Frank Cox
On Wed, 27 Feb 2013 14:12:13 -0500
Fred wrote:

 What do all the rest of you do to solve this problem?

alsamixer

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] can not login to server (use ssh)

2013-02-27 Thread mcclnx mcc
we have CENTOS 5.6 on DELL server.  I tried to use ssh login to server and 
failed:

ssh oracle@ora10
oracle@ora10's password: 
Read from remote host ora10: Connection reset by peer
Connection to ora10 closed.

I have not problem login as root or other users.

Is it possible too many processes run by oracle and don't allow me login.

I check server current have 2000 oracle processes running.

$ ps -ef|grep oracle|wc -l
2000

anyone know how to fix this issue?

Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RE: can not login to server (use ssh)

2013-02-27 Thread mcclnx mcc
I provide more info.  If I login as user1 and su to oracle.  Error message is:

$ su - oracle
Password: 
su: cannot set user id: Resource temporarily unavailable

--- 13/2/27 (三),mcclnx mcc mcc...@yahoo.com.tw 寫道:

 寄件者: mcclnx mcc mcc...@yahoo.com.tw
 主旨: [CentOS] can not login to server (use ssh)
 收件者: centos@centos.org
 日期: 2013年2月27日,三,下午2:36
 we have CENTOS 5.6 on DELL
 server.  I tried to use ssh login to server and
 failed:
 
 ssh oracle@ora10
 oracle@ora10's password: 
 Read from remote host ora10: Connection reset by peer
 Connection to ora10 closed.
 
 I have not problem login as root or other users.
 
 Is it possible too many processes run by oracle and don't
 allow me login.
 
 I check server current have 2000 oracle processes running.
 
 $ ps -ef|grep oracle|wc -l
 2000
 
 anyone know how to fix this issue?
 
 Thanks.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can not login to server (use ssh)

2013-02-27 Thread Les Mikesell
On Wed, Feb 27, 2013 at 1:36 PM, mcclnx mcc mcc...@yahoo.com.tw wrote:
 we have CENTOS 5.6 on DELL server.  I tried to use ssh login to server and 
 failed:

 ssh oracle@ora10
 oracle@ora10's password:
 Read from remote host ora10: Connection reset by peer
 Connection to ora10 closed.

 I have not problem login as root or other users.

 Is it possible too many processes run by oracle and don't allow me login.

 I check server current have 2000 oracle processes running.

 $ ps -ef|grep oracle|wc -l
 2000

 anyone know how to fix this issue?

Does that user have a working shell?   Do you want it to?

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: RE: can not login to server (use ssh)

2013-02-27 Thread m . roth
mcclnx mcc wrote:
 I provide more info.  If I login as user1 and su to oracle.  Error
 message is:

 $ su - oracle
 Password:
 su: cannot set user id: Resource temporarily unavailable

Does oracle allow a user login? Sounds like its shell is nologin.

  mark
 --- 13/2/27 (三),mcclnx mcc mcc...@yahoo.com.tw 寫道:

 寄件者: mcclnx mcc mcc...@yahoo.com.tw
 主旨: [CentOS] can not login to server (use ssh)
 收件者: centos@centos.org
 日期: 2013年2月27日,三,下午2:36
 we have CENTOS 5.6 on DELL
 server.  I tried to use ssh login to server and
 failed:

 ssh oracle@ora10
 oracle@ora10's password:
 Read from remote host ora10: Connection reset by peer
 Connection to ora10 closed.

 I have not problem login as root or other users.

 Is it possible too many processes run by oracle and don't
 allow me login.

 I check server current have 2000 oracle processes running.

 $ ps -ef|grep oracle|wc -l
 2000

 anyone know how to fix this issue?

 Thanks.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] can not login to server (use ssh)

2013-02-27 Thread mcclnx mcc
very possible this problem cause by /etc/security/limits.conf.

the entry are:

oracle  softnproc  2047
oracle  hardnproc  16384

ps -ef|grep oracle|wc -l is 2000.  Very close to 2047.

Can I increase number to 3000 or more?

If I increase number on limits.conf, do I need reboot to make it affect?

Thanks.

--- 13/2/27 (三),Les Mikesell lesmikes...@gmail.com 寫道:

 寄件者: Les Mikesell lesmikes...@gmail.com
 主旨: Re: [CentOS] can not login to server (use ssh)
 收件者: CentOS mailing list centos@centos.org
 日期: 2013年2月27日,三,下午2:39
 On Wed, Feb 27, 2013 at 1:36 PM,
 mcclnx mcc mcc...@yahoo.com.tw
 wrote:
  we have CENTOS 5.6 on DELL server.  I tried to use
 ssh login to server and failed:
 
  ssh oracle@ora10
  oracle@ora10's password:
  Read from remote host ora10: Connection reset by peer
  Connection to ora10 closed.
 
  I have not problem login as root or other users.
 
  Is it possible too many processes run by oracle and
 don't allow me login.
 
  I check server current have 2000 oracle processes
 running.
 
  $ ps -ef|grep oracle|wc -l
  2000
 
  anyone know how to fix this issue?
 
 Does that user have a working shell?   Do you
 want it to?
 
 -- 
    Les Mikesell
     lesmikes...@gmail.com
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Fred Smith
On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
 On Wed, 27 Feb 2013 14:12:13 -0500
 Fred wrote:
 
  What do all the rest of you do to solve this problem?
 
 alsamixer

Frank:

what does your alsamixer look like? mine has a single slider for output,
does your have more than that?

the way it is working for me, it's not a bit better than just depending on 
the volume slider the pops up when I click the speaker icon on the top
panel.

something more fully-featured sure would be nice.

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen.
- Jude 1:24,25 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread m . roth
Fred Smith wrote:
 On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
 On Wed, 27 Feb 2013 14:12:13 -0500
 Fred wrote:

  What do all the rest of you do to solve this problem?

 alsamixer

 what does your alsamixer look like? mine has a single slider for output,
 does your have more than that?

 the way it is working for me, it's not a bit better than just depending on
 the volume slider the pops up when I click the speaker icon on the top
 panel.

 something more fully-featured sure would be nice.

What happens when you hit f5? I get two controls

mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6.4 i386 and x86_64 Packages Available in the Continuous Release (CR) Repository

2013-02-27 Thread Johnny Hughes
The CentOS-6.4 Packages for the i386 and x86_64 Architectures are now
available via the Continuous Release (CR) Repository.

The CR Announcements for CentOS-6.4 can be viewed here:

http://lists.centos.org/pipermail/centos-cr-announce/2013-February/thread.html

More information about the CR Repository and how to install it is
available here:

http://wiki.centos.org/AdditionalResources/Repositories/CR

As explained in the above link, we are still doing advanced QA testing
on CentOS-6.4 and there may be some minor changes before the final
release. This opt-in CR Repo process allows earlier access to our best
effort packages now while we complete the final CentOS-6.4 QA processes,
spin the ISOs and create an installable tree.

Thanks,
Johnny Hughes




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Todor Petkov
On 27/02/2013 06:18 PM, Craig White wrote:

 
 all of the known methods require an unencrypted value to then hash
 for LDAP sambaNTPassword and there is no way to take an encrypted
 value from userPassword and convert it to sambaNTPassword

 Craig


Yeah, I know. I read many threads in 389-DS mailing list. I just wanted 
to be sure that there is no way to tell Samba 'use password instead of 
sambantpassword' before looking for other software for file sharing (not 
that I will expect to find any, everything nowdays is using some DB for 
users)

Thanks for the help to all who responded, I appreciate it.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Is 6.4 out?

2013-02-27 Thread m . roth
My manager was just asking me if it's out - he's just gotten a large
number of updates on one of our systems, just now.

Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
asking for a clarification, given that I don't see anything on the CentOS
site.

   mark
mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Marcin Lage
In my system, alsamixer show me this:


Card: PulseAudio F1:
Help
│ Chip: PulseAudio   F2:  System
information
│ View: F3:[Playback] F4: Capture  F5: All F6:  Select sound card
│ Item: Master   Esc:
Exit
│
│
│
┌──┐ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
│▒▒│ │
│
├──┤ │
│
│OO│ │
│
└──┘ │
│
100100   │
│   Master
  │
└───

and then with F6, I can see all sound cards drivers :
Sound Card ──┐
  │-  (default)
│
  │0  HDA ATI SB
│
  │1  HDA ATI HDMI
│
  │   enter device
name...│
  └───
this point, I select the first option, which bring all mixer options for
this driver.
2013/2/27 Fred Smith fre...@fcshome.stoneham.ma.us

 On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
  On Wed, 27 Feb 2013 14:12:13 -0500
  Fred wrote:
 
   What do all the rest of you do to solve this problem?
 
  alsamixer

 Frank:

 what does your alsamixer look like? mine has a single slider for output,
 does your have more than that?

 the way it is working for me, it's not a bit better than just depending on
 the volume slider the pops up when I click the speaker icon on the top
 panel.

 something more fully-featured sure would be nice.

 Fred

 --
  Fred Smith -- fre...@fcshome.stoneham.ma.us-
   For him who is able to keep you from falling and to present you before
 his
  glorious presence without fault and with great joy--to the only God our
 Savior
  be glory, majesty, power and authority, through Jesus Christ our Lord,
 before
  all ages, now and forevermore! Amen.
 - Jude 1:24,25 (niv)
 -
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is 6.4 out?

2013-02-27 Thread Eero Volotinen
2013/2/27  m.r...@5-cent.us:
 My manager was just asking me if it's out - he's just gotten a large
 number of updates on one of our systems, just now.

 Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
 asking for a clarification, given that I don't see anything on the CentOS
 site.

via cr repo: ?

http://lists.centos.org/pipermail/centos-cr-announce/2013-February/thread.html

--
Eero
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is 6.4 out?

2013-02-27 Thread Digimer
On 02/27/2013 03:47 PM, m.r...@5-cent.us wrote:
 My manager was just asking me if it's out - he's just gotten a large
 number of updates on one of our systems, just now.

 Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
 asking for a clarification, given that I don't see anything on the CentOS
 site.

 mark
  mark

I just checked on one of my servers and no updates are available.

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is 6.4 out?

2013-02-27 Thread Mike Burger
Talk about timing. LOL

Just 50 minutes ago, Johnny Hughes sent out an email about 6.4 packages in
the Continual Release repo, noting that testing still has to be done
before making a full-on CentOS 6.4 release.

-- 
Mike Burger
http://www.bubbanfriends.org

It's always suicide-mission this, save-the-planet that. No one ever just
stops by to say 'hi' anymore. --Colonel Jack O'Neill, SG1


 My manager was just asking me if it's out - he's just gotten a large
 number of updates on one of our systems, just now.

 Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
 asking for a clarification, given that I don't see anything on the CentOS
 site.

mark
 mark

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is 6.4 out?

2013-02-27 Thread m . roth
Mike Burger wrote:
 I wrote:
 My manager was just asking me if it's out - he's just gotten a large
 number of updates on one of our systems, just now.

 Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm
 just asking for a clarification, given that I don't see anything on the
 CentOS site.

 Talk about timing. LOL

 Just 50 minutes ago, Johnny Hughes sent out an email about 6.4 packages in
 the Continual Release repo, noting that testing still has to be done
 before making a full-on CentOS 6.4 release.

Ah! It's possible he has that repo enabled on the system he was on.

Thanks!

 It's always suicide-mission this, save-the-planet that. No one ever just
 stops by to say 'hi' anymore. --Colonel Jack O'Neill, SG1

Yeah, well, they won't even let us know the Gate exists, much less let us
swing by for a stroll and socializing

   mark damn, have to build my *own* starship


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Is 6.4 out?

2013-02-27 Thread Johnny Hughes
On 02/27/2013 03:19 PM, Eero Volotinen wrote:
 2013/2/27  m.r...@5-cent.us:
 My manager was just asking me if it's out - he's just gotten a large
 number of updates on one of our systems, just now.

 Please note this is NOT INTENDED TO START ANOTHER IDIOT FLAMEWAR; I'm just
 asking for a clarification, given that I don't see anything on the CentOS
 site.
 via cr repo: ?

 http://lists.centos.org/pipermail/centos-cr-announce/2013-February/thread.html

Those are the packages and these here is the announcement:

http://lists.centos.org/pipermail/centos/2013-February/132618.html




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Fred Smith
On Wed, Feb 27, 2013 at 03:21:44PM -0500, m.r...@5-cent.us wrote:
 Fred Smith wrote:
  On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
  On Wed, 27 Feb 2013 14:12:13 -0500
  Fred wrote:
 
   What do all the rest of you do to solve this problem?
 
  alsamixer
 
  what does your alsamixer look like? mine has a single slider for output,
  does your have more than that?
 
  the way it is working for me, it's not a bit better than just depending on
  the volume slider the pops up when I click the speaker icon on the top
  panel.
 
  something more fully-featured sure would be nice.
 
 What happens when you hit f5? I get two controls
 
 mark

nothing much,... all the desktop icons blink and nothing else
that I can see.

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord is like a strong tower. 
 Those who do what is right can run to him for safety.
--- Proverbs 18:10 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread m . roth
Fred Smith wrote:
 On Wed, Feb 27, 2013 at 03:21:44PM -0500, m.r...@5-cent.us wrote:
 Fred Smith wrote:
  On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
  On Wed, 27 Feb 2013 14:12:13 -0500
  Fred wrote:
 
   What do all the rest of you do to solve this problem?
 
  alsamixer
 
  what does your alsamixer look like? mine has a single slider for
  output, does your have more than that?
snip
 What happens when you hit f5? I get two controls

 nothing much,... all the desktop icons blink and nothing else
 that I can see.

Huh? Did you run alsamixer, and, while in it, hit f5? f6, and choose
your sound card, gets me a bunch of controls.

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Fred Smith
On Wed, Feb 27, 2013 at 05:31:34PM -0500, Fred Smith wrote:
 On Wed, Feb 27, 2013 at 03:21:44PM -0500, m.r...@5-cent.us wrote:
  Fred Smith wrote:
   On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
   On Wed, 27 Feb 2013 14:12:13 -0500
   Fred wrote:
  
What do all the rest of you do to solve this problem?
  
   alsamixer
  
   what does your alsamixer look like? mine has a single slider for output,
   does your have more than that?
  
   the way it is working for me, it's not a bit better than just depending on
   the volume slider the pops up when I click the speaker icon on the top
   panel.
  
   something more fully-featured sure would be nice.
  
  What happens when you hit f5? I get two controls
  
  mark
 
 nothing much,... all the desktop icons blink and nothing else
 that I can see.

OH DUH!

you meant hit F5 while in alsamixer! DUH!

it just shows me master and capture. same things I get in 
alsamixergui.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen.
- Jude 1:24,25 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GUI volume control/mixer in C6??

2013-02-27 Thread Fred Smith
On Wed, Feb 27, 2013 at 05:35:00PM -0500, Fred Smith wrote:
 On Wed, Feb 27, 2013 at 05:31:34PM -0500, Fred Smith wrote:
  On Wed, Feb 27, 2013 at 03:21:44PM -0500, m.r...@5-cent.us wrote:
   Fred Smith wrote:
On Wed, Feb 27, 2013 at 01:14:12PM -0600, Frank Cox wrote:
On Wed, 27 Feb 2013 14:12:13 -0500
Fred wrote:
   
 What do all the rest of you do to solve this problem?
   
alsamixer
   
what does your alsamixer look like? mine has a single slider for output,
does your have more than that?
   
the way it is working for me, it's not a bit better than just depending 
on
the volume slider the pops up when I click the speaker icon on the top
panel.
   
something more fully-featured sure would be nice.
   
   What happens when you hit f5? I get two controls
   
   mark
  
  nothing much,... all the desktop icons blink and nothing else
  that I can see.
 
 OH DUH!
 
 you meant hit F5 while in alsamixer! DUH!
 
 it just shows me master and capture. same things I get in 
 alsamixergui.

Ah. Eureka!

Hit F6 and it offers two choices, default and HDA ATI SB. Chose
the second one and suddenly 12 channels pop up!

but it's still weird...

I can adjust the volume (only 2 channel stereo) by tweaking master,
pcm or front.

but the instant I touch the volume conrol in vlc (probably others too,
but vlc is what's running at the moment), or the volume slider applet
on the panel, pcm and front jump to 100%causing a huge jump in
volume. I don't recall that the applet I've been using for years on C5
worked that way. this is a pain.

Thanks for the advice and hand-holding, guys!

Fred
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SNAT Logging

2013-02-27 Thread Robert
On Wed, 27 Feb 2013 15:45:01 -0300 (BRT)
Antonio da Silva Martins Junior asmart...@uem.br wrote:

 Hi All,
 
I'm running our network with an 10/8 IPv4 subnets, with an SNAT catch all
 rule on the iptables firewall to the world.
 
Is there a pratical way to log each connection? Maybe an automatic 
 hotspot
 wich will assign an external IP to each internal one, and log it.
 
What are you using folks?

Look at the logging options of IPTABLES and just LOG what you want.

http://www.zoominternet.net/~lazydog/iptables-tutorial.html#LOGTARGET


--  
Regards
Robert

Linux
The adventure of a lifetime.

Linux User #296285
Get Counted
http://linuxcounter.net/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help setting up Apache and ftp on Centos

2013-02-27 Thread Bruce Whealton
Sorry for not responding sooner.  Yes, I do see that happening in the near
future.
So, it's for a local development environment but it is also for external
access.  Since I have a dynamic IP, I was 
thinking I needed free dns solutions for persons that use a dynamic ip.  So,
I might want to use http://mysubdomain.no-ip.com
Thanks,
Bruce

___
Bruce Whealton - Web Design/Development/Programming
Future Wave Web Development:
http://futurewaveonline.com
Developing for the Desktop as well as for
Mobile Devices - Smartphones/Tablets
Call 919-636-5809
___

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of m.r...@5-cent.us
Sent: Tuesday, February 26, 2013 4:37 PM
To: CentOS mailing list
Subject: Re: [CentOS] Help setting up Apache and ftp on Centos

Bruce Whealton wrote:
 So, I decided to install CentOS on a separate system in my local home
 (business) network.  I know the internal IP and the external IP for 
 the router.  I will be working with a dynamic IP for a while, from our 
 ISP, provided by our cable company.  It's almost always the same but 
 it's not static.
snip
First question: do you intend to have anyone come into this from outside?

  mark


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Newbie - yum update and repos problems

2013-02-27 Thread Bruce Whealton
Hello all,
   So here is my problem.  I did some searches online about this and was
a bit confused with regard to something.
There error I get when I run yum begins with 
 file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read
file:///media/CentOS/repodata/repomd.xml
I'll include the full error log below.  When I did some searching online, it
said to check the yum.conf file.  When I do that, inside 
/etc
When I open that file, and scroll down, it says that I need to add the repos
to that file or to add them to add them to files named file.repo in
/etc/yum.repos.d
Those repos do exist and as example, here is what I see in the file
virtualbox.repo which is /etc/yum.repos.d/
The contents of that file are:
[virtualbox]
name=Oracle Linux / RHEL / CentOS-$releasever / $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basear
ch
enabled=1
gpgcheck=1
gpgkey=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc

So, from the error log below, can I put this:
 base: mirror.cogentco.com
 c6-media:
 centosplus: mirror.dattobackup.com
 contrib: mirrors.lga7.us.voxel.net
 extras: centos.aol.com
 rpmforge: mirror.us.leaseweb.net
 updates: mirror.symnds.com

into the /etc/yum.conf just as it appears in my copy and paste just above?
And then it might work?  Still curious why it didn't work with the
files.repo respository files.
Ok, the full error listing is next, thanks in advance for any help:

Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.cogentco.com
 * c6-media:
 * centosplus: mirror.dattobackup.com
 * contrib: mirrors.lga7.us.voxel.net
 * extras: centos.aol.com
 * rpmforge: mirror.us.leaseweb.net
 * updates: mirror.symnds.com
adobe-linux-x86_64   |  951 B 00:00
base | 3.7 kB 00:00
file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read
file:///media/CentOS/repodata/repomd.xml
Trying other mirror.
file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read
file:///media/cdrecorder/repodata/repomd.xml
Trying other mirror.
file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read
file:///media/cdrom/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
c6-media. Please verify its path and try again

Bruce

___
Bruce Whealton - Web Design/Development/Programming
Future Wave Web Development:
http://futurewaveonline.com
Developing for the Desktop as well as for
Mobile Devices - Smartphones/Tablets
Call 919-636-5809
___

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Newbie - yum update and repos problems

2013-02-27 Thread John R Pierce
On 2/27/2013 5:21 PM, Bruce Whealton wrote:
 file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read
 file:///media/CentOS/repodata/repomd.xml
 Trying other mirror.
 file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read
 file:///media/cdrecorder/repodata/repomd.xml
 Trying other mirror.
 file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read
 file:///media/cdrom/repodata/repomd.xml
 Trying other mirror.
 Error: Cannot retrieve repository metadata (repomd.xml) for repository:
 c6-media. Please verify its path and try again


did you specify to enable the c6-media repository on your yum command 
line?c6-media is a reference to the centos6 DVD, and its looking to 
see if its mounted in /media/CentOS or /media/cdrom or /media/cdrecorder

I've /never/ messed with c6-media, as I don't use disks hardly ever, and 
I'd rather get the latest rpms from the update respositories.

-- 
john r pierce  37N 122W
somewhere on the middle of the left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Samba authentication against 389 DS

2013-02-27 Thread Craig White
On Wed, 2013-02-27 at 22:46 +0200, Todor Petkov wrote:
 On 27/02/2013 06:18 PM, Craig White wrote:
 
  
  all of the known methods require an unencrypted value to then hash
  for LDAP sambaNTPassword and there is no way to take an encrypted
  value from userPassword and convert it to sambaNTPassword
 
  Craig
 
 
 Yeah, I know. I read many threads in 389-DS mailing list. I just wanted 
 to be sure that there is no way to tell Samba 'use password instead of 
 sambantpassword' before looking for other software for file sharing (not 
 that I will expect to find any, everything nowdays is using some DB for 
 users)

It used to be possible by editing the registry on Windows boxes and
disabling user password encryption (thus each user would send their
passwords over the wire in clear text) but I don't know if such a thing
is even possible with newer versions of Windows (Vista/Win7/Win8) and it
was never a practical option.

Craig



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] hp1213nf mfp printer driver in centos6.2

2013-02-27 Thread Asok Mallick
Dear Sir, 
    Please know me how to function hp 1213nf mfp printer (printer + 
scanner + fax + copy) in centOS 6.2. The computer shows the printer but cannot 
oprate. the message displayed Missing printer driver  etc. 
    This will be very helpful to me if anyone can inform me the 
technique to operate this printer in centOS 6.2. 
  Thanking you, 
   Yours faithfully, 
    Asok mallick. 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS-CR-announce] CESA-2013:0503 Moderate CentOS 6 389-ds-base Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0503 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0503.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
8e99b3ba6bafeecd1ed8b47e1c3f9e5280ccbabbc3c8c30a5b0e929684d70746  
389-ds-base-1.2.11.15-11.el6.i686.rpm
581fc61502823e56756706f0c9130924f48f0120c18a6bb10e9c7c3f7c80b65a  
389-ds-base-devel-1.2.11.15-11.el6.i686.rpm
c244eba5431706bb677deebd6c4e66bb4a8f839bcf7c97510fd9853e83db1f8a  
389-ds-base-libs-1.2.11.15-11.el6.i686.rpm

x86_64:
6c4a1b82a661c6799fbe246f70da500ea6aba11cdd320ccd11f7e01fcc9297e8  
389-ds-base-1.2.11.15-11.el6.x86_64.rpm
581fc61502823e56756706f0c9130924f48f0120c18a6bb10e9c7c3f7c80b65a  
389-ds-base-devel-1.2.11.15-11.el6.i686.rpm
89969e32c5f124f5ddf88e673debad0674ee3a7360e2e935411a9fea141d4ec6  
389-ds-base-devel-1.2.11.15-11.el6.x86_64.rpm
c244eba5431706bb677deebd6c4e66bb4a8f839bcf7c97510fd9853e83db1f8a  
389-ds-base-libs-1.2.11.15-11.el6.i686.rpm
7e6e7bd6a8b5d971b407c39281d371a2c09bd7a9ebdd45c90b0a8336696b8752  
389-ds-base-libs-1.2.11.15-11.el6.x86_64.rpm

Source:
0a3f9031073d3fe3363eaa706106a42e3ca66afc8b8e8d14cf8997e500cc0b7b  
389-ds-base-1.2.11.15-11.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0318 CentOS 6 alsa-utils Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0318 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0318.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
832ca84b8cfa5e7e43469e00efba6a30723a5419dca68885f2a39cc0bc3f8b6c  
alsa-utils-1.0.22-5.el6.i686.rpm

x86_64:
ec6fff17333b3e528feb961cc129d9827a724a8aa77cc1ecb58f0105cf3fc258  
alsa-utils-1.0.22-5.el6.x86_64.rpm

Source:
b829038a733f85648ebb926ec281b515b2b92bacac1e9f72ae4f8e83016f1750  
alsa-utils-1.0.22-5.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0462 CentOS 6 autofs Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0462 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0462.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9d966a2708ab758da4e0ea60c0ad1339f6b83035a9d4c497934a713d4e6b4310  
autofs-5.0.5-73.el6.i686.rpm

x86_64:
c243b10eaa8ddcedadc64ed26f88b8828adf25e4f2df8b5292328570f649dc38  
autofs-5.0.5-73.el6.x86_64.rpm

Source:
7fe5c6c28bfd549e00885f057cebb8872b3c1482ab5efb95015b24a219a6b436  
autofs-5.0.5-73.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0359 CentOS 6 bind-dyndb-ldap Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0359 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0359.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
722ff614a800f8a310bf0f39ffc53055fa01aba968a4b95b94c31ead5f5f6b26  
bind-dyndb-ldap-2.3-2.el6.i686.rpm

x86_64:
951dfb9babc4aaf75facc3be7f455f6cc1ca27b37cdbd220db0c5a037690b894  
bind-dyndb-ldap-2.3-2.el6.x86_64.rpm

Source:
b25e9348b702777b31ee1fd65f45502ac09104bd5b45aa98e89a4e014a1939bf  
bind-dyndb-ldap-2.3-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0498 CentOS 6 binutils Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0498 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0498.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
b520e5ac9244021fd9838cf27419d4f445de4a7e2f4729d7afc3d4e2434b61c7  
binutils-2.20.51.0.2-5.36.el6.i686.rpm
1fb4551fe1db8fd8722f07eda1fd912606f52e0914b88868f58c27d001b65654  
binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm

x86_64:
a8dfefada3011c0f1631a1cafab3ddb766fd0151d9815ab13f372188cb1c0523  
binutils-2.20.51.0.2-5.36.el6.x86_64.rpm
1fb4551fe1db8fd8722f07eda1fd912606f52e0914b88868f58c27d001b65654  
binutils-devel-2.20.51.0.2-5.36.el6.i686.rpm
591e2bb60e3e2c68115c6ae44ab8a178c9a305297f9249e34ccb081f39a78cd8  
binutils-devel-2.20.51.0.2-5.36.el6.x86_64.rpm

Source:
183d0beac743096dd444a193be87a4334264050931696a99d33cd63b3071d73c  
binutils-2.20.51.0.2-5.36.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0381 CentOS 6 gdm Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0381 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0381.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
a47c6e306edc84b2b19cb05011a80ed48b9bdea258120ba2d0c39e9968b9b374  
gdm-2.30.4-39.el6.i686.rpm
da95650c6936dd04586a3ab09c1e9f62cd10c4c4d6f26f52b8a3ba2f588ac39a  
gdm-libs-2.30.4-39.el6.i686.rpm
9927b4520a4b6198e933813bc4964e6d163209e521bb9e57a0b8fb45604a  
gdm-plugin-fingerprint-2.30.4-39.el6.i686.rpm
5e92e6e58cfc2f7f430e80deb4709c71cfcd19d7b83d4dac8057d24080df05c6  
gdm-plugin-smartcard-2.30.4-39.el6.i686.rpm
34d19cd91c431c57bb0d9ce1b6fc56c1a5353fdb6340ba2d878822a3d9a28b5e  
gdm-user-switch-applet-2.30.4-39.el6.i686.rpm

x86_64:
a31113a4166d5f55135b4b2aa02f6f9938819b7ccb6658723b0ecdccc6e6f379  
gdm-2.30.4-39.el6.x86_64.rpm
da95650c6936dd04586a3ab09c1e9f62cd10c4c4d6f26f52b8a3ba2f588ac39a  
gdm-libs-2.30.4-39.el6.i686.rpm
1d387bfcadbdbb14525f15e0d9c6d1e03f112225ddd9eb7db6da3b76ccb56ee7  
gdm-libs-2.30.4-39.el6.x86_64.rpm
959b0856ebc562d1637016cd11779a246fa6f3f2983ed856c0d4108fbff6bae2  
gdm-plugin-fingerprint-2.30.4-39.el6.x86_64.rpm
76195419a06875f720c4a9fe41fe4d153f7d642f77afdcebb4d2d23859c1c596  
gdm-plugin-smartcard-2.30.4-39.el6.x86_64.rpm
870c567759d0313d6fdc546f436ad2bc6b0799c045dfa6a5e45e9169f8406d6e  
gdm-user-switch-applet-2.30.4-39.el6.x86_64.rpm

Source:
1a7df313de834a2f6136f2b2ebe448b904092ab08398e694c5c666d0be0e4db2  
gdm-2.30.4-39.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0280 CentOS 6 gnome-packagekit Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0280 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0280.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
c2bdd408ff8e60c8f64e297446410b3e7ee8dfa7a22bd056a7728015df5cc014  
gnome-packagekit-2.28.3-7.el6.i686.rpm
0cf5f4a184bf46dea572e63c26be3ab18d4742b8a26bd6c35e1dd2dc0cc97d33  
gnome-packagekit-extra-2.28.3-7.el6.i686.rpm

x86_64:
18b9aa1677013532706089abb2a5d9c9ed8eb1f2e0505cc4807358be27681d1a  
gnome-packagekit-2.28.3-7.el6.x86_64.rpm
02c46ff97405ea43b9a643c80512f1dfc0c4899bde7063744d4debf8990f1e98  
gnome-packagekit-extra-2.28.3-7.el6.x86_64.rpm

Source:
c4ed8d20394578096425681945c45a418c84dc9263a8314755386214e24d4faf  
gnome-packagekit-2.28.3-7.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0390 CentOS 6 gnome-screensaver Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0390 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0390.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
3fba7ab91cd5a261d4a2dc8cd5fdf5e8cf4a090d7756c39c04e7fbf4afdff708  
gnome-screensaver-2.28.3-24.el6.i686.rpm

x86_64:
1d322156dc1fc1f56e188c613e5340e8931ba2553e2b132eec683b3924c422df  
gnome-screensaver-2.28.3-24.el6.x86_64.rpm

Source:
019a2a4aabf727cdaeac81d9d301e5693e9b0eaf55f3cd02c5c1e2c8b46dab5b  
gnome-screensaver-2.28.3-24.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0331 CentOS 6 hwloc Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0331 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0331.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9d7f4eeba30433c7dd52efe86f30514cb7e6f7d4fef5330eae773d96cf0e173a  
hwloc-1.5-1.el6.i686.rpm
95bb2b14275042aa8eaf81e9d5796991f8d246042e8c18fff1f6e77e1c60a38d  
hwloc-devel-1.5-1.el6.i686.rpm

x86_64:
9d7f4eeba30433c7dd52efe86f30514cb7e6f7d4fef5330eae773d96cf0e173a  
hwloc-1.5-1.el6.i686.rpm
97fcbc11a9ba1172253545f6f6ef9bd019ffd88c37bdf6a8443330f2d9047228  
hwloc-1.5-1.el6.x86_64.rpm
95bb2b14275042aa8eaf81e9d5796991f8d246042e8c18fff1f6e77e1c60a38d  
hwloc-devel-1.5-1.el6.i686.rpm
b57c114a028fa57a787a7d28d0e131a8d750439c6667f1e70eae11affae92dbe  
hwloc-devel-1.5-1.el6.x86_64.rpm

Source:
c393b7fdb1b8a4f7d2dee55bc4312dea95522e1fc15f2401b4e59ffed6a22790  
hwloc-1.5-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2013:0484 CentOS 6 hypervkvpd Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2013:0484 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2013-0484.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
cac0ec9a504ff909ee99b62f7759c67d1f8606405866ccd6355cd7d8a44f6547  
hypervkvpd-0-0.9.el6.i686.rpm

x86_64:
873b392041b2f029077df42545b076c78300f7ec533fe3c74036c392cc0a  
hypervkvpd-0-0.9.el6.x86_64.rpm

Source:
718e2359d4cc29ab2ad29b3ed29d9fb3a91881008b2b17101e8e53e14cc8fb77  
hypervkvpd-0-0.9.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CESA-2013:0509 Low CentOS 6 ibutils Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0509 Low

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0509.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
fa98c0004fddc0eb5accd47bbc64b020470f83d707b0a498abb58e59c562111d  
ibutils-1.5.7-7.el6.i686.rpm
7f40710803c8503315eba5b63102cc9e8fe69c7c6fe5ac0f1df1011a5976f911  
ibutils-devel-1.5.7-7.el6.i686.rpm
b14171ed1f5e7ac07bbd6c54f2f4f046d33a7481680b58c7ca747c0b66c3ff11  
ibutils-libs-1.5.7-7.el6.i686.rpm

x86_64:
9ac99a78329211a563d2fbeb1e0fd45999b7aa6894c7f26d1c259c7c3ef524c1  
ibutils-1.5.7-7.el6.x86_64.rpm
7f40710803c8503315eba5b63102cc9e8fe69c7c6fe5ac0f1df1011a5976f911  
ibutils-devel-1.5.7-7.el6.i686.rpm
2180872a28efee78063bcba7d3cefc6c28b408beaef8f549d07adb555007cb7f  
ibutils-devel-1.5.7-7.el6.x86_64.rpm
b14171ed1f5e7ac07bbd6c54f2f4f046d33a7481680b58c7ca747c0b66c3ff11  
ibutils-libs-1.5.7-7.el6.i686.rpm
f6f2c953f094c6fe2cc4ca662a25647366938155ed451f471c4b66c59eb8b291  
ibutils-libs-1.5.7-7.el6.x86_64.rpm

Source:
cb84a9e7e5510ed098ab000cb43e319dd42920cd0c58bb8f99fa869da6156a31  
ibutils-1.5.7-7.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0332 CentOS 6 iptables Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0332 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0332.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
095ccac09ceffc4466b28c55f4ac99417ffde656d723fdd652015d0eb85508cb  
iptables-1.4.7-9.el6.i686.rpm
b429ce8dca4ff132ef401fea56c2dbf4d82d38a10e1698b60daa7d6d8916fed8  
iptables-devel-1.4.7-9.el6.i686.rpm
da07a3ccbe6f71a5a78e7bba54a7d1295d31926cecf12b1db1b0a66c5cba0d37  
iptables-ipv6-1.4.7-9.el6.i686.rpm

x86_64:
095ccac09ceffc4466b28c55f4ac99417ffde656d723fdd652015d0eb85508cb  
iptables-1.4.7-9.el6.i686.rpm
ceb42c9315174d9674b687ad7857bced8f878b0b5a3d53375bbd5b5178d1c126  
iptables-1.4.7-9.el6.x86_64.rpm
b429ce8dca4ff132ef401fea56c2dbf4d82d38a10e1698b60daa7d6d8916fed8  
iptables-devel-1.4.7-9.el6.i686.rpm
0da2cf79e5a4cac58da6a821bea35f7e74723626e2522a90649a4973e348df65  
iptables-devel-1.4.7-9.el6.x86_64.rpm
c3b79c239b9e3b41951a7d840bf065d149d8624bae2c880221a83736d1dab2ee  
iptables-ipv6-1.4.7-9.el6.x86_64.rpm

Source:
c5505a2dd8f7af51f322c3547ade0d42fd5a1d27fdd0d1a2e30f263e96f104f2  
iptables-1.4.7-9.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0438 CentOS 6 iscsi-initiator-utils Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0438 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0438.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
8127ade8d17da59c23de745f65003917fcada41924f969c43969804ae4896e5c  
iscsi-initiator-utils-6.2.0.873-2.el6.i686.rpm
a29115ac4510f4e3e98187fc5ccbd7eee8aa694f7b00ede109382984b3d8c95e  
iscsi-initiator-utils-devel-6.2.0.873-2.el6.i686.rpm

x86_64:
3322a480ffbc5ab7494b4335381ecf07f642fbfec12e4a274e68ccaa88a59f6f  
iscsi-initiator-utils-6.2.0.873-2.el6.x86_64.rpm
963c7c65a16267e3cfb0898c750eee75e949891001172e9f47674fbdff794a2d  
iscsi-initiator-utils-devel-6.2.0.873-2.el6.x86_64.rpm

Source:
c509f2acfaa5bb3832115d7c1751bda44a600b811145fa77e608f5c0f89c19ab  
iscsi-initiator-utils-6.2.0.873-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEEA-2013:0355 CentOS 6 keepalived Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2013:0355 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2013-0355.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
4a98b1ef6af6c14bec53cd32c2cdb46eed6167a473dcaebc0038dcf474f12fe4  
keepalived-1.2.7-3.el6.i686.rpm

x86_64:
ef661482835570af8535c8dc40049ca71abfc315f683d1914a94e7d71a034f6d  
keepalived-1.2.7-3.el6.x86_64.rpm

Source:
26cbd9965e73ff932e7755e29df96ad1ae9c4fa6d20543aa52b0038cd3288129  
keepalived-1.2.7-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0430 CentOS 6 ksh Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0430 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0430.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
a45b9daaec7024b459f40d22e3eea552e62ed5bf4437542752520f03cf6cc9bc  
ksh-20100621-19.el6.i686.rpm

x86_64:
dfe0b328be513f66bd2fae7cd207c8d2e14ff7cedd409761d0412612dd65367a  
ksh-20100621-19.el6.x86_64.rpm

Source:
2c84b0b2f2dde16e6212499c5e643ac26bcca77679cb786f0fac06bce1af654b  
ksh-20100621-19.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0452 CentOS 6 libcgroup Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0452 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0452.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
c0be571db1d0b22f69e6f494ee86282839dc5370f8b51dafc499e3646a6d460b  
libcgroup-0.37-7.el6.i686.rpm
d3d5a5d45b6e059f87c610eaf0d6bffa04b1482b30817d6ee739367cec23b494  
libcgroup-devel-0.37-7.el6.i686.rpm
dbd3d0fac5c24aeead85ff8d188ef576cf372dcd64161a8a24b9eaa90c0d4987  
libcgroup-pam-0.37-7.el6.i686.rpm

x86_64:
c0be571db1d0b22f69e6f494ee86282839dc5370f8b51dafc499e3646a6d460b  
libcgroup-0.37-7.el6.i686.rpm
74d79505a62726c2a36a1e328765f7269ece214d6cf5995e63900048fa04a647  
libcgroup-0.37-7.el6.x86_64.rpm
d3d5a5d45b6e059f87c610eaf0d6bffa04b1482b30817d6ee739367cec23b494  
libcgroup-devel-0.37-7.el6.i686.rpm
5dd31bb07bb68f39abb2984ddf89603949bc1eeaf395d7b4cd9d82c7b31ca01c  
libcgroup-devel-0.37-7.el6.x86_64.rpm
dbd3d0fac5c24aeead85ff8d188ef576cf372dcd64161a8a24b9eaa90c0d4987  
libcgroup-pam-0.37-7.el6.i686.rpm
c28da18eaa8cc64a437a7a2eddb890367e238627edb302fcb9566ae81789eaf0  
libcgroup-pam-0.37-7.el6.x86_64.rpm

Source:
66e7478d069f4b127bcb551f94dc71f9ab5d9c3342f835a4f91ad1b0f05df2f8  
libcgroup-0.37-7.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0326 CentOS 6 libdbi Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0326 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0326.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
691a8c6760dfdb9e80cf7801497ed8d7e2d59df711b90659be4e221b06cef778  
libdbi-0.8.3-4.el6.i686.rpm
0914b0aadbf8660ab998e3aadfa7e404a00534dd46b21e098018c156e5964f5b  
libdbi-devel-0.8.3-4.el6.i686.rpm

x86_64:
691a8c6760dfdb9e80cf7801497ed8d7e2d59df711b90659be4e221b06cef778  
libdbi-0.8.3-4.el6.i686.rpm
7c05dec341977cee9ec1ccfabf9dff8102cc8a94939d84eaec4d84aa21ae4446  
libdbi-0.8.3-4.el6.x86_64.rpm
0914b0aadbf8660ab998e3aadfa7e404a00534dd46b21e098018c156e5964f5b  
libdbi-devel-0.8.3-4.el6.i686.rpm
3d4ba1ca6f95bbc24cd2ec0e95a7fde4bab457d5c90d2c5e3d08ef8b62cf81b1  
libdbi-devel-0.8.3-4.el6.x86_64.rpm

Source:
13593559c126dee9587014b146e68d7f23375be01c86b30bcd29d625c84feacf  
libdbi-0.8.3-4.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libdmx Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
c7f69b97615244f2c5aee9e92b70fdb297d28330468ae286d1f5fd43b3a510d8  
libdmx-1.1.2-2.el6.i686.rpm
f92117649d055536952bdfeb6fa298715960e375a7ca15861fb87fd2fa100b2c  
libdmx-devel-1.1.2-2.el6.i686.rpm

x86_64:
c7f69b97615244f2c5aee9e92b70fdb297d28330468ae286d1f5fd43b3a510d8  
libdmx-1.1.2-2.el6.i686.rpm
22fbcf45014058695c2066a7490976248da8a1b85168c086b109185e0e126171  
libdmx-1.1.2-2.el6.x86_64.rpm
f92117649d055536952bdfeb6fa298715960e375a7ca15861fb87fd2fa100b2c  
libdmx-devel-1.1.2-2.el6.i686.rpm
08295f7481c422913be50b7fce79a73760abcbff5b020d5c5c481c4a3ece820b  
libdmx-devel-1.1.2-2.el6.x86_64.rpm

Source:
25df609314d189accaa9aaa7c8f4ccd89449c2a02a2a52779c71c459a278af3b  
libdmx-1.1.2-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libdrm Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
33c05516d07ca236394004b9c3fc62834d7057892fbe341f5ecee7258d49ef9b  
libdrm-2.4.39-1.el6.i686.rpm
38f7aa3625462afd5b942e8fe228adefcf9aabe73756261bb7cfacba9332e7b2  
libdrm-devel-2.4.39-1.el6.i686.rpm

x86_64:
33c05516d07ca236394004b9c3fc62834d7057892fbe341f5ecee7258d49ef9b  
libdrm-2.4.39-1.el6.i686.rpm
ca88cd69ed0cfaf699dc9d4cf104ad632196cf709dad5a6325bb7be4e91c55d1  
libdrm-2.4.39-1.el6.x86_64.rpm
38f7aa3625462afd5b942e8fe228adefcf9aabe73756261bb7cfacba9332e7b2  
libdrm-devel-2.4.39-1.el6.i686.rpm
b3b28f987e581172af2e96f040cdbc453ad7fe6bd155cf351ea1c7ee9107f580  
libdrm-devel-2.4.39-1.el6.x86_64.rpm

Source:
ba866f47135cf1bbae8030bcc9325569a0d5d25e86ba818444a3f412ba12fc9f  
libdrm-2.4.39-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0324 CentOS 6 libguestfs Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0324 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0324.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


x86_64:
a947541a3b35c60786b19bd626b736cec7c4f699613c2d76e85f1a7c5fdb7120  
libguestfs-1.16.34-2.el6.x86_64.rpm
4f5759ddc082cc3bff45ee962ddb8309b352f6f7972dbaaf557fc2966b4b8bfc  
libguestfs-devel-1.16.34-2.el6.x86_64.rpm
f4e9d90b497d30cb1ce63e0c3d2f771aee5285f56e009174e1238f3f37552e54  
libguestfs-java-1.16.34-2.el6.x86_64.rpm
03093669a94fd92675529986f8550142c9894daeba67fd3dffd81f890311bf75  
libguestfs-java-devel-1.16.34-2.el6.x86_64.rpm
25379dfdc6a12e1cadd7c417bacc7aa390aeb96d1e415f9871825b2f71713642  
libguestfs-javadoc-1.16.34-2.el6.x86_64.rpm
b4cb8c2d48bf48510dca745cf56d03fc52bcbf6fa292607589b5b947fa8df511  
libguestfs-tools-1.16.34-2.el6.x86_64.rpm
3a5921c2ac5f328e2797337e028db1e17b12d254e9c65f1014f3314d12bbfda9  
libguestfs-tools-c-1.16.34-2.el6.x86_64.rpm
b447e8c502f0f300aaac5d25dca63c87d62a8157ef671d15334e5083c7fd56b7  
ocaml-libguestfs-1.16.34-2.el6.x86_64.rpm
02b0840a266bf964ae62934ee2a0e59580f8e2b2096da239eb4e724d0af203a7  
ocaml-libguestfs-devel-1.16.34-2.el6.x86_64.rpm
91748434759e6d35a4cf7d9097dfe4f2d69544a09b0a31ef2b28a5bc8dc34a51  
perl-Sys-Guestfs-1.16.34-2.el6.x86_64.rpm
8969168ba78243e8f2419860726697def938673b25a2051cd3ee65a418cb9b6f  
python-libguestfs-1.16.34-2.el6.x86_64.rpm
9e127ab3773dffc9218db39ea5ea003abc6a339ac75b4dc321b73a6088c81760  
ruby-libguestfs-1.16.34-2.el6.x86_64.rpm

Source:
6af9c90bb0a84b8876e45b44a46b879b0c515af93ea16b38b632c8bb8b885e7d  
libguestfs-1.16.34-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0415 CentOS 6 libhbalinux Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0415 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0415.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
64cadbd4c1aef14792e51f7ca5cc2ec8143d57015dfa55a52ae04ed659043157  
libhbalinux-1.0.14-1.el6.i686.rpm
b17f8b21a2afa9baf52885261976bfda3036d08bfe13468cf6fd320409ed2ad5  
libhbalinux-devel-1.0.14-1.el6.i686.rpm

x86_64:
64cadbd4c1aef14792e51f7ca5cc2ec8143d57015dfa55a52ae04ed659043157  
libhbalinux-1.0.14-1.el6.i686.rpm
a73dbcdb2e16a78c410580ab5211b5f8f07ab506e4bbca720826f7c7bc6dbdef  
libhbalinux-1.0.14-1.el6.x86_64.rpm
b262917e5ebeb641a0874aa4fa2cc4310bfff4a8aadf907e7e6b8c564f6ea49a  
libhbalinux-devel-1.0.14-1.el6.x86_64.rpm

Source:
d10bb83e6cde1e676695007b919c3aeac07f1cf90db71112de0aa862c4430ed7  
libhbalinux-1.0.14-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CESA-2013:0509 Low CentOS 6 libibumad Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0509 Low

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0509.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9fce4b4260d32ef2daecdeed510dd0bd0174aea634683b5b00687bfdf921298d  
libibumad-1.3.8-1.el6.i686.rpm
4af88dc83cdcb381b29545b10630c2a04ab33f382071763f65b427b0f9552868  
libibumad-devel-1.3.8-1.el6.i686.rpm
b2a70c8acf5bc11bd525611a96df24d00b2363e95b47a6da8d1eff483e717e00  
libibumad-static-1.3.8-1.el6.i686.rpm

x86_64:
9fce4b4260d32ef2daecdeed510dd0bd0174aea634683b5b00687bfdf921298d  
libibumad-1.3.8-1.el6.i686.rpm
c7a3361460b82b35d05e6dab0f8493fd0ff38516137487d82cce7bfa89d228c8  
libibumad-1.3.8-1.el6.x86_64.rpm
4af88dc83cdcb381b29545b10630c2a04ab33f382071763f65b427b0f9552868  
libibumad-devel-1.3.8-1.el6.i686.rpm
4133da7c21b09b3b2478206aab368b6aca4719c942e96e7d3930cdc4a383bbaa  
libibumad-devel-1.3.8-1.el6.x86_64.rpm
5995925a7a5bcef1df7b01a99a193e7b0e87aabcc90a9e2fcb5b001a25b680a0  
libibumad-static-1.3.8-1.el6.x86_64.rpm

Source:
92562b394897e7fd9706b13c74b3c9628873b80be86ab1b8c7d29fcbdf85bfb3  
libibumad-1.3.8-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0372 CentOS 6 libldb Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0372 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0372.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
0c5f7617a88286c2df92d683695f9e1ad42f13f3dc28241ad64800eb451f9a48  
ldb-tools-1.1.13-3.el6.i686.rpm
8105fad937ca9eb494a2e868d102042ba1bf6d33cee38ddf90acf3c608a02492  
libldb-1.1.13-3.el6.i686.rpm
4dfa08df70ecc3b62761cbaab23ea8e2ecf3533ea66ff3a2ff60c5780596f041  
libldb-devel-1.1.13-3.el6.i686.rpm
84b6ff43700647cba1add89ab82e8429252658ad42d4925d81b4b9d3ecd14062  
pyldb-1.1.13-3.el6.i686.rpm
bf39e149c4e459858a1edf0ae08fbfbd72eaab6a0de829bee665de471a84c279  
pyldb-devel-1.1.13-3.el6.i686.rpm

x86_64:
dbf7dede00ec7f278efb564cd677fe0966f80617c7c4e2bedc18b799aa7e3fcb  
ldb-tools-1.1.13-3.el6.x86_64.rpm
8105fad937ca9eb494a2e868d102042ba1bf6d33cee38ddf90acf3c608a02492  
libldb-1.1.13-3.el6.i686.rpm
40aabd75fd06133df0e439eb5eb3b69ef0699091d18fa4435d8fc77ebc600a18  
libldb-1.1.13-3.el6.x86_64.rpm
4dfa08df70ecc3b62761cbaab23ea8e2ecf3533ea66ff3a2ff60c5780596f041  
libldb-devel-1.1.13-3.el6.i686.rpm
c586e65749f31e5603e7afd38fcd22351a419e4a8caeed5a3ec8dd33ec1b921d  
libldb-devel-1.1.13-3.el6.x86_64.rpm
b40bf27321192a31cb55322e4fd8c4e86408679cbd735bb5552cbe5f8aa30824  
pyldb-1.1.13-3.el6.x86_64.rpm
c09d4a0be53533670246e53a4a789da49197c266f8043749f479ae8a2fcf05e3  
pyldb-devel-1.1.13-3.el6.x86_64.rpm

Source:
8a64ae960782deef68594ba5e05916b59161aca15ffb3a88632989d27a351b38  
libldb-1.1.13-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libpciaccess Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
651b8576b2d403e057d09264b98890a884b4658aa8b4ccf0e23e2f70b0f04028  
libpciaccess-0.13.1-2.el6.i686.rpm
66564e99db3282c8ef515d1f7d5ae974f607f41a836e332fe42457d9046a8f43  
libpciaccess-devel-0.13.1-2.el6.i686.rpm

x86_64:
651b8576b2d403e057d09264b98890a884b4658aa8b4ccf0e23e2f70b0f04028  
libpciaccess-0.13.1-2.el6.i686.rpm
9db2062493da654bf37c374be6c9bd74d7f87ca4078090823e589989d93ab9e2  
libpciaccess-0.13.1-2.el6.x86_64.rpm
66564e99db3282c8ef515d1f7d5ae974f607f41a836e332fe42457d9046a8f43  
libpciaccess-devel-0.13.1-2.el6.i686.rpm
1220b385bc2dc21c675e88ffc0f046012b78afacd712af1b131012ac00f226fb  
libpciaccess-devel-0.13.1-2.el6.x86_64.rpm

Source:
02e2a87fe3832b76bf16c11c0a3dbcb816dc51e45b897590909f8ce311c7473d  
libpciaccess-0.13.1-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0323 CentOS 6 libqb Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0323 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0323.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
542f7cdc13da937f53a4973b1eea340a0b91c0194fe19cd32992df51e5e43c43  
libqb-0.14.2-3.el6.i686.rpm
7468f87a674e0ce0ba82b83b4e7109ef20aa5aead4fa5b89ef179c477559adb4  
libqb-devel-0.14.2-3.el6.i686.rpm

x86_64:
542f7cdc13da937f53a4973b1eea340a0b91c0194fe19cd32992df51e5e43c43  
libqb-0.14.2-3.el6.i686.rpm
fa0a87463c6ebd3688e07c253ddebadda1453dc74e6f8b3798bc891bbd19cd83  
libqb-0.14.2-3.el6.x86_64.rpm
7468f87a674e0ce0ba82b83b4e7109ef20aa5aead4fa5b89ef179c477559adb4  
libqb-devel-0.14.2-3.el6.i686.rpm
1d0b80c421fb92061e5f876fc14fbc58a8ef45ead3727a46af163ebf57f7eea3  
libqb-devel-0.14.2-3.el6.x86_64.rpm

Source:
10a8e1bf5eec2aef40a17c3a79dedd5e326fc51825495e1461d23b220a0fc5d1  
libqb-0.14.2-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libSM Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5  
libSM-1.2.1-2.el6.i686.rpm
298bfb45e8b8b0e67df0389c7756fc7a22ceb09d45b7158caeacb98c30d0b766  
libSM-devel-1.2.1-2.el6.i686.rpm

x86_64:
9128eb65884a7557e4bf68aee14e0bed3629df062b45ad389828f11d45abeff5  
libSM-1.2.1-2.el6.i686.rpm
5484f3c7a2d7cdc090b6f88fef66a290d256685cfccb9fac60c08b83050f  
libSM-1.2.1-2.el6.x86_64.rpm
298bfb45e8b8b0e67df0389c7756fc7a22ceb09d45b7158caeacb98c30d0b766  
libSM-devel-1.2.1-2.el6.i686.rpm
c6a29a7d1e969851783a0d9e339f260fc81a14e910719f6cc5b76e0130f494c4  
libSM-devel-1.2.1-2.el6.x86_64.rpm

Source:
a1ccbb68cb9067697819bc462426d4bb7ac90a5d43b3b2937789085a23126129  
libSM-1.2.1-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0352 CentOS 6 libtalloc Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0352 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0352.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
30aa55fcd981390cf7aee23b6d638d15cfad3df0f8c020bea067fec1816c76f0  
libtalloc-2.0.7-2.el6.i686.rpm
02973d197988f68712be6a72044b2e9eeec27bbe692e4683a546450bf822d99f  
libtalloc-devel-2.0.7-2.el6.i686.rpm
c0b951a2fa9f065702dbb0eadbed7548282ae96db99386d042ddf15d65108b85  
pytalloc-2.0.7-2.el6.i686.rpm
c4332c4bab7afd47b33384d30329357c1adf049c12ebeac265bb4c3a8326909e  
pytalloc-devel-2.0.7-2.el6.i686.rpm

x86_64:
30aa55fcd981390cf7aee23b6d638d15cfad3df0f8c020bea067fec1816c76f0  
libtalloc-2.0.7-2.el6.i686.rpm
85e661e85fe1061c95a922a5c417c3674e65974594343263250efe70a75a4e23  
libtalloc-2.0.7-2.el6.x86_64.rpm
02973d197988f68712be6a72044b2e9eeec27bbe692e4683a546450bf822d99f  
libtalloc-devel-2.0.7-2.el6.i686.rpm
9f9022d9501fc18b8d7bd336c0787dc8a2cd1669199d638f65a26e4915155e65  
libtalloc-devel-2.0.7-2.el6.x86_64.rpm
cc9f0fe4f42e28c2510ef83b7b9da7d61fa646f3b2b23d09467b260928b1b936  
pytalloc-2.0.7-2.el6.x86_64.rpm
9df490d0207b124f6542d8368398c838418c89820f5a2d1ca35f2cca6c415660  
pytalloc-devel-2.0.7-2.el6.x86_64.rpm

Source:
d1b243a2dc581cfb3f2d018f18a4511a56454dc67e341d222f64cabd961ef3a0  
libtalloc-2.0.7-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0354 CentOS 6 libtevent Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0354 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0354.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
b098db2af37d63f4b5274bebe1ac4892945e6b73e18336082ba90f6ed55bd6a4  
libtevent-0.9.17-1.el6.i686.rpm
739b49abc0f3facba12f26b893b6183a99fab4f63d2115b960ecaf9b7d46df52  
libtevent-devel-0.9.17-1.el6.i686.rpm
a0731d78c4809e56f937d18a087676ea8e71c96a902af6807698935728c16c3d  
python-tevent-0.9.17-1.el6.i686.rpm

x86_64:
b098db2af37d63f4b5274bebe1ac4892945e6b73e18336082ba90f6ed55bd6a4  
libtevent-0.9.17-1.el6.i686.rpm
940fd32c8e7a80f60c2af17a3cc31840d38a4dbb7947b0a9ba1d61eb7f240844  
libtevent-0.9.17-1.el6.x86_64.rpm
739b49abc0f3facba12f26b893b6183a99fab4f63d2115b960ecaf9b7d46df52  
libtevent-devel-0.9.17-1.el6.i686.rpm
42b25ab4561a5c09cd799b8d5a0dd46ce1d899735dc5b6e7151065a35392414b  
libtevent-devel-0.9.17-1.el6.x86_64.rpm
e855841368afa3f3d337d525cdd805eeb2a97d4232b746e7cd5f00fd71a04123  
python-tevent-0.9.17-1.el6.x86_64.rpm

Source:
354c30215d1271bbb8ded187e5a51bdcac69f31a9baa58df356dbd35ceab6db5  
libtevent-0.9.17-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0310 CentOS 6 libusb1 Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0310 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0310.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
1d57304c587c4aa3d5e39f322bc3d421a81c5621bdb771b05b0f06746950f880  
libusb1-1.0.9-0.6.rc1.el6.i686.rpm
c3345c9952eb5064f612c60a1fc5e438c8c1d10f5bbc90878847fd93cd8ba7e8  
libusb1-devel-1.0.9-0.6.rc1.el6.i686.rpm
23fd81596031e8b1ad087bc4b359bfe50e0400cf4b1f8bedfa541050bf1b6ed9  
libusb1-static-1.0.9-0.6.rc1.el6.i686.rpm

x86_64:
1d57304c587c4aa3d5e39f322bc3d421a81c5621bdb771b05b0f06746950f880  
libusb1-1.0.9-0.6.rc1.el6.i686.rpm
dcaf79b3ed901782f4fac3a3bd5dfb6b265d3035a2106bc1288084b459dd  
libusb1-1.0.9-0.6.rc1.el6.x86_64.rpm
c3345c9952eb5064f612c60a1fc5e438c8c1d10f5bbc90878847fd93cd8ba7e8  
libusb1-devel-1.0.9-0.6.rc1.el6.i686.rpm
9a928c1376f67cb7df35298ccf2e9c9749a96f259287fb88a0ab49ede1c0e81f  
libusb1-devel-1.0.9-0.6.rc1.el6.x86_64.rpm
3d0137563ebd5e192ab0bd55f8aba8e94666ed1f33c2e45d741e9f7dc277cb5d  
libusb1-static-1.0.9-0.6.rc1.el6.x86_64.rpm

Source:
c7b38e2003b5d69a9651a40c7fc9565a2594816b59593c61caa274709cba124c  
libusb1-1.0.9-0.6.rc1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CESA-2013:0276 Moderate CentOS 6 libvirt Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0276 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0276.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9e76b23a18920ac6f5d138b0b1bd6593b1a0201fbd1dab16822184c3a288ed57  
libvirt-0.10.2-18.el6.i686.rpm
abaf661b87aaf12760b8ea1562200297ca9cd31596ddc9f3686b69018634a511  
libvirt-client-0.10.2-18.el6.i686.rpm
5098fbedb0e4035ea330cc5620e7c3dab7e51b08c58c7aad5b92e692dcefc34f  
libvirt-devel-0.10.2-18.el6.i686.rpm
05fb2fedac94aa919922454c348148ab0db1c3768f828fae07c67743d1f03396  
libvirt-python-0.10.2-18.el6.i686.rpm

x86_64:
606faf65e02c5a58ccc8563830163105a9551cc42dd37260b14f7f5c7b6f50e2  
libvirt-0.10.2-18.el6.x86_64.rpm
abaf661b87aaf12760b8ea1562200297ca9cd31596ddc9f3686b69018634a511  
libvirt-client-0.10.2-18.el6.i686.rpm
f33dc5d4d576ec3409fac962181610630abfedcc229334493648d1c55f51592f  
libvirt-client-0.10.2-18.el6.x86_64.rpm
5098fbedb0e4035ea330cc5620e7c3dab7e51b08c58c7aad5b92e692dcefc34f  
libvirt-devel-0.10.2-18.el6.i686.rpm
1a187a002d6d5f10a65639267aec423858b628010cfdbf52659820a1db66ba4c  
libvirt-devel-0.10.2-18.el6.x86_64.rpm
40de280997532bc87345ce28ff0068e61cfbbb6fadbe5ed6c161b9525b083e25  
libvirt-lock-sanlock-0.10.2-18.el6.x86_64.rpm
9849fb39ef31030a8572f39c49127e0078ed53784aac3551f49240fb0561eff7  
libvirt-python-0.10.2-18.el6.x86_64.rpm

Source:
bf8fdda2bd6d140aee132ab5461298c03d0fca452eb1c1d032dd375344c725d1  
libvirt-0.10.2-18.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libxcb Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
051d64c8163d22a1b81f4b26c4cb0e675c30aebdd7ea58261314076df4885c05  
libxcb-1.8.1-1.el6.i686.rpm
4218bb6a93ee750db04764e063e7dd6b972dacec7bbcaf8158733b8ce05735fe  
libxcb-devel-1.8.1-1.el6.i686.rpm
4092bb19cc11187d29a3e447331a8bbbdb57a44ef7f0ac17f6cace8732560a60  
libxcb-doc-1.8.1-1.el6.noarch.rpm
663b2fa2f5e1a67a632cca7bef2b7e9b10997185295df5dcde9f9d5677bc9d1d  
libxcb-python-1.8.1-1.el6.i686.rpm

x86_64:
051d64c8163d22a1b81f4b26c4cb0e675c30aebdd7ea58261314076df4885c05  
libxcb-1.8.1-1.el6.i686.rpm
11a1820f3029bc428afbcc29532caef36194464690c5f6b13f29243f2d84de43  
libxcb-1.8.1-1.el6.x86_64.rpm
4218bb6a93ee750db04764e063e7dd6b972dacec7bbcaf8158733b8ce05735fe  
libxcb-devel-1.8.1-1.el6.i686.rpm
561e73edd1306e5a92323dc1d10acdd6051a44fb95c7c5b485c89a7708db76cb  
libxcb-devel-1.8.1-1.el6.x86_64.rpm
4092bb19cc11187d29a3e447331a8bbbdb57a44ef7f0ac17f6cace8732560a60  
libxcb-doc-1.8.1-1.el6.noarch.rpm
1c2fe2e16b91ed45a4a951ef5fb1cf918982d7a1cb3145c6ecc14e0d5c5bf674  
libxcb-python-1.8.1-1.el6.x86_64.rpm

Source:
3ae38bcaef31dfa6e5af02a0dbf06ce3c6f294f644e08b7e1880621d92a68e12  
libxcb-1.8.1-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXcomposite Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638  
libXcomposite-0.4.3-4.el6.i686.rpm
0969df06915238788afa53da50325d6753b7095443738f7c083f4fcb2f06d851  
libXcomposite-devel-0.4.3-4.el6.i686.rpm

x86_64:
a49030789b4701f3b6607b19b5c902a7df774f16a24dc72552df3563c4db2638  
libXcomposite-0.4.3-4.el6.i686.rpm
ff05d8070c8007ee5a46b35347a37509978dfe9eff3b2a54294afb77f1be458b  
libXcomposite-0.4.3-4.el6.x86_64.rpm
0969df06915238788afa53da50325d6753b7095443738f7c083f4fcb2f06d851  
libXcomposite-devel-0.4.3-4.el6.i686.rpm
a5571b8683fb93cbed743cf2ab34b321ee0522d4e4cd7a331ece08ca501113b5  
libXcomposite-devel-0.4.3-4.el6.x86_64.rpm

Source:
1a281e223004848e7005d547e291b406929e8138bbb42508fc0f56ffdc477746  
libXcomposite-0.4.3-4.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXdmcp Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd  
libXdmcp-1.1.1-3.el6.i686.rpm
5caf389bd7935eaad28d7cd991883f479990e9ca48c1ea32b81fececcea319c1  
libXdmcp-devel-1.1.1-3.el6.i686.rpm

x86_64:
dd9a0c6ab98e7bf8be6d0f888040cef2d5b8f4538b2ee9ee5a05c2d9ec2a29dd  
libXdmcp-1.1.1-3.el6.i686.rpm
ca92520e5d7c776c88e80a00cd089bb86cb068ceb8d2f2208acafa98c48a29c6  
libXdmcp-1.1.1-3.el6.x86_64.rpm
5caf389bd7935eaad28d7cd991883f479990e9ca48c1ea32b81fececcea319c1  
libXdmcp-devel-1.1.1-3.el6.i686.rpm
04c5b7c956695e49a19f1437c201879038212c66b69293687a1acf323918ca66  
libXdmcp-devel-1.1.1-3.el6.x86_64.rpm

Source:
e27c9406b940656b2e490a56c0a490cd9e26b9efbd5f468b6590a07ca4f3d9d6  
libXdmcp-1.1.1-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXfont Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
079bdf94ec6d847a3b836eef2ad1c84e9de94439109474c4afda9fd7008d905d  
libXfont-1.4.5-2.el6.i686.rpm
b4281e78dca356806d68365598bf322d3d420d027b2ec533e5c824335c57de89  
libXfont-devel-1.4.5-2.el6.i686.rpm

x86_64:
079bdf94ec6d847a3b836eef2ad1c84e9de94439109474c4afda9fd7008d905d  
libXfont-1.4.5-2.el6.i686.rpm
67d0bc588f58d92bc8ebe97fda8ea7a89c9062650398a7543cf1399f355ab9bb  
libXfont-1.4.5-2.el6.x86_64.rpm
b4281e78dca356806d68365598bf322d3d420d027b2ec533e5c824335c57de89  
libXfont-devel-1.4.5-2.el6.i686.rpm
8b75b2d3cfc34d511bf63ec168451ffb30b17f48358440df8a8dea7e026c0207  
libXfont-devel-1.4.5-2.el6.x86_64.rpm

Source:
6bd4c9ea02178c5b9992204c3893d8c09f87ea95eaef0f27d6a422c2e784cfab  
libXfont-1.4.5-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXi Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
aa971f812f3600811f9014ec352d4b49dbbec1f2172ac4cc63d46557079db2fd  
libXi-1.6.1-3.el6.i686.rpm
8fcd13e4fb4c7082702e36fb56d9b2fb172ddf8bc43ec4a2f0368bcad074f058  
libXi-devel-1.6.1-3.el6.i686.rpm

x86_64:
aa971f812f3600811f9014ec352d4b49dbbec1f2172ac4cc63d46557079db2fd  
libXi-1.6.1-3.el6.i686.rpm
2faca186802b8369f9d785107036c1e76611c0461d8657584a4336972b7b18c9  
libXi-1.6.1-3.el6.x86_64.rpm
8fcd13e4fb4c7082702e36fb56d9b2fb172ddf8bc43ec4a2f0368bcad074f058  
libXi-devel-1.6.1-3.el6.i686.rpm
e0ed0a05b810043293f96790c132d7ead192424135e91e8795ada137a37c6783  
libXi-devel-1.6.1-3.el6.x86_64.rpm

Source:
0e17539d4953d283175beb446618b70013e0abf34878d4cfaad2724d367b516a  
libXi-1.6.1-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXinerama Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
2b130512f8a88053ac0562f561fd834a57a39283cda2149d4a5ceeac598a7707  
libXinerama-1.1.2-2.el6.i686.rpm
9b84d37393749efefd84639036cfa5621bcfa98414c80292c764755e083bacbe  
libXinerama-devel-1.1.2-2.el6.i686.rpm

x86_64:
2b130512f8a88053ac0562f561fd834a57a39283cda2149d4a5ceeac598a7707  
libXinerama-1.1.2-2.el6.i686.rpm
68de6b00a1cfb11962da7906d0992f4d054b079b6af91bbdcb011b5fcf960ac1  
libXinerama-1.1.2-2.el6.x86_64.rpm
9b84d37393749efefd84639036cfa5621bcfa98414c80292c764755e083bacbe  
libXinerama-devel-1.1.2-2.el6.i686.rpm
e6ae897fa82efbac3fcf84790226463627955b148dce27f72ca93a9d7c125eb2  
libXinerama-devel-1.1.2-2.el6.x86_64.rpm

Source:
73b45a7fbfb204f353da1cce32e8aff7b1c19fe6d62acd9b8416d60b266b6478  
libXinerama-1.1.2-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXrandr Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
a091116fc76303a6af80f9cfc9fb9af18aef315580a8271bcf45486ab376e777  
libXrandr-1.4.0-1.el6.i686.rpm
f6071af62a6232b9410d2537f0eab2adb8d05d26ea4c5c63c931f5ddae0d7b69  
libXrandr-devel-1.4.0-1.el6.i686.rpm

x86_64:
a091116fc76303a6af80f9cfc9fb9af18aef315580a8271bcf45486ab376e777  
libXrandr-1.4.0-1.el6.i686.rpm
deea25cbcd003bd990bc6591983503a937d2685708ddabe35317294c7cb9e555  
libXrandr-1.4.0-1.el6.x86_64.rpm
f6071af62a6232b9410d2537f0eab2adb8d05d26ea4c5c63c931f5ddae0d7b69  
libXrandr-devel-1.4.0-1.el6.i686.rpm
26f352b3479bbabf81bbf784135d97ab134faa5c9489f730fca76e4c716322dd  
libXrandr-devel-1.4.0-1.el6.x86_64.rpm

Source:
6e589312f2e3d9c7d686040a6479bdef3a3571bcf952a524170b3b36667f5e76  
libXrandr-1.4.0-1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXres Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
bf618c8e10425e84a181d9ac8b3576bae13a1c73eb767d6ba3b27810001a1d00  
libXres-1.0.6-2.el6.i686.rpm
fec10caac0062b66a2d33deb876bf9e090ffa249b639a933773893ed1f78850f  
libXres-devel-1.0.6-2.el6.i686.rpm

x86_64:
bf618c8e10425e84a181d9ac8b3576bae13a1c73eb767d6ba3b27810001a1d00  
libXres-1.0.6-2.el6.i686.rpm
7387a2192b40505786176038e43b06c423eb76072da7f66cdede2c705cced025  
libXres-1.0.6-2.el6.x86_64.rpm
fec10caac0062b66a2d33deb876bf9e090ffa249b639a933773893ed1f78850f  
libXres-devel-1.0.6-2.el6.i686.rpm
2b8bdf0d280cded5d5301bc6d91972281d381283545790d6146b2cfaea64f6b3  
libXres-devel-1.0.6-2.el6.x86_64.rpm

Source:
efd3c9f66ce82956a78ffa8fab5b5156d47d6e9eed0f2179aa0f399740897f5b  
libXres-1.0.6-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXrender Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
855782c135956c2548d58ed3ce62f6bd3a11b48c1fb62382358bf96600aa5268  
libXrender-0.9.7-2.el6.i686.rpm
a2f5f2be40caefedf167f1abdff49512f5c6a7531c2f4ceba4582c02dfb890c5  
libXrender-devel-0.9.7-2.el6.i686.rpm

x86_64:
855782c135956c2548d58ed3ce62f6bd3a11b48c1fb62382358bf96600aa5268  
libXrender-0.9.7-2.el6.i686.rpm
4bccfedb26967016584af60a84d7069011dd2de9184964694ebaab2c7056599a  
libXrender-0.9.7-2.el6.x86_64.rpm
a2f5f2be40caefedf167f1abdff49512f5c6a7531c2f4ceba4582c02dfb890c5  
libXrender-devel-0.9.7-2.el6.i686.rpm
415b3de075d2d1fc2e88d098b32da11b2d8121fc63f2dcdd846ccc9ca6afc8aa  
libXrender-devel-0.9.7-2.el6.x86_64.rpm

Source:
63f28116f3365850a6a7887527837d6aea3705df7729dbcf7453427b0e36cc53  
libXrender-0.9.7-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXmu Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda  
libXmu-1.1.1-2.el6.i686.rpm
8fb45d3afdf05d5550a3d1053bb0d83a344d0b06a3683011b1c370aa845d4754  
libXmu-devel-1.1.1-2.el6.i686.rpm

x86_64:
353e63f5da64f3ab88c08f9a97f18db14926aeeda48749edc0e22be40b279fda  
libXmu-1.1.1-2.el6.i686.rpm
b50dcf1540ef648d113a6c45da3703a55bf8700a4a4b374ceda5122def9e6605  
libXmu-1.1.1-2.el6.x86_64.rpm
8fb45d3afdf05d5550a3d1053bb0d83a344d0b06a3683011b1c370aa845d4754  
libXmu-devel-1.1.1-2.el6.i686.rpm
10f39bdaaf384139fb29d1a9f04be5964516b08dd0047424aa45e665805d7f7a  
libXmu-devel-1.1.1-2.el6.x86_64.rpm

Source:
9272665cd59f3e5d457cfed604fa0b1f78fc02f4a6e10210f29927a7bb307b25  
libXmu-1.1.1-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXpm Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e  
libXpm-3.5.10-2.el6.i686.rpm
377968cabcef8146496309aabbbe60136452fafdc7c1ae73ec10ec06c37503f4  
libXpm-devel-3.5.10-2.el6.i686.rpm

x86_64:
2256f36015d4fd1d69a87f42d5279c5565c5a627320e3604eace595df47d084e  
libXpm-3.5.10-2.el6.i686.rpm
2e2c5a1e6d0bc357f745d686f5788843636a52e1940103b5dfd553a4a2e708d8  
libXpm-3.5.10-2.el6.x86_64.rpm
377968cabcef8146496309aabbbe60136452fafdc7c1ae73ec10ec06c37503f4  
libXpm-devel-3.5.10-2.el6.i686.rpm
e6f5a441378435c83618307c2208be477cde811e27a96bb60966e96042e90ef8  
libXpm-devel-3.5.10-2.el6.x86_64.rpm

Source:
7858749af63405616c76fe82e11d6f961514304fef22532303a828a26b169bc7  
libXpm-3.5.10-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXScrnSaver Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f  
libXScrnSaver-1.2.2-2.el6.i686.rpm
ccfb66860b8b784b0b9791c2e116eaf1b3b7c0ae3a97889613919250f9e7507b  
libXScrnSaver-devel-1.2.2-2.el6.i686.rpm

x86_64:
2173a076e7cefc99c982601a701eaec864a418d7c544d80ef72fc7ac0a42218f  
libXScrnSaver-1.2.2-2.el6.i686.rpm
81b34282c3bca2f38f8ee7cf64a15c8516be0df608b144fa1efbeffd28b578e4  
libXScrnSaver-1.2.2-2.el6.x86_64.rpm
ccfb66860b8b784b0b9791c2e116eaf1b3b7c0ae3a97889613919250f9e7507b  
libXScrnSaver-devel-1.2.2-2.el6.i686.rpm
8a63dcfa4a48120facd315b74309c472cedf66b0373e791374884ddc43eab150  
libXScrnSaver-devel-1.2.2-2.el6.x86_64.rpm

Source:
5a3c64b4923ed8958362e34cac7aebe21bde60f1ece0dc7148b25312ed538005  
libXScrnSaver-1.2.2-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXtst Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
32a9777a908e5b6c7a4f12bda04eeea8a9b096079bbf501ab9d1bb3b21a24ee4  
libXtst-1.2.1-2.el6.i686.rpm
c98a4e237257ad021161a9465e448965e532621ccac10be1f5ba2a220521e1f5  
libXtst-devel-1.2.1-2.el6.i686.rpm

x86_64:
32a9777a908e5b6c7a4f12bda04eeea8a9b096079bbf501ab9d1bb3b21a24ee4  
libXtst-1.2.1-2.el6.i686.rpm
01c301ebda347e85e72b65ed2c613cbb3dcaa3aaf01e7d4f9895f2cfb5168652  
libXtst-1.2.1-2.el6.x86_64.rpm
c98a4e237257ad021161a9465e448965e532621ccac10be1f5ba2a220521e1f5  
libXtst-devel-1.2.1-2.el6.i686.rpm
56ef3b21388248a7250449622fd05f312c938049bf6d5e7ef5894f5bea45576a  
libXtst-devel-1.2.1-2.el6.x86_64.rpm

Source:
03819707af951c419e1ff744f5a63bf657fd25df9f42f4b56d15beba2204560a  
libXtst-1.2.1-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXv Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
1dd6a32182e1507e24639709843cc8bc4c3b15c8c0e01dc59bd4a3b80abf7dbc  
libXv-1.0.7-2.el6.i686.rpm
825765e0d49681fb9e8ab70bb5679a0d7bfa38bec59cbe2a363125c67ff1f3a1  
libXv-devel-1.0.7-2.el6.i686.rpm

x86_64:
1dd6a32182e1507e24639709843cc8bc4c3b15c8c0e01dc59bd4a3b80abf7dbc  
libXv-1.0.7-2.el6.i686.rpm
ba90219fecfc99a3fd85bb2cd4a08eb48e85572a8050ad30eb3fbfc5a7d1ed84  
libXv-1.0.7-2.el6.x86_64.rpm
825765e0d49681fb9e8ab70bb5679a0d7bfa38bec59cbe2a363125c67ff1f3a1  
libXv-devel-1.0.7-2.el6.i686.rpm
214b3e7af28abc32aafef9dfbf53aa36898bee6f282265e6b74332e941fee029  
libXv-devel-1.0.7-2.el6.x86_64.rpm

Source:
e5b4d4a2f1cbbb28d4cac13d4bd81f5070c83651cde60d972bb8bca7ae16ed89  
libXv-1.0.7-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0294 CentOS 6 libXxf86dga Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0294 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0294.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
13035b420101e3d53c8a1b5f199fcd604035775fbcd0dc0637533d258833c845  
libXxf86dga-1.1.3-2.el6.i686.rpm
f62ba604139f511aa9a0152615f34655d9f6ff4db8d4f1594e82d5304db0e443  
libXxf86dga-devel-1.1.3-2.el6.i686.rpm

x86_64:
13035b420101e3d53c8a1b5f199fcd604035775fbcd0dc0637533d258833c845  
libXxf86dga-1.1.3-2.el6.i686.rpm
be847c88966a1d6b165bfeaa82d9e5a92bf5fdb9255d1abc3af7fa1b76d05fd5  
libXxf86dga-1.1.3-2.el6.x86_64.rpm
f62ba604139f511aa9a0152615f34655d9f6ff4db8d4f1594e82d5304db0e443  
libXxf86dga-devel-1.1.3-2.el6.i686.rpm
03488cb1bb1990e280d52625ca5162267b243fc8214fc7dbc991425c3fba  
libXxf86dga-devel-1.1.3-2.el6.x86_64.rpm

Source:
b3c4adbff3e84c46019c8eaadbc1a8063c4beb9fc5944c1f2eff13844a97858f  
libXxf86dga-1.1.3-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0309 CentOS 6 luci Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0309 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0309.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
7a7be01d3ef37951ad7f17ef56195f3c756f6d37a0e566a302488305523cb46b  
luci-0.26.0-37.el6.centos.i686.rpm

x86_64:
7c80c64cf982f33aff031821ae9783408005f2dacee8b4453e644bdd3368b047  
luci-0.26.0-37.el6.centos.x86_64.rpm

Source:
1fca22106ea797bed2192a6d5a880a995eb3231ff98fff58e8def32eeaa69033  
luci-0.26.0-37.el6.centos.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0344 CentOS 6 mesa Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0344 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0344.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
e7223356f84428160cbb9ba65e6b9627fbf4b36df1eee391ad01d235ea02891e  
glx-utils-9.0-0.7.el6.i686.rpm
92ff488c07b7abae3e2fb3f3ebcc0901c22826409b83568fa211cb2ea00d1ce8  
mesa-demos-9.0-0.7.el6.i686.rpm
f442e88fb435bce9111aeabdde9b7d0013cc4303e2ea97e2fc8e740c884bca01  
mesa-dri-drivers-9.0-0.7.el6.i686.rpm
94aa39a73361e5f63be9725b8f905fed761799963e154c9680c50f0c47888d96  
mesa-dri-filesystem-9.0-0.7.el6.i686.rpm
d6118a637f7fd22307c6b781ab8571a4f08cb86d701a48c0b573f38efa123729  
mesa-libGL-9.0-0.7.el6.i686.rpm
1f53fc4f1fe52e4b6448fbc606b42e5c3d954a1e6f589a1bc521606edc9d22bf  
mesa-libGL-devel-9.0-0.7.el6.i686.rpm
fafa5a79261ac4835dc6101857d86b095d13931937275ee662daf1777c9d4256  
mesa-libGLU-9.0-0.7.el6.i686.rpm
26177ad61e927f9c4a2010f411765d830397ad482899f8ffb82dfb92c3ed726a  
mesa-libGLU-devel-9.0-0.7.el6.i686.rpm
b6261b9cadd49a1e53a374e53b199d71b45953bc278849745d18227f3515d560  
mesa-libOSMesa-9.0-0.7.el6.i686.rpm
567c0ba405c52d953873c548cd0eb3b1dc8bef1d3fca99d89eb91c774a609c8d  
mesa-libOSMesa-devel-9.0-0.7.el6.i686.rpm

x86_64:
d165cbf962927c793bafbc3660142e56e044713a92c1333eb666c1750bf40a1d  
glx-utils-9.0-0.7.el6.x86_64.rpm
83e8e6e86f4ae841957dda34bb408c3d7ac20352583e4567faca2ea3e8e93e6d  
mesa-demos-9.0-0.7.el6.x86_64.rpm
f442e88fb435bce9111aeabdde9b7d0013cc4303e2ea97e2fc8e740c884bca01  
mesa-dri-drivers-9.0-0.7.el6.i686.rpm
42693dc0ed2633bbb0b7ce81bc7e6508a1b57208faf086268dba6cbeb7fa3697  
mesa-dri-drivers-9.0-0.7.el6.x86_64.rpm
94aa39a73361e5f63be9725b8f905fed761799963e154c9680c50f0c47888d96  
mesa-dri-filesystem-9.0-0.7.el6.i686.rpm
59378af3dfca9d9c07b77c28a47377d17d93c326d4d4d5b03ef951d9d6e7264b  
mesa-dri-filesystem-9.0-0.7.el6.x86_64.rpm
d6118a637f7fd22307c6b781ab8571a4f08cb86d701a48c0b573f38efa123729  
mesa-libGL-9.0-0.7.el6.i686.rpm
741aa6cdcbcef108396439d7d3da4bc2744c7f8140f8f0c30c88c7c3a101863e  
mesa-libGL-9.0-0.7.el6.x86_64.rpm
1f53fc4f1fe52e4b6448fbc606b42e5c3d954a1e6f589a1bc521606edc9d22bf  
mesa-libGL-devel-9.0-0.7.el6.i686.rpm
a5132537d8f783040c93e34bc9c8a2d4aeded23bfcf90c08921303a959b7db5b  
mesa-libGL-devel-9.0-0.7.el6.x86_64.rpm
fafa5a79261ac4835dc6101857d86b095d13931937275ee662daf1777c9d4256  
mesa-libGLU-9.0-0.7.el6.i686.rpm
f74927e791d53c7e08db393c59d755ad840868555fae5e70cb0b3fc2a7b37124  
mesa-libGLU-9.0-0.7.el6.x86_64.rpm
26177ad61e927f9c4a2010f411765d830397ad482899f8ffb82dfb92c3ed726a  
mesa-libGLU-devel-9.0-0.7.el6.i686.rpm
cc5183f88cf5ec3cd409ff354dc8f8582aa6f1e9e0b44a756e2483aaa88ee00f  
mesa-libGLU-devel-9.0-0.7.el6.x86_64.rpm
b6261b9cadd49a1e53a374e53b199d71b45953bc278849745d18227f3515d560  
mesa-libOSMesa-9.0-0.7.el6.i686.rpm
d4344abcc6f90f476fedd8d1c1a5ed1074849559212cff7931a51939abe89d42  
mesa-libOSMesa-9.0-0.7.el6.x86_64.rpm
567c0ba405c52d953873c548cd0eb3b1dc8bef1d3fca99d89eb91c774a609c8d  
mesa-libOSMesa-devel-9.0-0.7.el6.i686.rpm
179aaaea3a1ef5cd87e2d9a067e11e81c11a5822476600f0c51f025b88ae7f78  
mesa-libOSMesa-devel-9.0-0.7.el6.x86_64.rpm

Source:
83d0dde99dfc12eba3522e2edb7fde31d507c085cef9cd003b636a7c55a103f5  
mesa-9.0-0.7.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0513 CentOS 6 mod_nss Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0513 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0513.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
d26d230d0d35a390b0e92f57bd5687ba9d30f769009f6a00d1d172f69ae0f8fd  
mod_nss-1.0.8-18.el6.i686.rpm

x86_64:
cce8b6f3ca95b948001ca6f844da5c87da594d9f1e036fd8fb035f4d788ac7a6  
mod_nss-1.0.8-18.el6.x86_64.rpm

Source:
2e3cbed0b854d10c543478629657fecf8c4dc8c5b0ba21f3f8b1810324bec10d  
mod_nss-1.0.8-18.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


[CentOS-CR-announce] CEBA-2013:0494 CentOS 6 netcf Update

2013-02-27 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2013:0494 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-0494.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
20f17bf5ca20b0e3fa7e2a134774f15d59741a517a73acab21262c74597db64a  
netcf-0.1.9-3.el6.i686.rpm
c779f429ebc797748578f139ef4d0e9ae3b604c25fd8ddd2e73403f11e4ff6c1  
netcf-devel-0.1.9-3.el6.i686.rpm
92ceccea40fbf8010545b954a2661642b6774805152c5d0346fb6606e36b6bcf  
netcf-libs-0.1.9-3.el6.i686.rpm

x86_64:
a8837d913bc3f2f281ccd98bd8cb598b5078d359d05cd2020968760c436f5ff9  
netcf-0.1.9-3.el6.x86_64.rpm
c779f429ebc797748578f139ef4d0e9ae3b604c25fd8ddd2e73403f11e4ff6c1  
netcf-devel-0.1.9-3.el6.i686.rpm
f68d3d79cc6ba29946db64d846c269a5aea5e53ac6845507d869bf136e3808bf  
netcf-devel-0.1.9-3.el6.x86_64.rpm
92ceccea40fbf8010545b954a2661642b6774805152c5d0346fb6606e36b6bcf  
netcf-libs-0.1.9-3.el6.i686.rpm
66126bb8f0384096485e00422df3a9f291756d02b7906a3fe37a7579ded3bebd  
netcf-libs-0.1.9-3.el6.x86_64.rpm

Source:
4a9a319754917e311cac4ba752a8a04fa24fb303780087e8c2349b935f8b3752  
netcf-0.1.9-3.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-CR-announce mailing list
CentOS-CR-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-cr-announce


  1   2   3   >