notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/ioncube/distinfo

Number of commits found: 42

Monday, 29 Jan 2024
17:14 Bryan Drewery (bdrewery) search for other commits by this committer
devel/ioncube: Update to 13.0.2

PR:		276600
Approved by:	Svyatoslav Lempert (maintainer)
commit hash: 59b1dcf32b4d31325fc3a91708c65c7048503919 commit hash: 59b1dcf32b4d31325fc3a91708c65c7048503919 commit hash: 59b1dcf32b4d31325fc3a91708c65c7048503919 commit hash: 59b1dcf32b4d31325fc3a91708c65c7048503919 59b1dcf
Tuesday, 25 Apr 2023
15:11 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Svyatoslav Lempert
devel/ioncube: update to 12.0.5

PR:		270949
Reported by:	chris@cretaforce.gr
commit hash: c5818b5f2cca1f8ca944e415cfcec9d942097291 commit hash: c5818b5f2cca1f8ca944e415cfcec9d942097291 commit hash: c5818b5f2cca1f8ca944e415cfcec9d942097291 commit hash: c5818b5f2cca1f8ca944e415cfcec9d942097291 c5818b5
Tuesday, 15 Nov 2022
16:15 Neel Chauhan (nc) search for other commits by this committer Author: Svyatoslav Lempert
devel/ioncube: Update to 12.0.2

PR:	267683
commit hash: e749add1e7b96a6af1eca69b0fa9ce7dfa91de55 commit hash: e749add1e7b96a6af1eca69b0fa9ce7dfa91de55 commit hash: e749add1e7b96a6af1eca69b0fa9ce7dfa91de55 commit hash: e749add1e7b96a6af1eca69b0fa9ce7dfa91de55 e749add
Saturday, 23 Jul 2022
21:01 Neel Chauhan (nc) search for other commits by this committer
devel/ioncube: Update to 11.0.1

PR:		264963
Approved by:	Svyatoslav Lempert (maintainer)
commit hash: b8213a8a7f38233d9662d96c301345ab7b39c7fd commit hash: b8213a8a7f38233d9662d96c301345ab7b39c7fd commit hash: b8213a8a7f38233d9662d96c301345ab7b39c7fd commit hash: b8213a8a7f38233d9662d96c301345ab7b39c7fd b8213a8
Monday, 27 Jul 2020
17:24 tcberner search for other commits by this committer
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.

2020-02-27 	10.4.0 beta 	Beta release of PHP 7.4 Loaders for Linux. At
present these only run 7.2-encoded files and should not be used in a production
environment.

2019-10-11 	10.3.9 	Fix for an issue in the PHP 7.3 Loader which could
cause OPcache to be disabled on unencoded files. Fix for an issue in the PHP
7.2 and 7.3 Loaders which could give a spurious warning message if a parameter
of a method with a null value overrides a method with a nullable type.

2019-08-23 	10.3.8 	Fix for a possible crash in the PHP 7.3 Loader when
OPcache was also enabled. Fix for PHP error exceptions not being caught in the
PHP 7 Loaders. Fixes for PHP issues 71980, 75396 and 75786. Fix for an
incorrect call order with certain combinations of foreach, finally and
exception in the PHP 7.1 Loader. Fix for incorrect line numbers being reported
for undefined array index errors. Fix for a potential memory leak with the
encoded paths feature of the Loader. IC24: Minor bug fixes, improvements and
support for future features. Upgrading to the 10.3.8 Loader is particularly
recommended for IC24 users. New 5.4 and 7.2 Loaders custom built for IBM for
ppc64le.

2019-06-25 	10.3.7 	Fix for a potential segmentation fault in the 10.3.5
and 10.3.6 Loaders when including a large file defining an array. The Loader
version now can be obtained using phpversion("ionCube Loader").

2019-06-18 	10.3.6 	Fix for an issue in the PHP 7.3 Loader where a case
within a switch could be triggered even though the variable in the switch was
undefined. Fix for filepaths shown in debug_backtrace and similar functions
being incorrect in some cases in the 10.3.5 Loaders. Fix for possible
segmentation faults in the 10.3.5 Loaders occurring with include file
protection.

2019-06-04 	10.3.5 	The ionCube Loader now has its own section in the
phpinfo() output. That will include IC24 settings where relevant. Fix for some
memory leaks in PHP 5.6-7.3, particularly when including files in a loop. For
undefined variables in assignments, correction to ensure that the line numbers
in error messages are not mangled when line number obfuscation is not in place.
Fix to ensure that the loader will accept large property values that were
accepted by the Encoder. Fix to ensure that external encoding keys set at
runtime using ini_set would be found.

2019-04-07 	10.3.4 	This updates Linux x86 32/64 bit Loders only, and fixes
corruption of the HTTP_HOST server variable if it includes a port number, e.g.
somedomain.com:1081. There is no change for other platforms other than the
version number for consistency.

2019-04-05 	10.3.3 	Fix for callback files not being called from bundled
encoding files.  Added AArch64 (ARM64) as a new standard platform.

2019-01-02 	10.3.2 	Fix for a potential issue with the corruption of
included file paths, particularly on Windows.

PR:		240651
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Reported by:	Eero Hanninen <fax@nohik.ee>
Original commitRevision:543539 
Monday, 31 Dec 2018
05:43 tobik search for other commits by this committer
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)
Original commitRevision:488756 
Saturday, 22 Dec 2018
07:48 tobik search for other commits by this committer
devel/ioncube: Update to 10.3.0

