aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-pam
Commit message (Collapse)AuthorAgeFilesLines
* security/pecl-pam: Add patch to fix pecl-pam with PHP 7*Jochen Neumeister2018-01-032-3/+123
| | | | | | | | | | PR: 224843 Submitted by: flo Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13740 Notes: svn path=/head/; revision=458001
* Add missing IGNORE_WITH_PHP for various pecl-ports.Torsten Zuehlsdorff2017-12-141-1/+1
| | | | | | | | | | | | | After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476 Notes: svn path=/head/; revision=456296
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-2/+2
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* - Update maintainer addressJochen Neumeister2017-05-161-1/+1
| | | | | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755 Notes: svn path=/head/; revision=441000
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-102-5/+4
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* Mark ports not building with PHP 7.1.Mathieu Arnold2017-02-071-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=433543
* - Pass maintainership to submitterWen Heping2016-12-221-1/+1
| | | | | | | | PR: 215489 Submitted by: joneum@bsdproject.de Notes: svn path=/head/; revision=429154
* - Update WWW: pecl.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428488
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-251-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-4/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Ignore php70Martin Wilke2016-02-181-0/+1
| | | | | | | - While here remove old php gruft Notes: svn path=/head/; revision=409110
* - Take MaintainershipMartin Wilke2015-11-261-1/+1
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402450
* 1: add LICENSE.Vanilla I. Shu2015-02-241-1/+3
| | | | | | | 2: switch to USES=tar:tgz Notes: svn path=/head/; revision=379775
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - StageifyMartin Wilke2014-01-231-1/+0
| | | | | | | - Take maintainership of a few ports Notes: svn path=/head/; revision=340835
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* pecl-pam provides PAM (Pluggable Authentication Modules) integration.Wen Heping2009-12-013-0/+31
PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks. WWW: http://pecl.php.net/package/PAM/ Notes: svn path=/head/; revision=245047