1155 Commits

Author SHA1 Message Date
Konstantin Molchanov
31db07ecda LaTeX updated to 2.9.5987 (#912) 2016-06-25 07:52:28 +10:00
Luke Sampson
9091bd18da ghostscript 9.19 (add CLI tools, see #911) 2016-06-24 21:02:29 +10:00
Luke Sampson
03361d972a ghostscript 9.19 (add lib to path, shim gswin*.exe) 2016-06-24 07:26:06 +10:00
Christophe
25c4cfae5a Update PHP to 7.0.8 (#910)
- Core:
  - Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes).
  - Fixed bug #72221 (segfault, past-the-end access).
  - Fixed bug #72268 (Integer Overflow in nl2br()).
  - Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).
  - Fixed bug #72400 (Integer Overflow in addcslashes/addslashes).
  - Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL).
- FPM:
  - Fixed bug #72308 (fastcgi_finish_request and logging environment variables).
- GD:
  - Fixed bug #72298 (pass2_no_dither out-of-bounds access).
  - Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
  - Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in heap overflow).
  - Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert).
- Intl:
  - Fixed bug #64524 (Add intl.use_exceptions to php.ini-*).
- mbstring:
  - Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free).
- mcrypt:
  - Fixed bug #72455 (Heap Overflow due to integer overflows).
- PCRE:
  - Fixed bug #72143 (preg_replace uses int instead of size_t).
- PDO_pgsql:
  - Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
  - Fixed bug #72294 (Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor).
- Phpdbg:
  - Fixed bug #72284 (phpdbg fatal errors with coverage).
- Postgres:
  - Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free).
  - Fixed bug #72197 (pg_lo_create arbitrary read).
- SPL:
  - Fixed bug #72262 (int/size_t confusion in SplFileObject::fread).
  - Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and unserialize).
- Standard:
  - Fixed bug #72017 (range() with float step produces unexpected result).
  - Fixed bug #72193 (dns_get_record returns array containing elements of type 'unknown').
  - Fixed bug #72229 (Wrong reference when serialize/unserialize an object).
  - Fixed bug #72300 (ignore_user_abort(false) has no effect).
- XML:
  - Fixed bug #72206 (xml_parser_create/xml_parser_free leaks mem).
- XMLRPC:
  - Fixed bug #72155 (use-after-free caused by get_zval_xmlrpc_type).
- WDDX:
  - Fixed bug #72340 (Double Free Courruption in wddx_deserialize).
- Zip:
  - Fixed bug #72258 (ZipArchive converts filenames to unrecoverable form).
  - Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize).
