[Midnightbsd-cvs] mports [20620] trunk/security: add php 5.5 and 5.6 security ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 1 11:56:39 EST 2015
Revision: 20620
http://svnweb.midnightbsd.org/mports/?rev=20620
Author: laffer1
Date: 2015-11-01 11:56:38 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php 5.5 and 5.6 security ports
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/php55-filter/
trunk/security/php55-filter/Makefile
trunk/security/php55-filter/files/
trunk/security/php55-filter/files/patch-config.m4
trunk/security/php55-hash/
trunk/security/php55-hash/Makefile
trunk/security/php55-mcrypt/
trunk/security/php55-mcrypt/Makefile
trunk/security/php55-openssl/
trunk/security/php55-openssl/Makefile
trunk/security/php56-filter/
trunk/security/php56-filter/Makefile
trunk/security/php56-filter/files/
trunk/security/php56-filter/files/patch-config.m4
trunk/security/php56-hash/
trunk/security/php56-hash/Makefile
trunk/security/php56-mcrypt/
trunk/security/php56-mcrypt/Makefile
trunk/security/php56-openssl/
trunk/security/php56-openssl/Makefile
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2015-11-01 16:52:59 UTC (rev 20619)
+++ trunk/security/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -97,6 +97,14 @@
SUBDIR += php5-hash
SUBDIR += php5-mcrypt
SUBDIR += php5-openssl
+SUBDIR += php55-filter
+SUBDIR += php55-hash
+SUBDIR += php55-mcrypt
+SUBDIR += php55-openssl
+SUBDIR += php56-filter
+SUBDIR += php56-hash
+SUBDIR += php56-mcrypt
+SUBDIR += php56-openssl
SUBDIR += pinentry
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-tty
Added: trunk/security/php55-filter/Makefile
===================================================================
--- trunk/security/php55-filter/Makefile (rev 0)
+++ trunk/security/php55-filter/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -filter
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php55-filter/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php55-filter/files/patch-config.m4
===================================================================
--- trunk/security/php55-filter/files/patch-config.m4 (rev 0)
+++ trunk/security/php55-filter/files/patch-config.m4 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,10 @@
+--- config.m4.orig 2009-03-06 08:25:45.000000000 +0100
++++ config.m4 2009-03-06 08:28:10.000000000 +0100
+@@ -32,6 +32,7 @@
+ #endif
+ ],[
+ PHP_PCRE_REGEX=pecl
++ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
+ ],[
+ PHP_PCRE_REGEX=no
+ ])
Property changes on: trunk/security/php55-filter/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php55-hash/Makefile
===================================================================
--- trunk/security/php55-hash/Makefile (rev 0)
+++ trunk/security/php55-hash/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -hash
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php55-hash/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php55-mcrypt/Makefile
===================================================================
--- trunk/security/php55-mcrypt/Makefile (rev 0)
+++ trunk/security/php55-mcrypt/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -mcrypt
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php55-mcrypt/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php55-openssl/Makefile
===================================================================
--- trunk/security/php55-openssl/Makefile (rev 0)
+++ trunk/security/php55-openssl/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -openssl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php55-openssl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php56-filter/Makefile
===================================================================
--- trunk/security/php56-filter/Makefile (rev 0)
+++ trunk/security/php56-filter/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -filter
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php56-filter/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php56-filter/files/patch-config.m4
===================================================================
--- trunk/security/php56-filter/files/patch-config.m4 (rev 0)
+++ trunk/security/php56-filter/files/patch-config.m4 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,10 @@
+--- config.m4.orig 2009-03-06 08:25:45.000000000 +0100
++++ config.m4 2009-03-06 08:28:10.000000000 +0100
+@@ -32,6 +32,7 @@
+ #endif
+ ],[
+ PHP_PCRE_REGEX=pecl
++ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
+ ],[
+ PHP_PCRE_REGEX=no
+ ])
Property changes on: trunk/security/php56-filter/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php56-hash/Makefile
===================================================================
--- trunk/security/php56-hash/Makefile (rev 0)
+++ trunk/security/php56-hash/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -hash
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php56-hash/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php56-mcrypt/Makefile
===================================================================
--- trunk/security/php56-mcrypt/Makefile (rev 0)
+++ trunk/security/php56-mcrypt/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -mcrypt
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php56-mcrypt/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php56-openssl/Makefile
===================================================================
--- trunk/security/php56-openssl/Makefile (rev 0)
+++ trunk/security/php56-openssl/Makefile 2015-11-01 16:56:38 UTC (rev 20620)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -openssl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php56-openssl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list