Package: php-cas / 1.3.1-4+deb7u1

Metadata

Package Version Patches format
php-cas 1.3.1-4+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix security problem on libcurl verification of SSL cert s hostname.patch | (download)

CAS-1.3.1/CAS.php | 17 11 + 6 - 0 !
CAS-1.3.1/CAS/Client.php | 15 13 + 2 - 0 !
CAS-1.3.1/CAS/Request/AbstractRequest.php | 5 4 + 1 - 0 !
CAS-1.3.1/CAS/Request/CurlRequest.php | 7 5 + 2 - 0 !
CAS-1.3.1/CAS/Request/RequestInterface.php | 5 3 + 2 - 0 !
docs/examples/example_no_ssl_cn_validation.php | 66 66 + 0 - 0 !
6 files changed, 102 insertions(+), 13 deletions(-)

 squashed commit of the following:

commit bbe3d9e868d1fd0d922cd4a762949b0117bef543
0002 58 fix bug introduced in previous patches. Setting o.patch | (download)

CAS-1.3.1/CAS/Client.php | 7 3 + 4 - 0 !
CAS-1.3.1/CAS/Request/AbstractRequest.php | 1 0 + 1 - 0 !
CAS-1.3.1/CAS/Request/CurlRequest.php | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 6 deletions(-)

 =?utf-8?q?#58=20fix=20bug=20introduced=20in=20previous=20patches.=20?=
 =?UTF-8?q?Setting=20of=20the=20ssl=20certs=20was=0Anot=20performing=20prope?=
 =?UTF-8?q?rly.?=


0100 CVE 2014 4172 urlencode tickets.patch | (download)

CAS-1.3.1/CAS/Client.php | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

---