FreshPorts -- The Place For Ports Sat, 4 Jul 2009 5:21 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
php5 5.2.10 lang on this many watch lists=345 search for ports that depend on this port An older version of this port was marked as vulnerable.
PHP Scripting Language
Maintained by: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Jul 2003 12:00:27
Also Listed In: devel www


PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML.  Its syntax draws upon C,
Java, and Perl, and is easy to learn.  The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.

WWW: http://www.php.net/

- Alex Dupre
ale@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
archivers/php5-bz2
archivers/php5-zip
archivers/php5-zlib
converters/php5-iconv
converters/php5-mbstring
converters/php5-recode
databases/php5-dba
databases/php5-dbase
databases/php5-interbase
databases/php5-mssql
databases/php5-mysql
databases/php5-mysqli
databases/php5-oci8
databases/php5-odbc
databases/php5-pdo
databases/php5-pdo_dblib
databases/php5-pdo_firebird
databases/php5-pdo_mysql
databases/php5-pdo_oci
databases/php5-pdo_odbc
databases/php5-pdo_pgsql
databases/php5-pdo_sqlite
databases/php5-pgsql
databases/php5-sqlite
databases/php5-sybase_ct
devel/php5-gettext
devel/php5-json
devel/php5-ncurses
devel/php5-pcntl
devel/php5-pcre
devel/php5-readline
devel/php5-shmop
devel/php5-spl
devel/php5-sysvmsg
devel/php5-sysvsem
devel/php5-sysvshm
devel/php5-tokenizer
ftp/php5-curl
ftp/php5-ftp
graphics/php5-exif
graphics/php5-gd
graphics/php5-ming
mail/php5-imap
math/php5-bcmath
math/php5-gmp
misc/php5-calendar
net/php5-ldap
net/php5-soap
net/php5-sockets
net/php5-xmlrpc
net-mgmt/php5-snmp
security/php5-filter
security/php5-hash
security/php5-mcrypt
security/php5-mhash
security/php5-openssl
sysutils/php5-posix
textproc/php5-ctype
textproc/php5-dom
textproc/php5-pspell
textproc/php5-simplexml
textproc/php5-wddx
textproc/php5-xml
textproc/php5-xmlreader
textproc/php5-xmlwriter
textproc/php5-xsl
www/php5-session
www/php5-tidy

Required To Build: www/apache13, devel/autoconf262, devel/pkg-config
Required To Run: www/apache13, devel/pkg-config
Required Libraries: textproc/libxml2

To install the port: cd /usr/ports/lang/php5/ && make install clean
To add the package: pkg_add -r php5


Configuration Options
===> The following configuration options are available for php5-5.2.10:
     CLI=on (default) "Build CLI version"
     CGI=on (default) "Build CGI version"
     APACHE=off (default) "Build Apache module"
     DEBUG=off (default) "Enable debug"
     SUHOSIN=on (default) "Enable Suhosin protection system (not for jails)"
     MULTIBYTE=off (default) "Enable zend multibyte support"
     IPV6=on (default) "Enable ipv6 support"
     MAILHEAD=off (default) "Enable mail header patch"
     REDIRECT=off (default) "Enable force-cgi-redirect support (CGI only)"
     DISCARD=off (default) "Enable discard-path support (CGI only)"
     FASTCGI=on (default) "Enable fastcgi support (CGI only)"
     PATHINFO=on (default) "Enable path-info-check support (CGI only)"
===> Use 'make config' to modify these settings

