head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.46 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.44 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.42 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.40 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.38 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.36 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.34 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.32 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.30 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.28 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.24 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.26 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.22 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.20 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.18 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.16 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.14 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.12 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.10 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.8 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.6 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.2 pkgsrc-2017Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2023.02.20.09.22.08; author adam; state dead; branches; next 1.1; commitid uRVUjjchUV0pgfeE; 1.1 date 2017.06.08.11.27.06; author adam; state Exp; branches; next ; commitid gUB6JD9eKHgCUyUz; desc @@ 1.2 log @libproxy: updated to 0.4.8 Version 0.4.18 build: Allow configuration of sysconfig module config_envvar: Add environment variable for pacrunner debugging build: disable mozjs by default python: Support Python 3.10 and above Add Duktape pacrunner module config_kde: Compute list of config file locations ourselves cpmfog_gnome3: Add gnome-wayland to permitted DESKTOP_SESSION Version 0.4.17 python bindings: fix "TypeError: argtypes must be a sequence of types" Version 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) @ text @$NetBSD: patch-libproxy_get-pac-test.cpp,v 1.1 2017/06/08 11:27:06 adam Exp $ Fix a typo. --- libproxy/test/get-pac-test.cpp.orig 2017-06-08 10:13:10.000000000 +0000 +++ libproxy/test/get-pac-test.cpp @@@@ -130,7 +130,7 @@@@ class TestServer { #ifdef SO_NOSIGPIPE int i = 1; - setsockopt(c_sock, SOL_SOCKET, SO_NOSIGPIPE, &i, sizeof(i)); + setsockopt(csock, SOL_SOCKET, SO_NOSIGPIPE, &i, sizeof(i)); #endif // Read request @ 1.1 log @Version 0.4.15 Port to, and require, SpiderMonkey 38. Fix "NetworkManager plugin not being built" Fix "networkmanager plugin not working Fix "Invalid read after free" Fix intermittent unit test failures. @ text @d1 1 a1 1 $NetBSD$ @