Commit Graph

60 Commits

Author SHA1 Message Date
brad
dc1d731a87 drop the ampersand in the example 2002-03-09 18:11:16 +00:00
brad
db7d8cd8ce - fix CONFIGURE_ARGS option to enable removal policies (heap)
- enable diskd
2002-03-01 04:36:29 +00:00
brad
2a4d9f706b - rearrange
- pass in PKGNAME so the errors and icons notice/install messages do not
have some unexpected spaces
2002-02-21 21:03:52 +00:00
brad
ad5edec476 checksums changed for 2.5.PRE4, minor fix. 2002-02-21 16:53:07 +00:00
brad
108bbec985 use uid/gid of squid:squid instead of nobody:nogroup 2002-02-20 20:31:26 +00:00
brad
53133d4b10 upgrade to Squid 2.5.PRE4
- The port now runs as uid/gid of nobody:nobody instead of www:www
- This needs some testing, especially the transparent proxy support for PF
2002-02-20 01:17:03 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
brad
f2aa83a34f more ports which use or can use pthreads 2001-08-30 02:24:52 +00:00
brad
d9ec50a97c better 2001-07-20 15:31:58 +00:00
brad
9317e492c3 upgrade to Squid 2.3.STABLE5 2001-07-20 14:37:38 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
brad
4277f59f35 remove the 2 FLAVORs currently available, enable the alternate heap
replacement algorithms by default.
2001-06-08 19:03:35 +00:00
lebel
2635bc0375 www: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:22:45 +00:00
brad
3580a84048 add a distribution patch:
squid-2.3.stable4-snmp-community-null-pointer.patch
Sending an unparsable SNMP query to Squid can cause a segment violation
2001-03-14 14:39:54 +00:00
brad
2d19447f4b new DESCR, actually describes what Squid is, taken from the FAQ. 2001-01-17 02:41:04 +00:00
brad
0247146330 add heap FLAVOR, enables alternate cache object replacement algorithms.
--
Requested by: J Shoemaker <shoemaker@softhome.net>
2001-01-17 02:38:20 +00:00
brad
9c33622cab remove this patch, it's not needed anymore now that we're using GCC
2.95.3, unfortunately this bug still affects GCC 2.95.3 and thus the other
workaround patch has been left in place until the issue has been fixed.
2001-01-15 17:22:01 +00:00
brad
7a77dc9bc4 tighten permissions. 2001-01-12 21:21:02 +00:00
brad
03f57d4e2a better 2001-01-08 20:03:11 +00:00
brad
5ee32b1bd3 add a distribution patch: (and update checksum for HTML quoting patch)
squid-2.3.stable4-carp-assertion.patch
Comparing floating point numbers for equality is tricky. The old way can cause an assertion even though two numbers actually do add up to 1
2000-12-08 17:09:52 +00:00
brad
17d47c144e update checksums for squid-2.3.stable4-html_quoting.patch patch now that
the issue has been fixed.
2000-11-21 23:36:54 +00:00
brad
da5b4b0e75 add 2 distribution patches: (and fix a mistake in the HTML quoting patch)
squid-2.3.stable4-accel_only_access.patch
clientAccessCheck incorrectly returns ACCESS_ALLOWED for proxy requests
when configured as an HTTP accelerator only

squid-2.3.stable4-html_quoting.patch
Everywhere where Squid inserts text received from the network into a HTML
page (error pages, FTP listings, Gopher listings, ...) care must be taken
to ensure that the text is properly encoded as HTML, or a malicious user
might be able to insert script code or other HTML tags, and exploit the
web browser of any user visiting their page or clicking on that funny link
received in a email..
2000-11-17 22:35:52 +00:00
brad
ec43f0d782 add a transparent FLAVOR, enables support for IPFilter so Squid can be
used in a transparent proxy setup. suggested by jakob@
2000-10-08 20:37:08 +00:00
brad
3918ceb4a1 add name to MAINTAINER 2000-09-24 07:03:59 +00:00
brad
39f4ba63e7 remove SYSCONFDIR from SUBST_VARS and SUBST_VARS too if no other variables
are listed
2000-09-06 05:48:47 +00:00
brad
ee0cfd3420 new make eliminates the need for FAKE_FLAGS 2000-08-31 06:43:40 +00:00
brad
e5caed9d66 explicitly set permissions 2000-08-24 22:00:03 +00:00
brad
979c4ee5c2 add 2 distribution patches:
squid-2.3.stable4-ipfw_configure.patch
The configure script uses "==" when it should use "=" for /bin/test

