Commit graph

21 commits

Author SHA1 Message Date
tron
19e417b14b Add new configuration variables "SQUID_CONFIGURE_ARGS", "SQUID_HTTP_PORT"
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-12 22:20:49 +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
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
tron
e9aefdd09a Use "${INSTALL_FILE}" instead of "${PKGDIR}/INSTALL". 1999-08-17 23:10:55 +00:00
agc
09ecf7d753 Make this package work on Solaris. 1999-08-02 12:14:00 +00:00
tron
2779179ca6 Update "squid" package to version 2.2.STABLE4. 1999-07-14 21:45:50 +00:00
tron
20e1e2e4a3 Update "squid" package to version 2.2.STABLE3. 1999-06-03 16:42:35 +00:00
tron
e15a96017f Remove obsolete mirror site. 1999-05-28 21:58:25 +00:00
tron
6c33ba9867 Fix path in master site list. Problem noted by Hubert Feyrer. 1999-05-12 16:17:34 +00:00
tron
ac36b26288 Update "squid" package to version 2.2s2 (squid-2.2.STABLE2). 1999-05-02 12:49:43 +00:00
tron
b83f445f4a Enable transport proxy support. Fixes PR pkg/7383 by Olaf Seibert. 1999-05-02 00:48:31 +00:00
bad
7ef687321e BUILD_DEPENDS on the pkg version of perl and make sure configure uses
that.  Fixes PR#7348 by rhialto@polder.ubc.kun.nl.
1999-04-09 17:54:26 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
bad
4f728368e7 pkg/INSTALL gets invoked with two well defined arguments by pkg_add.
Change it so that it works with pkg_add.  Change Makefile to invoke it
the same way pkg_add does.
1999-01-29 19:26:37 +00:00
tron
9c2fd9ade5 Sync with "squid-current" package. 1998-12-06 12:42:00 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
tron
beb57e57b9 Minor cleanup. 1998-05-24 19:01:19 +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