1232 Commits

Author SHA1 Message Date
Stéphane Este-Gracias
c594d0e5ad dart 1.16.1 (#882) 2016-06-01 07:40:56 +10:00
Christophe
f494df578a Update to php 7.0.7 (#880)
- Core:
  - Fixed bug #72162 (use-after-free - error_reporting).
  - Add compiler option to disable special case function calls.
  - Fixed bug #72101 (crash on complex code).
  - Fixed bug #72100 (implode() inserts garbage into resulting string when joins very big integer).
  - Fixed bug #72057 (PHP Hangs when using custom error handler and typehint).
  - Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice).
  - Fixed bug #71737 (Memory leak in closure with parameter named $this).
  - Fixed bug #72059 (?? is not allowed on constant expressions).
  - Fixed bug #72159 (Imported Class Overrides Local Class Name).
- Curl:
  - Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE).
- DBA:
  - Fixed bug #72157 (use-after-free caused by dba_open).
- GD:
  - Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456)
- Intl:
  - Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
- JSON:
  - Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
- Mbstring:
  - Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace).
- OCI8:
  - Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight columns).
- Opcache:
  - Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error).
- OpenSSL:
  - Fixed bug #72165 (Null pointer dereference - openssl_csr_new).
- PCNTL:
  - Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite).
- POSIX:
  - Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL).
- Postgres:
  - Fixed bug #72028 (pg_query_params(): NULL converts to empty string).
  - Fixed bug #71062 (pg_convert() doesn't accept ISO 8601 for datatype timestamp).
  - Fixed bug #72151 (mysqli_fetch_object changed behaviour).
- Reflection:
  - Fixed bug #72174 (ReflectionProperty#getValue() causes __isset call).
- Session:
  - Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object).
- Sockets:
  - Added socket_export_stream() function for getting a stream compatible resource from a socket resource.
- SPL:
  - Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected).
- SQLite3:
  - Fixed bug #68849 (bindValue is not using the right data type).
- Standard:
  - Fixed bug #72075 (Referencing socket resources breaks stream_select).
  - Fixed bug #72031 (array_column() against an array of objects discards all values matching null).
2016-05-31 20:52:14 +10:00
Christophe
ef64828592 Update php-nts to 5.6.22 (#879)
- Core:
  - Fixed bug #72172 (zend_hex_strtod should not use strlen).
  - Fixed bug #72114 (Integer underflow / arbitrary null write in fread/gzread). (CVE-2016-5096)   Fixed bug #72135 (Integer Overflow in php_html_entities). (CVE-2016-5094)
- GD:
  - Fixed bug #72227 (imagescale out-of-bounds read). (CVE-2013-7456)
- Intl:
  - Fixed bug #64524 (Add intl.use_exceptions to php.ini-*).
  - Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)
- Postgres:
  - Fixed bug #72151 (mysqli_fetch_object changed behaviour).
