notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/php-suhosin/Makefile
SVNWeb

Number of commits found: 46

Thu, 6 Dec 2018
[ 11:22 rene search for other commits by this committer ] Original commit   Revision:486751 (Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
Remove version 7.0 from the IGNORE_WITH_PHP list.
Sun, 2 Dec 2018
[ 17:43 antoine search for other commits by this committer ] Original commit   Revision:486473 (Only the first 10 of 153 ports in this commit are shown above. View all ports for this commit)
Deprecate ports depending on php 5.6
Mon, 8 Oct 2018
[ 15:08 antoine search for other commits by this committer ] Original commit   Revision:481545 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
Fix some PKGNAME collisions
Thu, 8 Mar 2018
[ 19:48 mat search for other commits by this committer ] Original commit   Revision:463917 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Feb 2018
[ 17:46 mat search for other commits by this committer ] Original commit   Revision:461158 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Note PHP ports that do not build with 7.2.

Sponsored by:	Absolight
Tue, 7 Feb 2017
[ 12:14 mat search for other commits by this committer ] Original commit   Revision:433543 (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
Mark ports not building with PHP 7.1.

Sponsored by:	Absolight
Thu, 15 Sep 2016
[ 01:41 swills search for other commits by this committer ] Original commit   Revision:422175 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Unmark broken on powerpc64

These ports built successfully
Wed, 10 Aug 2016
[ 09:24 mat search for other commits by this committer ] Original commit   Revision:419999
Suhosin needs session at build time so that it can encrypt the session.

Sponsored by:	Absolight
Tue, 9 Aug 2016
[ 14:29 mat search for other commits by this committer ] Original commit   Revision:419924 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
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
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
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
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Sun, 13 Mar 2016
[ 16:56 mat search for other commits by this committer ] Original commit   Revision:411002 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
Tue, 22 Sep 2015
[ 15:47 ale search for other commits by this committer ] Original commit   Revision:397545
Update to 0.9.38 release.

PR:		203228
Submitted by:	Franco Fichtner
Fri, 13 Feb 2015
[ 09:59 ale search for other commits by this committer ] Original commit   Revision:378918
Fix php-session dependency and remove plist.

PR:		197751
Submitted by:	garga
Mon, 22 Dec 2014
[ 21:11 ale search for other commits by this committer ] Original commit   Revision:375268
Update to 0.9.37.1 release.

Submitted by:	Tommy Scheunemann <net@arrishq.net>
Thu, 17 Jul 2014
[ 08:57 olgeni search for other commits by this committer ] Original commit   Revision:362126 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
Thu, 12 Jun 2014
[ 10:04 ale search for other commits by this committer ] Original commit   Revision:357578
Update to 0.9.36 release.
Wed, 26 Mar 2014
[ 13:20 ale search for other commits by this committer ] Original commit   Revision:349251
Update to 0.9.35 release with support for PHP 5.4+.

PR:		ports/187925
Submitted by:	Reko Turja <reko.turja@liukuma.net>
Wed, 19 Mar 2014
[ 14:26 ale search for other commits by this committer ] Original commit   Revision:348621
Add php 5.5 in IGNORE.
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Wed, 16 May 2012
[ 07:37 ale search for other commits by this committer ] Original commit 
Switch to default PHP 5.3, since not compatible with PHP 5.4.
Fri, 3 Feb 2012
[ 09:04 ale search for other commits by this committer ] Original commit 
Update to 0.9.33 release.
PHP 4 is not supported.
PHP 5.2 is not officially supported, but may work.

PR:             ports/164712
Submitted by:   Hilko Meyer <hilko.meyer@gmx.de>
Mon, 26 Jul 2010
[ 10:40 ale search for other commits by this committer ] Original commit 
Update to 0.9.32.1 release.
Thu, 20 May 2010
[ 15:11 ale search for other commits by this committer ] Original commit 
Update to 0.9.31 release.
Fri, 9 Apr 2010
[ 09:36 ale search for other commits by this committer ] Original commit 
Update to 0.9.30 release.
Thu, 27 Aug 2009
[ 15:37 ale search for other commits by this committer ] Original commit 
Update to 0.9.29 release.
Tue, 26 Aug 2008
[ 10:29 ale search for other commits by this committer ] Original commit 
Update to 0.9.27 release.
Sun, 11 May 2008
[ 09:42 ale search for other commits by this committer ] Original commit 
Update to 0.9.24 release.
Tue, 15 Jan 2008
[ 07:37 ale search for other commits by this committer ] Original commit 
Update to 0.9.23 release.
Tue, 11 Dec 2007
[ 20:13 ale search for other commits by this committer ] Original commit 
Update to 0.9.22 release.
Fri, 25 May 2007
[ 05:57 ale search for other commits by this committer ] Original commit 
Update to 0.9.20 release.
Tue, 1 May 2007
[ 08:02 ale search for other commits by this committer ] Original commit 
Update to 0.9.19 release.
Wed, 7 Mar 2007
[ 07:10 ale search for other commits by this committer ] Original commit 
Update to 0.9.18 release.
Mon, 5 Mar 2007
[ 06:48 ale search for other commits by this committer ] Original commit 
Update to 0.9.17 release:
- install config sample
Sun, 3 Dec 2006
[ 09:23 ale search for other commits by this committer ] Original commit 
Update to 0.9.16 release.
Wed, 29 Nov 2006
[ 07:30 ale search for other commits by this committer ] Original commit 
Update to 0.9.15 release.
Thu, 23 Nov 2006
[ 07:35 ale search for other commits by this committer ] Original commit 
Update to 0.9.14 release.
Wed, 15 Nov 2006
[ 07:15 ale search for other commits by this committer ] Original commit 
Update to 0.9.12 release.
Mon, 6 Nov 2006
[ 17:44 ale search for other commits by this committer ] Original commit 
Update to 0.9.11 release.
Wed, 1 Nov 2006
[ 13:32 ale search for other commits by this committer ] Original commit 
Update to 0.9.10 release.
Sun, 8 Oct 2006
[ 13:08 ale search for other commits by this committer ] Original commit 
Update to 0.9.7 release.
Wed, 4 Oct 2006
[ 21:13 ale search for other commits by this committer ] Original commit 
Update to 0.9.6 release.
Fri, 29 Sep 2006
[ 19:12 ale search for other commits by this committer ] Original commit 
Update to 0.9.5 release.
Sat, 9 Sep 2006
[ 12:36 ale search for other commits by this committer ] Original commit 
Update to current snapshot.
Mon, 4 Sep 2006
[ 08:02 ale search for other commits by this committer ] Original commit 
Suhosin is an advanced protection system for PHP installations.
It was designed to protect servers and users from known and
unknown flaws in PHP applications and the PHP core.
Suhosin comes in two independent parts, that can be used
separately or in combination. The first part is a small patch
against the PHP core, that implements a few low-level
protections against bufferoverflows or format string
vulnerabilities and the second part is a powerful PHP extension
that implements all the other protections.

Suhosin is binary compatible to normal PHP installation,
which means it is compatible to 3rd party binary extension
like ZendOptimizer.

WWW: http://www.suhosin.org/

Number of commits found: 46