- Update from v3.08 to v3.09
- Update maintainer - Add perl5 to list of categories Approved by: tobez (implicit) Version: 3.09 - POD doc fixes. - MP2: remove _check_request_req() - this was only necessary when running under both MP1 and MP2. Package name change eliminates the need for this. - test suite converted to Test::More style test suites. - descriptive test descriptions added - make login() stash credentials in $r->pnotes("${AuthName}Creds") so that the login form can access the user-supplied credentials if the login fails. - bug fix: use of Apache2::URI::unescape_url() does not handle '+' to ' ' conversion. This caused problems for credentials that contain spaces. - MP2: remove mod_perl features from "use mod_perl2" line. This is no longer supported by mod_perl2. - MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes several form data handling bugs) - In a subrequest, copy $r->prev->user to $r->user (or r->connection->user for MP1). - remove Apache2::AuthCookie::Util - no longer necessary - multi-valued form fields are now handled properly in POST -> GET conversion - MP2: require CGI.pm 3.12 or later
This commit is contained in:
parent
cd01875d88
commit
33ddf8f700
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164016
2 changed files with 6 additions and 7 deletions
|
@ -6,16 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= Apache-AuthCookie
|
||||
PORTVERSION= 3.08
|
||||
CATEGORIES= www
|
||||
PORTVERSION= 3.09
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Apache
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
APACHE_COMPAT= yes
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
.if defined(WITH_MODPERL2)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
||||
|
@ -25,6 +24,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
|||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test
|
||||
|
||||
APACHE_COMPAT= yes
|
||||
CURUSER?= `whoami`
|
||||
CURGRP?= `groups | ${AWK} '{print $$1}'`
|
||||
TESTPORT?= 8228
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (Apache-AuthCookie-3.08.tar.gz) = acbb69d043d4c4a913007d068692339c
|
||||
SHA256 (Apache-AuthCookie-3.08.tar.gz) = 1bf9633dbefeb9caf4049a4ea33bb165cd0c40fb7c5503b66c87bc81cf7cf282
|
||||
SIZE (Apache-AuthCookie-3.08.tar.gz) = 34791
|
||||
MD5 (Apache-AuthCookie-3.09.tar.gz) = 8bfd8834d2b161f2e28c908c27eccf10
|
||||
SIZE (Apache-AuthCookie-3.09.tar.gz) = 34908
|
||||
|
|
Loading…
Reference in a new issue