Accepting request 412795 from home:dimstar:Factory

- Update wget-libproxy.patch: use libproxy's px_proxy_factory_free
  instead of regular free in order to ensure the module destructors
  are correctly running (boo#967601).

OBS-URL: https://build.opensuse.org/request/show/412795
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=61
This commit is contained in:
Andreas Stieger 2016-07-23 14:34:23 +00:00 committed by Git OBS Bridge
parent 9a98883388
commit e9e71874a8
2 changed files with 8 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Index: wget-1.17/src/retr.c
+ } + }
+ for(i=0;proxies[i];i++) free(proxies[i]); + for(i=0;proxies[i];i++) free(proxies[i]);
+ free(proxies); + free(proxies);
+ free(pf); + px_proxy_factory_free(pf);
+ +
+ if (!proxy || !*proxy) + if (!proxy || !*proxy)
+ return NULL; + return NULL;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 22 12:34:02 UTC 2016 - dimstar@opensuse.org
- Update wget-libproxy.patch: use libproxy's px_proxy_factory_free
instead of regular free in order to ensure the module destructors
are correctly running (boo#967601).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 9 20:42:15 UTC 2016 - astieger@suse.com Thu Jun 9 20:42:15 UTC 2016 - astieger@suse.com