The NetBSD Project

CVS log for pkgsrc/www/libproxy/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / libproxy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 5 13:45:28 2024 UTC (12 days, 14 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +4 -4 lines
Diff to previous 1.31 (colored) to selected 1.4 (colored)

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

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 11 15:35:50 2024 UTC (2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.4 (colored)

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

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 22 17:45:20 2023 UTC (7 months, 3 weeks ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.4 (colored)

libproxy: fix update builds on macOS.

Set DYLD_LIBRARY_PATH to find newly built libraries even if an earlier
version is already installed.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 13 14:41:19 2023 UTC (9 months ago) by adam
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored) to selected 1.4 (colored)

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

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jun 19 08:10:53 2023 UTC (9 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.27: +4 -5 lines
Diff to previous 1.27 (colored) to selected 1.4 (colored)

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

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 24 17:07:10 2023 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.26: +3 -5 lines
Diff to previous 1.26 (colored) to selected 1.4 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Wed May 24 13:16:30 2023 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.4 (colored)

libproxy: fix build on SmartOS

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 22 20:28:28 2023 UTC (10 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.24: +6 -6 lines
Diff to previous 1.24 (colored) to selected 1.4 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Mon Feb 20 09:22:07 2023 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.23: +5 -9 lines
Diff to previous 1.23 (colored) to selected 1.4 (colored)

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)

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 26 11:29:36 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.4 (colored)

www: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts):
www/nghttp2/distinfo

Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 7 15:07:19 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 (colored) to selected 1.4 (colored)

www: Remove SHA1 hashes for distfiles

Revision 1.21 / (download) - annotate - [select for diffs], Tue Sep 22 18:22:59 2020 UTC (3 years, 6 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.20: +6 -1 lines
Diff to previous 1.20 (colored) to selected 1.4 (colored)

libproxy: add patch for recent vulnerability

Add upstream patch for CVE-2020-25219. Bump revision.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jun 8 11:27:05 2017 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.19: +6 -5 lines
Diff to previous 1.19 (colored) to selected 1.4 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 26 12:03:53 2016 UTC (7 years, 9 months ago) by kamil
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.18: +5 -6 lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)

Update libproxy to 0.4.13

Upstream changes:

 - Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2).
 - Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF).
 - Fix compilation errors with CLang on MacOSX.
 - bindings: perl: Add an option to explicitly link against libperl.so Some
   distributions want to do it, other prefer not to, the library is anyway in
   context of perl.
 - config_kde: Add a basic cache and invalidation: performance improvement for
   the KDE module.

Upgrade during freeze to fix upstream regression with Qt4 and Qt5 clashes.

Requested by Ralf Nolden <nolden@kde.org>

