Commit Graph
2069 Commits
Author SHA1 Message Date
Joe Chung 2bc4be8fc2 Update rust-msvc to 1.11.0 (#999) 2016-08-19 10:25:33 +10:00
Joe Chung 3b528db8ee Update rust to 1.11.0 (#998) 2016-08-19 10:25:22 +10:00
Stéphane Este-Gracias 11812d295d docker 1.12.1 (#997) 2016-08-19 09:17:16 +10:00
Gustavo Veloso f50512d36b Updates git, node and thrift (#995)
* Update Git to 2.9.3
Update Node to 6.4.0
Fix Thrift URL

* Update git-with-openssh too
2016-08-18 07:08:09 +10:00
Martin Lindhe 84078fda0c pngcrush 1.8.4 (#996) 2016-08-18 07:07:23 +10:00
Joe Chung dce6f3be02 Update go to 1.7 (#994) 2016-08-16 12:04:32 +10:00
Luke Sampson b30afe650d don't terminate Powershell session when calling install with invoke-expression (see #980) 2016-08-15 07:10:33 +10:00
Luke Sampson ae3fdb62ce add -i/--independent switch to install without dependencies (see #985) 2016-08-15 06:55:51 +10:00
Yun Zhi Lin 8b4e82dae0 upgrade to ojdkbuild 1.8.0_102-1 (#993) 2016-08-15 06:37:16 +10:00
Yun Zhi Lin 1f1322c6b3 add apex.run serverless framework 0.10.2 (#992) 2016-08-14 22:07:58 +10:00
Yun Zhi Lin 336c196fd1 upgrade rancher-compose to 0.9.0 (#991) 2016-08-14 19:47:47 +10:00
kurumushi 51acb48dd3 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 e7187c53ca Update cURL to 7.50.1 (#988) 2016-08-12 08:11:32 +10:00
Ignat Loskutov 1b01565349 Bump CMake version to 3.6.1 (#987) 2016-08-12 08:10:59 +10:00
Luke Sampson ca0aa9f8bd Revert "Update youtube-dl to latest version" (#986) 2016-08-11 14:56:24 +10:00
kurumushi 4462863d67 Version bump youtube-dl (#984) 2016-08-09 13:47:50 +10:00
Brad Rathke dde5777875 Version number was missed in #982 (#983) 2016-08-04 12:59:49 +10:00
Brad Rathke 6648a6f66b Update R to 3.3.1 (#982) 2016-08-04 11:10:18 +10:00
Javier Quintana d3e63e42b2 Upgrade ImageMagick to 7.0.2-6 (#981) 2016-08-04 08:38:28 +10:00
Stéphane Este-Gracias 10963d9a0f dart 1.18.1 (#979) 2016-08-03 21:23:25 +10:00
Luke Sampson a48e3f9202 Merge branch 'gjmveloso-feature/addThrift' 2016-08-03 09:47:43 +10:00
Luke Sampson 4a00c5b955 Merge branch 'feature/addThrift' of git://github.com/gjmveloso/scoop into gjmveloso-feature/addThrift 2016-08-03 09:47:31 +10:00
Gustavo Veloso 6df2345240 Add Apache Thrift 0.9.3 (#978) 2016-08-03 09:45:48 +10:00
Gustavo Veloso 7f545d5bf6 Add Apache Thrift 0.9.3 2016-08-02 12:32:46 -04:00
Christophe c9b398545d Upgrade MySQL to 5.7.14 (#977) 2016-08-02 20:25:24 +10:00
Bryan Black bfba165309 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 afb43fa642 Update vagrant to 1.8.5 (#975)
Bump vagrant to 1.8.5
2016-08-02 07:14:00 +10:00
Simon Hartcher f40e94afef Merge pull request #974 from yunspace/master
update hugo 0.16
2016-07-31 08:48:52 +10:00
Yunspace aad2614528 update hugo 0.16 2016-07-31 01:05:11 +10:00
Stéphane Este-Gracias 7d0e05996e docker 1.12.0 (#972) 2016-07-29 23:26:15 +10:00
Stéphane Este-Gracias ce857d2dd9 docker-machine 0.8.0 (#971) 2016-07-28 22:23:33 +10:00
Stéphane Este-Gracias 791d7ae3a8 dart 1.18.0 (#969) 2016-07-28 21:13:23 +10:00
Stéphane Este-Gracias f39cc79202 docker-compose 1.8.0 (#970) 2016-07-28 21:13:14 +10:00
Christophe 0322edb8eb 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 0aaa69d280 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 bd3b8165a5 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 345933dea6 go 1.6.3 (#965) 2016-07-23 08:57:48 +10:00
Roman Kuzmin cedbe5bf21 Invoke-Build v3.0.0 (#963) 2016-07-21 08:22:27 +10:00
Konstantin Molchanov ae15bd4804 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 4192a37ecf cmake 3.6.0 (#961) 2016-07-20 20:39:02 +10:00
Konstantin Molchanov 1422459030 Apache updated to 2.4.23 (#960) 2016-07-19 23:02:36 +10:00
Martin Lindhe 974141c455 xz: link to the xz license (#959) 2016-07-18 17:04:31 +10:00
Martin Lindhe 639fb9ea93 bochs 2.6.8 (#957) 2016-07-14 08:42:17 +10:00
Johnny Anderson dos Santos b885d41457 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 e15be26747 xz 5.2.1 (#956) 2016-07-11 23:16:45 +10:00
Martin Lindhe 40660ef2e3 kotlin 1.0.3 (#955) 2016-07-11 21:54:14 +10:00
Martin Lindhe 605c4f6636 rust 1.10.0 (#954) 2016-07-11 20:14:47 +10:00
Martin Lindhe bc648f0510 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 b42c9f6870 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 c5970d8207 Invoke-Build v2.14.7 (#951) 2016-07-08 11:15:23 +10:00