| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jan 2012 19:30:58
5.3,1
|
ohauer  |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@ |
02 Nov 2011 03:43:45
5.3,1
|
pgollucci  |
- sync apache13 related EXPIRATION_DATE
With Hat: apache@ |
07 Sep 2011 03:00:51
5.3,1
|
pgollucci  |
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
until after 9.0 is released.
With Hat: apache@
Reported by: dvl via freshports |
27 Aug 2011 09:54:40
5.3
|
ohauer  |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@ |
20 Aug 2011 19:00:12
5.3,1
|
ohauer  |
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ |
19 Mar 2011 12:38:54
5.3,1
|
miwi  |
- Get Rid MD5 support |
06 Jun 2010 05:00:32
5.3,1
|
pgollucci  |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
27 May 2010 21:27:03
5.3,1
|
pgollucci  |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
27 May 2010 21:19:17
5.3,1
|
pgollucci  |
- 1/3:
- apxs -a is install
- apxs -A is uninstall
PR: ports/147139
Reviewed by: portmgr (pav)
With Hat: apache@ |
25 May 2010 20:17:37
5.3  |
pgollucci  |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
22 Aug 2009 00:38:34
5.3,1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
17 May 2009 07:24:35
5.3,1
|
pgollucci  |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
11 May 2009 07:35:41
5.3,1
|
pgollucci  |
- Cleanup apxs -> APXS usage
- Clean up PLIST_SUB vars
- Use %%AP*%% in pkg-plist |
12 Jan 2009 02:07:52
5.3,1
|
pgollucci  |
- www/apache13 support in this module stops at 5.3 set PORTSCOUT |
12 Jan 2009 02:05:31
5.3,1
|
pgollucci  |
- Revert to 5.3 and set PORTEPOCH to keep a version usable with www/apache13
Requested by: bsam
PR: ports/130006 |
26 Dec 2008 08:09:08
5.4
|
pgollucci  |
- Update to 5.4 [1]
- Use SF macro
- Require apache 2.0+ (conn_rec.id structure incompatabilities)
PR: ports/129470
Submited by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: araujo (mentor, implicit) |
29 Jan 2008 20:24:46
5.3
|
clement  |
- This time, really add the patch
- Fix build on >= 7.0
Spotted by: erwin |
27 Jan 2008 20:53:54
5.3
|
clement  |
- Unbreak on >= 7.0
PR: ports/119794
Submitted by: KAMIYA Satosi <mimoriso@gmail.com> |
23 Jul 2007 14:45:19
5.3
|
dinoex  |
- drop confusing OPTIONS
- support build with heimdal from ports
PR: 97385 |
23 Jul 2007 14:18:31
5.3
|
dinoex  |
- Security update to 5.3
- Fix remotely exploitable vulnerability
Security: CVE-2006-5989
PR: 113059
Submitted by: Christian Ullrich |
14 Mar 2007 19:29:20
5.1
|
pav  |
- Update to 5.1
PR: ports/104842
Submitted by: Ryan T. Dean <rtdean@cytherianage.net>
Approved by: maintainer timeout (apache; 3 months) |
20 Jan 2006 00:14:56
5.0.r6_1
|
kris  |
BROKEN on 7.0: Does not compile |
04 Dec 2005 20:53:01
5.0.r6_1
|
clement  |
- Convert to new USE_APACHE
- Add SHA256 |
14 Oct 2005 22:55:59
5.0.r6_1
|
green  |
* Allow for compilation to optionally use the MIT Kerberos 5 port like
now, but default to the base system's Heimdal.
* Use existing API to tell Heimdal's libkrb5 where the keytab is, rather
than exporting an environment variable (which is what must be done for
MIT's, apparently) -- this unbreak's specification of the keytab
location in httpd.conf.
* Rewrite the description to be far more accurate: no mention was made
of this module doing real SPNEGO/GSSAPI/Kerberos (as opposed to
"Kerberos password gateway") authentication.
* Bump PORTREVISION.
Approved by: MAINTAINER
PR: ports/86963 |
01 Aug 2005 09:28:29
5.0.r6
|
clement  |
- Update to 5.0r6
Submitted by: wollman
PR: ports/83111 |
18 Aug 2004 16:21:56
4.11_1
|
clement  |
- Assign maintainership to freshly created apache@ mailing list |
17 Mar 2004 18:29:46
4.11_1
|
trevor  |
SIZEify. |
01 Mar 2004 23:48:34
4.11_1
|
clement  |
- Fix build on -CURRENT
PR: 62721
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
01 Mar 2004 16:20:49
4.11_1
|
wollman  |
Resign as maintainer of this port. I do not have the time to work on
it right now. |
07 Feb 2004 03:31:20
4.11_1
|
kris  |
BROKEN on 5.x: Does not compile |
07 Nov 2003 09:12:58
4.11_1
|
marcus  |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
07 Mar 2003 06:12:57
4.11_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
18 Jul 2002 20:00:18
4.11_1
|
wollman  |
Fix typo in default keytab name; bump PORTREVISION.
This has now been verified to work. |
18 Jul 2002 19:00:28
4.11
|
wollman  |
Name the module structure what Apache expects it to be called by default. |
18 Jul 2002 17:22:30
4.11
|
wollman  |
Update WWW to point to sourceforge.net. |
18 Jul 2002 17:20:16
4.11
|
wollman  |
mod_auth_kerb distribution has moved to sourceforge.
Update to version 4.11.
(NB: I haven't yet checked this for proper function; this just unbreaks
the compile.) |
21 Mar 2002 16:10:14
4.10
|
wollman  |
Fix dynamic linkage. Also provide for the case where ${KRB5_HOME} !=
${LOCALBASE}. |
19 Oct 2001 18:40:18 
|
wollman  |
New port www/mod_auth_kerb: authenticate Web clients against Kerberos v5. |