2016-06-24 07:08:03 +10:00
Gustavo Veloso
82a795b1eb Adding ReSharper Command Line Tools 2016.1.2 (#909) 2016-06-23 08:18:18 +10:00
Christophe
2cc2fa29f4 Upgrade nodejs to 6.2.2 (#908)
# Notable changes

- http:
  - req.read(0) could cause incoming connections to stall and time out under certain conditions. (Fedor Indutny) #7211
  - When freeing the socket to be reused in keep-alive Agent wait for both prefinish and end events. Otherwise the next request may be written before the previous one has finished sending the body, leading to a parser errors. (Fedor Indutny) #7149
- npm: upgrade npm to 3.9.5 (Kat Marchán) #7139
2016-06-20 08:05:49 +10:00
Chris Ackerman
0227f7794f Updating gradle to 2.14 (#907)
* Updated gradle to 2.14

* Copy error - missed the last digit of the hash.
2016-06-19 08:20:43 +10:00
Konstantin Molchanov
88377e6e1e Update Nim to 0.14.2 (#905)
Nimble added to bin (again).
2016-06-15 08:22:34 +10:00
Marcus Griep
bf0c3b4c47 Add eventstore (#902)
* Add `eventstore` manifest

* Add an alias for the Event Store executable

* Bump Event Store to 3.6.2
2016-06-15 08:18:20 +10:00
Marcus Griep
452a27a145 Update Hashicorp tools: Terraform, Vagrant (#903)
* Bump Vagrant to 1.8.4

* Update terraform version check

Eliminates RC releases from consideration.

* Bump Terraform to 0.6.16

Adds providers for librato and softlayer.
2016-06-15 08:18:12 +10:00
Marcus Griep
452e4dee2d Update several packages (#904)
* Bump git to 2.9.0.windows.1

* Bump git-with-openssh to 2.9.0.windows.1

* Bump ffmpeg to 2016-06-10

* Bump mercurial to 3.8.3

* Add checkver to redis

* Bump redis to 2.8.2104
2016-06-15 08:18:06 +10:00
Marcus Griep
be7e046a2d Update youtube-dl to 2016.06.11.3 (#901) 2016-06-12 15:22:06 +10:00
Stéphane Este-Gracias
50097433d1 dart 1.17.1 (#900) 2016-06-11 06:52:01 +10:00
Joe Chung
4c8a05aef1 Update ruby to 2.3.0 (#899) 2016-06-09 19:19:02 +10:00
Stéphane Este-Gracias
3afa6b648b dart 1.17.0 (#898) 2016-06-09 08:31:53 +10:00
Konstantin Molchanov
894acf5fa2 Update Nim to 0.14.0 (#895)
+ nimsuggest is now added to PATH
- nimble is no longer shipped with the distro for some reason
2016-06-08 07:28:01 +10:00
Christophe
8796d62dae Update NodeJs to 6.2.1 (security update) (#891)
# Notable changes

## Notable changes

* **buffer**: Ignore negative lengths in calls to `Buffer()` and `Buffer.allocUnsafe()`. This fixes a possible security concern (reported by Feross Aboukhadijeh) where user input is passed unchecked to the Buffer constructor or `allocUnsafe()` as it can expose parts of the memory slab used by other Buffers in the application. Note that negative lengths are not supported by the Buffer API and user input to the constructor should always be sanitised and type-checked. (Anna Henningsen) [#7051](https://github.com/nodejs/node/pull/7051)
* **npm**: Upgrade npm to 3.9.3 (Kat Marchán) [#7030](https://github.com/nodejs/node/pull/7030)
  - [`npm/npm@42d71be`](42d71be2ce) [npm/npm#12685](https://github.com/npm/npm/pull/12685) When using `npm ls <pkg>` without a semver specifier, `npm ls` would skip any packages in your tree that matched by name, but had a prerelease version in their `package.json`. ([@zkat](https://github.com/zkat))
  - [`npm/npm@f04e05`](df04e05af1) [npm/npm#10013](https://github.com/npm/npm/issues/10013) `read-package-tree@5.1.4`: Fixes an issue where `npm install` would fail if your `node_modules` was symlinked. ([@iarna](https://github.com/iarna))
  - [`b894413`](b8944139a9) [#12372](https://github.com/npm/npm/issues/12372) Changing a nested dependency in an `npm-shrinkwrap.json` and then running `npm install` would not get up the updated package. This corrects that. ([@misterbyrne](https://github.com/misterbyrne))
  - This release includes `npm@3.9.0`, which is the result of our Windows testing push -- the test suite (should) pass on Windows now. We're working on getting AppVeyor to a place where we can just rely on it like Travis.
* **tty**: Default to blocking mode for stdio on OS X. A bug fix in libuv 1.9.0, introduced in Node.js v6.0.0, exposed problems with Node's use of non-blocking stdio, particularly on OS X which has a small output buffer. This change should fix CLI applications that have been having problems with output since Node.js v6.0.0 on OS X. The core team is continuing to address stdio concerns that exist across supported platforms and progress can be tracked at <https://github.com/nodejs/node/issues/6980>. (Jeremiah Senkpiel) [#6895](https://github.com/nodejs/node/pull/6895)
* **V8**: Upgrade to V8 5.0.71.52. This includes a fix that addresses problems experienced by users of node-inspector since Node.js v6.0.0, see <https://github.com/node-inspector/node-inspector/issues/864> for details. (Michaël Zasso) [#6928](https://github.com/nodejs/node/pull/6928)
2016-06-05 08:48:48 +10:00
Stéphane Este-Gracias
fc93be14bf docker 1.11.2 (#887) 2016-06-02 20:04:42 +10:00
Michael Vernier
968f5e0a15 Bump ImageMagick to 7.0.1-8 (#886) 2016-06-02 09:15:41 +10:00
Luke Sampson
541862c198 mongodb 3.2.6 (with 64-bit SSL support, fixes #877, #753) 2016-06-01 10:42:16 +10:00
Luke Sampson
1641730be2 apache 2.4.20 (fixes #826) 2016-06-01 09:45:57 +10:00
Michael Limiero
f3cda2cf3a Add modd v0.3 (#884) 2016-06-01 08:45:42 +10:00
Michael Limiero
56ab67f08f Update devd to v0.5 (#883) 2016-06-01 08:27:43 +10:00
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