[CentOS] Off Topic - SSL reverse proxy and Mixed Content

2015-09-30 Thread Clint Dilks
Hi,

Not a CentOS specific issue, but I am a bit stuck as where I might ask for
help so if anyone has any ideas please share :)

I have a site that I want to work behind a reverse proxy (httpd) if using
http:// everything works as expected.  If using https:// some content is
displayed but some content is blocked because of stylesheets and etc being
requested via http rather https.

I know that the long term solution should be to get all code changed so
that it references
//myserver/resource or /resource rather than http://myserver/resource but
is there anything I can do with httpd to get this working until these
changes are made ?

Thanks for any suggestions.  Below is my current VirtualHost config

   ProxyRequests On
   ProxyPreserveHost On
   ProxyTimeout 300

   Order allow,deny
   Allow from all


ProxyPass / http://myserver/
ProxyPassReverse / http://myserver/
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum does not update package list

2015-09-30 Thread John R Pierce

On 9/30/2015 5:11 PM, Kommander Mighty Aura wrote:

Hello. I have been trying to add rpmforge as a repository, but yum does
not seem to be updating the package lists. I tried...


rpmforge is a dead repo, no longer maintained, I would not use for 
anything anymore.


I usually add EPEL without so much as a second thought, but any other 
repos I'm pretty selective about.   See 
https://wiki.centos.org/AdditionalResources/Repositories for a good 
summary of the other repos.




--
john r pierce, recycling bits in santa cruz

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


[CentOS] yum does not update package list

2015-09-30 Thread Kommander Mighty Aura
Hello. I have been trying to add rpmforge as a repository, but yum does
not seem to be updating the package lists. I tried

$ yum check-updates

[...]
Loading mirror speeds from cached hostfile
* base: 
* epel: 
* extras: 
* rpmforge: mirror.ate.info
* updates: 

and searched for any package available there, like i3 and mpv. It is
still like the repository was never added. I imported the GPG key
mentioned in the wiki, and installed
,
checked /etc/yum.repos.d/rpmforge.repo and it is enabled. Tried enabling
rpmforge-extras and rpmforge-testing, but i noticed no difference.

I am using CentOS 7.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread Devin Reade
man nohup
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Alexander Dalloz

Am 30.09.2015 um 22:18 schrieb Laurent Blume:

Le 2015/09/30 17:32 +0200, Jerry Geis a écrit:

Hi all,

I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com
I do "make" and "service sendmail restart" ... I should be good, but
no. :)


