aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_kerb
Commit message (Collapse)AuthorAgeFilesLines
* - use %%AP_MODULE%% PLIST_SUB var in pkg-plist sPhilip M. Gollucci2010-06-061-1/+1
| | | | | | | | | PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) Notes: svn path=/head/; revision=255876
* - 2/3:Philip M. Gollucci2010-05-271-2/+2
| | | | | | | | | | | - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255195
* - 1/3:Philip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | - apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255193
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=255075
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Cleanup apxs -> APXS usagePhilip M. Gollucci2009-05-112-19/+2
| | | | | | | | - Clean up PLIST_SUB vars - Use %%AP*%% in pkg-plist Notes: svn path=/head/; revision=233679
* - www/apache13 support in this module stops at 5.3 set PORTSCOUTPhilip M. Gollucci2009-01-121-0/+2
| | | | Notes: svn path=/head/; revision=225808
* - Revert to 5.3 and set PORTEPOCH to keep a version usable with www/apache13Philip M. Gollucci2009-01-122-5/+6
| | | | | | | | Requested by: bsam PR: ports/130006 Notes: svn path=/head/; revision=225806
* - Update to 5.4 [1]Philip M. Gollucci2008-12-262-6/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=224793
* - This time, really add the patchClement Laforet2008-01-291-0/+10
| | | | | | | | | - Fix build on >= 7.0 Spotted by: erwin Notes: svn path=/head/; revision=206399
* - Unbreak on >= 7.0Clement Laforet2008-01-271-4/+0
| | | | | | | | PR: ports/119794 Submitted by: KAMIYA Satosi <mimoriso@gmail.com> Notes: svn path=/head/; revision=206289
* - drop confusing OPTIONSDirk Meyer2007-07-231-11/+9
| | | | | | | | - support build with heimdal from ports PR: 97385 Notes: svn path=/head/; revision=196129
* - Security update to 5.3Dirk Meyer2007-07-232-4/+4
| | | | | | | | | | - Fix remotely exploitable vulnerability Security: CVE-2006-5989 PR: 113059 Submitted by: Christian Ullrich Notes: svn path=/head/; revision=196128
* - Update to 5.1Pav Lucistnik2007-03-143-33/+7
| | | | | | | | | PR: ports/104842 Submitted by: Ryan T. Dean <rtdean@cytherianage.net> Approved by: maintainer timeout (apache; 3 months) Notes: svn path=/head/; revision=187395
* BROKEN on 7.0: Does not compileKris Kennaway2006-01-201-0/+4
| | | | Notes: svn path=/head/; revision=153943
* - Convert to new USE_APACHEClement Laforet2005-12-042-1/+2
| | | | | | | - Add SHA256 Notes: svn path=/head/; revision=150407
* * Allow for compilation to optionally use the MIT Kerberos 5 port likeBrian Feldman2005-10-144-22/+63
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=145423
* - Update to 5.0r6Clement Laforet2005-08-012-23/+10
| | | | | | | | Submitted by: wollman PR: ports/83111 Notes: svn path=/head/; revision=140629
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* - Fix build on -CURRENTClement Laforet2004-03-011-6/+4
| | | | | | | | PR: 62721 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=102690
* Resign as maintainer of this port. I do not have the time to work onGarrett Wollman2004-03-011-1/+1
| | | | | | | it right now. Notes: svn path=/head/; revision=102653
* BROKEN on 5.x: Does not compileKris Kennaway2004-02-071-1/+7
| | | | Notes: svn path=/head/; revision=100206
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-3/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix typo in default keytab name; bump PORTREVISION.Garrett Wollman2002-07-181-1/+2
| | | | | | | This has now been verified to work. Notes: svn path=/head/; revision=63215
* Name the module structure what Apache expects it to be called by default.Garrett Wollman2002-07-181-0/+1
| | | | Notes: svn path=/head/; revision=63214
* Update WWW to point to sourceforge.net.Garrett Wollman2002-07-181-2/+2
| | | | Notes: svn path=/head/; revision=63207
* mod_auth_kerb distribution has moved to sourceforge.Garrett Wollman2002-07-182-3/+4
| | | | | | | | | Update to version 4.11. (NB: I haven't yet checked this for proper function; this just unbreaks the compile.) Notes: svn path=/head/; revision=63206
* Fix dynamic linkage. Also provide for the case where ${KRB5_HOME} !=Garrett Wollman2002-03-211-2/+4
| | | | | | | ${LOCALBASE}. Notes: svn path=/head/; revision=56423
* New port www/mod_auth_kerb: authenticate Web clients against Kerberos v5.Garrett Wollman2001-10-195-0/+61
Notes: svn path=/head/; revision=48962