pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-oauth



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  3 06:54:03 UTC 2021

Modified Files:
        pkgsrc/security/php-oauth: Makefile distinfo

Log Message:
security/php-oauth: update to 2.0.7

Update php-oauth package to 2.0.7.

pkgsrc change: Update supported PHP versions.

2.0.7 (2020-09-18)

* PHP 8 compatibility

2.0.6 (2020-09-09)

* Fix github issue #14 (Fixes for 7.3/7.4 and opcache)

* Fix PHP-7.4 compatibility of object handler
* Fix memory leaks in OAuthProvider
* Fix crash in OAuthProvider's handler registration methods due to
  unconditional addref
* Fix crash in OAuth::fetch() due to modifying hash tables with a refcount>1

2.0.5 (2020-02-06)

* fix config.w32 (cmb)
* fix 7.3 segfault (rlerdorf)
* replace uint-uint32_t, ulong-zend_ulong (Jan-E)
* handle cases where a passed in array might be a const (keyurdg)
* Fix configure for recent cURL versions (cmb)
* Bug #76722 cURL library headers not recognized on Debian 9 (js361014)

2.0.4 (2019-12-02)

* fix php_pcre_match_impl call in 7.4+ (Remi)

2.0.3 (2018-09-30)

* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+

2.0.2 (2016-06-18)

* Fix #72006


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/php-oauth/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/php-oauth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/php-oauth/Makefile
diff -u pkgsrc/security/php-oauth/Makefile:1.26 pkgsrc/security/php-oauth/Makefile:1.27
--- pkgsrc/security/php-oauth/Makefile:1.26     Fri May 22 10:56:38 2020
+++ pkgsrc/security/php-oauth/Makefile  Sun Jan  3 06:54:03 2021
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.26 2020/05/22 10:56:38 adam Exp $
+# $NetBSD: Makefile,v 1.27 2021/01/03 06:54:03 taca Exp $
 
 MODNAME=               oauth
-PECL_VERSION=          2.0.1
+PECL_VERSION=          2.0.7
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               PHP oauth consumer extension
-PKGREVISION=           16
 LICENSE=               modified-bsd
 
-PHP_VERSIONS_ACCEPTED= 72
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 USE_LANGUAGES=         c c++
 

Index: pkgsrc/security/php-oauth/distinfo
diff -u pkgsrc/security/php-oauth/distinfo:1.4 pkgsrc/security/php-oauth/distinfo:1.5
--- pkgsrc/security/php-oauth/distinfo:1.4      Sat Mar 12 09:42:48 2016
+++ pkgsrc/security/php-oauth/distinfo  Sun Jan  3 06:54:03 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/03/12 09:42:48 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2021/01/03 06:54:03 taca Exp $
 
-SHA1 (php-oauth/oauth-2.0.1.tgz) = 9e6cc27823a3e6055199580769d66638252a1d18
-RMD160 (php-oauth/oauth-2.0.1.tgz) = d50d585731a68da9099b5538cdb0e08a747c8158
-SHA512 (php-oauth/oauth-2.0.1.tgz) = 904eb945303fdbe4c36fa7ba80ebe56796eb2d3b506140827ddcb50fce94b3fab98ed67e7b93b6b56acb20251e79dd8de6218bbfe064ae4cdbe78d9720ac93f7
-Size (php-oauth/oauth-2.0.1.tgz) = 49064 bytes
+SHA1 (php-oauth/oauth-2.0.7.tgz) = 8630b05e6bf9d9bbafa7a6109fabaca03c942222
+RMD160 (php-oauth/oauth-2.0.7.tgz) = c8f17903a0c19512df5e4ae05ddd7b0c262a392f
+SHA512 (php-oauth/oauth-2.0.7.tgz) = 261bbe6d1c4299f44ce40030b3959e26f2535c70d01b7a4e870d14c84b0a01e68484e61907554d720667fa08a2ec00b7d43cf2f523800c832f02b093e7b6534a
+Size (php-oauth/oauth-2.0.7.tgz) = 78926 bytes



Home | Main Index | Thread Index | Old Index