As explained by others, SMART_HOST is used for domains for which it has
no information (basically, it can't find an MX or resolve the name).
If you want to relay all mail, you need to also add MAIL_HUB.


Sorry, that's not correct what you say about SMART_HOST.

define(`SMART_HOST', `host.domain.tld')dnl

is the right way to tell Sendmail to relay (the relay mailer is used 
implicitly) all outbound mail to that specified host.


But it is important to pay attention for the order of statements in the 
sendmail.mc configuration files, as one of the first chapters of the 
cf/README explains.



Laurent


Alexander

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


Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread Fred Smith
On Wed, Sep 30, 2015 at 12:28:55PM -0600, CS DBA wrote:
> Hi All;
> 
> I've downloaded the Cisco AnyConnect tar.gz file for one of our
> clients, when I untar it and then run the vpn_install script in the
> vpnclient directory I  get the below error.
> 
> Thanks in advance for any help...
> 

You shouldn't need to build Cisco's client. Just install openconnect
on your syustem and configure it for the https sites you want to
connect to.

You should need:
NetworkManager-openconnect.x86_64
openconnect.x86_64

install those, right-click on the network manager icon in the upper panel,
choose edit then choose add then choose "Cisco AnyConnect Compatible"
fill in the necessary fields, and voila.

to use it, just left-click the NM applet in the upper panel, choose
"VPN Connections" then click the one you just configured. 
I use it for multiple sites and it works just fine.


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Devin Reade
Check the config not only in sendmail.mc, but also in submit.mc

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


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Laurent Blume

Le 2015/09/30 17:32 +0200, Jerry Geis a écrit:

Hi all,

I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com
I do "make" and "service sendmail restart" ... I should be good, but no. :)


As explained by others, SMART_HOST is used for domains for which it has 
no information (basically, it can't find an MX or resolve the name).

If you want to relay all mail, you need to also add MAIL_HUB.

Laurent

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


Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread m . roth
CS DBA wrote:
> Hi All;
>
> I've downloaded the Cisco AnyConnect tar.gz file for one of our clients,
> when I untar it and then run the vpn_install script in the vpnclient
> directory I  get the below error.
>
> Thanks in advance for any help...
>
So, there's a bug in their makefiles. Cisco should be informed, if they
don't already know.

And you can manually fix it

   mark "yes, I do know C and make"
>
>
>
> /
> //# ./vpn_install//
> //Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer//
> //Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.//
> //
> //By installing this product you agree that you have read the//
> //license.txt file (The VPN Client license) and will comply with//
> //its terms.//
> //
> //
> //Directory where binaries will be installed [/usr/local/bin]//
> //
> //Automatically start the VPN service at boot time [yes]//
> //
> //In order to build the VPN kernel module, you must have the//
> //kernel headers for the version of the kernel you are running.//
> //
> //
> //Directory containing linux kernel source code
> [/lib/modules/2.6.32-573.7.1.el6.x86_64/build]//
> //
> //* Binaries will be installed in "/usr/local/bin".//
> //* Modules will be installed in
> "/lib/modules/2.6.32-573.7.1.el6.x86_64/CiscoVPN".//
> //* The VPN service will be started AUTOMATICALLY at boot time.//
> //* Kernel source from "/lib/modules/2.6.32-573.7.1.el6.x86_64/build"
> will be used to build the module.//
> //
> //Is the above correct [y]//
> //
> //Making module//
> //make -C /lib/modules/2.6.32-573.7.1.el6.x86_64/build
> SUBDIRS=/root/vpnclient modules//
> //make[1]: Entering directory
> `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
> //scripts/Makefile.build:49: *** CFLAGS was changed in
> "/root/vpnclient/Makefile". Fix it to use EXTRA_CFLAGS.  Stop.//
> //make[1]: *** [_module_/root/vpnclient] Error 2//
> //make[1]: Leaving directory
> `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
> //make: *** [default] Error 2//
> //Failed to make module "cisco_ipsec.ko".//
> /
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


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


[CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread CS DBA

Hi All;

I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, 
when I untar it and then run the vpn_install script in the vpnclient 
directory I  get the below error.


Thanks in advance for any help...




/
//# ./vpn_install//
//Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer//
//Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.//
//
//By installing this product you agree that you have read the//
//license.txt file (The VPN Client license) and will comply with//
//its terms.//
//
//
//Directory where binaries will be installed [/usr/local/bin]//
//
//Automatically start the VPN service at boot time [yes]//
//
//In order to build the VPN kernel module, you must have the//
//kernel headers for the version of the kernel you are running.//
//
//
//Directory containing linux kernel source code 
[/lib/modules/2.6.32-573.7.1.el6.x86_64/build]//

//
//* Binaries will be installed in "/usr/local/bin".//
//* Modules will be installed in 
"/lib/modules/2.6.32-573.7.1.el6.x86_64/CiscoVPN".//

//* The VPN service will be started AUTOMATICALLY at boot time.//
//* Kernel source from "/lib/modules/2.6.32-573.7.1.el6.x86_64/build" 
will be used to build the module.//

//
//Is the above correct [y]//
//
//Making module//
//make -C /lib/modules/2.6.32-573.7.1.el6.x86_64/build 
SUBDIRS=/root/vpnclient modules//

//make[1]: Entering directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
//scripts/Makefile.build:49: *** CFLAGS was changed in 
"/root/vpnclient/Makefile". Fix it to use EXTRA_CFLAGS.  Stop.//

//make[1]: *** [_module_/root/vpnclient] Error 2//
//make[1]: Leaving directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
//make: *** [default] Error 2//
//Failed to make module "cisco_ipsec.ko".//
/




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


Re: [CentOS] Keepalived vrrp problem

2015-09-30 Thread Tim Dunphy
Guys,

 I actually found a solution to this. After much googling I was able to
come up with this:

vrrp_instance VI_1 {
interface eth1
state MASTER
virtual_router_id 51
priority 101   # 101 on master, 100 on backup
*dont_track_primary*
vrrp_unicast_bind 10.40.116.30   # Internal IP of this machine
vrrp_unicast_peer 10.40.116.31   # Internal IP of peer
virtual_ipaddress {
 10.40.116.34
 }

The key to getting this to work was to add the entry you see in bold above
to the config. dont_track_primary. I'm not sure if that's the best way to
solve this problem. But I know that adding that line allowed me to do what
I needed to do.  After that I could ping the virtual address.

Thanks for all the suggestions.

Tim

On Tue, Sep 29, 2015 at 4:24 PM, Marcelo Ricardo Leitner <
marcelo.leit...@gmail.com> wrote:

> Em 29-09-2015 15:03, Gordon Messmer escreveu:
>
>> On 09/29/2015 09:14 AM, Tim Dunphy wrote:
>>
>>> And if I do an ifconfig command I see no evidence of an eth1 existing.
>>>
>>
>> "ifconfig -a" will show you all of your interfaces.
>>
>
> Maybe there is a confusion here. Sounds like Tim thought keepalived would
> create that eth1, like a tunnel interface, but it won't. You have to
> specify an interface that actually exists so that the VIP address will be
> added as a secondary address to ip to that interface.
>
> HTH
>
>   Marcelo
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Frank Cox
On Wed, 30 Sep 2015 13:48:12 -0400
Jerry Geis wrote:

> So nothing extra in any files - but then /var/log/maillog instread of relay
> to mail.xyz.com it goes somewhere else.

Where is "somewhere else" and what in what part of the sendmail configuration 
do you have somewhere else defined, listed or mentioned?

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
>By which you mean that sendmail.cf contains the line:
>DSrelay:mail.xyz.com ?

Yes that is correct.

>SMART_HOST will relay mail to destinations for which it doesn't
have explicit routing information.

> Do you also have a mailertable defined which might include the recipient
domain, for example?
No there are no other entries in the mailertable or access files.

> Try "sendmail -d60.5 -bv [user at example.com]" to see what might
be going on with local address parsing.

This looks OK. (names have been changed)
sendmail -d60.5 -bv b...@address.com
map_lookup(dequote, root, %0=root) => NOT FOUND (0)
map_lookup(host, address.com, %0=address.com) => address.com. (0)
map_lookup(mailertable, address.com, %0=address.com) => NOT FOUND (0)
map_lookup(mailertable, .com, %0=.com, %1=address, %2=address) => NOT FOUND
(0)
map_lookup(mailertable, ., %0=., %1=address.com) => NOT FOUND (0)
b...@address.com... deliverable: mailer relay, host mail.xyz.com, user
b...@address.com

So nothing extra in any files - but then /var/log/maillog instread of relay
to mail.xyz.com it
goes somewhere else.

Thoughts? Thanks,

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


Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Nels Lindquist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 9/30/2015 9:32 AM, Jerry Geis wrote:

> I set my sendmail.mc file to have a SMART_HOST entry of 
> mail.xyz.com I do "make" and "service sendmail restart" ... I 
> should be good, but no. :)

> however when I do a test mail - its trying to RELAY to another 
> host.
> 
> I thought SMART_HOST was the only one it would try to relay to?
> yes there is only one SMART_HOST in my file, and sendmail.cf shows
> the correct name.

By which you mean that sendmail.cf contains the line:

DSrelay:mail.xyz.com ?

SMART_HOST will relay mail to destinations for which it doesn't have
explicit routing information.

Do you also have a mailertable defined which might include the
recipient domain, for example?

> How do I tell what is happening here? the maillog only shows it 
> trying to relay to the wrong host, not the one I entered.

Try "sendmail -d60.5 -bv [u...@example.com]" to see what might be
going on with local address parsing.


- -- 
Nels Lindquist

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.20 (MingW32)

iEYEARECAAYFAlYMFeEACgkQh6z5POoOLgTeegCglJFDPQCCtFk+1IAKxOJeigy4
KLsAn1tm16i4237h19afL5fs1QpG2MH6
=uBqL
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
Hi all,

I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com
I do "make" and "service sendmail restart" ... I should be good, but no. :)

If I do "host mail.xyz.com" I get the correct address and if I "telnet
mail.xyz.com 25" I get
a connection.

however when I do a test mail - its trying to RELAY to another host.

I thought SMART_HOST was the only one it would try to relay to?
yes there is only one SMART_HOST in my file, and sendmail.cf shows the
correct name.

How do I tell what is happening here?
the maillog only shows it trying to relay to the wrong host, not the one I
entered.

Any thoughts?

Thanks,

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


Re: [CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread Tony Mountifield
In article ,
James B. Byrne  wrote:
> If I log into a host via ssh from my workstation then I can enter this:
> 
> shutdown -r +90&
> 
> and log out.  The shutdown command will continue in effect and will
> activae 90 minutes later.
> 
> However, if I do this instead:
> 
> ssh -t host.domain.tld 'shutdown -r +90&'
> 
> then the shutdown command does not remain in effect.  Why is this so
> and is there some way to achieve this?

I think shutdown receives a HUP signal when the connection is terminated,
because it still has the ssh tty as its controlling terminal.

I've just done some experimenting using sleep instead of shutdown, and
found this:
- you need to omit the -t
- you need to redirect stdin/stdout/stderr

So try:

ssh host.domain.tld 'shutdown -r +90 /dev/null 2>&1 &'

Cheers
Tony
-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] {SOLVED] Re: CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread James B. Byrne

On Wed, September 30, 2015 09:33, James B. Byrne wrote:
> If I log into a host via ssh from my workstation then I can enter
> this:
>
> shutdown -r +90&
>
> and log out.  The shutdown command will continue in effect and will
> activae 90 minutes later.
>
> However, if I do this instead:
>
> ssh -t host.domain.tld 'shutdown -r +90&'
>
> then the shutdown command does not remain in effect.  Why is this so
> and is there some way to achieve this?
>
>

Why is it that after beating my brains out and finally asking for help
the answer appears?  I have to close the stdxxx files before putting
shutdown into the background.

This seems to work:

ssh host.domain.tld 'shutdown -r +90 > /var/log/shutdown_$(date
+%Y%m%dT%H%M).log  2>&1  <&- &'



-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread James B. Byrne
If I log into a host via ssh from my workstation then I can enter this:

shutdown -r +90&

and log out.  The shutdown command will continue in effect and will
activae 90 minutes later.

However, if I do this instead:

ssh -t host.domain.tld 'shutdown -r +90&'

then the shutdown command does not remain in effect.  Why is this so
and is there some way to achieve this?


-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] CentOS-announce Digest, Vol 127, Issue 8

