diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-26 19:27:14 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-26 19:27:14 +0000 |
commit | 58b7ce0b0c96421ba93d9e1eda0b31ef8fe09092 (patch) | |
tree | 80f37c24c92d39e7fc63d550fd091b02f74d6ec0 /net/Makefile | |
parent | 92861de85a719ef0dfbb6bbd111fd635ac147d9e (diff) |
net/libproxy: update to 0.4.17
- mark libproxy-mozjs borken
- add new port for pacrunner
- drop support for python2
Changelog:
- 0.4.16:
* Port to, and require, SpiderMonkey 68
* Use closesocket() instead of close() on Windows
* Add symbol versions - be ready to introduce new APIs as needed
* Add public px_proxy_factory_free_proxies function
* Add PacRunner config backend (largely untested; feedback welcome!)
* Small performance improvements
* pxgsettings: use the correct syntax to connect to the changed signal (silences annoying output on console)
* Support python3 up to version 3.9
* Fix buffer overflow when PAC is enabled (CVE-2020-26154)
* Rewrite url::recvline to be nonrecursive (CVE-2020-25219)
* Remove nonfunctional and crashy pacrunner caching
* Never use system libmodman (no other consumers, not maintained)
- 0.4.17:
* python bindings: fix "TypeError: argtypes must be a sequence of types" (#125)
Notes
Notes:
svn path=/head/; revision=566630
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3519b62de8a4..36bc926de0e8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -388,6 +388,7 @@ SUBDIR += libproxy-gnome3 SUBDIR += libproxy-kde SUBDIR += libproxy-mozjs + SUBDIR += libproxy-pacrunner SUBDIR += libproxy-perl SUBDIR += libproxy-python SUBDIR += libproxy-webkit3 |