pkgsrc/www
kleink 5f073ab9aa Update ap-auth-ldap to 1.5.2; changelog excerpt below.
Changes Between Major Revisions

  Changes from 1.4 to 1.6

     * All changes and bugfixes in the 1.4 releases.
     * Completely rewrote the LDAP caching algorithms (see [1]the
       documentation on caching for more information). Here are the
       highlights of the changes:
          + All cache sizes are measured in terms of cache entries.
            Warning!! This affects the AuthLDAPCacheSize directive!! In
            version 1.4 and before, this directive specified the size in
            megabytes. Now, it specifies the size in cache entri es. If
            you currently have this directive in a config file, it is
            probably set way too high, and will use a significant amount
            of server memory.
          + Deprecated the AuthLDAPCacheCompareOps directive. Apache will
            still accept the directive, but it has no effect, other than
            to generate a warning in the Apache logs.
          + The cache no longer grows without bounds. For servers with a
            very active cache, this should make a big difference with
            memory usage.
          + No longer use the cache management routines from the LDAP
            SDK. All LDAP operations are now cached, using a cache that's
            specially designed for auth_ldap's authentication methods.
          + If Apache has been compiled with MM support and auth_ldap has
            been compiled with -DWITH_SHARED_LDAP_CACHE then the cache is
            shared across all server instances.
          + Added a content handler that can be used to display the cache
            statistics. To use it, add the following directives:
<Location /server/auth-ldap-info>
  SetHandler auth-ldap-info
</Location>
     * Added support for a require dn directive, and a
       AuthLDAPCompareDNOnServer directive. See the documentation for
       more information.
     * auth_ldap now allows the user to specify any attribute when
       checking for group membership, by using the AuthLDAPGroupAttribute
       directive. If this directive is not specified, the default
       continues to be member and uniqueMember. Patch courtesy of
       Graham Leggett.
     * Added another directive, AuthLDAPGroupAttributeIsDN, which says
       whether to use the DN that was retrieved from the LDAP search, or
       to use the username passed by the client when doing group
       authorization. This directive, in conjuction with the previous
       one, allows us to use things like posixGroups for checks:
AuthLDAPGroupAttribute memberuid
AuthLDAPGroupAttributeIsDN off
             * Ensure that auth_ldap will follow referrals under
       OpenLDAP. This behavior was turned off in previous versions.
     * Allow auth_ldap to dereference aliases, using the new
       AuthLDAPDereferenceAliases directive. By default, this directive
       is set to always.
     * Now use ldap_init() when using OpenLDAP. Unless your OpenLDAP is
       really old, this probably won't affect you.
