diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-17 05:18:20 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-17 05:18:20 +0800 |
commit | b2bcb30c41f8b21180777a739f59421b821ebb0c (patch) | |
tree | e24e872aae3fd491fa10a084b897b2ae87f7d3d2 /www/squid31/distinfo | |
parent | 6329d4de5eb4a033e211f4530ac24f65e0dd7905 (diff) | |
download | freebsd-ports-gnome-b2bcb30c41f8b21180777a739f59421b821ebb0c.tar.gz freebsd-ports-gnome-b2bcb30c41f8b21180777a739f59421b821ebb0c.tar.zst freebsd-ports-gnome-b2bcb30c41f8b21180777a739f59421b821ebb0c.zip |
- configure squid to run under a dedicated "squid" user by default; make use
of SQUID_{UID,GID} which other squid-related ports already implemented.
The user/group will be created on the fly if they do not already exist.
- introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and
use the ldap_auth helper
- install some more authentication helper applications by default
- install helper applications to ${PREFIX}/libexec/squid instead of
${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr
- cleanup the pre-installation tasks and move them from Makefile and pkg-plist
into the pkg-install script; make 'make install' and 'pkg_add' actually do
the same thing
- introduce a pkg-deinstall script
- make squid.sh rcNG compatible (when either /etc/rc_subr or
${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the
script will work as a "rc classic" script so no additional dependency on
the rc_subr port should be needed)
- some Makefile cleanups:
+ the squid installation procedure now correctly strips binaries, so there
is no need to do this manually anymore
+ generate those parts of pkg-plist dynamically that may be affected by user
set tunables (currently the localized error pages and helper applications)
+ document the available configuration options in a slightly different style
+ remove some obsolete variable declarations and comments
+ honor NOPORTDOCS
- add CONFLICTS
- add another vendor patch, see
http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough
explanation of what has been fixed.
- since we can no longer take the presence of Lithuanian error pages for
granted, wrap the workaround for the errorpages.patch with '.if exists()'
- bump PORTREVISION
PR: 61315
Submitted by: maintainer
Diffstat (limited to 'www/squid31/distinfo')
-rw-r--r-- | www/squid31/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squid31/distinfo b/www/squid31/distinfo index 76f9e296de4d..893a0e19d67a 100644 --- a/www/squid31/distinfo +++ b/www/squid31/distinfo @@ -33,3 +33,4 @@ MD5 (squid2.5/squid-2.5.STABLE4-pinger.patch) = 0902849d051873aaf5f54584d0536bb5 MD5 (squid2.5/squid-2.5.STABLE4-partial_reload.patch) = 6d8fa663f46ffc2272b7d18a0b6eea34 MD5 (squid2.5/squid-2.5.STABLE4-ldap_tls.patch) = dcd6b4ec46e252833a54c4bfd155c284 MD5 (squid2.5/squid-2.5.STABLE4-ldap_group_bufsize.patch) = e42207a45232ca739a64f2ac3901263c +MD5 (squid2.5/squid-2.5.STABLE4-http_workarounds.patch) = 69d958d5120116de3e5efd2b9e30c3ac |