Bug#698946: Security update broke php-cas, wrong call to setSslCaCert()

2013-01-28 Thread Thijs Kinkhorst
On Sat, January 26, 2013 16:05, Olivier Berger wrote: As you can see in [0], I've integrated the full upstream commit [1] and not just the change on Client.php. Hope this helps. The updated package indeed fixes the problem and works fine. Thanks! Cheers, Thijs -- To UNSUBSCRIBE, email to

Bug#698946: Security update broke php-cas, wrong call to setSslCaCert()

2013-01-26 Thread Olivier Berger
Hi. Thijs Kinkhorst th...@debian.org writes: The security update in 1.3.1-2 broke php-cas. The problem is in this hunk: @@ -2418,6 +2428,7 @@ class CAS_Client } if ($this-_cas_server_ca_cert != '') { $request-setSslCaCert($this-_cas_server_ca_cert); +

Bug#698946: Security update broke php-cas, wrong call to setSslCaCert()

2013-01-25 Thread Thijs Kinkhorst
Package: php-cas Version: 1.3.1-2 Severity: grave Tags: patch Hi Olivier, The security update in 1.3.1-2 broke php-cas. The problem is in this hunk: @@ -2418,6 +2428,7 @@ class CAS_Client } if ($this-_cas_server_ca_cert != '') {