Master Sites:
http://dk.php.net/distributions/
http://de.php.net/distributions/
http://es.php.net/distributions/
http://fi.php.net/distributions/
http://fr.php.net/distributions/
http://gr.php.net/distributions/
http://it.php.net/distributions/
http://jp.php.net/distributions/
http://se.php.net/distributions/
http://uk.php.net/distributions/
http://us2.php.net/distributions/
http://br.php.net/distributions/
http://cn.php.net/distributions/
http://ring.nict.go.jp/archives/net/www/php/distributions/
http://ring.k-opti.com/archives/net/www/php/distributions/
http://ring.riken.jp/archives/net/www/php/distributions/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-12-11
    Affects: users of lang/php5
    Author: pav@FreeBSD.org, itetcu@FreeBSD.org, ale@FreeBSD.org
    Reason: 
      As of php 5.2.7, pcre extension is distributed with the core php5 package,
      and not as a standalone module anymore.  Follow the steps below to update
      your installation.
    
      Portupgrade users:
    
    	pkg_delete -f php5-pcre-5.2.6
    	pkgdb -F
    	portupgrade as usual
    
      Portmaster users:
    
    	pkg_delete -f php5-pcre\*
    	portmaster php5
    
      If you are using pecl ports you might need to force an update on them:
    
    	portupgrade -f pecl\*
      or
    	portmaster pecl
    
      If you have the pecl hash, json and/or zip extensions you need to replace
      them with the php5 bundled ones, ie.:
    
    	portmaster/portupgrade -o archivers/php5-zip archivers/pecl-zip
    	portmaster/portupgrade -o devel/php5-json devel/pecl-json
    	portmaster/portupgrade -o security/php5-hash security/pecl-hash
    
      If you build your INDEX locally and you tried to build it after the php
      update commit, you need to rebuild it _after_ you updated lang/php5:
    
    	cd /usr/ports && make index
    
      or (if you use ports-mgmt/p5-FreeBSD-Portindex):
    
    	cd /usr/ports && cache-init && portindex -o `make -V INDEXFILE`
    
    

  • 2004-06-26
    Affects: users of lang/php4 and lang/php5 with the PDFlib extension
    Author: ale@FreeBSD.org
    Reason: 
      The PDFlib extension has been removed from the archive and moved to PECL.
      Consequently to enable it you have to install print/pecl-pdflib.
      Alternatively you may want to try the experimental print/pecl-panda.
    
    
Port Moves
  • port moved here from lang/php5-cli on 2006-05-06
    REASON: Unification of php slave ports

  • port moved here from www/mod_php5 on 2006-05-06
    REASON: Unification of php slave ports

  • port moved here from www/php5-cgi on 2006-05-06
    REASON: Unification of php slave ports

Number of commits found: 185 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
25 Jun 2009 07:25:45
Original commit files touched by this commit  5.2.10
ale search for other commits by this committer
Update to 5.2.10 release.
14 May 2009 12:53:13
Original commit files touched by this commit  5.2.9
pav search for other commits by this committer
- Chase math/libgmp4 shlib bump

Reported by:    pointyhat
Pointy hat to:  ale
25 Mar 2009 12:39:49
Original commit files touched by this commit  5.2.9
mm search for other commits by this committer
- Mark MAKE_JOBS_SAFE for SMP compilation

PR:             ports/133015
Approved by:    ale (maintainer, via private e-mail)
11 Mar 2009 14:02:59
Original commit files touched by this commit  5.2.9
ale search for other commits by this committer
Always use FreeBSD sed.

PR:             ports/132543
Submitted by:   Helmut Schneider <jumper99@gmx.de>
06 Mar 2009 10:08:35
Original commit files touched by this commit  5.2.9
ale search for other commits by this committer
Update to 5.2.9 release and re-add pcre extension.
23 Jan 2009 15:43:14
Original commit files touched by this commit  5.2.8
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
05 Jan 2009 20:36:33
Original commit files touched by this commit  5.2.8
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
11 Dec 2008 12:02:19
Original commit files touched by this commit  5.2.8
ale search for other commits by this committer
Allow BDB 40+.
11 Dec 2008 08:46:36
Original commit files touched by this commit  5.2.8
ale search for other commits by this committer
Add support for filter, hash, json and zip extensions.
08 Dec 2008 13:27:50
Original commit files touched by this commit  5.2.8
ale search for other commits by this committer
Update to 5.2.8 release.
08 Dec 2008 11:48:10
Original commit files touched by this commit  5.2.7
 This port version is marked as vulnerable.
ale search for other commits by this committer
Set IGNORE to avoid upgrades to 5.2.7 release. PHP 5.2.8 will be released soon.
Sorry for the temporary inconvenient.
07 Dec 2008 11:54:36
Original commit files touched by this commit  5.2.7
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.7 release.
23 Sep 2008 06:41:43
Original commit files touched by this commit  5.2.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Remove unused configure arg, no functional changes.
04 Sep 2008 14:55:11
Original commit files touched by this commit  5.2.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix for CVE-2008-2665 and CVE-2008-2666.

Obtained from:  PHP CVS
22 Aug 2008 00:33:19
Original commit files touched by this commit  5.2.6_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Bump PORTREVISION on account of of bin/phpize being installed with
hardcoded links to autoconf (was 2.61, now 2.62), preventing any
further php modules from being installed until lang/php* is forcibly
updated.
20 Aug 2008 01:57:32
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
25 Jul 2008 15:34:52
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
19 Jun 2008 00:22:00
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Add WITH_SQLITE_PORT knob for php5-pdo_sqlite port, to use system-wide
  sqlite3 instead of bundled one