2015-09-30 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
https://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. CESA-2015:1840 Important CentOS 5 openldapSecurity Update
  (Johnny Hughes)
   2. CESA-2015:1840 Important CentOS 6 openldapSecurity Update
  (Johnny Hughes)
   3. CESA-2015:1840 Important CentOS 7 openldapSecurity Update
  (Johnny Hughes)
   4. [Infra] dev.centos.org redirection (Fabian Arrotin)


--

Message: 1
Date: Tue, 29 Sep 2015 13:29:35 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2015:1840 Important CentOS 5 openldap
Security Update
Message-ID: <20150929132935.ga29...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2015:1840 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1840.html

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

i386:
cc181bbfac7f8256afb84c7345aeeabe02967ce32d0b19980e3d10ab7eff941d  
compat-openldap-2.3.43_2.2.29-29.el5_11.i386.rpm
b22b59b70a24b9d81e3636dd64c13bcb31837d0fc585e8d40d3c42b09addc982  
openldap-2.3.43-29.el5_11.i386.rpm
3071dbeb025e46da4b8ebb3cf697871525e0ff3f319c062f989d6538b4b6a3d3  
openldap-clients-2.3.43-29.el5_11.i386.rpm
f42c1033d9c8749d85358d8ed2636c5f43a06bc15561dca4d00adc69483044bf  
openldap-devel-2.3.43-29.el5_11.i386.rpm
7dee4dd6721f968e9c11d96db5d0624ec0067d7924b0eeebf78791cad6ee  
openldap-servers-2.3.43-29.el5_11.i386.rpm
a738a621d1fff4855f994c2eb316dd277cda9f20c74c3437c7718f21ddad7901  
openldap-servers-overlays-2.3.43-29.el5_11.i386.rpm
f902ae9ff4405241871cbe51bdf94064a4b1759d7fbce279df5d8be04d26d074  
openldap-servers-sql-2.3.43-29.el5_11.i386.rpm

