2002-12-09 17:02:01 by Matthias Scheler | Files touched by this commit (115) |
Log message:
Replace "true" by "${TRUE}".
|
2002-12-03 17:58:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
regen (squid-2.5.STABLE1-disable-http-violations.patch size and SHA1 change)
|
2002-12-02 04:09:02 by grant beattie | Files touched by this commit (1) |
Log message:
If we include buildlink2.mk files, we need to turn on USE_BUILDLINK2
:-)
Fixes openssl dependancy problem on platforms which do not have a
suitable (read: secure) openssl in the base system.
Some whitespace cleanup.
|
2002-12-01 06:36:52 by grant beattie | Files touched by this commit (4) |
Log message:
src/fs/diskd: only include sys/msg.h if we have it.
fixes build on (at least) Darwin 6.2.
|
2002-11-25 15:46:14 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update squid package to squid-2.5.1nb2.
- Apply disabled official patch since the patch's content has corrected.
* Impossible to define acls with spaces in them
- Remove "@unexec ${RMDIR} %D/etc/squid ..." line from PLIST since
there is already removing directory line which use more generic
PKG_SYSCONFDIR variable.
|
2002-11-25 08:17:26 by Matthias Scheler | Files touched by this commit (1) |
Log message:
List Takahiro Kambe as new maintainer of this package.
|
2002-11-24 12:01:17 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update squid 2.5.1STABLE1nb1.
Apply official patches:
* Small typo in dnsserver error message on DNS overload
* Filter out unproxyable authentication schemes
* cachemgr login & password revealed in HTTP server log files
* make uninstall removes squid.conf
* Segmentation fault if a external_acl helper exits prematurely
* Squid rejects GET/HEAD with request entities claimint error 411
* external_acl.c compilation failure
* memory leak of acl structures on "squid -k reconfigure"
* Occasional corruption of objects when using aufs
* Cachemgr "Total accounted:" memory statistics always report \
"-1"
* WCCP hash assignment can sometimes be missed by the router
* external_acl helper problem with spaces
* --enable-async-io or --with-storeio=aufs fails to automatically enable \
--with-pthreads
* "make addlang" fails
* Specifying LDAP servers last on the command line does not work
* Referer log not closed on shutdown
* Many files missing from the contrib directory
But the most recent patch isn't included since it content seems to be
broken.
* Impossible to define acls with spaces in them
|
2002-11-12 17:07:18 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Move libexec/squid_unix_group and man/man8/squid_unix_group.8 from PLIST
to OPTIONAL_FILES in Makefile.
This fix a problem when setting SQUID_CONFIGURE_ARGS in /etc/mk.conf
without --enable-external-acl-helpers=unix_group.
Noted by private mail from Tomasz Luchowski <tomasz at luchowski.com>.
|
2002-11-02 08:55:02 by grant beattie | Files touched by this commit (1) |
Log message:
fix some typos.
|
2002-10-25 04:13:38 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix error in make install; extra "; \" were exists.
It cause error on Solaris. (Why NetBSD's make was OK?)
|