freebsd-ports/net/libproxy/files/patch-libproxy_cmake_modules.cmk
Tobias C. Berner 58b7ce0b0c 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)
2021-02-26 19:27:14 +00:00

12 lines
464 B
Text

--- libproxy/cmake/modules.cmk.orig 2021-02-26 18:24:03 UTC
+++ libproxy/cmake/modules.cmk
@@ -29,7 +29,9 @@ endif()
## Module definition
#
message("MODULES TO BUILD:")
+if(BUILD_CONFIG_PACRUNNER)
px_module(config_pacrunner "${DBUS_FOUND}" 0 ${DBUS_LIBRARIES})
+endif()
px_module(config_envvar "${ENVVAR_FOUND}" 1)
px_module(config_sysconfig "${SYSCONFIG_FOUND}" 1)
px_module(config_gnome "${GNOME2_FOUND}" 0)