Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Mar 2014 00:06:29
5.2.17_15 
|
rene  |
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk |
24 Dec 2013 21:22:22
5.2.17_15 
|
kwm  |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
20 Sep 2013 19:53:10
5.2.17_15 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
13 Sep 2013 21:31:48
5.2.17_15 
|
marino  |
lang/php5*: Fix spl/simplexml modules (4 ports)
The simplexml module uses spl which uses pcre (php53,54,55). For php52,
the fix is applied directly to spl. In any case, the bundled PCRE is not
used, so it needs to be able to find the external pcre library and related
headers. Unfortunately, there is no include for ${LOCALBASE}/include
directory. This commit adds to fix simplexml (or spl) module build.
Approved by: portmgr (bapt) |
12 Sep 2013 16:55:27
5.2.17_15 
|
bapt  |
The simplexml extension needs pkgconfig |
04 Sep 2013 18:06:08
5.2.17_15 
|
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
31 Aug 2013 21:30:08
5.2.17_15 
|
rm  |
- update backports patch to 20130717
- extend deprecation period for 6 months
- bump PORTREVISION
Changes:
- CVE-2013-4113, exif_read_data fix, compilation warning, libxml2 >2.9 support
- timezonedb 2013.4 (2013d)
PR: 181449
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: Alex Keda <admin@lissyara.su> |
14 Aug 2013 22:35:54

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
5.2.17_14 
|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
18 Jun 2013 17:48:36
5.2.17_14 
|
az  |
- Fix after convertion to new options framework
PR: ports/179665
Submitted by: Adam McDougall <mcdouga9@egr.msu.edu>
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
05 Jun 2013 13:45:33
5.2.17_14 
|
bapt  |
Convert to new options framework |
21 May 2013 08:17:30
5.2.17_14 
|
miwi  |
- Update backports patch to 20121114
- Bump PORTREVISION
security fixes:
- CVE-2013-1635
- CVE-2013-1643
PR: 177203
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: maintainer |
04 May 2013 22:48:04
5.2.17_13 
|
flo  |
Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt) |
02 May 2013 21:53:51
5.2.17_13 
|
jgh  |
- conversion to USES=gettext
Approved by: portmgr (bapt@) |
27 Apr 2013 22:09:15
5.2.17_13 
|
bapt  |
Convert the last USE_ICONV to USES=iconv |
18 Feb 2013 06:01:51
5.2.17_13 
|
miwi  |
- Trim header |
18 Feb 2013 06:00:58
5.2.17_13 
|
miwi  |
- Extend support for 6 months.
PR: 176149
Submitted by: Alex Keda <admin@lissyara.su> |
10 Dec 2012 19:11:12

