Path to this page:
./
wip/polipo,
Small and fast caching web proxy
Branch: CURRENT,
Version: 1.1.1,
Package name: polipo-1.1.1,
Maintainer: pkgsrc-usersPolipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a
proxy server). While Polipo was designed to be used by one person or a small
group of people, there is nothing that prevents it from being used by a larger
group.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2012/02/18 21:31:43 ishit Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
DEINSTALL)
if [ -d ${VARBASE}/cache/polipo ]; then
echo "If you won't use the POLIPO package anymore, remove the cache manually by"
echo " rm -rf ${VARBASE}/cache/polipo"
fi
;;
esac
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: a906cefd667d478b3f0007e6b76e97fb4f97f7a7
Filesize: 181.098 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-05 15:52:02 by Aleksej Saushev | Files touched by this commit (32) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-02-18 22:31:43 by ISIHARA Takanori | Files touched by this commit (6) |
Log message:
Add PKG_DESTDIR_SUPPORT.
Update to Polipo 1.0.4.1.
from CHANGELOG:
31 January 2010: Polipo 1.0.4.1:
Cherry-picked fixes from 1.0.5
* Fixed an integer overflow that may lead to a crash
(http://secunia.com/advisories/37607/). Discovered by Jeremy Brown.
(CVE-2009-4413)
* Fixed a crash that occurs when a server sends a malformed
Cache-Control: header (CVE-2009-3305). Patch from Stefan Fritsch.
* Prevent an infinite loop when a bodyless 204 or 1xx response is encountered.
* Don't crash when we get an error while waiting for 100 continue status.
|
2012-02-18 21:20:37 by ISIHARA Takanori | Files touched by this commit (6) |
Log message:
Fix security issues (SA37607).
|
2009-12-15 11:37:33 by Tobias Nygren | Files touched by this commit (1) |
Log message:
note vuln
|
2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222) |
Log message:
Remove obsolete @dirrm lines.
|
2008-02-10 17:48:03 by ISIHARA Takanori | Files touched by this commit (2) |
Log message:
Update polipo-1.0.4.
8 January 2008: Polipo 1.0.4:
* Fixed the handling of tunnels with a parent proxy (thanks to
Richard Å puta).
* Fixed a bug that could cause connections to be shut down when
a server used the old (RFC 2068) semantics of ``100 Continue''
(thanks to Thomas Wiesel).
* Fixed a crash when a request URL was larger than 10 kB (thanks to
Fabian Keil).
* Fixed a possible failure to read client requests larger than one
chunk.
|
2008-02-09 22:27:38 by ISIHARA Takanori | Files touched by this commit (5) |
Log message:
Update polipo-1.0.3.
ChangeLog:
6 October 2007: Polipo 1.0.3
Changed the default for chunkMemory: it is now 24 MB or
one-quarter of physical memory, whichever is smaller.
Support for logging to syslog (thanks to Nix).
Made atom reference counts 32-bit longs; this should fix
problems that people were seeing when running Polipo with
humongous in-memory caches.
Added Git, Jabber and CVS to default tunnelAllowedPorts.
Fixed a bug that could cause URL matching to fail when using
anchored regular expressions (thanks to phuel).
26 August 2007: Polipo 1.0.2:
Fixed a crash that could happen with entities more than 2GB in
size. Such entities are still not supported, but Polipo
should no longer crash.
Minor HTTP compliance fixes, due to testing with Co-Advisor.
Fixed a crash that would happen when a POST request was aborted
by the server. Reported by Tero Pelander.
Worked around a DNS-related bug that I'm unable to track down,
waiting for a proper fix.
25 June 2007: Polipo 1.0.1:
Made Polipo slightly more aggressive when speaking to
HTTP/1.0 servers (thanks to Fabian Keil for noticing that).
Fixed a crash that would happen when a client used
Cache-Control: only-if-cached, and the object was not in cache.
(Reported by F. Zappa, A. Patala and V. Ghosal.)
Fixed a descriptor leak when running under Windows.
Made Polipo optionally drop connections after servicing
a number of connections (maxConnectionAge and maxConnectionRequests).
Add files/polipo.sh.
|
2007-04-14 03:53:36 by ISIHARA Takanori | Files touched by this commit (3) |
Log message:
Add install file forbidden.sample.
|