pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Add php-sodim - php module for libsodium libr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d3fc51b3eb1
branches: trunk
changeset: 371539:1d3fc51b3eb1
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Wed Nov 15 08:58:35 2017 +0000
description:
Add php-sodim - php module for libsodium library, new module for PHP 7.2
diffstat:
security/Makefile | 3 ++-
security/php-sodium/DESCR | 3 +++
security/php-sodium/Makefile | 13 +++++++++++++
3 files changed, 18 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r d321c7fb5662 -r 1d3fc51b3eb1 security/Makefile
--- a/security/Makefile Wed Nov 15 08:56:12 2017 +0000
+++ b/security/Makefile Wed Nov 15 08:58:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.656 2017/10/30 18:21:20 adam Exp $
+# $NetBSD: Makefile,v 1.657 2017/11/15 08:58:35 jdolecek Exp $
#
COMMENT= Security tools
@@ -349,6 +349,7 @@
SUBDIR+= php-oauth
SUBDIR+= php-oauth1
SUBDIR+= php-pecl-mcrypt
+SUBDIR+= php-sodium
SUBDIR+= php-ssdeep
SUBDIR+= php-ssh2
SUBDIR+= php-suhosin
diff -r d321c7fb5662 -r 1d3fc51b3eb1 security/php-sodium/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-sodium/DESCR Wed Nov 15 08:58:35 2017 +0000
@@ -0,0 +1,3 @@
+PHP is a programming language designed to be embedded into web
+pages. This module provides access to libsodium, a library for
+network communication, encryption, decryption, signatures, etc
diff -r d321c7fb5662 -r 1d3fc51b3eb1 security/php-sodium/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-sodium/Makefile Wed Nov 15 08:58:35 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2017/11/15 08:58:35 jdolecek Exp $
+
+MODNAME= sodium
+CATEGORIES+= security
+COMMENT= PHP extension for the sodium crypto algorithms library
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared
+
+PHP_VERSIONS_ACCEPTED= 72
+
+.include "../../lang/php/ext.mk"
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index