- Adds PHP 7.3 support

PR:		234261
Submitted by:	maintainer
Original commitRevision:488072 
Sunday, 9 Sep 2018
06:25 riggs search for other commits by this committer
Update to upstream version 10.2.4

PR:		231093
Submitted by:	svyatoslav.lempert@gmail.com (maintainer)
Original commitRevision:479270 
Tuesday, 6 Feb 2018
23:51 dbaio search for other commits by this committer
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>
Original commitRevision:461117 
Thursday, 19 Oct 2017
07:46 pizzamig search for other commits by this committer
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
Original commitRevision:452399 
Sunday, 11 Jun 2017
17:14 miwi search for other commits by this committer
- Update to 6.1.0

PR:		219659
Submitted by:	Jeremy Johnston
Approved by:	maintainer
Original commitRevision:443399 
Monday, 26 Sep 2016
15:21 vanilla search for other commits by this committer
Readd 32bits dist files.

Submitted by:	chad.schroeder@sonifi.com
Original commitRevision:422779 
02:52 vanilla search for other commits by this committer
Update to 6.0.4.

PR:		212989
Submitted by:	svyatoslav.lempert@gmail.com
Approved by:	maintainer
Original commitRevision:422759 
Monday, 7 Mar 2016
18:40 madpilot search for other commits by this committer
Update to 5.0.21

PR:		207546
Submitted by:	admin at mydevil.net
Approved by:	Svyatoslav Lempert <svyatoslav.lempert at gmail.com>
		(maintainer)
Original commitRevision:410540 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Sunday, 5 Jul 2015
09:40 rm search for other commits by this committer
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)
Original commitRevision:391358 
Sunday, 23 Nov 2014
03:49 vanilla search for other commits by this committer
Upgrade to 4.7.1

PR:		ports/195298
Submitted by:	maintainer
Original commitRevision:373121 
Tuesday, 6 May 2014
19:08 feld search for other commits by this committer
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
Original commitRevision:353121 
Wednesday, 12 Feb 2014
07:03 rm search for other commits by this committer
- update to 4.5.3

PR:		186675
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commitRevision:343857 
Saturday, 25 Jan 2014
15:35 marino search for other commits by this committer
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@
Original commitRevision:341043 
Thursday, 26 Dec 2013
12:11 wg search for other commits by this committer
devel/ioncube: update to 4.5.0

PR:		ports/185140
Submitted by:	maintainer
Original commitRevision:337485 
Monday, 11 Nov 2013
10:59 wg search for other commits by this committer
devel/ioncube: update to 4.4.4

PR:		ports/183041
Submitted by:	maintainer
Original commitRevision:333484 
Saturday, 31 Aug 2013
17:43 rm search for other commits by this committer
- 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)
Original commitRevision:325820 
Wednesday, 19 Jun 2013
15:40 wg search for other commits by this committer
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)
Original commitRevision:321282 
Saturday, 11 May 2013
20:53 rakuco search for other commits by this committer
Update to 4.4.0.

PR:		ports/178415
Submitted by:	svyatoslav.lempert@gmail.com (maintainer)
Original commitRevision:317911 
Saturday, 28 Jul 2012
07:45 scheidell search for other commits by this committer
- 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)
Original commit
Wednesday, 20 Jun 2012
21:24 madpilot search for other commits by this committer
- Update to 4.2.1

PR:             ports/169270
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Approved by:    crees, tabthorpe (mentors, implicit)
Original commit
Thursday, 17 May 2012
10:29 scheidell search for other commits by this committer
- 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)
Original commit
Saturday, 17 Mar 2012
09:20 cs search for other commits by this committer
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
Original commit
Tuesday, 3 Jan 2012
02:32 tota search for other commits by this committer
- Update to 4.0.12

PR:             ports/163764
Submitted by:   Takefu <takefu_AT_airport_DOT_fm>
Approved by:    Svyatoslav Lempert (maintainer)
Original commit
Tuesday, 13 Dec 2011
08:00 culot search for other commits by this committer
- Update to 4.0.11

PR:             ports/163209
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Feature safe:   yes
Original commit
Monday, 8 Aug 2011
13:15 pav search for other commits by this committer
- Update to 4.0.10

PR:             ports/159248
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Friday, 1 Jul 2011
17:27 beech search for other commits by this committer
- Update to 4.0.9

PR:             ports/158527
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Friday, 22 Apr 2011
12:05 dhn search for other commits by this committer
- Update to 4.0.8

PR:             ports/156557
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Friday, 14 Jan 2011
10:05 arved search for other commits by this committer
Update to 4.0.4

PR:             15390
Submitted by:   maintainer
Feature safe:   yes
Original commit
Monday, 20 Dec 2010
01:24 wen search for other commits by this committer
- Update to 4.0.2

PR:             ports/153275
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Monday, 8 Nov 2010
07:34 miwi search for other commits by this committer
- Update to 4.0.1

PR:             151978
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Friday, 28 May 2010
16:27 sylvio search for other commits by this committer
- Update to 3.3.19

PR:             ports/147064
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Friday, 30 Apr 2010
05:34 itetcu search for other commits by this committer
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)
Original commit
Thursday, 8 Apr 2010
16:39 itetcu search for other commits by this committer
- 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)
Original commit
Saturday, 27 Mar 2010
22:28 miwi search for other commits by this committer
- Update to 3.3.12

PR:             144961
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> (maintainer)
Original commit
Tuesday, 9 Mar 2010
22:30 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 42