summaryrefslogtreecommitdiffstats
path: root/www/squid30
Commit message (Collapse)AuthorAgeFilesLines
* Update the port to squid-2.4STABLE3.adrian2001-12-032-3/+3
| | | | | | | | | | | | | | | | | | | | From the ChangeLog: Changes to Squid-2.4.STABLE3 (Nov 28, 2001): - Fixed bug #255: core dump on SSL/CONNECT if access denied by miss_access - Fixed bug #246: corrupt on-disk meta information preventing rebuilds of lost swap.state files - Fixed bug #243: squid_ldap_auth now supports spaces in passwords - Fixed a coredump when creating FTP directories - Fixed a compile time problem with statHistDump prototype mistmatch, reported by some compilers - Fixed a potential coredump situation on snmpwalk in certain configurations - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir store implementation - Serbian error message translations
* Remove the RunCache stuff and let squid handle its own child maintainence.adrian2001-09-012-3/+8
| | | | | | | | | | This now means that 'stop' as an argument works correctly, and doesn't end up having squid restarted. I've added some sleep code to wait for squid to complete its shutdown, but I have commented it out for the time being as I don't know whether its good practice to have your machine sleep during shutdown. I'll research it some more. :)
* Misc. fixes:olgeni2001-08-311-37/+37
| | | | | | | | * Sort pkg-plist * Replace %B%f with %B/%f (%B does not contain the trailing '/') * Rewrote tests using || rather than &&. With &&, if the condition fails then the test returns false, and sysinstall's pkg_add would fail at install time.
* * Update the port to use the newly-release squid-2.4STABLE2adrian2001-08-282-15/+6
| | | | | * Fix the Makefile to actually chown our log/cache dirs to nobody when they're created
* Make sure we don't delete mime.conf and squid.conf at packageadrian2001-06-172-3/+5
| | | | uninstallation time if they've been modified.
* PR: 26339adrian2001-04-102-2/+4
| | | | Fix the diskd path issue. diskd should now be found by squid and work happy.
* Add the latest patch - a HTCP (cache control protocol, not a HTTP extension)adrian2001-04-032-2/+4
| | | | fix.
* Add some PATCHFILES to this port, and bump its PORTREVISION.adrian2001-03-312-1/+9
| | | | | | | | I ran off and updated the patch files on the squid website for 2.4.stable1, and then updated this port to use them. Note that diskd is still broken here - I haven't actually committed a fix to squid yet .. :-P
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* .. and update the Makefile to indicate that its my port, built by me. :)adrian2001-03-271-3/+3
|
* PR: 26059adrian2001-03-275-63/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update the squid-2.4 port to actually _be_ squid-2.4 . Phew. This port builds, installs, packages, pkg_delete's cleanly. I'm going to run it through some more linting and tidying up before I'm completely done with it. Differences from squid22/squid23 : * install-pinger isn't built. I'll tackle this later, possibly by creating a squid user/group. I don't like having suid binaries installed, even more so when 99% of the users of this port won't even enable ICMP pinging. * I've enabled the lru and heap replacement policies. LRU is used by default, the beauty here is that the user can choose one or the other without needing a recompile. * I've enabled ufs (sync), diskd (async) and null (no caching, only proxying). This again lets users choose what they want without needing a recompile. The default is still a 100mb cache in /usr/local/squid/cache/ running ufs. I would change it to diskd but if the user hasn't tweaked their sysV shm/msg parameters sufficiently they'll just be puzzled when squid gives mysterious sysV errors (and if they load it up enough to have UFS become an issue, they'd be better off reading the squid FAQ anyhow..)
* Try to remove ${LOCALBASE}/squid at deinstall time, if it is empty.olgeni2001-03-131-0/+3
| | | | Reported by: bento logs
* Fix typo: othervise -> otherwise.olgeni2001-02-191-1/+1
|
* Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1
|
* Pass the maintainership bit to adrian (who happens to be a squid committer)peter2001-01-121-1/+1
|
* Long overdue update. Add some vendor supplied patches.peter2001-01-052-2/+12
| | | | Nagged by: many folks
* These patches are redundant, and have been for quite some time.peter2001-01-052-33/+0
| | | | The configure script used to override our manual settings, but no more.
* Update to the latest 2.3.STABLE4 version plus official patches.sobomax2000-07-284-29/+33
| | | | | | PR: 20211 Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Reviewed by: adrian
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-5/+22
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Add an official patch.sobomax2000-06-012-2/+3
| | | | | | | | | | | Synopsis: "If you fill up your squid cache, CPU will go to 100% but the cache will not be cleaned up." PR: 18920 Submitted by: Mike Harding <mvh@ix.netcom.com> Obtained from: http://www.squid-cache.org/Versions/v2/2.3/bugs/
* Correct a typo.steve2000-05-291-1/+1
| | | | | PR: 16476 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
* Update from squid 2.3-stable2 to 2.3-stable3. Unfortunately the newpeter2000-05-172-23/+4
| | | | | package version mechanism doesn't seem to have a place to show this new release. :-(
* Update the squid23 port to fix a few loose ends:peter2000-04-172-9/+30
| | | | | | - the distributed patches got regenerated to have the correct paths - disable optimization because of gcc bugs (as recommended by squid folks) - list a few new --enable/--disable options
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-4/+4
|
* Remove NO_LATEST_LINK - both squid ports had it, which obviously isn'tpeter2000-03-051-1/+0
| | | | useful.
* Update to squid 2.3-stable2. This has matured enough that it shouldpeter2000-03-052-3/+15
| | | | probably be used instead of -stable1 now.
* Update squid2.2-STABLE5 -> squid2.3-STABLE1 after a repo copy frompeter2000-01-293-5/+6
| | | | ports/www/squid22.
* Update from squid-2.2.STABLE4 -> squid-2.2.STABLE5peter1999-11-112-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-6/+6
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Update from 2.2-STABLE3 -> 2.2-STABLE4peter1999-08-082-3/+3
|
* Don't require interaction on install while PACKAGE_BUILDING.steve1999-06-221-1/+1
|
* s,/usr/local,${PREFIX},gmharo1999-06-051-3/+3
|
* Update from squid 2.1 -> 2.2 after repository copy.peter1999-05-233-11/+13
|
* Yet more WWW: fun.mharo1999-05-031-1/+2
|
* Update the MASTER_SITES.max1999-04-181-5/+5
|
* Update from squid 2.0 -> squid 2.1 (after repository copy)peter1998-12-262-16/+11
|
* Add patches to bring up to 2.0 patchlevel 2peter1998-10-192-3/+7
|
* Update from squid-1.2beta22 -> 2.0.RELEASE after a repository copy.peter1998-10-063-21/+28
| | | | | | Squid 2.0 is the-version-formerly-known-as-1.2. v2.0 has NOVM-like functionality internally, so there's no seperate NOVM version. v1.1.* is no longer officially supported.
* Update from squid 1.2b20 -> 1.2b22peter1998-06-092-9/+8
|
* Update from 1.2.beta19 -> 1.2.beta20 (+patch 1)peter1998-04-262-8/+8
|
* Update squid-1.2b18 -> 1.2.b19 (with dist patch)peter1998-04-104-17/+17
| | | | Read ChangeLog for the large list of bugfixes/changes/new features.
* Update squid-1.2beta17 -> 1.2beta18peter1998-03-263-7/+10
|
* Add missing files to PLISTpeter1998-03-221-0/+5
| | | | Approved by: asame
* Update squid 1.2.beta16 -> 1.2.beta17peter1998-03-202-9/+8
|
* Include the regularly-scheduled post-beta-release patch.peter1998-03-092-3/+4
|
* Update squid1.2.beta14 -> beta16.peter1998-03-053-26/+23
| | | | | | | Note: the b14 -> b15 change will loose your cache unless you take the steps on http://squid.nlanr.net/ to recover it. Read the Changelog for details, this is a fairly large update.
* Define NO_LATEST_LINK for net/ncftp3 and www/squid12 because these areasami1998-02-161-1/+2
| | | | | unstable betas with better versions in the tree. (There are probably more but these were the only ones I could pull off the top of my head.)
* Argh.. yet another botch.. Sigh.. :-/peter1998-02-141-3/+3
| | | | Pointed out by: Evan Champion <evanc@synapse.net>
OpenPOWER on IntegriCloud