| 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/pkg-plist |
|
CVSWeb
|
Number of commits found: 44 |
|
Sun, 4 Dec 2005
|
[ 00:27 clement ]
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. )
- retire www/apache2
|
|
Fri, 14 Oct 2005
|
[ 14:54 clement ]
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. )
- Update to 2.0.55
|
|
Fri, 17 Dec 2004
|
[ 17:52 clement ]
1.215 www/apache2/Makefile
1.15 www/apache2/files/patch-Makefile.in
1.1 www/apache2/files/patch-support:Makefile.in
1.1 www/apache2/files/patch-support:envvars-std.in
1.74 www/apache2/pkg-plist
- Remove useless APR_FROM_PORTS check in post-install
- Add support for modular sbin/envvars
You can now put your own scripts you want to execute at envvars
stage in ${PREFIX}/etc/apache2/envvars.d
Only script ending by *.env are run.
Example:
/usr/local/etc/apache2/envvars.d/mod_python3.env
Discussed with: perky on -apache@
|
|
Sun, 12 Dec 2004
|
[ 11:48 clement ]
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
|
|
Mon, 29 Nov 2004
|
[ 09:38 clement ]
1.8 www/apache2/files/patch-support:apxs.in
1.72 www/apache2/pkg-plist
- As discussed on apache@, don't create httpd.conf.bak, and remove stalled
httpd.conf.bak file at deinstall time.
|
|
Sat, 16 Oct 2004
|
[ 15:45 clement ]
1.206 www/apache2/Makefile
1.77 UPDATING
1.71 www/apache2/pkg-plist
- Remove WITH_APR_FROM_PORTS knob
- Add a note to UPDATING, to warn users they won't be able to build apache2
if they keep apr 0.9.x
Discussed with: Craig Rodrigues (apr maintainer), kuriyama
|
|
Tue, 12 Oct 2004
|
[ 09:27 clement ]
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. )
- 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]
|
|
Tue, 17 Aug 2004
|
[ 13:41 clement ]
1.196 www/apache2/Makefile
1.60 UPDATING
1.4 www/apache2/files/patch-docs:conf:httpd-std.conf.in
1.69 www/apache2/pkg-plist
- Bump PORTREVISION for all previous changes
- Allow access to /home if mod_userdir is loaded
- We don't need apache2libs.sh if apr is installed from ports.
- Add recent changes to UPGRADING
|
|
Thu, 5 Aug 2004
|
[ 22:46 clement ]
1.194 www/apache2/Makefile
1.1 www/apache2/files/apache2libs.sh
1.68 www/apache2/pkg-plist
- Add ldconfig -m to apache2's apr libs (install time and boot time)
Requested by, discussed with: lev
|
|
Fri, 30 Jul 2004
|
[ 18:04 clement ]
1.192 www/apache2/Makefile
1.8 www/apache2/files/apache.sh
1.3 www/apache2/files/patch-docs:conf:httpd-std.conf.in
1.67 www/apache2/pkg-plist
apache2 NG patch 1/5.
o Changes in httpd.conf
- mod_userdir:
. set Userdir if mod_userdir is loaded [1]
. Userdir is denied for users from /etc/ftpusers
- set more "secure" permissions.
By default, policy is to deny access to filesystem.
You HAVE to _ENABLE_ access to your filesystem in httpd.conf.
- Add an "Includes" directory to ${PREFIX}/etc/apache2/
to make configuration more flexible
${PREFIX}/etc/apache2/*.conf files are now automatically loaded.
o apache.sh
- be closer to apachectl, apache.sh need envvars [2]
It should restore subversion behavior.
Partially submitted by:
kuriyama [1],
Gregory (Grisha) Trubetskoy <grisha at apache dot org> [2]
Future changes are mostly written, they should be committed during the
week-end.
If you're interrested in changes, feel free contact me.
|
|
Sat, 3 Jul 2004
|
[ 22:57 clement ]
1.66 www/apache2/pkg-plist
- remove from plist reference to share/nls/en_US.US-ASCII
and share/nls/POSIX
Noticed by: thierry
|
|
Fri, 2 Jul 2004
|
[ 14:47 clement ]
1.189 www/apache2/Makefile
1.2 www/apache2/files/patch-configure.in
1.65 www/apache2/pkg-plist
- Make configure script define DEFAULT_SCOREBOARD.
- Add NOTICE file to respect Apache 2.0 license
|
|
Thu, 1 Jul 2004
|
[ 06:54 clement ]
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. )
- 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 )
|
|
Wed, 9 Jun 2004
|
[ 07:16 kris ]
1.3 graphics/gridpix/pkg-plist
1.6 mail/mailgraph/pkg-plist
1.9 misc/achievo/pkg-plist
1.16 russian/apache13-modssl/pkg-plist
1.17 russian/apache13/pkg-plist
1.5 russian/cyrproxy/pkg-plist
1.3 sysutils/uptimed/pkg-plist
1.19 www/apache13+ipv6/pkg-plist
1.25 www/apache13-fp/pkg-plist
1.2 www/apache13-modperl/pkg-plist
(Only the first 10 of 21 ports in this commit are shown above. )
Don't remove www/ now that it is created by the system.
|
|
Sat, 5 Jun 2004
|
[ 12:14 clement ]
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]
|
|
Tue, 18 May 2004
|
[ 14:43 clement ]
1.61 www/apache2/pkg-plist
- Fix plist after upgrading libtool to 1.5
Notice by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
|
|
Sat, 20 Mar 2004
|
[ 12:27 clement ]
1.175 www/apache2/Makefile
1.10 www/apache2/Makefile.modules
1.62 www/apache2/distinfo
1.2 www/apache2/files/patch-modules:ssl:ssl_engine_io.c
1.2 www/apache2/files/patch-srclib:apr-util:build:dbm.4
1.1 www/apache2/files/patch-srclib:apr-utils:build:dbm.m4
1.60 www/apache2/pkg-plist
Update to 2.0.49
Full ChangeLogand announcement:
http://www.apache.org/dist/httpd/Announcement2.html
Port changes:
- buildconf patches improvement
- Fix typo [1]
PR: 64297 [1]
Submitted by: TSUMAI Yasuyuki <ral@ta-ko.jp> [1]
|
|
Sun, 8 Feb 2004
|
[ 15:40 clement ]
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
|
|
Sun, 9 Nov 2003
|
[ 03:22 naddy ]
1.156 www/apache2/Makefile
1.2 www/apache2/Makefile.modules
1.5 www/apache2/files/patch-srclib:apr-util:configure
1.58 www/apache2/pkg-plist
- fix LDAP deps (typo) [1]
- fix nasty typo in DBM code (missing + in LIB_DEPENDS=)
- remove NO_{ERROR;WWWDATE;CGI;ICONS;WWW} and utilize WITHOUT_WWW and
WITH_CUSTOM_WWW [2]
- HTTP_PORT => WITH_HTTP_PORT and IPV6_ONLY => WITH_IPV6_ONLY [3]
- add support for FreeBSD libc db [4]
- add db41 support [5]
- more typos and a few things...
Notified by: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com> [2] [3]
Requested by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> [4]
Submitted by: <swp@uni-altai.ru> [5]
PR: 58739
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
Wed, 29 Oct 2003
|
[ 22:46 trevor ]
1.154 www/apache2/Makefile
1.1 www/apache2/Makefile.modules
1.58 www/apache2/distinfo
1.13 www/apache2/files/patch-Makefile.in
1.6 www/apache2/files/patch-docs:conf:ssl-std.conf
1.1 www/apache2/files/patch-docs:conf:ssl-std.conf.in
1.57 www/apache2/pkg-plist
Update to 2.0.48, which has corrections for two security bugs:
- CAN-2003-0789: information leak in mod_cgid
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0789>
- CAN-2003-0542: buffer overflow in mod_alias and mod_rewrite
<URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0542>
Use a DIST_SUBDIR. Use the DOCSDIR macro.
Add options: HTTP_PORT, IPV6_V6ONLY, NO_CGI, NO_ERROR, NO_ICONS,
NO_WWW, NO_WWWDATA, WITHOUT_AUTH, WITHOUT_DAV, WITHOUT_MODULES,
WITHOUT_MODULES, WITHOUT_PROXY, WITH_ALL_STATIC_APACHE, WITH_BERKELEYDB,
WITH_CUSTOM_AUTH, WITH_CUSTOM_PROXY, WITH_DBM, WITH_EXTRA_MODULES,
WITH_MODULES, WITH_MPM, WITH_STATIC_APACHE, WITH_STATIC_MODULES and
WITH_STATIC_SUPPORT
PR: 58654
Submitted by: Clement Laforet (maintainer)
|
|
Sat, 18 Oct 2003
|
[ 18:00 naddy ]
1.152 www/apache2/Makefile
1.56 www/apache2/pkg-plist
Add forgotten file to plist.
PR: 58211
Submitted by: Dimitry Andric <dimitry@andric.com>
Approved by: maintainer
|
|
Wed, 9 Jul 2003
|
[ 16:31 cy ]
1.148 www/apache2/Makefile
1.57 www/apache2/distinfo
1.55 www/apache2/pkg-plist
Update 2.0.46 --> 2.0.47
Approved by: MAINTAINER (dominic.marks@btinternet.com)
Notified by: striker@apache.org on announce@apache.org
|
|
Thu, 12 Jun 2003
|
[ 10:35 perky ]
1.144 www/apache2/Makefile
1.54 www/apache2/pkg-plist
Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Requested by: Moti Levy <moti@flncs.com>,
Milan Andric <mandric@eecs.berkeley.edu>,
|
|
Sun, 1 Jun 2003
|
[ 01:09 perky ]
1.142 www/apache2/Makefile
1.56 www/apache2/distinfo
1.9 www/apache2/files/patch-configure
1.53 www/apache2/pkg-plist
[SECURITY FIX]
Update to 2.0.46
See vulnerability details at:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
PR: 52768 [1]
Submitted by: Xin Li <delphij@freebsdchina.org> [1],
Miguel Mendez <flynn@energyhq.es.eu.org>,
Trevor Johnson <trevor@FreeBSD.org>,
Mark Gooderum <mark@verniernetworks.com>,
John Walsh <zed@maths.tcd.ie>
|
|
Fri, 4 Apr 2003
|
[ 03:36 perky ]
1.140 www/apache2/Makefile
1.55 www/apache2/distinfo
1.8 www/apache2/files/patch-configure
1.2 www/apache2/files/patch-srclib:apr:include:apr.h
1.52 www/apache2/pkg-plist
Update to 2.0.45. This update fixes a DDOS vulnerability.
PR: 50564 [1]
Submitted by: Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1]
Requested by: many
|
|
Tue, 21 Jan 2003
|
[ 17:54 perky ]
1.137 www/apache2/Makefile
1.54 www/apache2/distinfo
1.51 www/apache2/pkg-plist
Update to 2.0.44
New knob IPV6_V6ONLY=yes disables accepting v4 connection via v4-mapped
v6 socket.
|
|
Wed, 8 Jan 2003
|
[ 11:29 perky ]
1.136 www/apache2/Makefile
1.7 www/apache2/files/patch-configure
1.50 www/apache2/pkg-plist
Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-devel
Bumped PORTREVISION accordingly.
PR: ports/39091
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
|
|
Fri, 15 Nov 2002
|
[ 13:35 perky ]
1.135 www/apache2/Makefile
1.3 www/apache2/files/config.layout
1.1 www/apache2/files/patch-srclib:apr:include:apr.h
1.49 www/apache2/pkg-plist
o Change installbuilddir to $PREFIX/share/apache2/build to make porting
3rd party modules easy. [1]
o Include <limits.h> before <sys/syslimits.h> to reduce warnings on -CURRENT
PR: 44104 [1]
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
|
|
Sat, 5 Oct 2002
|
[ 10:18 kris ]
1.25 russian/apache13-modssl/Makefile
1.26 russian/apache13/Makefile
1.31 www/apache13+ipv6/Makefile
1.37 www/apache13-fp/Makefile
1.109 www/apache13-modssl/Makefile
1.80 www/apache13-ssl/Makefile
1.123 www/apache13/Makefile
1.133 www/apache2/Makefile
1.15 russian/apache13-modssl/distinfo
1.16 russian/apache13/distinfo
(Only the first 10 of 24 ports in this commit are shown above. )
Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.
Mark apache13-ssl FORBIDDEN because the new version does not yet exist.
Partially based on patches submitted by below authors.
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>,
Udo Schweigert <udo.schweigert@siemens.com>,
Lev A. Serebryakov <lev@serebryakov.spb.ru>
PR: ports/43682, ports/43688, ports/43666, ports/43681
|
|
Wed, 25 Sep 2002
|
[ 17:42 perky ]
1.132 www/apache2/Makefile
1.52 www/apache2/distinfo
1.47 www/apache2/pkg-plist
Update to 2.0.42
Approved by: will (portmgr)
|
|
Sat, 10 Aug 2002
|
[ 01:56 perky ]
1.130 www/apache2/Makefile
1.51 www/apache2/distinfo
1.11 www/apache2/files/patch-Makefile.in
1.2 www/apache2/files/patch-modules:http:http_request.c
1.3 www/apache2/files/patch-support:htpasswd.c
1.46 www/apache2/pkg-plist
Update to 2.0.40
|
|
Sun, 21 Jul 2002
|
[ 03:23 perky ]
1.128 www/apache2/Makefile
1.10 www/apache2/files/patch-Makefile.in
1.1 www/apache2/files/patch-server:main.c
1.1 www/apache2/files/patch-srclib:apr:threadproc:unix:procsup.c
1.45 www/apache2/pkg-plist
- Add a small hack for worker MPM [1]
(worker MPM with this hack seems to work without visible problems.
and still requires -DFORCE_THREADING_MPM to build for worker MPM.)
- Fix plist for worker MPM
- Comment out fancy modules from default httpd.conf
Tested on: ref5.freebsd.org, several 4-stable machines [1]
|
|
Sun, 14 Jul 2002
|
[ 04:58 perky ]
1.126 www/apache2/Makefile
1.44 www/apache2/pkg-plist
o Install mod_deflate by default
o Add mod_bucketeer and mod_optional_* modules to WITH_EXPERIMENTAL modules
o Bump port revision
PR: 40529
Submitted by: Lawrence Ho <lawrenceho@fastmail.fm>
|
|
Thu, 27 Jun 2002
|
[ 01:22 perky ]
1.122 www/apache2/Makefile
1.1 www/apache2/files/patch-support:htpasswd.c
1.43 www/apache2/pkg-plist
o Fix the htpasswd logic bug around -c and -n options
o Take away WITH_BUNDLED_EXPAT option (use textproc/expat2)
o Bump PORTREVISION
Prompted by: Jon Noack <noackjr@rice.edu> (htpasswd)
Obtained from: Apache Project's CVS (htpasswd)
|
|
Sat, 22 Jun 2002
|
[ 00:47 pat ]
1.121 www/apache2/Makefile
1.9 www/apache2/files/patch-Makefile.in
1.42 www/apache2/pkg-plist
- Sync www/apache13's change (.default -> -dist)
- Change default to WITH_BULDLED_EXPAT
- Reorder .if .endif blocks (.if WITH_MPM must appear earlier than .if
WITHOUT_CACHE)
- Some minor style fixes
- Bump PORTREVISION
PR: ports/39635
Submitted by: maintainer
|
|
Wed, 19 Jun 2002
|
[ 00:02 pat ]
1.118 www/apache2/Makefile
1.5 www/apache2/files/apache.sh
1.2 www/apache2/files/config.layout
1.50 www/apache2/distinfo
1.8 www/apache2/files/patch-Makefile.in
1.5 www/apache2/files/patch-docs:conf:ssl-std.conf
1.7 www/apache2/files/patch-support:apxs.in
1.6 www/apache2/files/patch-support:log_server_status.in
1.41 www/apache2/pkg-plist
- Update to 2.0.39, the emergency security update.
- Unmark FORBIDDEN
PR: ports/39477
Submitted by: maintainer
|
|
Sun, 26 May 2002
|
[ 14:25 ijliao ]
1.116 www/apache2/Makefile
1.4 www/apache2/files/patch-srclib:apr-util:configure
1.40 www/apache2/pkg-plist
- Better WITH_SUEXEC support
- Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT)
PR: 38552
Submitted by: maintainer
|
|
Thu, 9 May 2002
|
[ 04:55 cy ]
1.114 www/apache2/Makefile
1.49 www/apache2/distinfo
1.7 www/apache2/files/patch-Makefile.in
1.6 www/apache2/files/patch-configure
1.2 www/apache2/files/patch-docs:conf:httpd-std.conf.in
1.3 www/apache2/files/patch-srclib:apr-util:configure
1.2 www/apache2/files/patch-srclib:apr:include:apr_atomic.h
1.5 www/apache2/files/patch-support:apachectl.in
1.6 www/apache2/files/patch-support:apxs.in
1.5 www/apache2/pkg-deinstall
(Only the first 10 of 11 ports in this commit are shown above. )
1. Upgrade 2.0.35 --> 2.0.36
2. Port printed message to "pw userdel www" if port removed permanently.
However master.passwd 1.25.2.5 has user www by default, so this is no
longer correct advice. Removed pkg-deinstall to correct this.
PR: 37849 and 36907
Approved by: MAINTAINER: Hye-Shik Chang <perky@fallin.lv>
|
|
Thu, 18 Apr 2002
|
[ 21:29 ijliao ]
1.113 www/apache2/Makefile
1.4 www/apache2/files/apache.sh
1.1 www/apache2/files/config.layout
1.6 www/apache2/files/patch-Makefile.in
1.5 www/apache2/files/patch-config.layout
1.4 www/apache2/files/patch-docs:conf:ssl-std.conf
1.5 www/apache2/files/patch-support:log_server_status.in
1.38 www/apache2/pkg-plist
Respect $DESTDIR for all paths
PR: 37211
Submitted by: maintainer
|
|
Mon, 8 Apr 2002
|
[ 07:45 pat ]
1.110 www/apache2/Makefile
1.3 www/apache2/files/apache.sh
1.48 www/apache2/distinfo
1.5 www/apache2/files/patch-Makefile.in
1.4 www/apache2/files/patch-config.layout
1.5 www/apache2/files/patch-configure
1.5 www/apache2/files/patch-docs:conf:httpd-std.conf
1.1 www/apache2/files/patch-docs:conf:httpd-std.conf.in
1.3 www/apache2/files/patch-docs:conf:ssl-std.conf
1.2 www/apache2/files/patch-srclib:apr-util:configure
(Only the first 10 of 15 ports in this commit are shown above. )
Update to 2.0.35 (first GA release!)
PR: 36834
Submitted by: maintainer
|
|
Sat, 23 Mar 2002
|
[ 08:31 pat ]
1.108 www/apache2/Makefile
1.47 www/apache2/distinfo
1.4 www/apache2/files/patch-Makefile.in
1.3 www/apache2/files/patch-config.layout
1.4 www/apache2/files/patch-configure
1.4 www/apache2/files/patch-docs:conf:httpd-std.conf
1.2 www/apache2/files/patch-docs:conf:ssl-std.conf
1.1 www/apache2/files/patch-srclib:apr-util:configure
1.3 www/apache2/files/patch-support:apachectl.in
1.4 www/apache2/files/patch-support:apxs.in
(Only the first 10 of 12 ports in this commit are shown above. )
Update to 2.0.32
PR: 36040
Submitted by: maintainer
|
|
Sat, 1 Dec 2001
|
[ 07:58 kuriyama ]
unknown www/apache2/Makefile
unknown www/apache2/pkg-plist
PLIST cleanup.
|
|
Mon, 19 Nov 2001
|
[ 22:47 dwcjr ]
unknown www/apache2/Makefile
unknown www/apache2/distinfo
unknown www/apache2/files/patch-Makefile.in
unknown www/apache2/files/patch-build:rules.mk
unknown www/apache2/files/patch-config.layout
unknown www/apache2/files/patch-configure
unknown www/apache2/files/patch-docs:conf:httpd-std.conf
unknown www/apache2/files/patch-docs:conf:ssl-std.conf
unknown www/apache2/files/patch-include:httpd.h
unknown www/apache2/files/patch-srclib:apr-util:Makefile.in
(Only the first 10 of 15 ports in this commit are shown above. )
Update to 2.0.28
|
|
Fri, 13 Apr 2001
|
[ 06:43 will ]
unknown www/apache2/files/FreeBSD.layout
unknown www/apache2/Makefile
unknown www/apache2/distinfo
unknown www/apache2/files/patch-Makefile.in
unknown www/apache2/files/patch-aa
unknown www/apache2/files/patch-ab
unknown www/apache2/files/patch-ag
unknown www/apache2/files/patch-ak
unknown www/apache2/files/patch-al
unknown www/apache2/files/patch-build:rules.mk
(Only the first 10 of 22 ports in this commit are shown above. )
Bring in Apache 2.0.16-beta. Just in time for the release...
|
Number of commits found: 44 |