pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-phalcon www/php-phalcon: Update to 3.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95a176becefe
branches:  trunk
changeset: 308678:95a176becefe
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue May 29 09:13:35 2018 +0000

description:
www/php-phalcon: Update to 3.4.0.

- Added Phalcon\Mvc\Router::attach to add Route object directly into
  Router
- Added the ability to listen request:beforeAuthorizationResolve and
  request:afterAuthorizationResolve events. This ability enables using
  custom authorization resolvers
- Added call event afterFetch in Phalcon\Mvc\Model:refresh
- Added Phalcon\Http\Response::getReasonPhrase to retrieve the reason
  phrase from the Status header
- Added Phalcon\Loader::setFileCheckingCallback to set internal file
  existence resolver
- Added ability to pass aggregation options for
  Phalcon\Mvc\Collection::aggregate
- Added Phalcon\Crypt::setHashAlgo to set the name of hashing
  algorithm used to the calculating message digest
- Added Phalcon\Crypt::getHashAlgo to get the name of hashing
  algorithm used to the calculating message digest
- Added Phalcon\Crypt::useSigning to set if the calculating message
  digest must used (NOTE: This feature will be enabled by default in
  Phalcon 4.0.0)
- Added Phalcon\Crypt::getAvailableHashAlgos to get a list of
  registered hashing algorithms suitable for calculating message
  digest
- Added Phalcon\Crypt::__construct so now the cipher can be set at
  object construction and the calculating message digest can be
  enabled without the need to call setCipher or useSigning explicitly
- Added Phalcon\Crypt\Mismatch. Exceptions thrown in Phalcon\Crypt
  will use this class
- Added Phalcon\Http\Cookie::setSignKey to set sign key used to
  generate a message authentication code (eg. message digest)
- Added Phalcon\Http\Response\Cookies::setSignKey to set sign key used
  to generate a message authentication code (eg. message digest)
- Changed Phalcon\Crypt::setCipher so that IV length will be
  reconfigured during setting the cipher algorithm
- Changed Phalcon\Crypt::setCipher so that method will throw
  Phalcon\Crypt\Exception if a cipher is unavailable
- Fixed regression (#13308) for Phalcon\Debug\Dump::output to
  correctly work with detailed mode
- Fixed Phalcon\Mvc\Model\Query\Builder::having and
  Phalcon\Mvc\Model\Query\Builder::where to correctly merge the bind
  types
- Fixed Phalcon\Mvc\Model::setSnapshotData to properly sets the old
  snapshot
- Do not throw Exception when superglobal does not exist

diffstat:

 www/php-phalcon/Makefile |   4 ++--
 www/php-phalcon/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 841e01bf1041 -r 95a176becefe www/php-phalcon/Makefile
--- a/www/php-phalcon/Makefile  Tue May 29 07:19:17 2018 +0000
+++ b/www/php-phalcon/Makefile  Tue May 29 09:13:35 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/03/13 10:43:38 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/29 09:13:35 fhajny Exp $
 #
 
 MODNAME=               phalcon
-PECL_VERSION=          3.3.2
+PECL_VERSION=          3.4.0
 PKGNAME=               ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=            www
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=phalcon/}
diff -r 841e01bf1041 -r 95a176becefe www/php-phalcon/distinfo
--- a/www/php-phalcon/distinfo  Tue May 29 07:19:17 2018 +0000
+++ b/www/php-phalcon/distinfo  Tue May 29 09:13:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/13 10:43:38 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2018/05/29 09:13:35 fhajny Exp $
 
-SHA1 (php-phalcon/phalcon-3.3.2.tar.gz) = 941d27b5625f7d5f512e6a23204b413fddfb2273
-RMD160 (php-phalcon/phalcon-3.3.2.tar.gz) = 330bd1b92cfbd886643bf8161bb9de4fc90a808e
-SHA512 (php-phalcon/phalcon-3.3.2.tar.gz) = 401be2344312a247a802008fddca9fd4c58b67fb5e726765f063bc00fa1279767e86782e3d055194db5b5a3efa828399e0da7e19f204e6b1e2be00bed4eb8fb5
-Size (php-phalcon/phalcon-3.3.2.tar.gz) = 6656771 bytes
+SHA1 (php-phalcon/phalcon-3.4.0.tar.gz) = 583313348be458daf84f258dfdf5fc6423ad98eb
+RMD160 (php-phalcon/phalcon-3.4.0.tar.gz) = 40cc680af910486bb1714ba66ffa779c436da3ec
+SHA512 (php-phalcon/phalcon-3.4.0.tar.gz) = 37a0db09a97f26d26bfaf49a9e9f949101e4e1c3edbbda0923f205be46ac53be5dedb63b5a19e7dd29284f9858e495c5dc4c19f3417c548dd384b2dfd7def9e7
+Size (php-phalcon/phalcon-3.4.0.tar.gz) = 6700442 bytes



Home | Main Index | Thread Index | Old Index