1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Palle Girgensohn
971ddc4aaa mod_auth_kerb2 needs gsed to build 2011-06-16 09:13:37 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philip M. Gollucci
173c53f8e7 - Fix build against ports krb5
- Register dependencies correctly
- Bump PORTREVISION

PR:             ports/149370
Submitted by:   Benjamin Lee <ben@b1c1l1.com>
With Hat:       apache@
2010-11-27 00:29:39 +00:00
Philip M. Gollucci
9fef4ce021 - Fix pkg-plist
The default install calls apxs but without -a/-A
  which confuses our std pkg-plist @exec/@unexec stanzas

Reported by:    erwin via pointyhat
2010-09-16 04:17:12 +00:00
Philip M. Gollucci
928b398e02 - use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR:             ports/147143
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
2010-06-06 05:00:31 +00:00
Philip M. Gollucci
6d5b320ddd - 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@
2010-05-27 21:27:03 +00:00
Philip M. Gollucci
25226de738 - 1/3:
- apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
2010-05-27 21:19:17 +00:00
Philip M. Gollucci
335f8cb35d 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)
2010-05-25 20:17:37 +00:00
Dmitry Marakasov
7a0548af2a - Switch SourceForge ports to the new File Release System: categories starting with W 2009-08-22 00:38:34 +00:00
Philip M. Gollucci
fe0178de48 - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes 2009-05-17 07:24:35 +00:00
Philip M. Gollucci
9905458b81 - Cleanup apxs -> APXS usage
- Clean up PLIST_SUB vars
- Use %%AP*%% in pkg-plist
2009-05-11 07:42:53 +00:00
Philip M. Gollucci
ac3103a715 - set LATEST_LINK
- connect to the build

Requested by:   bsam
PR:             ports/130006
2009-01-12 02:06:50 +00:00
Philip M. Gollucci
3b1e360469 - 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)
2008-12-26 08:09:08 +00:00
Clement Laforet
22ba3c9aea - This time, really add the patch
- Fix build on >= 7.0

Spotted by:		erwin
2008-01-29 20:24:46 +00:00
Clement Laforet
26466e34df - Unbreak on >= 7.0
PR:		ports/119794
Submitted by:	KAMIYA Satosi <mimoriso@gmail.com>
2008-01-27 20:53:54 +00:00
Dirk Meyer
8ac56fd10b - drop confusing OPTIONS
- support build with heimdal from ports
PR:		97385
2007-07-23 14:45:19 +00:00
Dirk Meyer
a37f96b98e - Security update to 5.3
- Fix remotely exploitable vulnerability
Security: CVE-2006-5989
PR:		113059
Submitted by:	Christian Ullrich
2007-07-23 14:18:31 +00:00
Pav Lucistnik
c51c6e5d47 - Update to 5.1
PR:		ports/104842
Submitted by:	Ryan T. Dean <rtdean@cytherianage.net>
Approved by:	maintainer timeout (apache; 3 months)
2007-03-14 19:29:20 +00:00
Kris Kennaway
a55a2cadba BROKEN on 7.0: Does not compile 2006-01-20 00:14:56 +00:00
Clement Laforet
8ce51beeec - Convert to new USE_APACHE
- Add SHA256
2005-12-04 20:56:16 +00:00
Brian Feldman
c8dcc98995 * 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
2005-10-14 22:55:59 +00:00
Clement Laforet
c7a36305d0 - Update to 5.0r6
Submitted by:	wollman
PR:		ports/83111
2005-08-01 09:28:29 +00:00
Clement Laforet
3a8f07a415 - Assign maintainership to freshly created apache@ mailing list 2004-08-18 16:21:55 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Clement Laforet
ea9e735465 - Fix build on -CURRENT
PR:             62721
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
2004-03-01 23:48:34 +00:00
Garrett Wollman
35f9f27ea9 Resign as maintainer of this port. I do not have the time to work on
it right now.
2004-03-01 16:20:49 +00:00
Kris Kennaway
30333ffeef BROKEN on 5.x: Does not compile 2004-02-07 03:31:20 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Garrett Wollman
b4b23fe6b8 Fix typo in default keytab name; bump PORTREVISION.
This has now been verified to work.
2002-07-18 20:00:17 +00:00
Garrett Wollman
bffc3f0e79 Name the module structure what Apache expects it to be called by default. 2002-07-18 19:00:28 +00:00
Garrett Wollman
66b7afd9d5 Update WWW to point to sourceforge.net. 2002-07-18 17:22:30 +00:00
Garrett Wollman
daadc315ea 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.)
2002-07-18 17:20:16 +00:00
Garrett Wollman
3324b31e78 Fix dynamic linkage. Also provide for the case where ${KRB5_HOME} !=
${LOCALBASE}.
2002-03-21 16:10:14 +00:00
Garrett Wollman
a3db454330 New port www/mod_auth_kerb: authenticate Web clients against Kerberos v5. 2001-10-19 17:40:18 +00:00