14
0

Accepting request 318370 from SUSE:SLE-12:Update

- declare $ sign as a safe character in url paths to prevent
  escaping /$RCE/ which lead into problems with token auth
  (bnc#902416)
- set curl option SSL_VERIFYHOST correct

OBS-URL: https://build.opensuse.org/request/show/318370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urlgrabber?expand=0&rev=25
This commit is contained in:
Denisart Benjamin
2015-07-26 12:41:50 +00:00
committed by Git OBS Bridge
parent 57a2e44cf6
commit a73bf5ff0b
4 changed files with 40 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 12 13:42:05 CET 2015 - mc@suse.de
- declare $ sign as a safe character in url paths to prevent
escaping /$RCE/ which lead into problems with token auth
(bnc#902416)
- set curl option SSL_VERIFYHOST correct
-------------------------------------------------------------------
Tue Sep 16 12:38:07 UTC 2014 - dmacvicar@suse.de