squid-2.3.stable4-invalid_ip_acl_entry.patch
The code that scans ACL tokens for IP addresses and hostnames couldn't
tell that "123.foo.com" is a hostname rather than an IP address
2000-08-11 06:30:34 +00:00
brad
029ccd5c7f - fixup notices, prevent some line wrapping as well
- remove extra if loop and replace with elif; pointed out by naddy@
2000-08-09 00:40:14 +00:00
brad
74a9ffd932 move sample files from lib/squid to share/examples/squid 2000-08-05 02:23:14 +00:00
brad
98cf57f75b - unconditionally show DEINSTALL message since there is more than just the
config directory that has to be removed
- change a whole bunch of vars in INSTALL from ${FOO} to $FOO so they do
not get substituded and have the substitution occur only once at the top
of the INSTALL script
2000-07-29 00:04:58 +00:00
brad
4197b9dcb0 add a distribution patch:
squid-2.3.stable4-internal_dns_rcode_table_formatting.patch
Missing a newline on cachemgr output
2000-07-23 18:21:20 +00:00
chris
aceeaaaea5 Add a patch for Squid STABLE4 that fixes ftp icons 2000-07-20 22:41:40 +00:00
chris
1f419cbf98 Add missing quote which prevented this port from installing
(tested???!)
2000-07-20 21:27:19 +00:00
brad
98eb1a3748 re-add $1 in a few places 2000-07-20 05:57:55 +00:00
brad
55da5bf055 upgrade to Squid 2.3.STABLE4 2000-07-20 01:17:09 +00:00
brad
d9707f1194 better INSTALL script 2000-07-19 07:38:31 +00:00
brad
b42604655b add #!/bin/sh 2000-07-19 06:47:03 +00:00
brad
4c66c6fb0a with these patches Squid now compiles with our ipf headers when using the
IPF Transparent proxying support
2000-07-12 21:26:30 +00:00
brad
85e8a0d4da upgrade to Squid 2.3.STABLE3
- NOTE: you can now override the dir used for cache/logs by using the
variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it
will be substituted into the INSTALL/DEINSTALL scripts.
2000-06-28 07:08:28 +00:00
brad
e6c62491fd correct HOMEPAGE URL 2000-06-10 06:27:25 +00:00
espie
1a2f04c979 Fake 2000-06-09 20:21:41 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
brad
3edea145ff - bump NEED_VERSION
- fix MASTER_SITES URLs, squid.nlanr.net -> www.squid-cache.org
- use DIST_SUBDIR
- YES -> Yes
- remove unnecessary CONFIGURE_ARGS option
- remove STRIP variable since INSTALL_PROGRAM has used INSTALL_STRIP for
awhile now, better fix coming soon
2000-03-30 21:59:26 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
espie
edba5cfedf MAKEFILE-> MAKE_FILE 2000-02-22 17:08:31 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
espie
e201e9d26b Kill most instances of PATCH_SITES 2000-02-02 17:02:38 +00:00
brad
4e70dc50d5 - check that PATCH_DEBUG is set to yes instead of just being defined
- change MAINTAINER, ports@ -> brad@
- add 2 distribution patches;

squid-2.2.stable5-domain-match.patch
Matching a hostname and a domain name doesn't always work, depending on
leading dots and other edge conditions. Plus, the code for matching in
ACL's worked one way, while the code for matching 'cache_peer_domain' list
worked slighly different.

The patch below makes all host/domain matching operate the same way. It
also changes the rules a bit, so your current configuration probably will
not work the way you want after applying this patch.

- patch was included in the patches dir because of the difference in
relative path in comparison to all the other distribution patches.

squid-2.2.stable5-mkhttpdlogtime-end-of-year.patch = patch-ai
mkhttpdlogtime() generates a date string of the form 31/Dec/1999:23:59:59 +0900.
But when the year changes, the timezone offset will be wrong, for example:
01/Jan/2000:00:00:00 -1500.
2000-01-17 15:38:38 +00:00