summaryrefslogtreecommitdiff
path: root/www/squid
AgeCommit message (Collapse)AuthorFilesLines
2000-12-13- Add a patch from http://www.squid-cache.org/Versions/v2/2.3/bugs/ fortaca2-4/+6
fixing "CARP assertion on sum of load factors" bug. - Update package name to squid-2.3s4nb3.
2000-11-28- Update package name to squid-2.3s4nb2 suggested bytaca1-2/+2
Christoph Badura <bad@bsd.de>.
2000-11-27- add two patches from http://www.squid-cache.org/Versions/v2/2.3/bugs/ .taca2-3/+7
Should I update to squid-2.3s4nb2?
2000-11-09regenwiz1-4/+4
2000-11-02fix path to patched filesjdolecek3-9/+9
2000-11-02add log_mime_hdrs_list directive - this directive specifies list ofjdolecek5-3/+108
headers to log into access log when log_mime_hdrs is on the change will be sent to Squid maintainers for possible future inclusion shortly
2000-10-15Update squid from 2.3stable3 to 2.3stable4:veego4-23/+29
Important Changes: - offline_toggle You can now toggle the 'offline_mode' option from the cache manager. - minimum_object_size Added the 'minimum_object_size' option. Files smaller than this size are not cached. - passive_ftp If your firewall doesn't allow passive FTP transfers, you can tell Squid to use PORT instead by turning the 'passive_ftp' option off. - wccp_version Some Cisco IOS versions expect to receive WCCP packets with version set to three. The 'wccp_version' option allows you to change it, from the default value of four.
2000-10-10Use correct spelling "--enable-delay-pools" in configuration options.tron1-2/+2
Problem noted by Olaf Seibert in private e-mail.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-09-03remove whitespace for pkglintwiz1-2/+2
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-4/+4
2000-07-26We aren't FreeBSDhubertf1-1/+1
2000-05-19Update "squid" package to version 2.3 STABLE 3. Changes since 2.3 STABLE 2:tron5-97/+11
- You can now toggle the 'offline_mode' option from the cache manager. - Added the 'minimum_object_size' option. Files smaller than this size are not cached. - If your firewall doesn't allow passive FTP transfers, you can tell Squid to use PORT instead by turning the 'passive_ftp' option off. - Some Cisco IOS versions expect to receive WCCP packets with version set to three. The 'wccp_version' option allows you to change it, from the default value of four.
2000-05-03Update md5 checksum and remove PATCH_DIST_ARGS which is now superfluousrh2-10/+9
due to fixed patches. Fixes PR 10026 by David Rankin.
2000-03-21- Update home page URL.tron2-5/+28
- Update master site list. - Apply patches from squid home page.
2000-03-07Back out last commit. "ftp.xlink.de" is not an official name.tron1-2/+2
2000-03-07Use other alias name "ftp.xlink.de" instead of "ftp.xlink.net" so thattron1-2/+2
"MASTER_SORT = .de" recognizes this site as german mirror.
2000-03-06Corrections for japanese error templates supplied by Takahiro Kambetron3-1/+77
in PR pkg/9534.
2000-03-06Update "squid" package to version 2.3STABLE2. Changes since versiontron2-6/+7
2.3STABLE1: - Changed Copyright text. - Changed configure so that some IRIX-6.4 hacks apply to all IRIX-6.* versions. - Cleaned up HTML bugs in error pages. - Told configure to check for netinet/if_ether.h, which is used in ARP ACL code, but might not be required. - Added "Cookie" to known HTTP headers so it can be used in anonymizer configuration. - Added optional TCP_REDIRECT log code for logging of 301/302 responses returned by Squid. - Added a check for a currently running Squid process. If the pid file exists, and the pid is running, Squid complains and refuses to start another instance. - Changed async I/O scope to PTHREAD_SCOPE_PROCESS for IRIX. - Fixed a bug with the PURGE method. The purge enable flag was not getting cleared during reconfigure. Also required PURGE method to be used in http_access list before enabling. - Fixed async I/O assertions for file open errors. - Fixed internal DNS assertion when unpacking truncated messages. - Fixed anonymize_headers bug that caused all headers to be allowed after a reconfigure. - Fixed an access denied bug for accelerator-only installations. - Fixed internal DNS initialization so that it uses 'dns_nameservers' settings in squid.conf if set. - Fixed 'maxconn' ACL bug that caused it to work backwards (Pedro Ribeiro). - Fixed syslog bug for daemon mode on Linux. - Fixed 'http_port' parsing bugs. - Fixed internal DNS byte ordering bugs for PTR queries. - Fixed internal DNS queue getting stuck during periods of low activity (Henrik). - Fixed byte ordering bugs for parsing EPLF FTP listings on 64-bit systems. - Fixed 'request_body_max_size' bug that caused all POST, PUT requests to be denied if max size is set to zero. - Fixed 'redirector_access' bug when using 'myport' ACLs. - Fixed CARP neighbor selection bugs for down peers. - Added 'client_persistent_connections' and 'server_persistent_connections' flags to disable persistent connections for clients and servers. - Fixed access logging bug that caused many requests to be logged as TCP_MISS. - Added some bounds checking to delay pools code. This partially fixes PR pkg/9534 by Takahiro Kambe.
2000-02-27Update "squid" package to version 2.3 STABLE 1 using patches supplied bytron2-6/+8
Takahiro Kambe in PR pkg/9486. Changes since version 2.2 STABLE 5: - many bug fixes - WCCP support - Storage API - internal DNS servers
1999-11-12Define defaults for configuration variables after including "bsd.pkg.mk"tron1-10/+9
of course.
1999-11-12Do the metadata rebuild as last step of logfile rotation so that programstron2-1/+18
waiting don't have to wait very long until they can safely access the logfiles. This fixes the third part of PR pkg/8764 by Luke Mewburn.
1999-11-12Add new configuration variables "SQUID_CONFIGURE_ARGS", "SQUID_HTTP_PORT"tron1-12/+17
and "SQUID_ICP_PORT" to allow easy modifification of the squid build parameters. This fixes the second part of PR pkg/8764 by Luke Mewburn.
1999-11-12Update "squid" package to version 2.2STABLE5. Changes since 2.2STABLE4:tron4-14/+20
- Changed configure to look for IP-Filter header files in both /usr/include and /usr/include/netinet. - Fixed an ACL subdomain comparison bug (aclDomainCompare). - Fixed an ACL host <=> domain comparison bug (aclHostDomainCompare). - Fixed a "xstrdup: tried to dup a NULL pointer!" bug caused by illegal hostname characters when certain ACL types are in use. - Fixed res_init() bug in dnsserver. We used to call res_init(), and then clear the RES_INIT bit in _res.options. This caused res_init() to be called again as soon as we use gethostbyname(), and this second initialization wipes out our changing the nameservers. The fix is just to NOT set _res.options to RES_DEFAULT after calling res_init(). - Changed FTP to close data sockets as soon as the transfer ends, rather than waiting for the reply message on the control socket (Alexander V. Lukyanov). - Fixed some buffering problems between Squid and the unlinkd process. By using file_write(), unlink requests were being buffered and experiencing long delays under heavy load. Now use use good ol' write() instead. Also added some feedback from unlinkd to squid so we can track the unlink request queue. If the queue becomes too large, we block a little and wait for some acks from unlinkd. This fixes the first part of PR pkg/8764 by Luke Mewburn.
1999-11-12defuzzrh4-14/+14
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-08-17Use "${INSTALL_FILE}" instead of "${PKGDIR}/INSTALL".tron1-2/+2
1999-08-02Make this package work on Solaris.agc1-1/+8
1999-07-14Update "squid" package to version 2.2.STABLE4.tron2-5/+5
1999-07-09Add package patch checksum files.agc1-0/+10
1999-06-03Update "squid" package to version 2.2.STABLE3.tron2-6/+6
1999-05-28Remove obsolete mirror site.tron1-2/+1
1999-05-12Fix path in master site list. Problem noted by Hubert Feyrer.tron1-8/+7
1999-05-02Update "squid" package to version 2.2s2 (squid-2.2.STABLE2).tron3-23/+23
1999-05-02Enable transport proxy support. Fixes PR pkg/7383 by Olaf Seibert.tron1-2/+7
1999-04-09BUILD_DEPENDS on the pkg version of perl and make sure configure usesbad1-1/+4
that. Fixes PR#7348 by rhialto@polder.ubc.kun.nl.
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-6/+1
1999-01-29pkg/INSTALL gets invoked with two well defined arguments by pkg_add.bad2-10/+7
Change it so that it works with pkg_add. Change Makefile to invoke it the same way pkg_add does.
1998-12-06Sync with "squid-current" package.tron13-162/+300
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-1/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc8-0/+17
1998-05-25Better leave "squid.out" in "/var/squid" together with all the othertron1-9/+0
logfiles because it doesn't really belong to "/var/run".
1998-05-24Create "etc/squid/squid.conf" during "pkg_add".tron1-1/+2
1998-05-24Put logfile into "/var/run" and do not pollute syslog.tron1-0/+23
1998-05-24"RunCache" doesn't put its logfile in the current directory any more. So wetron1-2/+2
don't need to change it.
1998-05-24pidfile belongs to "/var/run".tron1-1/+10