|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
25 Nov 2012 15:42:23
5.2.17_12 
|
flo  |
- Update backports patch to 20121114
- Bump PORTREVISION
Changes:
- CVE-2006-7243
PHP before 5.3.4 accepts the \0 character in a pathname, which might allow
context-dependent attackers to bypass intended access restrictions by placing a
safe file extension after this character, as demonstrated by .php\0.jpg at the
end of the argument to the file_exists function
Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions
for strlen(filename) != filename_len
- CVE-2012-4388
The sapi_header_op function in main/SAPI.c does not properly determine a pointer (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2012 03:02:43
5.2.17_11 
|
bdrewery  |
- Update php52 backports patch to 20120911
- Add and update relevant vuxml entries
Changes:
- CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP
before 5.3.11 does not properly handle %0D sequences
- CVE-2012-0789 - Memory leak in the timezone functionality in PHP
before 5.3.9 allows remote attackers to cause a denial of service
(memory consumption) by triggering many strtotime function calls,
which are not properly handled by the php_date_parse_tzfile cache.
- CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows
remote attackers to bypass the open_basedir protection mechanism via
unspecified vectors
- Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m))
- Minor improvements (CVE-2012-2688, compilation issues with old GCC)
PR: ports/171583
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
18 Aug 2012 14:29:11
5.2.17_10 
|
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
23 Jul 2012 04:14:12
5.2.17_10 
|
rm  |
- update backports patch to 20120721
- bump PORTREVISION
PR: 170063
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by: Alex Keda <admin at lissyara dot su> (maintainer) |
30 Jun 2012 23:00:58
5.2.17_9 
|
rm  |
- update backports patch to 20120526
- bump PORTREVISION
PR: 169272
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by: Alex Keda <admin at lissyara dot su> (maintainer) |
01 Jun 2012 05:26:28
5.2.17_8 
|
dinoex  |
- update png to 1.5.10 |
16 May 2012 07:36:34
5.2.17_8 
|
ale  |
Fix conflicts and remove unsupported/unused extensions. |
05 May 2012 15:21:14
5.2.17_8 
|
rm  |
Update distinfo that's was missed for some reason. |
05 May 2012 15:18:09
5.2.17_8 
|
rm  |
- apply BACKPORTS patch unconditionally and remove BACKPORTS option
- update backports patch to latest version (20120504)
- align pathnames in slave ports
- bump PORTREVISION
The only drawback of this change is that now for building of every slave
port (php extension) we extracting full php52 source tree.
Apologies that it took that long.
PR: 164849
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by: Alex Keda <admin at lissyara dot su>
Security: 60de13d5-95f0-11e1-806a-001143cd36d8 |
01 Mar 2012 09:02:09
5.2.17_7 
|
rm  |
- extend DEPRECATION_DATE till year 2013.
This was discussed on freebsd-ports@ (linimon). |
15 Feb 2012 08:52:06
5.2.17_7 
|
mm  |
Bump pcre shared library version in php52
Reported by: pointyhat |
14 Feb 2012 12:44:23
5.2.17_7 
|
mm  |
Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info() |
06 Feb 2012 12:25:50
5.2.17_6 
|
miwi  |
- Chase unixODBC shlib bump |
18 Jan 2012 17:27:09
5.2.17_6 
|
lwhsu  |
- CVE-2011-4566 fix in 20120117 security patchset
PR: ports/164286
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: Alex Keda <admin@lissyara.su> (maintainer)
Security: d3921810-3c80-11e1-97e8-00215c6a37bb |
14 Jan 2012 08:57:23
5.2.17_5 
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
02 Jan 2012 18:26:27
5.2.17_5 
|
rm  |
Update to lastest security patchset 20120103: added max_input_vars directive
(default "1000") to prevent attacks based on hash collisions (from PHP 5.4 RC4)
PR: 163782
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com>
Approved by: maintainer |
01 Jan 2012 16:47:41
5.2.17_4 
|
ohauer  |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
09 Nov 2011 15:26:04
5.2.17_4 
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
01 Nov 2011 15:58:47
5.2.17_4 
|
miwi  |
- Update to lastest security patchset: 20111030
- Move removal date to 2012-03-01
- Bump PORTREVISION
PR: 162165
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: maintainer |
29 Oct 2011 08:45:31
5.2.17_3 
|
miwi  |
- Fix build on FreeBSD 10 |
17 Oct 2011 04:35:02
5.2.17_3 
|
dougb  |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40 |
29 Sep 2011 17:53:25
5.2.17_3 
|
delphij  |
- security fixes for CVE-2011-2202, CVE-2011-1938, CVE-2011-1148,
CVE-2011-0708, CVE-2011-1092, CVE-2011-0421 vulnerabilities
- option BACKPORTS in port config for enable port patches (enabled
by default)
- bump PORTREVISION
Submitted by: Svyatoslav Lempert <svyatoslav.lempert gmail.com>
PR: ports/160805
Approved by: maintainer |
26 Sep 2011 09:24:20
5.2.17_2 
|
dougb  |
Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)
Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports. |
23 Sep 2011 22:26:39
5.2.17_2 
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
12 Sep 2011 13:46:59
5.2.17_2 
|
gabor  |
- Track dependencies after databases/gdbm update |
20 Aug 2011 17:27:52
5.2.17_2 
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
08 Aug 2011 03:43:03
5.2.17_1 
|
swills  |
- Chase libming shared lib bump |
01 Aug 2011 21:51:11
5.2.17_1 
|
pav  |
- Chase net-snmp shlib bump
Reported by: pointyhat |
05 Jul 2011 11:59:46
5.2.17_1 
|
sunpoet  |
- Remove BROKEN_WITH_PHP
PR: ports/158661
Submitted by: sunpoet (myself)
Approved by: ale (maintainer) |
29 Jun 2011 19:51:17
5.2.17_1 
|
jlaffaye  |
Add an option to link against libthr
PR: ports/158423
Submitted by: Frank Wall <fw@moov.de>
Approved by: Alex Keda <admin@lissyara.su> (maintainer), bapt (mentor,
implicit) |
09 Jan 2011 18:56:55
5.2.17 
|
mm  |
Update to 5.2.17
Approved by: Alex Keda <admin@lissyara.su> (maintainer, private e-mail) |
31 Dec 2010 12:56:36
5.2.16 
|
mm  |
- Update suhosin patch
- Portrevision bump not required
PR: ports/153579
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
22 Dec 2010 20:05:49
5.2.16 
|
ade  |
Sync to final (for now) bsd.autotools.mk |
17 Dec 2010 11:30:56
5.2.16 
|
mm  |
- Update to 5.2.16
PR: ports/153246
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
10 Dec 2010 22:24:27
5.2.15_1 
|
mm  |
- Add patch that fixes PHP bug #53516 (open_basedir not working)
PR: ports/152981
Submitted by: Alex Keda <admin@lissyara.su> |
10 Dec 2010 12:38:54
5.2.15 
|
mm  |
- Update to 5.2.15
PR: ports/152981
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
04 Dec 2010 07:34:27
5.2.14_1 
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
5.2.14_1 
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
5.2.14_1 
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
26 Jul 2010 08:56:15
5.2.14 
|
mm  |
Update php52 to 5.2.14
PR: ports/148951
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
25 Jul 2010 15:39:20
5.2.13_4 
|
mm  |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
16 Jun 2010 10:12:36
5.2.13_3 
|
mm  |
- Add optional support for PHP-FPM (FastCGI process manager)
- Add sample configuration file and rc script for PHP-FPM
PR: ports/147688
Approved by: Alex Keda <admin@lissyara.su> (maintainer) |
06 Jun 2010 19:37:37
5.2.13_2 
|
pav  |
- Chase net-snmp update
Reported by: pointyhat |
05 Jun 2010 19:52:11
5.2.13_2 
|
miwi  |
- Disable ZTS for Apache MPM-ITK for Zend Optimizer
PR: 147075
Submitted by: Kuzma Bukin <kuzma.bukin@gmail.com>
Approved by: maintainer |
31 May 2010 02:01:56
5.2.13_1 
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
27 Apr 2010 05:46:40
5.2.13 
|
dinoex  |
- update to 5.2.13
Sumbitted by: Alex Keda (maintainer) |
25 Apr 2010 19:27:08
5.2.12_2 
|
mm  |
- Fix gmp version 5 support for php52
PR: ports/146041
Submitted by: myself
Approved by: maintainer |
25 Apr 2010 05:02:23
5.2.12_2 
|
dinoex  |
- fix name of apache module
Submitted by: Alex Keda |
23 Apr 2010 16:49:56
5.2.12_2 
|
dinoex  |
- fix build
Reported by: ITetcu |
23 Apr 2010 15:03:13
5.2.12_2 
|
dinoex  |
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/
PR: 145772
Submitted by: Alex Keda |