CVSweb ] [
Homepage ] [ | Version: 5.2.12, Package name: php-5.2.12 |
| Maintained by: Robert Nagy |
| Required to run: [devel/gettext] |
| Required to build: [devel/autoconf/2.13] [devel/gettext] [devel/metaauto] [textproc/libxml] |
| Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
| Description-bz2 The bzip2 functions are used to transparently read and write bzip2 (.bz2) compressed files within PHP5. Description-curl PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication. Description-dba These functions build the foundation for accessing Berkeley DB style databases. This is a general abstraction layer for several file-based databases. As such, functionality is limited to a common subset of features supported by modern databases such as Sleepycat Software's DB2. (This is not to be confused with IBM's DB2 software, which is supported through the ODBC functions.) Description-dbase These functions allow you to access records stored in dBase-format (dbf) databases. There is no support for indexes or memo fields. There is no support for locking, too. Two concurrent webserver processes modifying the same dBase file will very likely ruin your database. dBase files are simple sequential files of fixed length records. Records are appended to the end of the file and delete records are kept until you call dbase_pack(). We recommend that you do not use dBase files as your production database. Choose any real SQL server instead; MySQL or Postgres are common choices with PHP. dBase support is here to allow you to import and export data to and from your web database, because the file format is commonly understood by Windows spreadsheets and organizers. Description-gd You can use the image functions in PHP to get the size of JPEG, GIF, PNG, SWF, TIFF and JPEG2000 images. By using the GD library, you will also be able to create and manipulate images. Support for TrueType and PostScript fonts is also included. The format of images you are able to manipulate depend on the version of GD you install, and any other libraries GD might need to access those image formats. Versions of GD older than gd-1.6 support gif format images, and do not support png, where versions greater than gd-1.6 support png, not gif. Description-gmp These functions allow you to work with arbitrary-length integers using the GNU MP library. Description-imap These PHP5 functions are not limited to the IMAP protocol, despite their name. The underlying c-client library also supports NNTP, POP3 and local mailbox access methods. Description-ldap LDAP is the Lightweight Directory Access Protocol, and is a protocol used to access "Directory Servers". The Directory is a special kind of database that holds information in a tree structure. The concept is similar to your hard disk directory structure, except that in this context, the root directory is "The world" and the first level subdirectories are "countries". Lower levels of the directory structure contain entries for companies, organisations or places, while yet lower still we find directory entries for people, and perhaps equipment or documents. The PHP LDAP library allows you to query and set values in remote and local LDAP databases. Description-main This is a place-holder package to inform you that the PHP port is now split into small sub-packages, designed to allow you to install modules independently of the main PHP engine. For example, to install the IMAP module, just pkg_add the php5-imap-${V}.tgz package and activate it by creating a symbolic link as described in the installation message. This package contains no files or dependencies and may be safely uninstalled. Description-mbstring These functions provide multibyte string support. Description-mcrypt This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". Description-mhash This is an interface to the mhash library. mhash supports a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. Mhash can be used to create checksums, message digests, message authentication codes, and more. Description-mssql This PHP5 modules contains functions to access the Microsoft SQL server database. It makes use of the FreeTDS implementation to perform the actual communications. Description-mysql These functions allow you to access MySQL database servers. More information about the mysql extension can be found at http://www.php.net/mysql. If you want to use functionality provided by MySQL 4.1 and above, please consider using the mysqli extension. Information about MySQL can be found at http://www.mysql.com/. Documentation for MySQL can be found at http://www.mysql.com/documentation/. Description-mysqli These improved functions allow you to access the functionality provided by MySQL 4.1 and above. More information about the mysqli extension can be found at http://www.php.net/mysqli. Information about MySQL can be found at http://www.mysql.com/. Documentation for MySQL can be found at http://www.mysql.com/documentation/. Description-ncurses ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Description-odbc In addition to normal ODBC support, the Unified ODBC functions in PHP allow you to access several databases that have borrowed the semantics of the ODBC API to implement their own API. Instead of maintaining multiple database drivers that were all nearly identical, these drivers have been unified into a single set of ODBC functions. Description-pdo_dblib The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. pdo_dblib is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Microsoft SQL Server and Sybase databases through the FreeTDS libary. Description-pdo_mysql The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. pdo_mysql is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x, 4.x and 5.x databases. Description-pdo_pgsql The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. pdo_pgsql is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases. Description-pdo_sqlite The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. Each database driver that implements the PDO interface can expose database-specific features as regular extension functions. pdo_sqlite is a driver that implements the PHP Data Objects (PDO) interface to enable access to SQLite 3 databases. Description-pgsql Postgres, developed originally in the UC Berkeley Computer Science Department, pioneered many of the object-relational concepts now becoming available in some commercial databases. It provides SQL92/SQL99 language support, transaction integrity and type extensibility. PostgreSQL is an open source descendant of this original Berkeley code. PostgreSQL database is Open Source product and available without cost. To use PostgreSQL support, you need PostgreSQL 6.5 or later. PostgreSQL 7.0 or later to enable all PostgreSQL module feature. PostgreSQL supports many character encoding including multibyte character encoding. The current version and more information about PostgreSQL is available at http://www.postgresql.org/. Description-pspell These functions allow you to check the spelling of a word and offer suggestions. More information about Pspell can be found at http://www.php.net/pspell. Description-shmop Shmop is an easy to use set of functions that allows php to read, write, create and delete UNIX shared memory segments. Description-snmp This module makes SNMP reading and writing functions accessible from within PHP. Description-soap SOAP (Simple Object Access Protocol) is a method for access remote XML resources on another machine. It is a standard defined by The World Wide Web consortium (W3C). Information about XSLT and related technologies can be found at http://www.w3.org/TR/soap. This PHP extension provides a processor independent API to SOAP protocol. Description-sqlite These functions allow you to access SQLite databases. More information about SQLite can be found at http://www.sqlite.org/. Documentation for SQLite can be found at http://www.sqlite.org/docs.html. Description-sybase_ct This PHP5 modules contains functions to access the Sybase database. It makes use of the FreeTDS implementation to perform the actual communications. Description-tidy This module is a binding for the Tidy HTML clean and repair utility which allows you to clean and manipluate HTML documents. Description-xmlrpc These functions can be used to write XML-RPC servers and clients. You can find more information about XML-RPC at http://www.xmlrpc.com/, and more documentation on this extension and its functions at http://xmlrpc-epi.sourceforge.net/. Description-xsl XSLT (Extensible Stylesheet Language (XSL) Transformations) is a language for transforming XML documents into other XML documents. It is a standard defined by The World Wide Web consortium (W3C). Information about XSLT and related technologies can be found at http://www.w3.org/TR/xslt. This PHP extension provides a processor independent API to XSLT transformations. Currently this extension only supports the Sablotron library from the Ginger Alliance. Support is planned for other libraries, such as the Xalan library or the libxslt library. |
| MD5: j53k2X+ubroWPPNplQmiYA= |
| RMD160: D21EKqzjTCIfn7/0KmPn87RInxU= |
| Filesize: 22.51 KB |
Package available on: cdrom( Distfile available on: cdrom( |
| Version History (View Complete History) |
|
| 2010-02-28 16:56:20 by Marc Espie | Files touched by this commit (1) |
Log message: oopsie |
| 2010-02-26 11:31:57 by Marc Espie | Files touched by this commit (31) |
Log message: fix FULLPKGPATHs |
| 2010-01-01 12:48:23 by Robert Nagy | Files touched by this commit (5) |
Log message: - add mssql and pdo_dblib extensions from Antti Harri <iku@openbsd.fi> - fix the odbc and soap configure args when they are disabled |
| 2009-12-22 03:39:28 by Robert Nagy | Files touched by this commit (2) |
Log message: Update to php-5.2.12 |
| 2009-11-12 14:47:10 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - add tidy bindgins ok robert@ |
| 2009-10-24 21:07:30 by William Yodlowsky | Files touched by this commit (3) |
Log message: MFC: Update to php 5.2.11; Security Enhancements and Fixes in PHP 5.2.11: * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia) * Fixed sanity check for the color index in imagecolortransparent(). (Pierre) * Added missing sanity checks around exif processing. (Ilia) * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) and update Suhosin extension to 0.9.29; fixes segfaults with session encryption. ok robert@ |
| 2009-09-28 18:07:15 by William Yodlowsky | Files touched by this commit (3) |
Log message: MFC: Update to php 5.2.11; Security Enhancements and Fixes in PHP 5.2.11: * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia) * Fixed sanity check for the color index in imagecolortransparent(). (Pierre) * Added missing sanity checks around exif processing. (Ilia) * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) ok robert@ |
| 2009-09-21 14:04:24 by Robert Nagy | Files touched by this commit (2) |
Log message: Update to php 5.2.11; Security Enhancements and Fixes in PHP 5.2.11: * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia) * Fixed sanity check for the color index in imagecolortransparent(). (Pierre) * Added missing sanity checks around exif processing. (Ilia) * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) |
| 2009-09-19 07:09:20 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Zap trailing blank space. |
| 2009-08-26 07:42:30 by Stuart Henderson | Files touched by this commit (2) |
Log message: Change DESCR-main to talk about symlinks not phpxs, bump FULLPKGNAME-main. ok robert@ |
| 2009-08-22 10:58:14 by William Yodlowsky | Files touched by this commit (2) |
Log message: MFC: update Suhosin extension to 0.9.29; fixes segfaults with session encryption. revert workaround (change default back to encrypted sessions). ok sthen@ robert@ |
| 2009-08-21 14:26:08 by Jolan Luff | Files touched by this commit (5) |
Log message: remove php5/extensions,-zip in favor of pecl-zip; they conflict and pecl-zip is more up to date/stable ok robert@ |
| 2009-08-21 03:44:12 by Stuart Henderson | Files touched by this commit (2) |
Log message: update Suhosin extension to 0.9.29; fixes segfaults with session encryption. revert workaround (change default back to encrypted sessions). ok robert@, similar diff jolan@ |
| 2009-08-12 19:04:31 by William Yodlowsky | Files touched by this commit (2) |
Log message: MFC: Make suhosin.session.encrypt=off by default because there are some problems with php 5.2.10 and the suhosin patch. noted by william@ and people on ports@ It's going to be re-enabled when it gets fixed upstream. and patch-ext_suhosin_suhosin_c has to go the the shared patch dir. ok robert@ |
| 2009-08-01 08:13:00 by Stuart Henderson | Files touched by this commit (1) |
Log message: adjust autoconf checks for freetds 0.82; no package content changes as a result of this, so no bump |
| 2009-07-26 16:42:22 by Robert Nagy | Files touched by this commit (2) |
Log message: patch-ext_suhosin_suhosin_c has to go the the shared patch dir. |
| 2009-07-20 10:30:14 by Robert Nagy | Files touched by this commit (3) |
Log message: Make suhosin.session.encrypt=off by default because there are some problems with php 5.2.10 and the suhosin patch. noted by william@ and people on ports@ It's going to be re-enabled when it gets fixed upstream. |
| 2009-04-24 02:36:49 by Marc Espie | Files touched by this commit (3) |
Log message: build ZipArchive, okay robert@ |
| 2008-09-18 07:37:41 by Antoine Jacoutot | Files touched by this commit (20) |
Log message: - SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS looks good to landry@ |
| 2008-05-20 08:01:45 by Robert Nagy | Files touched by this commit (3) |
Log message: update to php-5.2.6; from Brad Walker <me@bradmwalker.com> |
| 2008-03-30 05:59:56 by Robert Nagy | Files touched by this commit (3) |
Log message: add the pspell extension to the list of built extensions from James Turner <james@calminferno.net> |
| 2007-11-14 03:53:50 by Robert Nagy | Files touched by this commit (2) |
Log message: - update to php-5.2.5 - include the suhosin extension and suhosin patch by default unless the no_suhosin flavor is defined - add all the suhosin configuration options to the sample config files |
| 2007-11-05 03:11:10 by Robert Nagy | Files touched by this commit (37) |
Log message: Kill the phpxs script that was used for enabling and disabling the php core module and extenions. Install a sample configuration file to /var/www/conf/modules.sample which can be symlinked or copied over to /var/www/conf/modules so apache is going to pick it up. Allow php to scan /var/www/conf/php5 for php configuration files so if the user installs or creates a symlink from the sample configuration files from the php5.sample directory, it is going to be picked up by php5. Create a dummy pwd.db file in the php5-imap package in the apache chroot because it is needed by c-client. feedback and tests by sthen@ |
| 2007-10-30 04:13:22 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - make php5-imap use new c-client testing and ok robert@ |
| 2007-09-15 14:38:27 by Michael Erdely | Files touched by this commit (258) |
Log message: Remove surrounding quotes from COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@) |
| 2007-09-05 03:11:34 by Robert Nagy | Files touched by this commit (6) |
Log message: update to version 5.2.4 and remove some obsolete CONFIGURE_ARGS; |
| 2007-07-02 02:53:17 by Robert Nagy | Files touched by this commit (6) |
Log message: update to version 5.2.3; fixes many vulnerabilities just as usual. for more information read http://www.php.net/releases/5_2_3.php add a no_suhosin pseudo-flavor because horde has some problems with the suhosin security patchset |
| 2007-06-17 14:38:18 by Nikolay Sturm | Files touched by this commit (1) |
Log message: typo |
| 2007-06-17 14:35:18 by Nikolay Sturm | Files touched by this commit (1) |
Log message: typo |
| 2007-06-17 01:55:53 by Nikolay Sturm | Files touched by this commit (4) |
Log message: assorted security patches, from debian |
| 2007-06-17 01:54:58 by Nikolay Sturm | Files touched by this commit (4) |
Log message: assorted security patches, from debian |
| 2007-05-15 11:01:01 by Christian Weisgerber | Files touched by this commit (5) |
Log message: chase wantlib changes after curl update |
| 2007-05-11 09:05:15 by Robert Nagy | Files touched by this commit (3) |
Log message: update to version 5.2.2; fixes many vulnerabilities http://www.php.net/ChangeLog-5.php#5.2.2 from Lawrence Teo <lteo.openbsd1@calyptix.com>; |
| 2007-04-01 15:37:27 by Robert Nagy | Files touched by this commit (22) |
Log message: - add a fastcgi subpackage to core because now we are able to build more than one php binaries within one workdir (idea from FreeBSD) - move pdo_sqlite support from core to extensions and also add a pdo_mysql and a pdo_sqlite subpackage - regen patches while here - bump PKGNAMEs |
| 2007-03-22 16:43:20 by Robert Nagy | Files touched by this commit (19) |
Log message: - update to php 5.2.1 and suhosin 0.9.2.6 - remove the pear subpackage as it is now replaced with www/pear - the filepro extension is no longer available tested by a couple of people |
| 2007-02-09 06:48:20 by Bernd Ahlers | Files touched by this commit (2) |
Log message: Add missing @conflict marker for 'php4-sybase_ct-*'. help & ok robert@ |
| 2006-12-31 06:15:38 by Marc Espie | Files touched by this commit (1) |
Log message: fix MESSAGEs using new substitution feature |
| 2006-11-30 11:33:04 by Nikolay Sturm | Files touched by this commit (1) |
Log message: bump PKGNAMEs after MULTI_PACKAGES changes |
| 2006-11-25 04:45:58 by Marc Espie | Files touched by this commit (5) |
Log message: new MULTI_PACKAGES |
| 2006-11-24 02:27:33 by Marc Espie | Files touched by this commit (1) |
Log message: broken depends |
| 2006-11-20 13:57:22 by Robert Nagy | Files touched by this commit (1) |
Log message: the no_x11 flavor of the gd package should not depend on freetype as it comes with X11; bump PKGNAME |
| 2006-11-12 06:40:20 by Robert Nagy | Files touched by this commit (2) |
Log message: unbreak the curl extension by removing references to deprecated constants removed from curl.h; noticed and patch provided by Marc Wirth <marcwirth@mac.com> |
| 2006-10-21 05:44:10 by Robert Nagy | Files touched by this commit (29) |
Log message: update to version 5.1.6 and replace the hardened patchset with the suhosin patchset; kill the hardened flavor because we are going to use suhosin patchet by default; |
| 2006-09-18 03:04:03 by Marc Espie | Files touched by this commit (8) |
Log message: new style libs |
| 2006-08-03 18:10:42 by Marc Espie | Files touched by this commit (39) |
Log message: new lib specs |
| 2006-07-16 16:08:42 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: Missing `"' |
| 2006-05-09 08:15:40 by Robert Nagy | Files touched by this commit (16) |
Log message: Update to version 5.1.4; Add a hardened flavor for both core and extensions (inspired by niallo@); Use our own way to install pear because the bundled installer is totally broken and upstream refuses to fix it. Add a mysqli subpackage which can be used to access the functionality provided by MySQL 4.1 and above. Other minor changes and fixes are also included. ok sturm@; tested by many |
| 2006-04-15 08:57:24 by Christian Weisgerber | Files touched by this commit (1) |
Log message: bump gd-no_x11 package, simplify logic; ok sturm@ |
| 2006-04-14 14:41:48 by Nikolay Sturm | Files touched by this commit (1) |
Log message: actually increase FULLPKGNAME-gd 4 eyes didn't see what plist_db sees |
| 2006-04-06 05:26:39 by Otto Moerbeek | Files touched by this commit (1) |
Log message: Make php5-gd use freetype2 (included in X11) instead of freetype1. Solves truetype font rendering problems in truecolor more. Tested by mbalmer@; help and ok robert@ |
| 2005-12-29 16:07:19 by Nikolay Sturm | Files touched by this commit (2) |
Log message: more |
| 2005-12-21 08:42:06 by Robert Nagy | Files touched by this commit (12) |
Log message: Update to php-5.1.1; for more information please check http://www.php.net/ChangeLog-5.php#5.1.1 and http://www.php.net/ChangeLog-5.php#5.1.0 The port now uses a CVS snapshot of PEAR; |
| 2005-11-01 04:50:23 by Nikolay Sturm | Files touched by this commit (7) |
Log message: bump PKGNAMEs to not fall behind 3.7 |
| 2005-10-27 14:06:09 by Nikolay Sturm | Files touched by this commit (11) |
Log message: bump PKGNAMEs for new packages after libcurl update discussed with pval |
| 2005-09-16 03:51:28 by Marc Espie | Files touched by this commit (53) |
Log message: Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into the FULLPKGPATH, thus providing changes to packing-lists which shouldn't happen, and making update more difficult. Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an update @pkgpath for the bug for most of them (left out the ones with 3 or 4 pseudo flavors for space constraints...) |
| 2005-09-10 12:23:00 by Marc Espie | Files touched by this commit (1) |
Log message: missing WANTLIB |
| 2005-07-05 18:50:33 by Kevin Lo | Files touched by this commit (3) |
Log message: add mbstring support. ok robert@ |
| 2005-06-06 11:25:33 by Robert Nagy | Files touched by this commit (3) |
Log message: add the soap extension to php5: SOAP (Simple Object Access Protocol) is a method for access remote XML resources on another machine. It is a standard defined by The World Wide Web consortium (W3C). Information about XSLT and related technologies can be found at http://www.w3.org/TR/soap. From: Ben Lindstrom <mouring@etoh.eviladmin.org> |
| 2005-05-24 10:53:19 by Robert Nagy | Files touched by this commit (1) |
Log message: fix the PKGNAME of the no_x11 flavor of the gd subpackage "just commit it" brad@ |
| 2005-05-23 14:20:08 by Robert Nagy | Files touched by this commit (5) |
Log message: SECURITY: update to 5.0.4 fixes multiple vulnerabilities http://www.vuxml.org/openbsd/7612fe54-b00c-11d9-9c1d-00065bd5b0b6.html ok brad@ |
| 2005-05-18 00:59:37 by Kevin Lo | Files touched by this commit (1) |
Log message: fix detect libxslt dependency correctly. |
| 2005-05-12 13:09:15 by Robert Nagy | Files touched by this commit (3) |
Log message: add support for xsl extension from Ben Lindstrom <mouring@etoh.eviladmin.org> |
| 2005-04-10 06:21:02 by Robert Nagy | Files touched by this commit (1) |
Log message: add textproc/libxml to BUILD_DEPENDS; noticed by sturm@ |
| 2005-04-04 15:13:22 by Robert Nagy | Files touched by this commit (7) |
Log message: update to 5.0.4; |
| 2005-03-16 14:09:22 by Robert Nagy | Files touched by this commit (2) |
Log message: fix the gd extension's conflict with php4; bump its no_x11 flavor's PKGNAME; spotted and ok by naddy@ |
| 2005-03-16 13:09:41 by Robert Nagy | Files touched by this commit (3) |
Log message: - fix WANTLIB markers and dependencies (from alek@ and wilfried@) - delete some whitespaces (from wilfried@) - don't leave mess in ldconfig search path (reported by Moritz Grimm <mlist@scapa.dnsalias.net>) - bump PKGNAMEs tested by many; ok pval@ |
| 2005-03-14 18:57:06 by David Berghoff | Files touched by this commit (100) |
Log message: typo and wording fixes; approved by pval ok mbalmer@ "that diff was fun to read" |
| 2004-12-21 05:15:02 by Marc Espie | Files touched by this commit (42) |
Log message: mark explicit conflicts, unconfuse find-all-conflicts. fix dependency from ltdl in mcrypt (noticed by mbalmer@) |
| 2004-12-11 06:29:22 by Aleksander Piotrowski | Files touched by this commit (47) |
Log message: Add WANTLIB markers |
| 2004-10-18 09:58:53 by Robert Nagy | Files touched by this commit (3) |
Log message: Add the sqlite extension for php5; requested by jcs@ |
| 2004-10-13 12:59:44 by Dan Harnett | Files touched by this commit (24) |
Log message: initial sweep for MESSAGE decoration removal; ok espie@ |
| 2004-10-12 19:47:32 by Dan Harnett | Files touched by this commit (2) |
Log message: replace ucd-snmp with net-snmp; ok maintainer |