pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/privoxy
Module Name: pkgsrc
Committed By: mjl
Date: Tue Apr 7 00:21:47 UTC 2009
Modified Files:
pkgsrc/www/privoxy: Makefile PLIST distinfo
Added Files:
pkgsrc/www/privoxy/patches: patch-ag
Removed Files:
pkgsrc/www/privoxy/patches: patch-af
Log Message:
Update privoxy to 3.0.12
This is a stable release which includes many enhancements but no major
new features. The most prominent improvement is support for keep-alive
connections.
Also add a patch to deal with non-availability of gethostbyname_r()
on NetBSD -- privoxy then uses gethostbyname() in a mutexed section,
effectively single threading DNS lookup. This is extremely annoying when
running into DNS timeouts. Hack around it by implementing functionality
using getaddrinfo().
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/privoxy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/privoxy/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/privoxy/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/www/privoxy/patches/patch-af
cvs rdiff -u -r0 -r1.1 pkgsrc/www/privoxy/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index