| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 May 2013 02:12:57
5.3.25
|
flo  |
Update to 5.3.25 |
04 May 2013 22:48:04
5.3.24
|
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 06:23:49
5.3.24
|
jgh  |
- adoption of USES for gettext
Approved by: portmgr (bapt@) |
29 Apr 2013 08:57:13
5.3.24
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
27 Apr 2013 22:09:15
5.3.24
|
bapt  |
Convert the last USE_ICONV to USES=iconv |
22 Apr 2013 20:30:36
5.3.24
|
flo  |
Update to 5.3.24
PR: ports/177826
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> |
18 Mar 2013 20:46:52
5.3.23
|
flo  |
Update to 5.3.23
Security: 1d23109a-9005-11e2-9602-d43d7e0c7c02 |
25 Feb 2013 16:48:45
5.3.22  |
flo  |
- enable LINKTHR OPTION by default as was done when lang/php5 was updated
to 5.4, this should prevent segfaults when modules use libs with thread
support enabled.
Discussed with: ale |
22 Jan 2013 22:01:17
5.3.21  |
flo  |
Update to 5.3.21 |
09 Jan 2013 21:58:13
5.3.20  |
flo  |
Restore mistakenly removed PORTREVISION?= |
09 Jan 2013 21:55:32
5.3.20  |
flo  |
Update to 5.3.20 |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
26 Nov 2012 21:29:19
5.3.19  |
flo  |
Update to 5.3.19
Feature safe: yes |
31 Oct 2012 23:17:44
5.3.18  |
flo  |
Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to prevent
SHA256 and SIZE mismatches with the previous version. This is required as in php
5.3.18 2 copyright notices were updated with the current Year numbers, this
prevents the stock suhosin patch to apply.
Temporarily add my public_html on freefall to PATCH_SITES, as the
MASTER_SITE_LOCAL sync does not seem to work currently.
The diff between the latest available stock suhosin patch and the patch we apply
to our port can be found here:
http://people.freebsd.org/~flo/suhosin.diff
Reported by: bdrewery
Feature safe: yes |
31 Oct 2012 11:21:44
5.3.18  |
flo  |
add the mailheader patch back to the distinfo which was removed by mistake
Feature safe: yes |
31 Oct 2012 11:16:57
5.3.18  |
flo  |
Update to 5.3.18
Feature safe: yes |
10 Oct 2012 11:47:33
5.3.17  |
flo  |
remove trainling " from MYSQLND_DESC
Submitted by: Riccardo Torrini <riccardo@torrini.org> |
19 Sep 2012 16:21:18
5.3.17  |
flo  |
Update to 5.3.17 |
14 Sep 2012 11:09:26
5.3.16  |
flo  |
- put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be used
simultaneously (affects databases/php53-dba) [1]
- fix a typo introduced in r300957 that prevents mail/php53-imap from
building [2]
PR: ports/171636 [2]
Submitted by: <freebsd@nagilum.org> [2]
Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1] |
22 Aug 2012 20:40:41
5.3.16  |
flo  |
- Update to 5.3.16
- Add options PDO_MYSQL and PDO_PGSQL to php53-extensions [1]
PR: ports/170401 [1]
Submitted by: bdrewery [1] |
18 Aug 2012 14:29:11
5.3.15  |
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 14:39:48
5.3.15  |
flo  |
- update to 5.3.15
- document php vulnerabilities
Security: http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html |
18 Jul 2012 07:40:41
5.3.14  |
flo  |
- fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql
PR: ports/169959
Submitted by: Alexey Markov <redrat@mail.ru> |
16 Jul 2012 17:04:46
5.3.14  |
flo  |
More optionsNG fixes. (PORT_OPTIONS:M construct can only be used after
bsd.options.mk/bsd.port.pre.mk)
Reported by: Michael Ranner (michael@ranner.eu)
Tested by: Michael Ranner (michael@ranner.eu)
Discussed with: bapt |
12 Jul 2012 06:32:05
5.3.14  |
flo  |
Fix copy & paste bug
Submitted by: ohauer |
11 Jul 2012 23:48:41
5.3.14  |
flo  |
Convert to optionsNG |
19 Jun 2012 19:39:05
5.3.14  |
flo  |
Update to 5.3.14 |
01 Jun 2012 07:33:39
5.3.13  |
dinoex  |
- update png to 1.5.10 |
18 May 2012 09:33:39
5.3.13  |
flo  |
Fix the name of the apache module, it should be libphp5.so. This also fixes
packaging if WITH_APACHE is defined
PR: ports/168099
Reported by: brd, Spil <spil.oss@gmail.com> |
16 May 2012 15:02:35
5.3.13  |
flo  |
fix DEFAULT_PHP_VER, somehow i seem to have reverted this file prior to
committing.
Reported by: miwi |
16 May 2012 09:46:51
5.3.13  |
flo  |
readd php 5.3.13 and all its modules as php53* |
02 May 2012 21:22:47
5.3.11  |
flo  |
- take maintainership [1]
- merge update to 5.3.11 from lang/php5
- mark IGNORE until lang/php5 is updated to 5.4.x and all the php53-* ports will
be committed
Approved by: ale [1] |
02 May 2012 21:10:43
5.3.10_1  |
flo  |
forced commit to note the repo copy of lang/php5 to lang/php53 |