2016-05-31 20:51:39 +10:00
monotykamary
ea8c1fa127 Update Mercurial to 3.8.2 (#876)
SHA256 taken from shasum.
2016-05-31 08:46:03 +10:00
Joe Chung
1e3f2255f8 Update rust-msvc to 1.9.0 (#871) 2016-05-30 08:43:25 +10:00
Joe Chung
b3136311b0 Update rust to 1.9.0 (#872) 2016-05-30 08:43:10 +10:00
Alex D. Guerrieri
88d45b7937 Create rethinkdb (#873) 2016-05-30 08:42:45 +10:00
jahead
af36f06d1d Added NVM to the bucket (#867)
* Added NVM to the bucket

* Removed whitespace
2016-05-28 23:36:46 +10:00
Konstantin Molchanov
de3dc05791 OpenSSL: Add executables and DLLs to PATH. (#868)
External apps depend on DLLs exported by openssl (ssleay32.dll and libeay32.dll in my particular case), so I thought it would be nice to have the in PATH automatically after installation.
2016-05-28 23:28:34 +10:00
systemexitzero
9b1c848b10 use https to fix mozjpeg.codelove.de 301/404 (#870) 2016-05-28 23:27:22 +10:00
systemexitzero
d18d01b12d bump imagemagick 7.0.1-2 -> 7.0.1-6 (#869) 2016-05-28 18:35:06 +10:00
Roman Kuzmin
ee6f0c2b15 Invoke-Build v2.14.6 (#866) 2016-05-28 14:36:35 +10:00
Roman Kuzmin
986f9389a3 Invoke-Build v2.14.5 (#857) 2016-05-25 17:23:05 +10:00
monotykamary
0960595fd9 Update aria2 to 1.23.0 (#863)
SHA-256 taken from shasum-cygwin.
2016-05-25 07:23:12 +10:00
William McGann
1c75bede85 [WIP] checkver fixup (#862)
* Updating go to 1.6.2

* Updating packer to 0.10.1

* Fixing regex for checkver.
2016-05-24 12:55:23 +10:00
Marcus Griep
20ecdbac92 Fix terraform.json (#860)
Previous update updated the version and the zip files to be downloaded but failed to update the hashes.
2016-05-24 07:46:44 +10:00
Robert Jarsen
01fe44bfaa update to 2016.05.21.2 (#859) 2016-05-23 07:33:49 +10:00
monotykamary
3472854cef Update 7zip to 16.02 (#858)
SHA-256 taken from shasum-cygwin
2016-05-22 10:54:24 +10:00
Christophe
fe27f9dc2b Update NodeJS to 6.2.0 (#855)
Notable changes

- buffer: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) #6511
- child_process: use /system/bin/sh on android (Ben Noordhuis) #6745
deps:
- upgrade npm to 3.8.9 (Rebecca Turner) #6664
- upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) #6572
- upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) #6796
- Intl: ICU 57 bump (Steven R. Loomis) #6088
- repl:
  - copying tabs shouldn't trigger completion (Eugene Obrezkov) #5958
  - exports Recoverable (Blake Embrey) #3488
  - src: add O_NOATIME constant (Rich Trott) #6492
  - src,module: add --preserve-symlinks command line flag (James M Snell) #6537
  - util: adhere to noDeprecation set at runtime (Anna Henningsen) #6683

As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode.
2016-05-19 21:19:06 +10:00
Luke Sampson
7d87056a0f allow .exe installers to access $global variable (see #854) 2016-05-18 12:36:36 +10:00
monotykamary
a631788ca2 Update Mercurial to 3.8.2
SHA-256 taken from 7zip and shasum;
mercurial manifest tested on external bucket.
2016-05-16 13:36:43 +07:00
Konstantin Molchanov
aecc9786fd Nim: Add directory with necessary DLLs to path (#852) 2016-05-14 08:13:06 +10:00
monotykamary
a2d2f236fb Update cURL to 7.48.0 (#851)
SHA-256 taken from 7zip;
[curl manifest file tested on external bucket](http://puu.sh/oQq83/d131b4a4fa.png)

Mirror changes:
- mirror confusedbycode.com looks abandoned;
- mirror bintray.com from list Win32/Win64 - Generic (Viktor Szakáts) was chosen
- build project page for windows is hosted on https://github.com/vszakats/harbour-deps
2016-05-14 08:12:28 +10:00
Konstantin Molchanov
d36e3534d0 Update Nim to 0.13.0 (#849) 2016-05-12 07:54:46 +10:00
Cyianor
6d7186d378 Version of R updated to 3.3.0 (#850)
* Apache httpd version upgrade to 2.4.20

* Update pre-install in r.json

The pre-install in the r bucket is now architecture specific and
depends on the architecture the user requested, no longer on the
architecture of the user's machine.

* Updated R to version 3.3.0
2016-05-12 07:54:39 +10:00
Aaron Sun
6da9ac225d 7zip 15.14 -> 16.00 (#848)
update the "version"
2016-05-12 07:54:08 +10:00
Aaron Sun
550f21f349 7zip 15.14 -> 16.00 (#846) 2016-05-11 08:14:19 +10:00
Vidar Kongsli
b527ac0cde Upgrade psake 4.4.1 --> 4.6.0 (#845) 2016-05-11 08:13:40 +10:00
Luke Sampson
2b27231f34 concfg 0.2016.05.08 2016-05-10 14:17:25 +10:00
monotykamary
e349a8a32b Update ImageMagick to 7.0.1-2 (#841)
SHA-256 taken from 7zip;
magick.exe found in packages for both architectures
-> added magick.exe to shim
imagemagick manifest tested on external bucket (assumed no change to package file structure)

Unavailable links (6.9.3-8):
http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x64.zip
http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-8-portable-Q16-x86.zip

[Binary releases](http://www.imagemagick.org/download/binaries/) contain only latest modern and latest legacy version.
[Existing releases](http://www.imagemagick.org/download/windows/releases/) contain only versions to latest following 6.4.9-10 (all stopping at hotfix 10).
2016-05-09 09:28:36 +10:00
monotykamary
176d269c38 Update Invoke Build to 2.14.4
SHA-256 taken from 7zip.
2016-05-09 09:00:38 +10:00
monotykamary
8b658dc059 Update Kotlin to 1.0.1-2
SHA-256 taken from 7zip;
kotlin.bat found in "bin" folder
-> added "bin\\\kotlin.bat" to shim
2016-05-09 09:00:13 +10:00
monotykamary
98214f49a6 Update Lua Windows to 5.1.5-51
SHA-256 taken from 7zip;
lua manifest tested on external bucket.
2016-05-09 08:59:52 +10:00
monotykamary
9a8508d9a8 Update LLVM to 3.8.0
SHA-256 taken from 7zip;
llvm manifest tested on external bucket.
2016-05-09 08:59:34 +10:00
monotykamary
7dcd6bc807 Update MariaDB to 10.0.25
MD5 taken from site.

[Multiple stable releases exist for MariaDB;](https://downloads.mariadb.org/mariadb/+releases/)
Update taken from 10.0 series.
2016-05-09 08:59:09 +10:00
monotykamary
cdd2669b00 Update MediaInfo to 0.7.85
SHA-256 taken from 7zip.

Alternative downloads from main site available:
x86: http://mediaarea.net/download/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_i386.zip
x64: http://mediaarea.net/download/binary/mediainfo/0.7.85/MediaInfo_CLI_0.7.85_Windows_x64.zip
2016-05-09 08:58:37 +10:00
monotykamary
e7d4969f91 Update NuGet to 3.4.3
SHA-256 taken from 7zip.

There exists a ["latest"](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe) download location for NuGet, but corresponding version link is used.
2016-05-09 08:55:06 +10:00
monotykamary
94918d5e6d Update Inno Setup to 0.46 (#833)
SHA-256 taken from 7zip.
2016-05-09 08:53:37 +10:00
monotykamary
208bf10ff8 Update hub to 2.2.3 (#831)
SHA-256 taken from 7zip;
confirmed Windows package tar.gz change to zip following 2.2.2
-> removed "extract_dir" for both architectures;
hub manifest tested on external bucket:
    tom81@DESKTOP-PPA3Q0S ~$ hub version
    git version 2.8.2.windows.1
    hub version 2.2.3

package content differences from 2.2.0 & 2.2.1:
- extract directory folder removed
- hub manual "hub.html" added
- "etc" and "man" build folders removed
- hub.exe moved to package "bin" folder
2016-05-09 08:53:11 +10:00
monotykamary
19efc0ceb9 Update Groovy to 2.4.6 (#830)
SHA-256 taken from 7-zip.
2016-05-08 19:49:49 +10:00
Christophe
ae0dc77243 Upgrade NodeJS to 6.1.0
Notable Changes

assert: deep{Strict}Equal() now works correctly with circular references. (Rich Trott) #6432
debugger: Arrays are now formatted correctly in the debugger repl. (cjihrig) #6448
deps: Upgrade OpenSSL sources to 1.0.2h (Shigeki Ohtsu) #6550
net: Introduced a Socket#connecting property. (Fedor Indutny) #6404
Previously this information was only available as the undocumented, internal _connecting property.
process: Introduced process.cpuUsage(). (Patrick Mueller) #6157
stream: Writable#setDefaultEncoding() now returns this. (Alexander Makarenko) #5040
util: Two new additions to util.inspect():
Added a maxArrayLength option to truncate the formatting of Arrays. (James M Snell) #6334
This is set to 100 by default.
Added a showProxy option for formatting proxy intercepting handlers. (James M Snell) #6465
Inspecting proxies is non-trivial and as such this is off by default.

https://nodejs.org/en/blog/release/v6.1.0/
2016-05-06 22:53:23 +10:00
Stéphane Este-Gracias
ec51d10b3e docker-compose 1.7.1 2016-05-05 21:12:03 +10:00
Luke Sampson
a103c5602c openssl 1.0.2h (missing info from #825) 2016-05-05 19:24:23 +10:00
André Schließer
14e1ac6b4a Update openssl link (#825)
version changed to 1.0.2h
2016-05-05 19:19:48 +10:00
monotykamary
e25c6048ec Update glide to 0.10.2 (#824)
SHA-256 taken from 7zip.
2016-05-05 08:15:51 +10:00
monotykamary
a90ee65606 Update Elixir to 1.2.5 (#823)
SHA-256 taken from 7zip.
2016-05-05 08:15:40 +10:00
monotykamary
995bf8c631 Update git-up to 1.4.0 (#822)
SHA-256 taken from 7zip.
2016-05-05 08:15:26 +10:00
monotykamary
8a67a71ffa Update git-lfs to 1.2.0 (#821)
SHA-256 taken from 7zip;
extract directory now exists in release zip
-> added "extract_dir" for both architectures.

git-lfs manifest tested on external bucket.
2016-05-05 08:15:00 +10:00
monotykamary
bf45efa0e4 Update ghostscript.json (#820)
SHA-256 taken from 7zip;
gs919w64 contains gswin64c.exe -> replaced bin with "env_add_path": "bin";
Ghostscript manifest tested on external bucket.

[Ghostscript releases from 9.19 have been moved to GitHub](http://downloads.ghostscript.com/public/).

Current links are inaccessible (9.18):
http://downloads.ghostscript.com/public/gs918w64.exe
http://downloads.ghostscript.com/public/gs918w32.exe

Working links (9.18):
http://downloads.ghostscript.com/public/old-gs-releases/gs918w64.exe
http://downloads.ghostscript.com/public/old-gs-releases/gs918w32.exe
2016-05-05 08:14:29 +10:00
monotykamary
a428dee027 Update Far Manager to 3.0.4545 (#819)
SHA-256 taken from 7zip.
2016-05-05 08:14:09 +10:00