FreeBSD Bugzilla – Attachment 209791 Details for
Bug 242192
[PATCH] security/pecl-libsodium: update to 2.0.22 and attach it to php components
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Add USE_PHP=sodium
php-sodium.txt (text/plain), 1.38 KB, created by
Po-Chuan Hsieh
on 2019-12-08 17:45:16 UTC
(
hide
)
Description:
Add USE_PHP=sodium
Filename:
MIME Type:
Creator:
Po-Chuan Hsieh
Created:
2019-12-08 17:45:16 UTC
Size:
1.38 KB
patch
obsolete
>Index: Mk/Uses/php.mk >=================================================================== >--- Mk/Uses/php.mk (revision 519287) >+++ Mk/Uses/php.mk (working copy) >@@ -382,7 +382,7 @@ > sockets spl sqlite3 sysvmsg sysvsem sysvshm \ > tidy tokenizer xml xmlreader xmlrpc xmlwriter xsl zip zlib > # version specific components >-_USE_PHP_VER71= ${_USE_PHP_ALL} interbase recode wddx >+_USE_PHP_VER71= ${_USE_PHP_ALL} interbase recode sodium wddx > _USE_PHP_VER72= ${_USE_PHP_ALL} interbase recode sodium wddx > _USE_PHP_VER73= ${_USE_PHP_ALL} interbase recode sodium wddx > _USE_PHP_VER74= ${_USE_PHP_ALL} ffi sodium >@@ -449,7 +449,11 @@ > snmp_DEPENDS= net-mgmt/php${PHP_VER}-snmp > soap_DEPENDS= net/php${PHP_VER}-soap > sockets_DEPENDS=net/php${PHP_VER}-sockets >+. if ${PHP_VER} < 72 >+sodium_DEPENDS= security/pecl-libsodium@${PHP_FLAVOR} >+. else > sodium_DEPENDS= security/php${PHP_VER}-sodium >+. endif > sqlite3_DEPENDS=databases/php${PHP_VER}-sqlite3 > sybase_ct_DEPENDS= databases/php${PHP_VER}-sybase_ct > sysvmsg_DEPENDS=devel/php${PHP_VER}-sysvmsg >Index: security/pecl-libsodium/Makefile >=================================================================== >--- security/pecl-libsodium/Makefile (revision 519568) >+++ security/pecl-libsodium/Makefile (working copy) >@@ -14,7 +14,7 @@ > > USES= localbase php:pecl > >-#IGNORE_WITH_PHP=72 73 74 >+IGNORE_WITH_PHP=72 73 74 > PHP_MODNAME= sodium > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 242192
:
209384
| 209791