This script is for Slackware 12.2 only and may be outdated.

SlackBuilds Repository

12.2 > Network > suhosin (0.9.27)

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.

The second part is a powerful PHP extension that implements all the other
protections. Suhosin is binary compatible with normal PHP installations,
which means it is compatible to 3rd party binary extensions like
ZendOptimizer.

This package includes only the extention. To enable it after installation,
edit /etc/httpd/php.ini and add a line to 'Dynamic Extensions', like this:

extension=suhosin.so

After which the 'php -v' command should list it as loaded.
For more info try:

php -i | grep suhosin

Maintained by: Menno E. Duursma
Keywords: php,security,module
ChangeLog: suhosin

Homepage:
http://www.hardened-php.net/suhosin/index.html

Source Downloads:
suhosin-0.9.27.tgz (9aae02bc2d2bcf9b8bd97cd22f56a8b8)

Download SlackBuild:
suhosin.tar.gz
suhosin.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
suhosin.SlackBuild
suhosin.info

Validated for Slackware 12.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds