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

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


Branch: CURRENT, Version: 0.5.1, Package name: libproxy-0.5.1, 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: 58.534 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-26 09:09:39 by Thomas Klausner | Files touched by this commit (4)
Log message:
libproxy: do not provide header file in old location

instead adapt qt5-qtbase to look in the new location
   2023-05-25 21:42:06 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
libproxy: fix testing on Darwin
   2023-05-24 19:07:10 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
libproxy: update to 0.5.1.

What's Changed

    Guard PxManager test with pacrunner-duktape option by @janbrummer in #215
    Fix build on NetBSD. by @0-wiz-0 in #220
    Install libpxbackend into pkglibdir by @amigadave in #223
    Move glib2 inclusion out of c++ protection. by @0-wiz-0 in #227
    Replace libsoup with glib socket service functions by @janbrummer in #228
    Enforce online state for tests by @janbrummer in #229
    Use glib-object header instead of gio by @janbrummer in #230
    Fix libproxy rpath by @janbrummer in #231
    Draft: Improve ignore checks by @janbrummer in #232
    Release 0.5.1 by @janbrummer in #233
   2023-05-24 15:16:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
libproxy: fix build on SmartOS
   2023-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645)
Log message:
*: bump for libproxy 0.5
   2023-05-22 22:28:28 by Thomas Klausner | Files touched by this commit (8) | Package updated
Log message:
libproxy: update to 0.5.0.

What's Changed

    Fix building without duktape by @mattst88 in #180
    Fix WITH_GNOME2 documentation by @mattst88 in #181
    bindings: perl: Use ccflags from %Config for libproxy module compilation by \ 
@Vogtinator in #183
    Use XDG_CURRENT_DESKTOP to detect GNOME desktop like systems by @janbrummer \ 
in #192
    Enable the use of ducktape in Windows systems by @illera88 in #194
    Enable static builds for libproxy by @illera88 in #195
    Fix build on macOS by @wegank in #189
    Complete rewrite by @janbrummer in #201
    kde: Remove line breaks in values by @janbrummer in #203
    Add man page for proxy tool by @janbrummer in #204
    Add PX_FORCE_CONFIG env by @janbrummer in #205
    add alert function to pacrunners by @multiSnow in #196
    Update architecture documentation by @janbrummer in #206
    Check for valid uri_host in ignore_ip() by @janbrummer in #210
    Remove line break in debug output by @janbrummer in #211
    Improve GNOME/KDE get_config() execution by @janbrummer in #212
   2023-02-27 11:44:34 by Jonathan Perkin | Files touched by this commit (1)
Log message:
libproxy: Fix SunOS ld args.
   2023-02-20 10:55:17 by Ryo ONODERA | Files touched by this commit (1)
Log message:
libproxy: std::to_string is a pert of c++11, fix build