Approved by <pkgsrc-pmc>.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 11 10:56:20 2016 UTC (8 years, 1 month ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.4 (colored)

Fix build when KDE is installed
No PKGREVISION bump as does not affect any existing successful build

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 19 10:51:16 2016 UTC (8 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.16: +5 -6 lines
Diff to previous 1.16 (colored) to selected 1.4 (colored)

Update www/libproxy to 0.4.12.

pkgsrc changes:
 o Update MASTER_SITES and HOMEPAGE (libproxy migrated to GitHub)
 o Delete patches/patch-libproxy_modules_config__macosx.cpp, now present in the
   stable release.

Changes:
New in version 0.4.12
==============================
* Move development to github.com/libproxy/libproxy
* Fix fd leak in get_pac (Bug #185)
* Detect running MATE session (Bug #186, Part1).
* Fix linking of perl bindings to pthread (Bug #182)
* Correctly detect spidermonky (mozjs185) (Bug #188)
* Stop pxgsettings from segfaulting on exit (Bug #192)
* Fix test #10 (Bug #189)
* Fix build on Mac OS X (Bug #183)
* Add a generic KDE Config module (fix crashes of Qt5 based
  apps) (issue#4)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 4 02:46:56 2015 UTC (8 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)

Add SHA512 digests for distfiles for www category

Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 27 11:03:42 2015 UTC (8 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

Fix build on SunOS correctly.  Ensure we can link against buildlinked
libraries, and ensure the socket libraries are added for both the main
library and test programs which use the static library.

While here use OPSYSVARS instead of bsd.fast.prefs.mk

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 16 11:07:34 2015 UTC (9 years, 1 month ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)

Find zlib correctly.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 24 22:18:03 2013 UTC (10 years, 5 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)

Apply upstream patch to fix build on OSX.

Revision 1.12 / (download) - annotate - [select for diffs], Fri May 24 18:31:49 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

Add upstream bug report URL.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 24 18:22:57 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.10: +5 -8 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

Update to 0.4.11:

New in version 0.4.11
==============================
* Build fixes with cmake 2.8.10+
* Quick release without built binaries / files (Address Bug #184)

New in version 0.4.10
==============================
* Fix http chunk encoded PAC that was broken in previous release
* Add HTTP client unit test
* Fix more coding style issues

New in version 0.4.9
==============================
* CVE-2012-4504 Fixed buffer overflow when downloading PAC
* Fix infinit loop uppon network errors

New in version 0.4.8
==============================
* Only support standalone mozjs185 as mozilla js engine.
  xulrunner being part of the now lightning fast moving firefox
  is impossible to be tracked as a dependency and it is not
  supported by Mozilla to be used in this scenario.
* Support building with javascritpcoregtk 1.5
  (got split out of webkitgtk).
* Support sending multiple results.
* Issues fixed:
  - #166: Libproxy does not parse NO_PROXY correct when the line
          contains spaces
  - #164: If gconf's value is an empty list, pxgconf will make
          /usr/bin/proxy wait forever
  - #60: use lib js for embedded solutions
  - #160: strdup and gethostbyname not declared on OSX 10.7
  - #168: .pc file should be installed under OSX as well.
  - #170: Also check for "Transfer-Encoding: chunked".
  - #171: mozjs pacrunner: Fix parameters of dnsResolve_()
  - #172: Allow to forcibly build pacrunner as module (-DBIPR={ON,OFF})
  - #173: Libproxy doesn't build with gcc 4.7
  - #147: Use ${CMAKE_DL_LIBS} instead of assuming libdl is correct.
  - #176: python bindings: guard the destructor.
  - #177: Speed up importing of libproxy in python.
  - #179: CMAKE 2.8.8 does not define PKG_CONFIG_FOUND

New in version 0.4.7
==============================
* Support/require xulrunner 2.0+
* Support linking againgst libwebkit-gtk3 (-DWITH_WEBKIT3=ON)
* Port to gsettings for gnome3. (-DWITH_GNOME3=ON[default])
* Issues closed:
  - #149: always test for the right python noarch module path
  - #155: Cannot compile with Firefox 4
  - #156: libproxy should build against webkitgtk-3.0
  - #158: Won't compile w/ xulrunner 2.0 final
  - #159: libproxy fails with autoconfiguration "http://proxy.domain.com"
  - #131: GSettings-based GNOME plugin
  - #150: SUSE sysconfig/proxy config support

New in version 0.4.6
==============================
* Fixed a crash in the URL parser
* Fixed build issues with Visual Studio
* Updated the INSTALL file
* Install Python binding in prefix path if site-packages exists
* Fixed compilation with Visual Studio


New in version 0.4.5
===============================
* C# bindings are installable (-DWITH_DOTNET=ON)
* C# bindings installation path can be changed using -DGAC_DIR=
* Internal libmodman build fixed
* Installation dirs are now all relative to CMAKE_INSTALL_PREFIX
* Fixed test while using --as-needed linker flag
* Fixed generation of libproxy-1.0.pc
* Basic support for Mingw added (not yet 100% functional)
* Ruby binding implemented (not yet in the build system)
* Fixed modules not being found caused by relative LIBEXEC_INSTALL_DIR
* Fixed bug with builtin plugins (Issue 133)
* Vala bindings installation path can be changed using -DVAPI_DIR=
* Python bindings installation path can be changed using -DPYTHON_SITEPKG_DIR=
* Perl bindings can be installed in vendor directory (-DPERL_VENDORARCH=ON)
* Perl bindings installation path can be change using -DPX_PERL_ARCH=
* Unit test now builds on OSX

New in version 0.4.4
===============================
* Add support for optionally building using a system libmodman
* Rework build system to be cleaner
* Fix two major build system bugs: 127, 128

New in version 0.4.3
===============================
* Test can now be out-compiled using BUILD_TESTING=OFF
* Fixed python binding not handling NULL pointer
* Pyhton binding now support Python version 3
* Rewrote URL parser to comply with unit test
* Username and password are now URL encoded
* Scheme comparison is now non-case sensitive
* Fixed deadlock using WebKit has PAC runner
* Fixed OS X compilation of Perl bindings

New in version 0.4.2
===============================
* Fixed python binding that failed on missing px_free symbole
* Workaround cmake bug with dynamic libraries in non-standard folders

New in version 0.4.1
===============================
* Perl bindings have been integrated into the CMake Build System
* Vala bindings are installed if -DWITH_VALA=yes is passed to cmake
* All extensions can be disabled using WITH_*=OFF cmake options
* socks5:// and socks4:// can now be returned
* Many bugfixes

New in version 0.4.0
===============================
* C++ rewrite
* Small API change (px_proxy_factory_get_proxy() can now return NULL)
* SOVERSION bump
* libmodman is now a seperate library
* Migrate to cmake
* Windows support (config_w32reg, ignore_hostname; VC++ support)
* MacOSX support (config_macosx, ignore_hostname)
* Built-in modules support
* Support for chunked encoding
* Move to hidden visibility by default
* KDE's KConfig symantics are fully supported
* Removeal of all PX_* env variables (no longer needed)
* Symbol based detection of relevant pacrunner
* Reworked config_gnome to not suck (its *much* faster)
* Many other things I can't remember

Revision 1.7.14.1 / (download) - annotate - [select for diffs], Sat Dec 1 09:07:24 2012 UTC (11 years, 4 months ago) by tron
Branch: pkgsrc-2012Q3
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.4 (colored)

Pullup ticket #3974 - requested by drochner
www/libproxy: security patch

Revisions pulled up:
- www/libproxy/Makefile                                         1.14-1.15
- www/libproxy/distinfo                                         1.8-1.10
- www/libproxy/patches/patch-CVE-2012-4505                      1.1
- www/libproxy/patches/patch-ac                                 1.3-1.4

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Nov 23 16:40:41 UTC 2012

   Modified Files:
           pkgsrc/www/libproxy: Makefile distinfo

   Log Message:
   add patch from Redhat to fix buffer overflow on pac load (CVE-2012-4505)
   bump PKGREV

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Fri Nov 23 16:41:01 UTC 2012

   Added Files:
           pkgsrc/www/libproxy/patches: patch-CVE-2012-4505

   Log Message:
   add the patch

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Nov 27 11:26:23 UTC 2012

   Modified Files:
           pkgsrc/www/libproxy: Makefile distinfo
   Added Files:
           pkgsrc/www/libproxy/patches: patch-ac

   Log Message:
   pull in upstream rev.475 to fix format string problem in the "proxy"
   debug tool, bump PKGREV

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Wed Nov 28 12:20:38 UTC 2012

   Modified Files:
           pkgsrc/www/libproxy: distinfo
           pkgsrc/www/libproxy/patches: patch-ac

   Log Message:
   a CVE# was assigned

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 28 12:20:38 2012 UTC (11 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)

a CVE# was assigned

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 27 11:26:23 2012 UTC (11 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)

pull in upstream rev.475 to fix format string problem in the "proxy"
debug tool, bump PKGREV

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 23 16:40:41 2012 UTC (11 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

add patch from Redhat to fix buffer overflow on pac load (CVE-2012-4505)
bump PKGREV

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 11 18:38:12 2011 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Branch point for: pkgsrc-2012Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

update to 0.3.1
changes: bugfixes

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 17 13:10:22 2010 UTC (13 years, 8 months ago) by seanb
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

- use pthread.buildlink3.mk instead of hardcoded '-lpthread' per
  discussion on tech-pkg.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 15 11:00:11 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.4: +4 -8 lines
Diff to previous 1.4 (colored)

Update to 0.3.0. Set LICENSE. Since python .py file is not installed
even when python is enabled, comment out python dependency.

New in version 0.3.0
====================
* WARNING!!! Slight API change!!! see docs
  for px_proxy_factory_get_proxies()
* Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw

Revision 1.4 / (download) - annotate - [selected], Wed Mar 18 12:40:52 2009 UTC (15 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

ntohl etc are in POSIX, no need for _NETBSD_SOURCE

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 18 03:55:29 2009 UTC (15 years, 1 month ago) by hasso
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

Add back a CFLAGS hack for NetBSD overlooked by me in last commit.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 12 13:31:48 2009 UTC (15 years, 1 month ago) by hasso
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

Make it compile on DragonFly (and probably on some other systems).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 4 02:11:07 2009 UTC (15 years, 1 month ago) by jmcneill
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)

Import libproxy version 0.2.3.

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

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 4 02:11:07 2009 UTC (15 years, 1 month ago) by jmcneill
Branch: MAIN
Diff to selected 1.4 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>