View | Details | Raw Unified | Return to bug 217109
Collapse All | Expand All

(-)lang/php70/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php70
4
PORTNAME=	php70
5
PORTVERSION=	7.0.15
5
PORTVERSION=	7.0.16
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES?=	lang devel www
7
CATEGORIES?=	lang devel www
8
MASTER_SITES=	PHP/distributions
8
MASTER_SITES=	PHP/distributions
(-)lang/php70/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484838674
1
TIMESTAMP = 1487141848
2
SHA256 (php-7.0.15.tar.xz) = 300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93
2
SHA256 (php-7.0.16.tar.xz) = 244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309
3
SIZE (php-7.0.15.tar.xz) = 12575116
3
SIZE (php-7.0.16.tar.xz) = 12587920
(-)lang/php70/pkg-plist (+1 lines)
Lines 231-236 Link Here
231
%%EMBED%%lib/libphp7.so
231
%%EMBED%%lib/libphp7.so
232
lib/php/build/Makefile.global
232
lib/php/build/Makefile.global
233
lib/php/build/acinclude.m4
233
lib/php/build/acinclude.m4
234
lib/php/build/ax_check_compile_flag.m4
234
lib/php/build/config.guess
235
lib/php/build/config.guess
235
lib/php/build/config.sub
236
lib/php/build/config.sub
236
lib/php/build/libtool.m4
237
lib/php/build/libtool.m4
(-)lang/php71/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php71
4
PORTNAME=	php71
5
PORTVERSION=	7.1.1
5
PORTVERSION=	7.1.2
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES?=	lang devel www
7
CATEGORIES?=	lang devel www
8
MASTER_SITES=	PHP/distributions
8
MASTER_SITES=	PHP/distributions
(-)lang/php71/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484838908
1
TIMESTAMP = 1487144216
2
SHA256 (php-7.1.1.tar.xz) = b3565b0c1441064eba204821608df1ec7367abff881286898d900c2c2a5ffe70
2
SHA256 (php-7.1.2.tar.xz) = d815a0c39fd57bab1434a77ff0610fb507c22f790c66cd6f26e27030c4b3e971
3
SIZE (php-7.1.1.tar.xz) = 12766648
3
SIZE (php-7.1.2.tar.xz) = 12780720
(-)lang/php71/pkg-plist (+1 lines)
Lines 239-244 Link Here
239
include/php/main/win95nt.h
239
include/php/main/win95nt.h
240
%%EMBED%%lib/libphp7.so
240
%%EMBED%%lib/libphp7.so
241
lib/php/build/Makefile.global
241
lib/php/build/Makefile.global
242
lib/php/build/ax_check_compile_flag.m4
242
lib/php/build/acinclude.m4
243
lib/php/build/acinclude.m4
243
lib/php/build/config.guess
244
lib/php/build/config.guess
244
lib/php/build/config.sub
245
lib/php/build/config.sub
(-)security/php71-hash/files/patch-php__hash__sha3.h (-14 lines)
Lines 1-11 Link Here
1
--- php_hash_sha3.h.orig	2016-11-09 03:34:27 UTC
2
+++ php_hash_sha3.h
3
@@ -20,7 +20,7 @@
4
 #define PHP_HASH_SHA3_H
5
 
6
 #include "php.h"
7
-#include "ext/hash/php_hash.h"
8
+#include "php_hash.h"
9
 
10
 typedef struct {
11
 	unsigned char state[200]; // 5 * 5 * sizeof(uint64)
12
yes
13
native
14
text/plain

Return to bug 217109