x86_64:
cc181bbfac7f8256afb84c7345aeeabe02967ce32d0b19980e3d10ab7eff941d  
compat-openldap-2.3.43_2.2.29-29.el5_11.i386.rpm
5757fda05767444bb1642a8191c3b6f2d76745ba30132ea9d3fd766379f99e2b  
compat-openldap-2.3.43_2.2.29-29.el5_11.x86_64.rpm
b22b59b70a24b9d81e3636dd64c13bcb31837d0fc585e8d40d3c42b09addc982  
openldap-2.3.43-29.el5_11.i386.rpm
e6dd51c4f2f4a23fec2be3f298b76abc87b3930e2fa0f3c0ad440f5ef70da35e  
openldap-2.3.43-29.el5_11.x86_64.rpm
a7bdd364235403770fac7632b572323bda2565b3c9f23d371768ab859dfc5137  
openldap-clients-2.3.43-29.el5_11.x86_64.rpm
f42c1033d9c8749d85358d8ed2636c5f43a06bc15561dca4d00adc69483044bf  
openldap-devel-2.3.43-29.el5_11.i386.rpm
32164d50ac497028e5c24f8bb1535c37abdf78cd230922cc63bb0c8ac7cf65af  
openldap-devel-2.3.43-29.el5_11.x86_64.rpm
818492aef0cad81ecc9ea66f4eeff8a4a44a23ed223927d601e4b555d3499e51  
openldap-servers-2.3.43-29.el5_11.x86_64.rpm
d21a9d33c3559b97ee2a295c04ce723b4eae3ed46846baafe760e0cd495f5945  
openldap-servers-overlays-2.3.43-29.el5_11.x86_64.rpm
13db919bbc3c414f54fb656b7e127f8cfb8700830ef261bd16b4d65e162c9f52  
openldap-servers-sql-2.3.43-29.el5_11.x86_64.rpm

