Port details |
- php-suhosin PHP extension that implements high-level protections
- 0.9.38_3 security
=15 0.9.38_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Works only with EOL php 5.6
This port expired on: 2018-12-30
- Maintainer: ale@FreeBSD.org
- Port Added: 2006-09-04 08:09:05
- Last Update: 2018-12-30 23:30:56
- SVN Revision: 488749
- People watching this port, also watch:: phpMyAdmin-php81, gmake, pcre
- License: PHP301
- WWW:
- http://www.suhosin.org/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}suhosin>0:security/php-suhosin
- No installation instructions:
- This port has been deleted.
- PKGNAME: php56-suhosin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (suhosin-0.9.38.tar.gz) = c02d76c4e7ce777910a37c18181cb67fd9e90efe0107feab3de3131b5f89bcea
SIZE (suhosin-0.9.38.tar.gz) = 122800
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php56
- autoconf>0 : devel/autoconf
- session.so : www/php56-session
- Runtime dependencies:
-
- php.h : lang/php56
- session.so : www/php56-session
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php56-suhosin-0.9.38_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- php:ext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.38_3 30 Dec 2018 23:30:56 |
rene |
Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6 (Only the first 15 lines of the commit message are shown above ) |
0.9.38_3 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
0.9.38_3 02 Dec 2018 17:43:34 |
antoine |
Deprecate ports depending on php 5.6 |
0.9.38_3 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
0.9.38_3 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 |
0.9.38_3 07 Feb 2018 17:46:11 |
mat |
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight |
0.9.38_3 07 Feb 2017 12:14:34 |
mat |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight |
0.9.38_3 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
0.9.38_3 10 Aug 2016 09:24:53 |
mat |
Suhosin needs session at build time so that it can encrypt the session.
Sponsored by: Absolight |
0.9.38_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 |
0.9.38_1 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 |
0.9.38 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 |
0.9.38 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.9.38 13 Mar 2016 16:56:42 |
mat |
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 |
0.9.38 22 Sep 2015 15:47:58 |
ale |
Update to 0.9.38 release.
PR: 203228
Submitted by: Franco Fichtner |
0.9.37.1_1 13 Feb 2015 09:59:12 |
ale |
Fix php-session dependency and remove plist.
PR: 197751
Submitted by: garga |
0.9.37.1 22 Dec 2014 21:11:47 |
ale |
Update to 0.9.37.1 release.
Submitted by: Tommy Scheunemann <net@arrishq.net> |
0.9.36 17 Jul 2014 08:57:51 |
olgeni |
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) |
0.9.36 12 Jun 2014 10:04:39 |
ale |
Update to 0.9.36 release. |
0.9.35 26 Mar 2014 13:20:50 |
ale |
Update to 0.9.35 release with support for PHP 5.4+.
PR: ports/187925
Submitted by: Reko Turja <reko.turja@liukuma.net> |
0.9.33 19 Mar 2014 14:26:02 |
ale |
Add php 5.5 in IGNORE. |
0.9.33 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.9.33 16 May 2012 07:37:04 |
ale |
Switch to default PHP 5.3, since not compatible with PHP 5.4. |
0.9.33 09 Feb 2012 16:19:26 |
ale |
Fix build with thread-safe php. |
0.9.33 03 Feb 2012 09:04:56 |
ale |
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> |
0.9.32.1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.9.32.1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.9.32.1 21 Jun 2011 12:07:30 |
ale |
Hopefully fix build with clang. |
0.9.32.1 26 Jul 2010 10:40:01 |
ale |
Update to 0.9.32.1 release. |
0.9.31 20 May 2010 15:11:32 |
ale |
Update to 0.9.31 release. |
0.9.30 09 Apr 2010 09:36:19 |
ale |
Update to 0.9.30 release. |
0.9.29 27 Aug 2009 15:37:16 |
ale |
Update to 0.9.29 release. |
0.9.27 26 Aug 2008 10:29:30 |
ale |
Update to 0.9.27 release. |
0.9.24 11 May 2008 09:42:05 |
ale |
Update to 0.9.24 release. |
0.9.23 15 Jan 2008 07:37:09 |
ale |
Update to 0.9.23 release. |
0.9.22 11 Dec 2007 20:13:40 |
ale |
Update to 0.9.22 release. |
0.9.20 25 May 2007 05:57:34 |
ale |
Update to 0.9.20 release. |
0.9.19 01 May 2007 08:02:53 |
ale |
Update to 0.9.19 release. |
0.9.18 07 Mar 2007 07:10:32 |
ale |
Update to 0.9.18 release. |
0.9.17 05 Mar 2007 06:48:04 |
ale |
Update to 0.9.17 release:
- install config sample |
0.9.16 03 Dec 2006 09:23:52 |
ale |
Update to 0.9.16 release. |
0.9.15 29 Nov 2006 07:30:08 |
ale |
Update to 0.9.15 release. |
0.9.14 23 Nov 2006 07:35:56 |
ale |
Update to 0.9.14 release. |
0.9.12 15 Nov 2006 07:15:49 |
ale |
Update to 0.9.12 release. |
0.9.11 06 Nov 2006 17:44:05 |
ale |
Update to 0.9.11 release. |
0.9.10 01 Nov 2006 13:32:38 |
ale |
Update to 0.9.10 release. |
0.9.7 08 Oct 2006 13:08:04 |
ale |
Update to 0.9.7 release. |
0.9.6 04 Oct 2006 21:13:11 |
ale |
Update to 0.9.6 release. |
0.9.5 29 Sep 2006 19:12:16 |
ale |
Update to 0.9.5 release. |
0.9.0_1 09 Sep 2006 12:36:06 |
ale |
Update to current snapshot. |
0.9.0 04 Sep 2006 08:02:04 |
ale |
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/ |