FreshPorts -- The Place For Ports Wed, 15 Oct 2008 9:08 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: www/apache2/Makefile.doc
CVSWeb

Number of commits found: 19

Sun, 4 Dec 2005
[ 00:27 clement ] Original commit 
1.233 www/apache2/Makefile
1.19 www/apache2/Makefile.doc
1.21 www/apache2/Makefile.modules
1.24 www/apache2/Makefile.modules.3rd
1.16 www/apache2/files/apache.sh
1.2 www/apache2/files/apache2libs.sh
1.2 www/apache2/files/build-fix-openssl_beta
1.69 www/apache2/distinfo
1.3 www/apache2/files/exp-apr-kqueue.patch
1.2 www/apache2/files/exp-windowsupdate.patch

(Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- retire www/apache2
Fri, 14 Oct 2005
[ 14:54 clement ] Original commit 
1.230 www/apache2/Makefile
1.226 www/apache20/Makefile
1.18 www/apache2/Makefile.doc
1.18 www/apache20/Makefile.doc
1.68 www/apache2/distinfo
1.68 www/apache20/distinfo
1.2 www/apache2/files/patch-fix-byterange
1.2 www/apache20/files/patch-fix-byterange
1.2 www/apache2/files/patch-secfix-CAN-2005-1268
1.2 www/apache20/files/patch-secfix-CAN-2005-1268

(Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Update to 2.0.55
Tue, 1 Mar 2005
[ 13:36 clement ] Original commit 
1.219 www/apache2/Makefile
1.17 www/apache2/Makefile.doc
- promote kqueue to not-so-experiemental status.
  Please use WITH_KQUEUE_SUPPORT instead.

Success story reported by:      pav
Thu, 24 Feb 2005
[ 09:52 clement ] Original commit 
1.16 www/apache2/Makefile.doc
- Backport PORTDOCS fix from www/apache21.
  Recent changes in bsd.port.mk prevent from using PORTDOCS= #
Tue, 8 Feb 2005
[ 15:17 clement ] Original commit 
1.218 www/apache2/Makefile
1.15 www/apache2/Makefile.doc
1.66 www/apache2/distinfo
1.16 www/apache2/files/patch-Makefile.in
1.4 www/apache2/files/patch-modules:experimental:util_ldap_cache_mgr.c
1.4 www/apache2/files/patch-modules:ssl:ssl_engine_io.c
1.2 www/apache2/files/patch-secfix-CAN-2004-0885
1.2 www/apache2/files/patch-secfix-CAN-2004-0942
1.2 www/apache2/files/patch-srclib:apr-util:build:dbm.m4
- Update to 2.0.53
- Download bz2'd tarball [1]
- Add print-closest-mirrors target.
  It allows you to find the 6 (3 http/3 ftp) closest mirror,
  base on http://www.apache.org/dyn/closer.cgi/httpd/
  make print-closest-mirrors >> /etc/make.conf automatically add
  the six closest mirror to the head of ${MASTER_SITE_APACHE_HTTPD}.

Requested by:   delphij
Mon, 27 Dec 2004
[ 20:38 clement ] Original commit 
1.14 www/apache2/Makefile.doc
1.3 www/apache21/Makefile.doc
- Add a note about the dangerousness of quotes in make.conf
Sun, 12 Dec 2004
[ 11:48 clement ] Original commit 
1.213 www/apache2/Makefile
1.13 www/apache2/Makefile.doc
1.14 www/apache2/files/patch-Makefile.in
1.6 www/apache2/files/patch-docs:conf:httpd-std.conf.in
1.73 www/apache2/pkg-plist
- Remove installation of unused highperformance*.conf
- Move examples config files to ${EXAMPLESDIR}
- Relax permissions on ${PREFIX}/www instead of ${PREFIX}/www/data
Thu, 21 Oct 2004
[ 08:08 clement ] Original commit 
1.12 www/apache2/Makefile.doc
- sync with real life
Tue, 12 Oct 2004
[ 09:27 clement ] Original commit 
1.201 www/apache2/Makefile
1.11 www/apache2/Makefile.doc
1.18 www/apache2/Makefile.modules
1.12 www/apache2/Makefile.modules.3rd
1.65 www/apache2/distinfo
1.2 www/apache2/files/exp-http-ready.patch
1.2 www/apache2/files/patch-fix-srclib:apr:network_io:unix:sockaddr.c
1.2 www/apache2/files/patch-secfix-modules:dav:fs:lock.c
1.2 www/apache2/files/patch-secfix-modules:ssl:ssl_engine_io.c
1.2 www/apache2/files/patch-secfix-server:utils.c

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update to 2.0.52
- Use "PORTDOCS= #" and get rid of docs entry in plist.
- Support for FreeBSD 6 in apr
- Move of cache modules from THREADS to EXPERIMENTAL category and make
  sure we enable THREADS modules (cgid only) when a threaded MPM is
  selected.
- Resurect WITH_EXTRA_MODULES knob
- powerlogo.gif is now hosted by FreeBSD mirrors
- WITH_<category> is definitively no longer supported.
- Add Includes dir when installed via a package [1]

PR:             ports/72309 [1]
Submitted by:   Christian Kratzer <ck at cksoft dot de> [1]
Wed, 15 Sep 2004
[ 17:54 clement ] Original commit 
1.199 www/apache2/Makefile
1.10 www/apache2/Makefile.doc
1.11 www/apache2/Makefile.modules.3rd
1.1 www/apache2/files/patch-secfix-modules:dav:fs:lock.c
1.1 www/apache2/files/patch-secfix-server:utils.c
1.1 www/apache2/files/patch-secfix-srclib:apr-util:test:testuri.c
Security fixes [1]:
  *) SECURITY: CAN-2004-0786 (cve.mitre.org)
     Fix an input validation issue in apr-util which could be
     triggered by malformed IPv6 literal addresses.  [Joe Orton]

  *) SECURITY: CAN-2004-0747 (cve.mitre.org)
     Fix buffer overflow in expansion of environment variables in
     configuration file parsing.  [Andr<E9> Malo]

  *) SECURITY: CAN-2004-0809 (cve.mitre.org)
     mod_dav_fs: Fix a segfault in the handling of an indirect lock
     refresh.  PR 31183.  [Joe Orton]