2000-12-14 12:27:51 +00:00
..
adzap Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
amaya Regenerate to pick up the changes for xpkgwedge co-existence. 2000-10-06 14:06:46 +00:00
analog Don't overwrite analog configuration during installation. Fixes 2000-11-01 14:23:32 +00:00
ap-auth-cookie Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
ap-auth-ldap Update ap-auth-ldap to 1.5.2; changelog excerpt below. 2000-12-14 12:27:51 +00:00
ap-auth-postgresql Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
ap-csacek Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
ap-DBI Convert packages to use PERL5_PACKLIST (part 2). These are the database and 2000-08-27 10:37:00 +00:00
ap-dtcl Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
ap-Embperl Convert packages to use PERL5_PACKLIST (part 2). These are the database and 2000-08-27 10:37:00 +00:00
ap-fastcgi Update to 2.2.10. Changes since 2.2.8: 2000-11-28 13:03:06 +00:00
ap-jserv Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
ap-perl Update dependency on libperl to 5.0* or >=5.6.0nb1. Modify build to 2000-09-07 04:47:20 +00:00
ap-php3 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
ap-php4 Update to 4.0.3pl1, inspired by Jared D. McNeill's pkg/11665. 2000-12-08 13:16:13 +00:00
ap-ssl Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache to 2000-10-17 18:14:15 +00:00
apache Introduce APACHE_USER: the user allowed to execute the suexec wrapper 2000-12-11 00:03:07 +00:00
apache6 upgrade to 1.3.14 + IPv6 patch. apache side fixed security hole between 2000-11-14 19:58:05 +00:00
arena Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
asp2php Initial import of asp2php, a utility which can convert WWW Active 2000-01-17 14:13:42 +00:00
asWedit We don't need all of suse_linux, just suse_libc5 2000-09-08 13:33:15 +00:00
bluefish Re-add patch: pass CPPFLAGS to compiler to pick up libintl.h. 2000-08-25 05:52:18 +00:00
bozohttpd remove unnecessary whitespace 2000-09-03 15:14:06 +00:00
calamaris Initial import of calamaris-2.39, a squid (and other) proxy logfile 2000-10-16 07:10:11 +00:00
cgilib Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
checkbot Update to 1.62, plus new homepage & MASTER_SITE 2000-11-23 12:59:32 +00:00
chimera Regen. 2000-12-01 16:29:38 +00:00
cocoon Update cocoon to version 1.8. 2000-10-19 23:23:34 +00:00
communicator Correct a typo (pksrc --> pkgsrc). 2000-12-07 21:16:09 +00:00
galway Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
glibwww Initial import of glibwww-0.2, a set of event register/unregister www 2000-11-07 05:09:18 +00:00
grail Project moved to SourceForge. Mark broken until a new release is made. 2000-10-29 20:22:09 +00:00
gtkhtml Fix dependencies: add control-center>=1.2.0 2000-09-02 06:56:17 +00:00
haskell-cgi Initial import of new "haskell-cgi" package: 2000-12-06 22:05:56 +00:00
htdig Update to V3.1.5 because of security problems in 3.1.4. 2000-02-29 23:31:32 +00:00
htmldoc Because the minor of "libpng" was bumped we must sure that packages 2000-03-21 22:40:50 +00:00
hypermail The configure is actually GNU configure 2000-01-10 14:35:22 +00:00
ijb The Internet Junkbuster Proxy blocks unwanted banner ads and cookies 2000-02-09 17:44:50 +00:00
jakarta-tomcat Update jakarta-tomcat to 3.1.1. This is a security fix release, and the 2000-12-13 03:49:30 +00:00
jsdk20 reorder lines for pkglint 2000-10-21 22:59:33 +00:00
jssi Rework installs using GTAR to DTRT better WRT file owners and permissions 2000-06-22 14:23:24 +00:00
kannel Remove bogus libxml test from GNU configure script. Now works again with 2000-08-07 09:07:15 +00:00
libghttp Update libghttp to 1.0.7. This version just adds a ghttpConf.sh script for 2000-11-25 17:22:15 +00:00
libwww Remove hidden dependency on "automake", and remove dependency on 2000-10-15 12:56:25 +00:00
links Update to 0.93. Changes are mainly bugfixes. 2000-11-15 16:15:14 +00:00
lynx add an empty line for pkglint 2000-11-17 14:26:00 +00:00
lynx-current add an empty line for pkglint 2000-11-17 14:26:00 +00:00
Mosaic remove whitespace to silence pkglint 2000-09-03 13:34:42 +00:00
mozilla Bring in Mozilla patch #17146, to fix <noscript> problems with eBay. 2000-11-26 03:53:34 +00:00
navigator Correct a typo (pksrc --> pkgsrc). 2000-12-07 21:16:09 +00:00
navigator3 Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and 2000-08-18 22:46:29 +00:00
netscape NO_CHECKSUM is set, so we don't need an (empty) md5 file 2000-10-21 23:03:06 +00:00
ns-plugger-common add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
ns-plugger-communicator Initial import of ns-plugger-communicator-3.2, the netscape communicator 2000-08-22 11:04:05 +00:00
ns-plugger-navigator Initial import of ns-plugger-navigator-3.2, the netscape navigator specific 2000-08-22 11:05:21 +00:00
ns-remote Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable 2000-09-02 23:18:26 +00:00
opera add some mirrors, and pull in suse_libpng 2000-12-13 21:07:27 +00:00
p5-Apache-ASP Convert packages to use PERL5_PACKLIST (part 2). These are the database and 2000-08-27 10:37:00 +00:00
p5-Apache-ePerl Update ap-perl dependency. 2000-08-29 00:55:00 +00:00
p5-CGI Remove unneeded file. 2000-10-15 02:18:40 +00:00
p5-CGI-Application p5-CGI-Application: perl5 module to create sophisticated, reusable 2000-10-15 02:48:38 +00:00
p5-CGI_Lite Convert packages to use PERL5_PACKLIST (part 1). These were the easy 2000-08-27 07:10:59 +00:00
p5-FCGI Included in main dist. 2000-10-30 12:24:49 +00:00
p5-HTML-Format A perl formatter for outputting to other formats of text. 2000-12-04 02:19:12 +00:00
p5-HTML-Parser regen 2000-10-19 11:29:06 +00:00
p5-HTML-PrettyPrinter p5-HTML-PrettyPrinter: perl5 module for pretty-printing HTML 2000-10-15 02:51:46 +00:00
p5-HTML-Table p5-HTML-Table: perl5 module to simplify creating HTML tables 2000-10-15 02:49:25 +00:00
p5-HTML-Tagset Update to 3.03 (3.02 is not even in CPAN anymore). 2000-12-04 01:52:54 +00:00
p5-HTML-Template p5-HTML-Template: perl5 module to create HTML templates by extending HTML 2000-10-15 02:50:04 +00:00
p5-HTML-Tree Update to 3.08 (2.04 no longer on CPAN) 2000-12-04 01:58:18 +00:00
p5-libwww Fix wildcard depends on p5-Net to not match p5-Net-Telnet. 2000-08-29 00:52:07 +00:00
p5-URI Update p5-URI to 1.09. Changes from version 1.07: 2000-08-27 21:56:46 +00:00
p5-VRML Fix unterminated F<...> expression that pod2man was complaining about. 2000-08-28 21:14:54 +00:00
php3 Update build dependency on perl to build in correct directory if perl 2000-09-05 09:33:15 +00:00
php3-gd Add "missing" dependencies to link line. 2000-10-13 04:35:13 +00:00
php3-ldap Use a different ld option on Solaris. 2000-08-04 19:36:41 +00:00
php3-mysql remove blank line 2000-10-21 23:04:34 +00:00
php3-pgsql Update dependency on postgresql to >=6.5.3. 2000-05-20 19:52:49 +00:00
php3-snmp adjust DEPENDS 2000-06-15 11:29:38 +00:00
pkg remove trailing `.' 2000-03-09 13:47:31 +00:00
py-pcgi Upgrade to 2.2.2 and for Python 2.0 2000-10-22 20:30:05 +00:00
py-zpublisher First batch of upgrades for Python 2.0: 2000-10-22 20:01:48 +00:00
spfc Rework installs using GTAR to DTRT better WRT file owners and permissions 2000-06-22 14:23:24 +00:00
squid - Add a patch from http://www.squid-cache.org/Versions/v2/2.3/bugs/ for 2000-12-13 16:03:39 +00:00
surfraw Make the DEINSTALL/INSTALL script logic to handle configuration files 2000-12-06 07:55:14 +00:00
swish-e $() -> ${} 2000-02-05 14:08:30 +00:00
tcl-cgi Add DIST_SUBDIR=${PKGNAME} since distfile has no version number. 2000-09-06 06:32:20 +00:00
thttpd upgrade to 2.20b. main purpose for this upgrade is security fix. 2000-10-28 02:35:52 +00:00
tidy Adapt this package to NetBSD using patches supplied by Takahiro Kambe 2000-03-28 17:22:19 +00:00
urlget Update to 1.3, http_proxy support incorporated into distribution. 2000-10-14 18:09:55 +00:00
w3 Initial import of new "w3" package: 2000-12-01 06:18:15 +00:00
w3c-httpd clean up 2000-08-11 00:28:09 +00:00
w3m Update for new boehm-gc 2000-11-23 15:44:21 +00:00
waplet Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
web500gw reformat to <= 80 chars/line 2000-09-03 13:43:24 +00:00
webalizer Add USE_XPM and a dependancy on freetype-lib. 2000-11-14 00:01:27 +00:00
weblint Use the BSD_INSTALL_* macros to install with correct owner/group. 2000-08-15 10:07:31 +00:00
wml Upgrade to wml-2.0.3 2000-09-05 00:11:02 +00:00
wwwcount cleanup, be more verbose 2000-08-11 00:31:23 +00:00
wwwoffle remove commented out section (post-build) 2000-11-21 01:31:14 +00:00
zope remove RCS Id from inside patch to make it apply cleanly (use pkgdiff!) 2000-11-17 14:36:45 +00:00
zope-confera wildcard dependency 2000-08-23 21:33:53 +00:00
Makefile Unify Makefiles -- mostly headers: remove FreeBSD Ids. 2000-12-12 01:30:36 +00:00