Source:
7092b7f27ed18b2fc5496587940b14f1d223762cf8182f282a65db3c4296bc13  
openldap-2.3.43-29.el5_11.src.rpm



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



--

Message: 2
Date: Tue, 29 Sep 2015 13:30:59 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2015:1840 Important CentOS 6 openldap
Security Update
Message-ID: <20150929133059.ga29...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2015:1840 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1840.html

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

i386:
ce59a16e8d9f797feff522711be61aa9bd976ddcd0e629c260a9e1120b1abda4  
openldap-2.4.40-6.el6_7.i686.rpm
90cfd98aa85f7e6b816f3b9472a8bbd26979a1224fce84390d784da68f582d20  
openldap-clients-2.4.40-6.el6_7.i686.rpm
afa5499f0434b52f57fe96d70489d195e73f9ef59ca22f6a4b12c304ebb43635  
openldap-devel-2.4.40-6.el6_7.i686.rpm
80b87de3386d0b711597554cce65d8b4e4cdea909425675562ccef2d28402453  
openldap-servers-2.4.40-6.el6_7.i686.rpm
be985035faf4b5b8dbee232a00eb9631659a99106d14b2044f82d8ccec34dd8a  
openldap-servers-sql-2.4.40-6.el6_7.i686.rpm

x86_64:
ce59a16e8d9f797feff522711be61aa9bd976ddcd0e629c260a9e1120b1abda4  
openldap-2.4.40-6.el6_7.i686.rpm
b8658e6e57809577463a9f168656d9ccbb1f2d9e5d480d77ace7eac594789350  
openldap-2.4.40-6.el6_7.x86_64.rpm
516d525207917340a6fc22b4cc3d1fd6d9398a0ce79ef746579155d