- Update documentation (finally!) and fix WITH_<CATEGORY>_MODULES
  for special modules like LDAP or SSL [2]

Noticed by:     nectar [1]
Requested by:   Emile Heitor <imil at home dot imil dot net> [2]
Approved by:    portmgr (marcus)
Thu, 19 Aug 2004
[ 15:38 clement ] Original commit 
1.198 www/apache2/Makefile
1.9 www/apache2/Makefile.doc
1.9 www/apache2/Makefile.modules.3rd
- Add support for exception hook:
  * WITH_EXCEPTION_HOOK now exists
  * Automatically add if WITH_DEBUG is set
  * Update still-outdated-documentation
- Remove automatic debuf mode if DEBUG_FLAGS is set

Exception hook is very useful for debugging (upcoming www/mod_backtrace
and www/mod_whatkilledus modules)

Makefile.modules.3rd:
- Fix CONFIGURE_ARGS for dynamic module selection.
  It's now fully usuable for apache13 ports
- Remove an useless WANT_APACHE check
- Move apxs detection at the beginning of the file, to use APXS_PREFIX
  for apache major version detection [1]
  The main advantage of this patch is to provide a nice way to
  have multiple apache versions, without altering ${LOCALBASE}.

Submitted by:    "ports/c0decafe.net" <ports at c0decafe dot net> [1]
Tue, 13 Jul 2004
[ 10:32 clement ] Original commit 
1.191 www/apache2/Makefile
1.8 www/apache2/Makefile.doc
1.1 www/apache2/files/patch-fix-srclib:apr:network_io:unix:sockaddr.c
- Fix hostname resolution if IPv4 are mapped. [1]
- Add WITHOUT_V4MAPPED knob and explicitly set --disable-v4-mapped
  if WITHOUT_V4MAPPED or WITH_IPV6_V6ONLY

Also submitted by:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
Thu, 1 Jul 2004
[ 06:54 clement ] Original commit 
1.186 www/apache2/Makefile
1.7 www/apache2/Makefile.doc
1.14 www/apache2/Makefile.modules
1.64 www/apache2/distinfo
1.1 www/apache2/files/exp-apr-kqueue.patch
1.1 www/apache2/files/exp-http-ready.patch
1.1 www/apache2/files/exp-windowsupdate.patch
1.2 www/apache2/files/patch-modules:ssl:ssl_engine_kernel.c
1.2 www/apache2/files/patch-server:protocol.c
1.1 www/apache2/files/patch-srclib:apr-util:misc:apr_reslist.c

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 2.0.50
  Important changes:
  *) SECURITY: CAN-2004-0493 (cve.mitre.org)
     Close a denial of service vulnerability identified by Georgi
     Guninski which could lead to memory exhaustion with certain
     input data.  [Jeff Trawick]
  *) SECURITY: CAN-2004-0488 (cve.mitre.org)
     mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for a
     (trusted) client certificate subject DN which exceeds 6K in length.
     [Joe Orton]
  Details can be found here:
        http://www.apache.org/dist/httpd/CHANGES_2.0
