aboutsummaryrefslogtreecommitdiff
path: root/www/mod_pubcookie
Commit message (Collapse)AuthorAgeFilesLines
* - Corresponding to www/apache20 deprecation, deprecate portsPhilip M. Gollucci2010-12-121-0/+3
| | | | | | | | | that only build with www/apache20 (2.0.x) With Hat: apache Notes: svn path=/head/; revision=266117
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* - 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-1/+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
* - Mark MAKE_JOBS_UNSAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: Pav (#bsdports) Notes: svn path=/head/; revision=234361
* Upgrade pubcookie from 3.3.0-beta2 to 3.3.0a fixing serious XSSBrooks Davis2006-04-051-1/+2
| | | | | | | vulnerabilities. Notes: svn path=/head/; revision=158821
* Actually compile on amd64. This required copying in the config.guessBrooks Davis2006-02-091-0/+11
| | | | | | | | | | | replacement code from bsd.port.mk because pubcookie lives in a subdirectory of PREFIX and thus actually defining GNU_CONFIGURE won't work. Point hat: brooks Notes: svn path=/head/; revision=155612
* Add www/mod_pubcookie:Brooks Davis2006-02-083-0/+78
Pubcookie is an open-source package for intra-institutional single-sign-on end-user web authentication. More generally, it is an approach to identifying users as they browse to an institution's many websites that require authentication. It helps an institution reuse existing authentication services (like Kerberos, LDAP, or NIS), and it limits the exposure of end-user passwords by ensuring they're only sent to a trusted login service. This port contains the apache module portion of the Pubcookie system. Notes: svn path=/head/; revision=155471