./www/libproxy, Library that provides automatic proxy configuration management

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.5, Package name: libproxy-0.5.5, Maintainer: pkgsrc-users

libproxy is a library that provides automatic proxy configuration management.

libproxy offers the following features:

* extremely small core footprint (< 35K)
* no external dependencies within libproxy core (libproxy plugins may
have dependencies)
* only 3 functions in the stable external API
* dynamic adjustment to changing network topology
* a standard way of dealing with proxy settings across all scenarios
* a sublime sense of joy and accomplishment


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 59.453 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 15:45:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libproxy: updated to 0.5.5

0.5.5

Windows: Try all configured proxy resolution types
Cleanup curl
Add release option
Expose missing functions in symbol map
Fix crash during unload
Log debug instead of warning on wpad pac failure
Fix refcounting in px_proxy_factory_copy
symver: Fix symbol map to be a valid tree
Fix free function for pxProxyFactory type
CodeQL badge and updated repology
meson: Don't build OSX plugin on iOS
   2024-02-11 16:35:50 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
libproxy: updated to 0.5.4

0.5.4

Add golang link to application page
Improve libproxy test coverage
Improve coverage
Specify library version more completely
Use the correct separator character for Windows ProxyOverride
Improve handling of Windows proxy settings:
Add curl option to the generated config for backend instead
Set initial state to online
Windows: Detect scheme presence in proxy URLs more robustly
Fix broken WPAD proxy resolution
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-22 19:45:20 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
libproxy: fix update builds on macOS.

Set DYLD_LIBRARY_PATH to find newly built libraries even if an earlier
version is already installed.
   2023-07-13 16:41:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libproxy: updated to 0.5.3

0.5.3
Fix crash querying URLs without a host
Web: Update application page
Add appplication info about apt and python requests
Bump version to 0.5.3
   2023-06-19 10:10:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
libproxy: update to 0.5.2.

Link with libsocket where needed (#234) by @amigadave in #235
Remove libsoup from doc and CI by @janbrummer in #238
Fix coverity findings by @janbrummer in #241
Add a comment that docs option needs introspection by @janbrummer in #242
Set pac data after download only by @janbrummer in #244
Fix race condition in px_manager_get_proxies_sync by @janbrummer in #245
Update gobject dependency in pkgconfig file by @floppym in #239
Reread env variables in each get_config call by @janbrummer in #246
Bump version to 0.5.2 by @janbrummer in #247