- Use autoconf 2.59
- Add add SUEXEC_LOGFILE tunable to set suexec logfile [1]
- Silently ignore removal of libexec/apache2 directory
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 5 Jun 2004
[ 12:14 clement ] Original commit 
1.183 www/apache2/Makefile
1.6 www/apache2/Makefile.doc
1.13 www/apache2/Makefile.modules
1.6 www/apache2/files/apache.sh
1.1 www/apache2/pkg-message
1.62 www/apache2/pkg-plist
-1- make show-options readable from a vt100 ;-)
-2- add WITH_DEBUG knob (supports DEBUG_FLAGS)
-3- convert start script to RCng [1]
    - add possibility to run limits(1) before apache starts
    - apache2.sh reload = apachectl graceful
-4- Add threadpool MPM
-5- Adapt COMMENT to fit MPM.
-6- Bump PORTREVISION

PR:             ports/66955 [1]
Submitted by:   nork [1] (partially)
Requested by:   ume [1]
Mon, 16 Feb 2004
[ 14:07 clement ] Original commit 
1.168 www/apache2/Makefile
1.5 www/apache2/Makefile.doc
1.61 www/apache2/distinfo
- Add windowsupdate.com mod_proxy fix. [1]
  you must define WITH_WINDOWSUPDATEFIX
- Fix typo/reword Makefile.doc [2]

PR:             62610 [1], 62757 [2]
Submitted by:   leafy <leafy@leafy.idv.tw> [1],
                Linh Pham <question+freebsdpr@closedsrc.org> [2]
Sun, 8 Feb 2004
[ 15:40 clement ] Original commit 
1.167 www/apache2/Makefile
1.4 www/apache2/Makefile.doc
1.59 www/apache2/pkg-plist
- Improve apr from ports support.
  Thanks a lot to kuriyama.

Submitted by:   kuriyama
[ 10:01 kuriyama ] Original commit 
1.165 www/apache2/Makefile
1.3 www/apache2/Makefile.doc
o Use appropriate comment for WITH_IPV6_V6ONLY knob.
o Fix apu-config command name in WITH_APR_FROM_PORTS condition.
Sat, 10 Jan 2004
[ 22:24 clement ] Original commit 
1.161 www/apache2/Makefile
1.2 www/apache2/Makefile.doc
1.7 www/apache2/Makefile.modules
1.1 www/apache2/files/patch-modules:ssl:mod_ssl.h
- Per popular request, add "you can you use make show-modules"-like
  message option in pre-everything:: target.
- Change OpenSSL fix. (specially when WITH_BERKELEYDB=FreeBSD is defined)
  There are too many cases of failure (at leat 3), so I can't force -STABLE
  users to use SSL_EXPERIMENT_ENGINE [1]
- Add WITH_SSL_EXPERIMENTAL_ENGINE knob [2]
- Better db42 apr-util detection [3]
- Add fastest mirror to PATCH_SITES
- Add db42 to "make show-options"

Note to users:
    Unless you have a *really* good request, no more features will be added.
    Please send me with your bug reports:
            - uname -a output
            - all config.log files
            - pkg_info output
            - your make command line

Noticed by:     apache2-test-ng.sh script [1]
                Barry Pederson <bp@barryp.org> [3]
Requested by:   jb@perso-web.com [2]
Thu, 8 Jan 2004
[ 17:42 clement ] Original commit 
1.158 www/apache2/Makefile
1.1 www/apache2/Makefile.doc
1.3 www/apache2/Makefile.modules
1.59 www/apache2/distinfo
1.10 www/apache2/files/patch-configure
1.1 www/apache2/files/patch-configure.in
1.1 www/apache2/files/patch-srclib:apr-util:build:dbm.4
1.6 www/apache2/files/patch-srclib:apr-util:configure
1.1 www/apache2/files/patch-srclib:apr:build:apr_hints.m4
Apache2 PORTREVISION 2:
- Move docs-related stuff to Makefile.doc
- Better MPM handling (for slave ports)
- Fix HTTP_PORT behaviour
- Make suExec more configurable [1]
- Now config script are regenerated by buildconfig, to improve slave
  ports support and minimize apr/apache2 ports conflict [2]
- Fix typo in AUTH_MODULES routine [3] [4]
- apr threaded support [5]
- Fix Segmentation fault with LDAP [6]
- Add db42 support. [7] (just uncomment related lines
  if you installed it from shar)
- add SLAVE_DESIGNED_FOR variable for slave ports to
  automaticaly mark them as BROKEN, if they are out of sync with
  apache2
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
libxml2Oct 15
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03

12 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19318
Broken 157
Deprecated 81
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 63
Interactive 78
new 24 hours 5
new 48 hours12
new 7 days51
new fortnight81
new month150

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.385 seconds.