Next | Query returned 196 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2004-11-22 23:52:53 by Johnny C. Lam | Files touched by this commit (1)
Log message:
* Create APACHE_MPM variable that can be either "prefork" or \ 
"worker"
  (defaulting to "prefork") that chooses the multi-processing model
  for apache to handle requests.  "Prefork" is the method used by
  Apache-1.3, which is non-threaded.  "Worker" uses threads to handle
  requests.

* Fix libtool usage in this package.  Apache uses libtool, but is
  hardcoded to use the libtool installed by devel/apr.  Patch the
  generated makefile fragment to use a local libtool instead, and
  allow the usual libtool wrapper to take its place.
   2004-11-22 21:25:26 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Convert to use bsd.options.mk: APACHE_SUEXEC is now the "suexec" option.
   2004-11-22 20:56:23 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Clarify that APACHE_MODULES is the list of modules that are linked
statically into the httpd executable.
   2004-11-22 20:54:47 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Fix OpenLDAP detection after devel/apr was converted to use bsd.options.mk.
   2004-11-22 08:12:53 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Use BUILDLINK_PREFIX.apr to refer to the installed location of the apr
package.  Also, remove the need for a separate SUEXEC_COMMENT variable.
   2004-11-10 02:09:10 by Eric Gillespie | Files touched by this commit (1)
Log message:
Add --localstatedir=${VARBASE} to CONFIGURE_ARGS.
   2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-10-02 18:38:38 by Jeremy C. Reed | Files touched by this commit (2)
Log message:
Sort the share/httpd/manual entries in the PLIST.

Added 35 share/httpd/manual entries to PLIST. Most are .ko.euc-kr,
.ko, ja.euc-jp, and .ja files.

I don't know when these were added.

Bump PKGREVISION because now package has several more files.
   2004-10-02 17:54:29 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Just added a comment to remember to look at removing PKGREVISION
for devel/apr when updating the apache2 version.
   2004-10-02 17:47:03 by Jeremy C. Reed | Files touched by this commit (5) | Package updated
Log message:
Update apache to apache-2.0.52.

Also added comment to www/apache2/Makefile.common to remind to
update checksum in devel/apr also.

No actual devel/apr changes seen.

Also removed www/apache2/patches/patch-ab because it is identical to
fix for security in new version.

Changes with Apache 2.0.52
  *) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
  *) Fix the global mutex crash when the global mutex is never allocated
     due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
  *) Fix a segfault in the LDAP cache when it is configured switched
     off. [Jess Holle <jessh ptc.com>]
  *) SECURITY: CAN-2004-0811 (cve.mitre.org)
     Fix merging of the Satisfy directive, which was applied to
     the surrounding context and could allow access despite configured
     authentication.  PR 31315.  [Rici Lake <rici ricilake.net>]
  *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
     is enabled.  Previously, such urls would still be rejected.
     [Jeff Trawick, Bill Stoddard]
  *) mod_mem_cache: Fixed race condition causing segfault because of memory being
     freed twice, or reused after being freed.
     [J. Clar, W. Stoddard, G. Ames]
  *) Add -l option to rotatelogs to let it use local time rather than
     UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
  *) mod_log_config: Fix a bug which prevented request completion time
     from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
     processing.  PR 29696.  [Alois Treindl <alois astro.ch>]

Next | Query returned 196 messages, browsing 121 to 130 | Previous