Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.32 05 Dec 2018 15:51:38 |
rene |
Remove expired ports:
2018-12-04 math/php70-bcmath: Security Support ends on 3 Dec 2018
2018-12-04 math/php70-gmp: Security Support ends on 3 Dec 2018
2018-12-04 lang/php70: Security Support ends on 3 Dec 2018 |
7.0.32 21 Oct 2018 14:34:39 |
joneum |
Security Support for PHP 7.0 ends on 3 Dec 2018
http://php.net/supported-versions.php
PR: 232398
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
7.0.32 21 Oct 2018 11:17:13 |
antoine |
Ignore some ports with some versions of php
PR: 232398 |
7.0.32 08 Oct 2018 08:52:52 |
tz |
Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale |
7.0.32 18 Sep 2018 16:08:01 |
emaste |
lang/php*: link with -znotext on i386
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864, 230207
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17193 |
7.0.32 13 Sep 2018 17:11:20 |
joneum |
Update to 7.0.32
Changelog: http://www.php.net/ChangeLog-7.php#7.0.32
Approved by: tz (implicit)
MFH: 2018Q3 |
7.0.31 31 Jul 2018 08:42:19 |
tz |
graphics/php70-gd: Switch from bundled libgd to graphics/gd
Currently the gd-module uses a bundled libgd, while most systems
already provide the same library via graphics/gd.
Therefore instead of adding the bundled library we use the
port instead.
PR: 217222
Submitted by: Mikhail Teterin <mi@FreeBSD.org> |
7.0.31 20 Jul 2018 17:14:57 |
joneum |
revert php-7.0.x-mail-header.patch into distinfo
Point hat: joneum |
7.0.31 20 Jul 2018 17:12:20 |
joneum |
Update to 7.0.31
Changelog: http://www.php.net/ChangeLog-7.php#7.0.31
Approved by: tz (implicit) |
7.0.30 26 Apr 2018 14:47:42 |
tz |
lang/php70: Update from 7.0.29 to 7.0.30
Changelog: http://www.php.net/ChangeLog-7.php#7.0.30
MFH: 2018Q2
Security: CVE-2018-5712 |
7.0.29 29 Mar 2018 13:09:46 |
tz |
lang/php70: Update from 7.0.28 to 7.0.29
Changelog: http://www.php.net/ChangeLog-7.php#7.0.29 |
7.0.28_2 19 Mar 2018 06:03:16 |
yuri |
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release). |
7.0.28_1 17 Mar 2018 21:42:48 |
linimon |
Turn off DTRACE option by default for mips. It fails the exact same way
that armvX do.
While here, remove duplicate OPTIONS_EXCLUDE_aarch64 line, and sort.
Approved by: portmgr (tier-2 blanket) |
7.0.28_1 17 Mar 2018 20:31:20 |
yuri |
devel/oniguruma: Update to 6.8.0
Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0
Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release. |
7.0.28 15 Mar 2018 16:00:04 |
tz |
lang/php70: Update from 7.0.27 to 7.0.28
Changelog: http://www.php.net/ChangeLog-7.php#7.0.28
MFH: 2018Q1 |
7.0.27 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
7.0.27 11 Mar 2018 14:23:28 |
brnrd |
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache |
7.0.27 11 Mar 2018 06:37:14 |
linimon |
Disable dtrace usdt on armv6, armv7 and aarch64, for lang/php* ports.
Tested for no regression on amd64.
PR: 224271
Approved by: tz (maintainer) |
7.0.27 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
7.0.27 12 Jan 2018 12:57:19 |
tijl |
- Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstream
script in pre-configure to regenerate configure scripts. Because this
regenerates php_config.h.in, merge a patch for that file into the patch
for configure.in.
- Remove redundant --localstatedir=/var (added by bsd.port.mk). |
7.0.27 10 Jan 2018 16:01:51 |
tz |
lang/php70: Update from 7.0.26 to 7.0.27
Changelog: http://www.php.net/ChangeLog-7.php#7.0.27
MFH: 2018Q1 |
7.0.26_2 17 Dec 2017 10:19:10 |
lwhsu |
Add an upstream patch:
http://git.php.net/?p=php-src.git;a=commit;h=72ec23d8233ac9a2071f991752cff55febb167d5
This eliminate a warning while building with clang on 32-bit system and enable
other programs' configure scripts test PHP feature with `-Werror`
Approved by: tz (maintainer) |
7.0.26_1 05 Dec 2017 08:00:12 |
lwhsu |
- Add EMBED to default on options
This is required for the php module of www/unit
Approved by: ale, tz (maintainers) |
7.0.26 29 Nov 2017 18:46:30 |
gerald |
Remove DTRACE_DESC in favor of the default description.
Approved by: tz |
7.0.26 27 Nov 2017 21:38:06 |
gerald |
Remove DEBUG_DESC in favor of the default one.
Approved by: tz |
7.0.26 24 Nov 2017 10:12:32 |
tz |
lang/php70: Update from 7.0.25 to 7.0.26
Changelog: http://www.php.net/ChangeLog-7.php#7.0.26
MFH: 2017Q4 |
7.0.25 23 Nov 2017 11:38:59 |
tz |
lang/php70 and lang/php71: Add mail header patch
While here to some improvements:
- Remove CONFLICTS of no longer existing PHP 5.5
- Add CONFLICTS to PHP 7.2
- Remove IPV6_DESC in order to use default one
PR: 219321
Submitted by: Karsten Schmidt <bsd@guggemand.dk> |
7.0.25 19 Nov 2017 21:30:42 |
antoine |
Remove nops, setting USES after bsd.port.pre.mk doesn't do anything
With hat: portmgr |
7.0.25 12 Nov 2017 14:00:48 |
riggs |
Chase renaming of devel/oniguruma6 to devel/oniguruma
PR: 222869
Reported by: m.bueker@berlin.de |
7.0.25 26 Oct 2017 15:21:24 |
tz |
lang/php70: Update from 7.0.24 to 7.0.25
Changelog: http://www.php.net/ChangeLog-7.php#7.0.25
MFH: 2017Q4
Security: CVE-2016-1283 |
7.0.24 28 Sep 2017 13:03:54 |
tz |
lang/php70: Update from 7.0.23 to 7.0.24
Changelog: http://www.php.net/ChangeLog-7.php#7.0.24
MFH: 2017Q3 |
7.0.23 15 Sep 2017 10:26:14 |
tz |
lang/php70 and lang/php71: enable to build on sparc64
Disabling DTRACE for sparc64 allows to build the port on it
PR: 221761
Submitted by: Mark Linimon <linimon@FreeBSD.org> |
7.0.23 31 Aug 2017 13:56:20 |
tz |
Update PHP 7 from 7.0.22 to 7.0.23
Changelog: http://www.php.net/ChangeLog-7.php#7.0.23
MFH: 2017Q3 |
7.0.22 03 Aug 2017 11:33:00 |
tz |
Update PHP 7 from 7.0.21 to 7.0.22
Changelog: http://www.php.net/ChangeLog-7.php#7.0.22
MFH: 2017Q3 |
7.0.21 10 Jul 2017 12:11:44 |
tz |
lang/php70: switch to devel/oniguruma6
This change should have been part of r445429.
Changelog was:
For mbstring extensions switch from devel/oniguruma5
to devel/oniguruma6 to fix security issues covert in
Oniguruma 6.4.
PHP bundles oniguruma 6.3 but i did some more tests,
to make sure nothing breaks.
PR: 220598
Submitted by: Trond.Endrestol@ximalas.info
MFH: 2017Q3 |
7.0.21 10 Jul 2017 11:40:48 |
tz |
PHP 7.0 and 7.1: switch to devel/oniguruma6
For mbstring extensions switch from devel/oniguruma5
to devel/oniguruma6 to fix security issues covert in
Oniguruma 6.4.
PHP bundles oniguruma 6.3 but i did some more tests,
to make sure nothing breaks.
Also add $FreeBSD$ header to Makefile.ext
PR: 220598
Submitted by: Trond.Endrestol@ximalas.info
MFH: 2017Q3 |
7.0.21 07 Jul 2017 09:58:35 |
tz |
Update PHP 7 from 7.0.20 to 7.0.21
Changelog: http://www.php.net/ChangeLog-7.php#7.0.21
Also:
- Remove patch "patch-main_php__ini.c", has been patched upstream
- Remove CONFIGURE_ARGS for "--with-regex=*" and "--with-zend-vm=*", they are
not supported anymore
PR: 220531
Submitted by: Dani <i.dani@outlook.com>
Reported by: Fabiano Sidler <fabianosidler@swissonline.ch>
MFH: 2017Q3
Security: CVE-2017-9224
Security: CVE-2017-9226
Security: CVE-2017-9227
Security: CVE-2017-9228
Security: CVE-2017-9229
Differential Revision: https://reviews.freebsd.org/D11515 |
7.0.20_1 28 Jun 2017 09:40:58 |
tz |
lang/php70 and lang/php71: Add umask to php-fpm rc script
PR: 212911
Submitted by: Robert Kania <rk@redb.cz> |
7.0.20_1 16 Jun 2017 14:54:37 |
tz |
lang/php70 and lang/php71: Parse multiple [PATH=] and [HOST=] sections properly
Adding a patch to fix bug #74738 in PHP 7.0 and 7.1:
https://bugs.php.net/bug.php?id=74738
Reported by: Philip Jocks <pj@netzkommune.de>
MFH: 2017Q2 |
7.0.20 12 Jun 2017 10:32:30 |
tz |
Update PHP 7 from 7.0.19 to 7.0.20
Changelog: http://www.php.net/ChangeLog-7.php#7.0.20
MFH: 2017Q2 |
7.0.19 09 Jun 2017 09:43:52 |
tz |
graphics/php70-gd: remove options T1LIB and VPX, add option WEBP
Support for T1LIB and VPX was removed in PHP 7.0
Support for WebP support was added in PHP 7.0
PR: 219837
Submitted by: Dani <i.dani@outlook.com> |
7.0.19 15 May 2017 09:59:27 |
tz |
Update PHP 7 from 7.0.18 to 7.0.19
Changelog: http://www.php.net/ChangeLog-7.php#7.0.19
Also remove the patch from devel/php70-gettext
which isn't needed anymore.
MFH: 2017Q2 |
7.0.18 18 Apr 2017 09:00:05 |
tz |
Update PHP 7 from 7.0.17 to 7.0.18
Changelog: http://www.php.net/ChangeLog-7.php#7.0.18
PR: 218589
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q2
Differential Revision: https://reviews.freebsd.org/D10373 |
7.0.17 16 Mar 2017 13:04:32 |
tz |
Update PHP 7 from 7.0.16 to 7.0.17
Changelog: http://www.php.net/ChangeLog-7.php#7.0.17
PR: 217800
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q1 |
7.0.16 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
7.0.16 23 Feb 2017 13:38:03 |
tz |
Update PHP 7 from 7.0.15 to 7.0.16
Changelog: http://www.php.net/ChangeLog-7.php#7.0.16
PR: 217109
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q1 |
7.0.15 03 Feb 2017 10:20:03 |
tz |
lang/php70 & lang/php71: revert moving of LIB_DEPENDS
The former commit should pet portlint, but accidently made
deve/pcre a LIB_DEPEND for all php modules.
Pointy hat: tz |
7.0.15 01 Feb 2017 16:24:56 |
tz |
lang/php70: pet portlint by moving LIB_DEPENDS up
PR: 216653
Submitted by: linimon |
7.0.15 20 Jan 2017 14:31:27 |
jbeich |
lang/php70: temporarily hide DTRACE option on aarch64
ld: Zend/zend_dtrace.d.o.h0Xec8: Relocations in generic ELF (EM: 0)
Zend/zend_dtrace.d.o.h0Xec8: error adding symbols: File in wrong format
dtrace: failed to link script
/wrkdirs/usr/ports/lang/php70/work/php-7.0.14/Zend/zend_dtrace.d: failed to link
Zend/zend_dtrace.d.o: ld exited with status 1
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841):
DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841):
DOODAD
[...]
PR: 214556
Reported by: pkg-fallout |
7.0.15 20 Jan 2017 09:40:39 |
tz |
Update PHP 7 from 7.0.14 to 7.0.15
Changelog: http://www.php.net/ChangeLog-7.php#7.0.15
PR: 216210
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH: 2017Q1
Security:
https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html |
7.0.14 03 Jan 2017 19:10:47 |
sunpoet |
Remove OPTIONS_EXCLUDE_FreeBSD_9
Approved by: portmgr (blanket) |
7.0.14 21 Dec 2016 10:10:57 |
tz |
lang/php70: add notice for poudriere build when ZTS is enabled
Without adding WITH_MPM=event into make.conf the build will fail
when using poudriere. This is currently documentend in /Mk/Uses/php.mk.
Since users do not investigate the framework code, we add the
notice to avoid future confusion.
PR: 214943
Reported by: rainer@ultra-secure.de, ohartmann@walstatt.org
Approved by: mentors (implicit) |
7.0.14 20 Dec 2016 17:56:40 |
mat |
Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thing
now.
Sponsored by: Absolight |
7.0.14 08 Dec 2016 14:30:48 |
tz |
Update PHP 7 from 7.0.13 to 7.0.14
Changelog: http://www.php.net/ChangeLog-7.php#7.0.14
MFH: 2016Q4
Approved by: mentors (implicit) |
7.0.13_1 07 Dec 2016 16:45:16 |
marino |
lang/php70: DTRACE option is not valid on DragonFly
Note that following the OPTIONS_EXCLUDE+= line appears to redundant
and could be removed, and the OPTIONS_EXCLUDE_FreeBSD_9 line should
be "=" operator, not "+=", from what I can tell.
Approved by: DF support blanket |
7.0.13_1 01 Dec 2016 13:18:30 |
swills |
lang/php70: enabled DTRACE option by default where possible
Approved by: tz (maintainer) |
7.0.13 20 Nov 2016 13:10:19 |
bapt |
Use @preunexec rather than @postunexec
Reported by: antoine |
7.0.13 20 Nov 2016 12:55:52 |
bapt |
Use predictable execution for apxs |
7.0.13 20 Nov 2016 12:53:52 |
bapt |
Use @post*exec instead of deprecated @exec |
7.0.13 16 Nov 2016 15:39:01 |
tz |
Update PHP 7 from 7.0.12 to 7.0.13
Changes: http://www.php.net/ChangeLog-7.php#7.0.13
MFH: 2016Q4
Approved by: pi (mentor) |
7.0.12 14 Nov 2016 03:15:04 |
danfe |
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage |
7.0.12 27 Oct 2016 09:29:23 |
mat |
Remove obsolete PHP versions checks.
Sponsored by: Absolight |
7.0.12 19 Oct 2016 13:34:19 |
tz |
Update PHP 7 from 7.0.11 to 7.0.12
Changes: http://www.php.net/ChangeLog-7.php#7.0.12
MFH: 2016Q4
Approved by: pi (mentor) |
7.0.11 21 Sep 2016 15:43:47 |
tz |
lang/php70: Update from 7.0.10 to 7.0.11
Security: CVE-2016-7416
Security: CVE-2016-7412
Security: CVE-2016-7414
Security: CVE-2016-7417
Security: CVE-2016-7413
Security: CVE-2016-7418
MFH: 2016Q3
Approved by: pi (mentor) |
7.0.10_1 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
7.0.10_1 01 Sep 2016 14:14:44 |
mat |
Fix running make test for php extensions (and maybe php itself)
With the default configuration, all the directives are removed from with
egrep. Then, egrep, seeing that it does not output any line, will
exit(1).
With hat: portmgr
Sponsored by: Absolight |
7.0.10 23 Aug 2016 10:54:50 |
amdmi3 |
- Add enchant php55/php56/php70 extension
PR: 208828
Submitted by: daniel@blodan.se
Approved by: maintainer timeout (ale, 4 months) |
7.0.10 22 Aug 2016 08:48:14 |
tz |
lang/php70: Upgrade from 7.0.9 to 7.0.10
Changes: https://php.net/ChangeLog-7.php#7.0.10
Approved by: junovitch (mentor)
MFH: 2016Q3 |
7.0.9_2 09 Aug 2016 14:29:13 |
mat |
Change www/php*-session's priority to be loaded before most other PHP
extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first. This is now no longer needed, we have a nice
framework handle the extensions ordering.
PR: 203741
Sponsored by: Absolight |
7.0.9_2 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
7.0.9_2 08 Aug 2016 08:13:57 |
tz |
lang/php70: switch distfiles from bzip2 to xz
While here also:
- regenerate patches with make makepatch
- replace "sed" with proper ${SED}
- no longer mute ${INSTALL_DATA}
PR: 209881
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: pi (mentor) |
7.0.9_2 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
7.0.9 26 Jul 2016 16:05:55 |
tz |
lang/php70: Update from 7.0.8 to 7.0.9
Changelog: http://www.php.net/ChangeLog-7.php#7.0.9
- take maintainer
PR: 211251
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by: anyMOTION GRAPHICS GmbH
Approved by: pi (mentor)
MFH: 2016Q3 |
7.0.8_1 25 Jul 2016 20:01:03 |
rene |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
7.0.8_1 20 Jul 2016 20:04:50 |
bdrewery |
If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overridden
in bsd.default-versions.mk later, and the value from the Makefile will
not be used at all. We would change bsd.default-versions.mk, but really
these ports should not be changing what the "default" it. Change to
modifying what the "current" version is as PHP_VER.
This fixes some cases of 'make check-sanity' not passing for php extension
ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper
PHP_VER. In these cases the PHP_DEFAULT value (of 5.6) is used rather than
the version set by the extension Makefile and the later checks for
whether that version has that extension may incorrectly error. |
7.0.8_1 06 Jul 2016 20:04:00 |
mat |
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3
Sponsored by: Absolight |
7.0.8_1 06 Jul 2016 11:19:56 |
gahr |
devel/icu: bump PORTREVISION on missing dependent ports
Reported by: rakuco |
7.0.8 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
7.0.8 25 Jun 2016 22:20:31 |
junovitch |
lang/php70: update 7.0.7 -> 7.0.8
PR: 210491
Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Submitted by: Philip Jocks <freebsdbugs@filis.org>
Approved by: ports-secteam (with hat)
Security: CVE-2015-8874
Security: CVE-2016-5766
Security: CVE-2016-5767
Security: CVE-2016-5768
Security: CVE-2016-5769
Security: CVE-2016-5770
Security: CVE-2016-5771
Security: CVE-2016-5772
Security: CVE-2016-5773
Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html
MFH: 2016Q2 |
7.0.7 23 Jun 2016 13:19:18 |
mat |
Move bsd.php.mk to Uses/php.mk
PR: 210323
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6867 |
7.0.7 28 May 2016 01:41:13 |
junovitch |
lang/php70: update 7.0.6 -> 7.0.7
Approved by: ports-secteam (with hat)
Security: CVE-2013-7456
Security: CVE-2016-5093
Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH: 2016Q2 |
7.0.6_1 24 May 2016 23:02:05 |
bapt |
Simplify plist by using @sample |
7.0.6_1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
7.0.6_1 16 May 2016 04:02:23 |
fluffy |
- Really fix ZTS build with pthreads, required by threaded apache24
- Bump PORTREVISION due to dependency on thread library
Approved by: miwi (mentor) |
7.0.6 03 May 2016 03:05:53 |
junovitch |
lang/php70: update 7.0.5 -> 7.0.6
Changelog: http://www.php.net/ChangeLog-7.php#7.0.6
Security: CVE-2016-3074
Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html |
7.0.5_1 25 Apr 2016 16:17:32 |
mat |
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
7.0.5_1 25 Apr 2016 16:17:19 |
mat |
Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
7.0.5_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
7.0.5_1 15 Apr 2016 23:11:20 |
sunpoet |
- Restore ?= which was removed in r412806
Approved by: portmgr (blanket) |
7.0.5_1 09 Apr 2016 10:59:14 |
ganbold |
Bump PORTREVISION.
Suggested by: mat |
7.0.5 09 Apr 2016 08:19:16 |
ganbold |
Add configtest support for php-fpm rc script.
PR: 208325
Submitted by: ganbold
Approved by: miwi
Sponsored by: A-Team Systems |
7.0.5 03 Apr 2016 14:20:22 |
junovitch |
lang/php70: update 7.0.4 -> 7.0.5
Changelog: http://www.php.net/ChangeLog-7.php#7.0.5
Approved by: ports-secteam (with hat)
Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html
MFH: 2016Q2 |
7.0.4 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
7.0.4 04 Mar 2016 08:39:46 |
miwi |
- Update to 7.0.4
Changelog:
http://php.net/ChangeLog-7.php#7.0.4 |
7.0.3_4 18 Feb 2016 12:05:45 |
miwi |
bsd.php.mk
- Unbreak build for php70
- Cleanup php55/6 extenions
- Put not existing php70 extentions to php55 and php56 extra defines
lang/php70
- Remove mysqli from pdo_mysql it's looping here and does not really depends on
mysqli
- Bump PORTREVISION
This work has been done in collaboration with
- fluffy@
- Franco Fichtner |
7.0.3_3 16 Feb 2016 15:38:22 |
miwi |
- Fix mysql[nd] library handling in php modules logic.
Reported by: fluffy |
7.0.3_2 16 Feb 2016 12:30:43 |
miwi |
- Fix build for -openssl and -imap
PR: 207244 |
7.0.3_1 16 Feb 2016 07:21:14 |
miwi |
- Fix build with dtrace enabled [1]
- Cleanup some old leftovers
PR: 207231 [1] |
7.0.3 15 Feb 2016 14:34:27 |
miwi |
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@. |