1232 Commits

Author SHA1 Message Date
Martin Lindhe
743a338dab pngcrush 1.8.4 (#996) 2016-08-18 07:07:23 +10:00
Joe Chung
112adbd13c Update go to 1.7 (#994) 2016-08-16 12:04:32 +10:00
Yun Zhi Lin
1a92138912 upgrade to ojdkbuild 1.8.0_102-1 (#993) 2016-08-15 06:37:16 +10:00
Yun Zhi Lin
5f8147dc49 add apex.run serverless framework 0.10.2 (#992) 2016-08-14 22:07:58 +10:00
Yun Zhi Lin
24e97bf2ba upgrade rancher-compose to 0.9.0 (#991) 2016-08-14 19:47:47 +10:00
kurumushi
928cb0f3bf Update youtube-dl to version 2016.08.12 (#990)
* Update youtube-dl to version 2016.08.12

Youtube-dl updated again.

Here is a link to the file on virustotal in case there's worry about there being something wrong with it this time:
https://virustotal.com/en/url/c5d7188f77b19ed13a0f9f00690aece860b70088a2b280f1c3711c87a4dcd83b/analysis/1471039807/

I also changed the license to public domain, which is more correct than "unlicensed"

* Update youtube-dl.json

I also added a checkver variable, because this app is updated quite often, and many times useless if not kept up to date.

* Update youtube-dl.json

A comma...

* Update youtube-dl.json

Another comma...
2016-08-13 18:22:23 +10:00
Ignat Loskutov
4166e5e56b Update cURL to 7.50.1 (#988) 2016-08-12 08:11:32 +10:00
Ignat Loskutov
749f1e2e20 Bump CMake version to 3.6.1 (#987) 2016-08-12 08:10:59 +10:00
Luke Sampson
0fb30c9018 Revert "Update youtube-dl to latest version" (#986) 2016-08-11 14:56:24 +10:00
kurumushi
192dabe614 Version bump youtube-dl (#984) 2016-08-09 13:47:50 +10:00
Brad Rathke
17a31b7e1c Version number was missed in #982 (#983) 2016-08-04 12:59:49 +10:00
Brad Rathke
796f11eae1 Update R to 3.3.1 (#982) 2016-08-04 11:10:18 +10:00
Javier Quintana
0a49a5702d Upgrade ImageMagick to 7.0.2-6 (#981) 2016-08-04 08:38:28 +10:00
Stéphane Este-Gracias
25d0455c9e dart 1.18.1 (#979) 2016-08-03 21:23:25 +10:00
Luke Sampson
97d5347c06 Merge branch 'feature/addThrift' of git://github.com/gjmveloso/scoop into gjmveloso-feature/addThrift 2016-08-03 09:47:31 +10:00
Gustavo Veloso
47036fd2d2 Add Apache Thrift 0.9.3 (#978) 2016-08-03 09:45:48 +10:00
Gustavo Veloso
d5417cacc1 Add Apache Thrift 0.9.3 2016-08-02 12:32:46 -04:00
Christophe
41d5a48a5a Upgrade MySQL to 5.7.14 (#977) 2016-08-02 20:25:24 +10:00
Bryan Black
6df06817f2 Update to 0.7 (#976)
* The default location of the secret key was changed to ~/.minisign/minisign.key.

* Generating a new set of keys (-G) doesn't replace an existing key pair any more; the additional -f switch is required in order to force this operation.

* Improved error messages and Windows compatibility.

* A man page was added.
2016-08-02 09:23:21 +10:00
Bernd Niehues
b53f8f3c8f Update vagrant to 1.8.5 (#975)
Bump vagrant to 1.8.5
2016-08-02 07:14:00 +10:00
Yunspace
6755a201db update hugo 0.16 2016-07-31 01:05:11 +10:00
Stéphane Este-Gracias
d88787b057 docker 1.12.0 (#972) 2016-07-29 23:26:15 +10:00
Stéphane Este-Gracias
94e8bed85e docker-machine 0.8.0 (#971) 2016-07-28 22:23:33 +10:00
Stéphane Este-Gracias
fb09973728 dart 1.18.0 (#969) 2016-07-28 21:13:23 +10:00
Stéphane Este-Gracias
5ca524426b docker-compose 1.8.0 (#970) 2016-07-28 21:13:14 +10:00
Christophe
a60c0534e5 fixing hash issue (#968)
When sha1 is used, we need to specify "sha1:" in the hash
2016-07-27 07:38:40 +10:00
Christophe
7e4dfaea35 Upgrade node to 6.3.1 (#966)
### Notable changes

* **buffer**:
  * Improve performance of Buffer.from(str, 'hex') and Buffer#write(str, 'hex'). (Christopher Jeffrey) [#7602](https://github.com/nodejs/node/pull/7602)
  * Fix creating from zero-length ArrayBuffer. (Ingvar Stepanyan) [#7176](https://github.com/nodejs/node/pull/7176)
* **deps**:
  * Upgrade to V8 5.0.71.xx. (Ben Noordhuis) [#7531](https://github.com/nodejs/node/pull/7531)
  * Backport V8 instanceof bugfix (Franziska Hinkelmann) [#7638](https://github.com/nodejs/node/pull/7638)
* **repl**: Fix issue with function redeclaration. (Prince J Wesley) [#7794](https://github.com/nodejs/node/pull/7794)
* **util**: Fix inspecting of boxed symbols. (Anna Henningsen) [#7641](https://github.com/nodejs/node/pull/7641)
2016-07-25 08:29:27 +10:00
Christophe
2bf6a65d72 Upgrade PHP to 7.0.9 (#967)
- Core:
  - Fixed bug #72508 (strange references after recursive function call and "switch" statement).
  - Fixed bug #72513 (Stack-based buffer overflow vulnerability in virtual_file_ex).
  - Fixed bug #72573 (HTTP_PROXY is improperly trusted by some PHP libraries and applications).
- bz2:
  - Fixed bug #72613 (Inadequate error handling in bzread()).
- CLI:
  - Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router.php).
- COM:
  - Fixed bug #72498 (variant_date_from_timestamp null dereference).
- Curl:
  - Fixed bug #72541 (size_t overflow lead to heap corruption).
- Exif:
  - Fixed bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE).
  - Fixed bug #72618 (NULL Pointer Dereference in exif_process_user_comment).
- GD:
  - Fixed bug #43475 (Thick styled lines have scrambled patterns).
  - Fixed bug #53640 (XBM images require width to be multiple of 8).
  - Fixed bug #64641 (imagefilledpolygon doesn't draw horizontal line).
  - Fixed bug #72512 (gdImageTrueColorToPaletteBody allows arbitrary write/read access).
  - Fixed bug #72519 (imagegif/output out-of-bounds access).
  - Fixed bug #72558 (Integer overflow error within _gdContributionsAlloc()).
  - Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine overflow).
  - Fixed bug #72494 (imagecropauto out-of-bounds access).
- Intl:
  - Fixed bug #72533 (locale_accept_from_http out-of-bounds access).
- Mbstring:
  - Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) - oob read access).
  - Fixed bug #72399 (Use-After-Free in MBString (search_re)).
- mcrypt:
  - Fixed bug #72551, bug #72552 (Incorrect casting from size_t to int lead to heap overflow in mdecrypt_generic).
- PDO_pgsql:
  - Fixed bug #72570 (Segmentation fault when binding parameters on a query without placeholders).
- PCRE:
  - Fixed bug #72476 (Memleak in jit_stack).
  - Fixed bug #72463 (mail fails with invalid argument).
- Readline:
  - Fixed bug #72538 (readline_redisplay crashes php).
- Standard:
  - Fixed bug #72505 (readfile() mangles files larger than 2G).
  - Fixed bug #72306 (Heap overflow through proc_open and $env parameter).
- Session:
  - Fixed bug #72531 (ps_files_cleanup_dir Buffer overflow).
  - Fixed bug #72562 (Use After Free in unserialize() with Unexpected Session Deserialization).
- SNMP:
  - Fixed bug #72479 (Use After Free Vulnerability in SNMP with GC and unserialize()).
- Streams:
  - Fixed bug #72439 (Stream socket with remote address leads to a segmentation fault).
- XMLRPC:
  - Fixed bug #72606 (heap-buffer-overflow (write) simplestring_addn simplestring.c).
- Zip:
  - Fixed bug #72520 (Stack-based buffer overflow vulnerability in php_stream_zip_opener).
2016-07-25 08:29:11 +10:00
Martin Lindhe
635df3704d go 1.6.3 (#965) 2016-07-23 08:57:48 +10:00
Roman Kuzmin
adc2ca1e9f Invoke-Build v3.0.0 (#963) 2016-07-21 08:22:27 +10:00
Konstantin Molchanov
b321b72bbb LaTeX: The whole zoo of executables is now added to PATH (#962)
Previously, only pdflatex and latex were added to PATH. However, xelatex and mpm and all the other stuff is useful from time to time. I'm not 100% sure this is the right decision, but it definitely is for me as an extensive LaTeX user.
2016-07-20 22:09:57 +10:00
Martin Lindhe
8b8bc2e50e cmake 3.6.0 (#961) 2016-07-20 20:39:02 +10:00
Konstantin Molchanov
b0adc2f43b Apache updated to 2.4.23 (#960) 2016-07-19 23:02:36 +10:00
Martin Lindhe
a7911ece13 xz: link to the xz license (#959) 2016-07-18 17:04:31 +10:00
Martin Lindhe
53f42c1e9b bochs 2.6.8 (#957) 2016-07-14 08:42:17 +10:00
Johnny Anderson dos Santos
aebe1e0948 Update curl.json (#958)
Updated hash for cURL 7.49.1 64bits.
This version of cURL wasn't updating.
2016-07-14 08:41:42 +10:00
Martin Lindhe
95138f6c48 xz 5.2.1 (#956) 2016-07-11 23:16:45 +10:00
Martin Lindhe
7f6bea8c01 kotlin 1.0.3 (#955) 2016-07-11 21:54:14 +10:00
Martin Lindhe
8dbd9ac7ee rust 1.10.0 (#954) 2016-07-11 20:14:47 +10:00
Martin Lindhe
4a7ae4c575 pngcrush 1.8.1 multi-arch (#953)
* pngcrush 1.8.1 (32bit only, see #950)

* pngcrush 1.8.1 multi-arch
2016-07-11 17:00:59 +10:00
Konstantin Molchanov
1ed77f9fb2 Erlang: erlc.exe added to PATH. (#952)
erlc is the Erlang compiler which actually makes binaries from Erlang source.
2016-07-11 09:17:48 +10:00
Roman Kuzmin
bfe4bf0a47 Invoke-Build v2.14.7 (#951) 2016-07-08 11:15:23 +10:00
Martin Lindhe
e9e50ee71e optipng 0.7.6 (#949) 2016-07-08 07:06:52 +10:00
Christophe
4e7b5815a5 Update nodejs to 6.3.0 (#948)
### Notable changes

* **buffer**: Added `buffer.swap64()` to compliment `swap16()` & `swap32()`. (Zach Bjornson) [#7157](https://github.com/nodejs/node/pull/7157)
* **build**: New `configure` options have been added for building Node.js as a shared library. (Stefan Budeanu) [#6994](https://github.com/nodejs/node/pull/6994)
  - The options are: `--shared`, `--without-v8-platform` & `--without-bundled-v8`.
* **crypto**: Root certificates have been updated. (Ben Noordhuis) [#7363](https://github.com/nodejs/node/pull/7363)
* **debugger**: The server address is now configurable via `--debug=<address>:<port>`. (Ben Noordhuis) [#3316](https://github.com/nodejs/node/pull/3316)
* **npm**: Upgraded npm to v3.10.3 (Kat Marchán) [#7515](https://github.com/nodejs/node/pull/7515) & (Rebecca Turner) [#7410](https://github.com/nodejs/node/pull/7410)
* **readline**: Added the `prompt` option to the readline constructor. (Evan Lucas) [#7125](https://github.com/nodejs/node/pull/7125)
* **repl / vm**: `sigint`/`ctrl+c` will now break out of infinite loops without stopping the Node.js instance. (Anna Henningsen) [#6635](https://github.com/nodejs/node/pull/6635)
* **src**:
  - Added a `node::FreeEnvironment` public C++ API. (Cheng Zhao) [#3098](https://github.com/nodejs/node/pull/3098)
  - Refactored `require('constants')`, constants are now available directly from their respective modules. (James M Snell) [#6534](https://github.com/nodejs/node/pull/6534)
* **stream**: Improved `readable.read()` performance by up to 70%. (Brian White) [#7077](https://github.com/nodejs/node/pull/7077)
* **timers**: `setImmediate()` is now up to 150% faster in some situations. (Andras) [#6436](https://github.com/nodejs/node/pull/6436)
* **util**: Added a `breakLength` option to `util.inspect()` to control how objects are formatted across lines. (cjihrig) [#7499](https://github.com/nodejs/node/pull/7499)
* **v8-inspector**: Experimental support has been added for debugging Node.js over the inspector protocol. (Ali Ijaz Sheikh) [#6792](https://github.com/nodejs/node/pull/6792)
  - **Note: This feature is _experimental_, and it could be altered or removed.**
  - You can try this feature by running Node.js with the `--inspect` flag.
2016-07-07 20:45:37 +10:00
jggrant
6d87eb640e Add .NET Core app manifest (#947)
* Add .NET Core app manifest

* Fix file indentation and eof
2016-07-07 08:13:17 +10:00
Martin Lindhe
19c11c0b70 file 5.03 (#946) 2016-07-07 08:11:55 +10:00
Martin Lindhe
c3b525f01e ffmpeg 2016-07-06 (#945) 2016-07-07 08:11:47 +10:00
Martin Lindhe
abf686a46f php-nts 7.0.8 (#944) 2016-07-07 08:11:31 +10:00
Martin Lindhe
b99143499b php: sha256 hash (#943) 2016-07-07 08:11:21 +10:00
Martin Lindhe
4f116eb8a9 mysql: sha256 hash (#942) 2016-07-07 08:11:06 +10:00