PR:             ports/115800
Submitted by:   Maxim Khitrov <mkhitrov@gmail.com>
Approved by:    maintainer timeout (ale; 9 months)
09 Jun 2008 13:11:33
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
FreeBSD >= 700050 has POSIX standard putenv().

PR:             ports/123911
Submitted by:   scf
12 May 2008 08:25:01
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Mail header patch for 5.2.6 released. No-op.
02 May 2008 09:52:07
Original commit files touched by this commit  5.2.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.6 release.
19 Apr 2008 18:56:05
Original commit files touched by this commit  5.2.5_1
  Sanity Test Failure This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
29 Mar 2008 11:02:36
Original commit files touched by this commit  5.2.5_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp which I've forgotten.
- Bump PORTREVISIONs again.
20 Mar 2008 09:51:43
Original commit files touched by this commit  5.2.5_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
16 Feb 2008 17:34:58
Original commit files touched by this commit  5.2.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Remove obsolate row.
01 Feb 2008 22:53:35
Original commit files touched by this commit  5.2.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix a rare crash with apache because of uninitialized variable.

PR:             ports/120204
Submitted by:   danger
29 Jan 2008 10:14:37
Original commit files touched by this commit  5.2.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fixes for 64-bit systems.

PR:             ports/120088
Submitted by:   mm
Patch from:     mi
15 Jan 2008 07:38:45
Original commit files touched by this commit  5.2.5
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update suhosin PATCH_SITE.
14 Nov 2007 07:38:32
Original commit files touched by this commit  5.2.5
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.5 release and fix a few vulnerabilities.

Approved by:    portmgr (marcus), secteam (remko)
30 Sep 2007 07:00:28
Original commit files touched by this commit  5.2.4_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Chase mail/cclient shared library version bump.
Several patches were needed due to the removal of
include/c-client/linkage.c in favour of include/c-client/linkage.h.

PR:             ports/114833
Submitted by:   "Pedro J. Lobo" <pjlobo@sec.upm.es>
30 Sep 2007 05:47:37
Original commit files touched by this commit  5.2.4_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
14 Sep 2007 10:28:53
Original commit files touched by this commit  5.2.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted.
14 Sep 2007 09:43:09
Original commit files touched by this commit  5.2.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add Xpm to OPTIONS (now we can).

Requested by:   delphij
14 Sep 2007 07:29:31
Original commit files touched by this commit  5.2.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.4 release.
28 Jul 2007 07:33:59
Original commit files touched by this commit  5.2.3_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Update to the autotools new world order.

Tested by:      numerous package build runs
Approved by:    portmgr
Thanks to:      des, kris, linimon, pav
25 Jul 2007 08:19:18
Original commit files touched by this commit  5.2.3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for firebird2 in pdo_firebird extension.
20 Jun 2007 07:01:50
Original commit files touched by this commit  5.2.3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add a comment about incompatibility between suhosin and FreeBSD jails.

PR:             ports/113748
Submitted by:   edwin
04 Jun 2007 19:30:55
Original commit files touched by this commit  5.2.3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.3 release.
25 May 2007 07:27:08
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
- Mark php5-mbstring BROKEN on amd64 with FreeBSD 5
- Drop FreeBSD 4 bits
22 May 2007 11:12:51
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
erwin search for other commits by this committer
Put suhosin on local master sites to fix fetch now the official site is down.

Approved by:    portmgr (self)
20 May 2007 09:27:29
Original commit files touched by this commit  5.2.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.2 release.

PR:             ports/112527
Submitted by:   Nick Barkas<snb@threerings.net>
Approved by:    portmgr (linimon)
13 Mar 2007 07:10:15
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Revert previous commit: for an unknown reason, the pcre module linked
with external pcre library doesn't work inside apache. PHP devs are not
interested in fixing this problem and insist to use the bundled (broken
too) version.
11 Mar 2007 21:54:16
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Now that we have a utf8-enabled pcre port, let php5-pcre
depend on it. This should also fix PR 109542.
10 Mar 2007 05:41:56
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Chase databases/freetds update. Fix php5-pdo_dblib build

Reported by:    pointyhat via kris
08 Mar 2007 07:32:27
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add spl dependency to pdo, mysqli and sqlite extensions.
03 Mar 2007 14:21:56
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
28 Feb 2007 01:19:04
Original commit files touched by this commit  5.2.1_3
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
27 Feb 2007 06:57:42
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for firebird2 in interbase extension.

