aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-crypto
Commit message (Collapse)AuthorAgeFilesLines
* Mark some older failing ports broken on aarch64.Mark Linimon2017-12-191-5/+6
| | | | | | | | | While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456723
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "configure_error".Mark Linimon2017-05-271-0/+1
| | | | | | | | | | | | | Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441874
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+4
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441494
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* - Update to 0.3.1Wen Heping2016-12-282-4/+4
| | | | | | | | | PR: 215569 Submitted by: joneum@bsdproject.de Approved by: maintainer Notes: svn path=/head/; revision=429717
* - 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
* security/pecl-crypto: Add SSL flagsJohn Marino2016-09-111-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421790
* 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
* 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
* - Update to 0.2.2Martin Wilke2016-01-042-3/+3
| | | | | | | | PR: 205857 Submitted by: maintainer Notes: svn path=/head/; revision=405210
* security/pecl-crypto: update 0.1.1 -> 0.2.1Jason Unovitch2015-11-203-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo for the new release (0.2.1) - USES: tar:tgz instead of EXTRACT_SUFX - Regenerate patch while here (portlint) Changes: | 0.2.1 * Fixed C89 compatibility issue in Base64 | 0.2.0 * Support for PHP 7 * Added Crypto stream BIO wrapper * Improved error handling * Added an integer overflow checking * Removed Algorithm class and AlogirithmException class * Introduced a MAC class as a subclass of Hash and parent of HMAC and CMAC * Added MACException class subclassing HashException * Fixed HMAC and CMAC implementation and added key param to constructor * Fixed and tested CCM mode * Added new error code for failed tag verification (TAG_VERIFY_FAILED) * Add setTagLength Cipher method replacing length param in getTag * Removed Rand::egd * Created a complete API documentation PR: 204668 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer) Notes: svn path=/head/; revision=401985
* - Add pecl-crypto 0.1.0Sunpoet Po-Chuan Hsieh2014-01-064-0/+39
This package provides an objective wrapper for OpenSSL Crypto Library WWW: http://pecl.php.net/package/crypto PR: ports/185410 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=338894