Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jul 2022 21:01:27 11.0.1 |
Neel Chauhan (nc)  |
devel/ioncube: Update to 11.0.1
PR: 264963
Approved by: Svyatoslav Lempert (maintainer) |
20 Jul 2022 14:21:35 10.4.1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
13 Jun 2022 00:08:05 10.4.1 |
Muhammad Moinur Rahman (bofh)  |
*/*: Ignore with php82 |
20 Feb 2022 21:53:34 10.4.1 |
Muhammad Moinur Rahman (bofh)  |
devel/ioncube: Mark DEPRECATED with php74
- Set EXPIRATION_DATE 2022-11-28
Even their release on 2022-01 only supports 7.4 which is only on
Security support.
PR: 261612
Approved by: svyatoslav.lempert@gmail.com (maintainer-timeout) |
10 Jan 2022 13:30:00 10.4.1 |
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
06 Apr 2021 14:31:07 10.4.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Dec 2020 09:14:44
10.4.1 |
antoine  |
Ignore with PHP 8.0
Reported by: pkg-fallout |
27 Jul 2020 17:24:29
10.4.1 |
tcberner  |
devel/ioncube: update to 10.4.1
2020-07-13 10.4.1 Fix for parent classes sometimes not being found in the
PHP 7.4 Loader. Fix for incorrect errors arising when a class implemented an
abstract method through a trait in the PHP 7.4 Loader. Corrected build for
Aarch64 PHP 7.4 loaders.
2020-06-29 10.4.0 Loaders for PHP 7.4. These will run files produced by
the PHP 7.1 and 7.2 encoders. Fix for an issue with the encoded_paths feature
in Windows.
2020-02-28 10.4.0 beta 2 Second beta release of PHP 7.4 Loaders for
Linux. These now run both 7.1- and 7.2-encoded files but do not support IC24.
These beta loaders should not be used in a production environment.
(Only the first 15 lines of the commit message are shown above ) |
22 Sep 2019 07:14:00
10.3.1 |
antoine  |
Ignore with php 7.4
Reported by: pkg-fallout |
13 Aug 2019 16:01:59
10.3.1  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
31 Dec 2018 05:43:53
10.3.1 |
tobik  |
devel/ioncube: Update to 10.3.1
- Fix for potential crashes with PHP 7.1 and 7.2
PR: 234478
Reported by: matt@tnpi.net
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
22 Dec 2018 07:48:22
10.3.0 |
tobik  |
devel/ioncube: Update to 10.3.0
- Adds PHP 7.3 support
PR: 234261
Submitted by: maintainer |
12 Oct 2018 06:23:47
10.2.4 |
antoine  |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
09 Sep 2018 06:25:18
10.2.4 |
riggs  |
Update to upstream version 10.2.4
PR: 231093
Submitted by: svyatoslav.lempert@gmail.com (maintainer) |
30 Aug 2018 13:06:46
10.1.1 |
tobik  |
Flavorize devel/ioncube
PR: 230237
Submitted by: Jonas Palm <jonaspalm@posteo.de>
Approved by: svyatoslav.lempert@gmail.com (maintainer timeout, 1 month) |
06 Feb 2018 23:51:32
10.1.1 |
dbaio  |
devel/ioncube: Update to 10.1.1
While here, add LICENSE.
PR: 225590
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Reported by: Hans-Christian Halfbrodt <freebsdbugs-hc@halfbrodt.org> |
19 Oct 2017 07:46:08
10.0.2 |
pizzamig  |
devel/ioncube: Update to 10.0.2
While I'm here, re-ordering Makefile's variables
PR: 222404
Submitted by: svyatoslav.lempert@gmail.com (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12720 |
11 Jun 2017 17:14:56
6.1.0 |
miwi  |
- Update to 6.1.0
PR: 219659
Submitted by: Jeremy Johnston
Approved by: maintainer |
26 Sep 2016 15:21:43
6.0.4 |
vanilla  |
Readd 32bits dist files.
Submitted by: chad.schroeder@sonifi.com |
26 Sep 2016 02:52:58
6.0.4 |
vanilla  |
Update to 6.0.4.
PR: 212989
Submitted by: svyatoslav.lempert@gmail.com
Approved by: maintainer |
03 Aug 2016 12:47:05
5.0.21 |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
28 Jun 2016 14:00:45
5.0.21 |
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
07 Mar 2016 18:40:02
5.0.21 |
madpilot  |
Update to 5.0.21
PR: 207546
Submitted by: admin at mydevil.net
Approved by: Svyatoslav Lempert <svyatoslav.lempert at gmail.com>
(maintainer) |
15 Oct 2015 14:55:14
4.7.5  |
mat  |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
05 Jul 2015 09:40:28
4.7.5 |
rm  |
devel/ioncube: update to 4.7.5
While here, pet portlint (move DIST_SUBDIR upper). Thanks Jason Unovitch for
testport logs.
PR: 198075
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
23 Nov 2014 03:49:49
4.7.1 |
vanilla  |
Upgrade to 4.7.1
PR: ports/195298
Submitted by: maintainer |
27 Oct 2014 10:40:08
4.6.1 |
bapt  |
Cleanup plist |
29 Jul 2014 21:43:18
4.6.1 |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
06 May 2014 19:08:40
4.6.1 |
feld  |
Ioncube now works on FreeBSD 10. They do not provide any native FreeBSD
10 builds yet, but the FreeBSD 9 version now resists segfaulting. :-)
I located this information on their public forums and tested in a 10.0
environment using their obfuscated copy of PhpMyAdmin that Ioncube offers
for download to test your Ioncube loader.
Approved by: maintainer, private email
Sponsored by: SupraNet Communications, Inc |
12 Feb 2014 07:03:36
4.5.3 |
rm  |
- update to 4.5.3
PR: 186675
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
25 Jan 2014 15:35:43
4.5.1 |
marino  |
devel/ioncube: Update from version 4.5.0 to 4.5.1, support stage
Also:
* reword COMMENT to satisfy portlint
* Use OPSYS with OSVERSION
* Remove ECHO PKGMESSAGE post-install target, redundant
PR: ports/185627
Submitted by: John Marshall
Approved by: maintainer (Svyatoslav Lempert)
Fixed by: marino@ |
26 Dec 2013 12:11:04
4.5.0 |
wg  |
devel/ioncube: update to 4.5.0
PR: ports/185140
Submitted by: maintainer |
11 Nov 2013 10:59:26
4.4.4 |
wg  |
devel/ioncube: update to 4.4.4
PR: ports/183041
Submitted by: maintainer |
20 Sep 2013 17:04:44
4.4.2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
31 Aug 2013 17:43:38
4.4.2 |
rm  |
- update to 4.4.2
PR: 181707
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
19 Jun 2013 15:40:25
4.4.1 |
wg  |
devel/ioncube: update to 4.4.1
- Update to 4.4.1 [1]
- Remove FreeBSD 7 support [1]
- Trim Makefile header
PR: ports/179715 [1]
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit) |
11 May 2013 20:53:58
4.4.0 |
rakuco  |
Update to 4.4.0.
PR: ports/178415
Submitted by: svyatoslav.lempert@gmail.com (maintainer) |
03 Sep 2012 07:08:46
4.2.2 |
bdrewery  |
- Fix install inside of a clean jail by setting PHP_VERSION
to the selected PHP port's PHP_VERSION
PR: ports/171263
Submitted by: bdrewery
Approved by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Approved by: bapt (mentor) |
28 Jul 2012 07:45:28
4.2.2 |
scheidell  |
- Update to 4.2.2
- Add support FreeBSD 9 native blob
- Add DIST_SUBDIR for fix upgrade distfile caching issues
- for ports/169975 , ports/163872
PR: ports/170060
Submitted by: svyatoslav.lempert@gmail.com (maintainer) |
20 Jun 2012 21:24:14
4.2.1 |
madpilot  |
- Update to 4.2.1
PR: ports/169270
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit) |
17 May 2012 10:29:35
4.2.0 |
scheidell  |
- Update to 4.2.0 for PHP 5.4 support
PR: ports/167996
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
17 Mar 2012 09:20:56
4.0.14 |
cs  |
Update to 4.0.14
PR: ports/166195
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Approved by: glarkin@ (mentor, implicit)
Feature safe: yes |
03 Jan 2012 02:32:28
4.0.12 |
tota  |
- Update to 4.0.12
PR: ports/163764
Submitted by: Takefu <takefu_AT_airport_DOT_fm>
Approved by: Svyatoslav Lempert (maintainer) |
13 Dec 2011 08:00:58
4.0.11 |
culot  |
- Update to 4.0.11
PR: ports/163209
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Feature safe: yes |
07 Nov 2011 04:24:55
4.0.10  |
miwi  |
- Get rid FreeBSD 6 support |
08 Aug 2011 13:15:48
4.0.10 |
pav  |
- Update to 4.0.10
PR: ports/159248
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
01 Jul 2011 17:27:53
4.0.9 |
beech  |
- Update to 4.0.9
PR: ports/158527
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
22 Apr 2011 12:05:22
4.0.8 |
dhn  |
- Update to 4.0.8
PR: ports/156557
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
14 Jan 2011 10:05:12
4.0.4 |
arved  |
Update to 4.0.4
PR: 15390
Submitted by: maintainer
Feature safe: yes |
20 Dec 2010 01:24:47
4.0.2 |
wen  |
- Update to 4.0.2
PR: ports/153275
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
08 Nov 2010 07:34:44
4.0.1 |
miwi  |
- Update to 4.0.1
PR: 151978
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
28 May 2010 16:27:45
3.3.19 |
sylvio  |
- Update to 3.3.19
PR: ports/147064
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
30 Apr 2010 05:34:15
3.3.16 |
itetcu  |
Update to 3.2.16
- support both PHP 5.3 and PHP 5.2
- BROKEN and unsuppoted on FreeBSD 6 amd64 with PHP 5.3
- Distfiles checksums on mastersite changed to 20100428 date
PR: ports/146045
Submitted by: Svyatoslav Lempert (maintainer) (patch on private mail) |
08 Apr 2010 16:39:02
3.3.12_1 |
itetcu  |
- Added FreeBSD 8.0 i386 native binary
- Added back-up master site
- Distfiles checksums changed to 20100405 date
- bump PORTREVISION
PR: 145099
Submitted by: Svyatoslav Lempert (maintainer) |
27 Mar 2010 22:28:12
3.3.12 |
miwi  |
- Update to 3.3.12
PR: 144961
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer) |
09 Mar 2010 22:30:22
3.3.10 |
miwi  |
The ionCube Loader is a free application that runs the files
encoded by the ionCube PHP Encoder, while enhancing the
running speed of PHP applications.
Benefits:
- Enables users to run files encoded by the ionCube PHP Encoder
WWW: http://www.ioncube.com/
PR: ports/144096
Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail.com> |