Commit graph

12 commits

Author SHA1 Message Date
tron
2dee8c6ecb Update "squid" package to version 2.3 STABLE 3. Changes since 2.3 STABLE 2:
- 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-19 07:18:55 +00:00
tron
bd3cadf79e Corrections for japanese error templates supplied by Takahiro Kambe
in PR pkg/9534.
2000-03-06 21:18:26 +00:00
tron
cce3bb6605 Do the metadata rebuild as last step of logfile rotation so that programs
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-12 22:32:21 +00:00
tron
2a9006273c Update "squid" package to version 2.2STABLE5. Changes since 2.2STABLE4:
- 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-12 22:07:10 +00:00
rh
9690735cef defuzz 1999-11-12 16:25:30 +00:00
tron
ac36b26288 Update "squid" package to version 2.2s2 (squid-2.2.STABLE2). 1999-05-02 12:49:43 +00:00
tron
9c2fd9ade5 Sync with "squid-current" package. 1998-12-06 12:42:00 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tron
648ed09d23 Better leave "squid.out" in "/var/squid" together with all the other
logfiles because it doesn't really belong to "/var/run".
1998-05-25 18:19:01 +00:00
tron
2007e948b9 Put logfile into "/var/run" and do not pollute syslog. 1998-05-24 20:00:56 +00:00
tron
9a6221a4b9 pidfile belongs to "/var/run". 1998-05-24 19:03:05 +00:00
tron
b307255bb5 New "squid-1.1.21" package based on FreeBSD port adapted by Rene Hexel
in PR pkg/5314.
1998-05-23 21:27:20 +00:00