Submitted by:   acm
20 Feb 2007 06:56:06
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update the mail header patches (it's a no-op).
18 Feb 2007 19:58:55
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add an hack to avoid segmentation fault caused by session module loaded
after pspell module.
15 Feb 2007 06:52:30
Original commit files touched by this commit  5.2.1_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix a crashbug on str_replace().

Submitted by:   esser
Obtained from:  PHP CVS
12 Feb 2007 19:34:58
Original commit files touched by this commit  5.2.1_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix regression: count(object) should call object->count() if instance of
Countable.

Spotted by:     Roman Neuhauser <neuhauser@sigpipe.cz>
09 Feb 2007 08:28:05
Original commit files touched by this commit  5.2.1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.1 release.
20 Jan 2007 10:17:33
Original commit files touched by this commit  5.2.0
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add pear to the default include_path.
13 Dec 2006 12:41:36
Original commit files touched by this commit  5.2.0
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
10 Dec 2006 15:04:17
Original commit files touched by this commit  5.2.0
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add optional mail header patch, to track php-based spamming.
12 Nov 2006 19:43:12
Original commit files touched by this commit  5.2.0
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update suhosin patch to 0.9.6.2 release.
06 Nov 2006 17:43:11
Original commit files touched by this commit  5.2.0
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.2.0 release.
27 Oct 2006 20:11:17
Original commit files touched by this commit  5.1.6_3
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update suhosin patch to 0.9.6 release.
This will fix a few build failures of pecl extensions.

Approved by:    portmgr (erwin)
16 Oct 2006 10:30:58
Original commit files touched by this commit  5.1.6_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
- fix open_basedir vulnerability in php4 and php5 [1]
- add an alert on safe_mode intrinsic insecurity and
  suggest to install the suhosin extension
- enable the suhosin patch by deafult also in php4

Submitted by:   Thomas Vogt <thomas@bsdunix.ch> [1]
Obtained from:  PHP CVS [1]
Approved by:    portmgr (clement)
06 Oct 2006 18:24:21
Original commit files touched by this commit  5.1.6_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Enable suhosin patch by default.
05 Oct 2006 21:59:17
Original commit files touched by this commit  5.1.6_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Added safety checks against integer overflow.
Bump PORTREVISION.
While I'm here, I suggest all php users to use the suhosin patch
and suhosin extension to harden the php installation.

Submitted by:   simon
Obtained from:  PHP CVS repo.
29 Sep 2006 20:11:40
Original commit files touched by this commit  5.1.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update suhosin patch to 0.9.5 release.
10 Sep 2006 17:37:43
Original commit files touched by this commit  5.1.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for QDBM.

PR:             ports/102392
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
09 Sep 2006 13:35:33
Original commit files touched by this commit  5.1.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update suhosin patch to 0.9.3 release.
04 Sep 2006 08:59:15
Original commit files touched by this commit  5.1.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
- Add experimental suhosin protection system support
- Remove the php->php-cgi temporary hack
31 Aug 2006 15:37:05
Original commit files touched by this commit  5.1.6
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.1.6 release.
18 Aug 2006 17:41:30
Original commit files touched by this commit  5.1.5
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Update to 5.1.5.

Approved by:    ale's vacation
18 Aug 2006 17:40:18
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
delphij search for other commits by this committer
Allow php5-ldap to be built with SASL support enabled.

Note that PORTREVISION is intentionally not bumped because an update
is under way.

Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
PR:             ports/96428
Approved by:    ale's vacation
11 Jul 2006 14:21:54
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
garga search for other commits by this committer
Add databases/php5-oci8:

This port adds support for OCI8 PHP shared extension. It replaces the old
Oracle shared extension which is obsolete and will be dropped (moved to
PECL) in PHP 5.1. This patch also corrects dependency for the Oracle shared
extension (added Oracle client in RUN_DEPENDS).

PR:             ports/86580
Submitted by:   Simun Mikecin <numisemis at yahoo.com>
23 May 2006 07:19:19
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Try to fix build on 4.X.
18 May 2006 23:17:32
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Holy Batman!  Chase rerolled distfile.  Only chance is an addition of a file
  which does not affect our port in any way, we don't use that part of the
  distfile.

Complained by:  many, many, many
Verified by:    md5 on old and new package contents
Pointy hat to:  bunch of jhonkas in PHP Project for rerolling a release tarball
10 May 2006 15:46:48
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
10 May 2006 07:14:13
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix compile error of sapi/cgi/fastcgi.c on 4.x.

PR:             ports/97065
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
07 May 2006 15:47:28
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add WITH_ZEND_VM knob to customize vm behaviour:
- CALL is the default one
- SWITCH should be slightly faster
- GOTO should boost performance (and increase compilation time)

Suggested by:   Michael Josic <systemoperator@gmail.com>
06 May 2006 14:26:49
Original commit files touched by this commit  5.1.4
 This port version is marked as vulnerable.
ale search for other commits by this committer
Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4

*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
12 Apr 2006 16:24:13
Original commit files touched by this commit  5.1.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Bump ming shared library version after recent update.

Spotted by:     Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
02 Apr 2006 08:38:11
Original commit files touched by this commit  5.1.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix PHP Bug #36753: Can't get size of SWF images because zLib is missing.
31 Jan 2006 08:36:02
Original commit files touched by this commit  5.1.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix linking on 4.x (yes, this is another PHP configure bug).
While I'm here, replace a '=' with '+='.
30 Jan 2006 16:10:57
Original commit files touched by this commit  5.1.2_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for getopt_long and fix getopt().
22 Jan 2006 02:18:40
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
17 Jan 2006 15:09:41
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
s/PHP_EXTDIR/EXTSUBDIR/g
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
17 Jan 2006 13:57:29
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Speed up the build of PHP extensions by extracting only the extension subdir
from the big tarball.
Fix xsl extensions that look for files outside its WRKSRC.
16 Jan 2006 12:08:20
Original commit files touched by this commit  5.1.2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
10 Dec 2005 08:42:56
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Raise default memory limit from 8M to 12M to let pear run well
on 64bit archs.
09 Dec 2005 19:41:41
Original commit files touched by this commit  5.1.1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Finally update to PHP 5.1.1 release! (And remove unsupported extensions)
04 Dec 2005 00:18:15
Original commit files touched by this commit  5.0.5_2
 This port version is marked as vulnerable.
clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
30 Nov 2005 05:23:10
Original commit files touched by this commit  5.0.5_2
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
Chase shlib version bump of net-snmp.
16 Nov 2005 08:33:09
Original commit files touched by this commit  5.0.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
15 Nov 2005 06:52:12
Original commit files touched by this commit  5.0.5_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
14 Oct 2005 07:18:06
Original commit files touched by this commit  5.0.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Autoselect APACHE2 option if WITH_APACHE2 is defined.

Submitted by:   Rick van der Zwet <rick@wzoeterwoude.net>
14 Oct 2005 07:00:49
Original commit files touched by this commit  5.0.5_1
 This port version is marked as vulnerable.
ale search for other commits by this committer
AMD64 fixes:
- fix crypto part again [1]
- fix object serialization [2]

PR:             ports/86885 [2]
Submitted by:   André Böhm <andre@gaarden.net> [2],
                Claus Guttesen <kometen@gmail.com> [1]
20 Sep 2005 20:46:15
Original commit files touched by this commit  5.0.5
 This port version is marked as vulnerable.
clement search for other commits by this committer
- Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng

Reported by:    pointyhat via kris
Approvd by:     portmgr (self)
08 Sep 2005 09:33:32
Original commit files touched by this commit  5.0.5
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update to 5.0.5 release.
21 Jul 2005 19:03:26
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
MySQL 5.0 is now supported by mysqli extension.
19 Jun 2005 11:12:14
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Fix build when libbind is present.

PR:             ports/82024
Submitted by:   Edwin Culp <eculp@bafirst.com>
16 Jun 2005 07:04:46
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Move oracle library creation to pre-configure instead of post-patch,
since oracle is only a build dependency.

Spotted by:     pointyhat via kris
16 Jun 2005 04:25:10
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
lawrance search for other commits by this committer
Point these ports to www/mnogosearch31 since they don't build
with the updated www/mnogosearch.

Approved by:    no response from knu, ale (11 days)
14 Jun 2005 21:38:26
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for zend multibyte.

PR:             ports/76527
Submitted by:   Shinsuke Matsui <poppen@karashi.org>
Strongly desired by:    Lapo Luchini <lapo@lapo.it>
14 Jun 2005 15:47:26
Original commit files touched by this commit  5.0.4_2
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for Berkeley DB 4.3 and set it as default version.

PR:             ports/82019
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>

Number of commits found: 185 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.475 seconds.