Commit Graph

112 Commits

Author SHA1 Message Date
Alexey Pavlov
c95e96431c msys2-runtime: Update to 2.5.0.16933.ff9934a 2016-03-15 12:34:59 +03:00
Alexey Pavlov
1394fa520f msys2-runtime: Update to 2.5.0.16903.661fd28 2016-03-01 13:57:10 +03:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Alexey Pavlov
90216efa1d msys2-runtime: Update to 2.4.1.16860.40c26fc 2016-02-03 11:22:45 +03:00
Alexey Pavlov
e79f96cd01 msys2-runtime: Update to 2.4.0.16836.5ea1fb5 2016-01-12 10:26:55 +03:00
Alexey Pavlov
9036e0eccd msys2-runtime: Update to 2.4.0.16814.ac5d7ed 2015-12-22 12:07:28 +03:00
Alexey Pavlov
a16e8f30ce msys2-runtime: Update to 2.4.0.16752.6eb10ef 2015-11-23 09:34:51 +03:00
Alexey Pavlov
e7e8234c1d msys2-runtime: Update to 2.3.0.16701.d6cd1b3 2015-11-06 09:03:28 +03:00
Alexey Pavlov
67b5a78b48 msys2-runtime: Update to 2.3.0.16699.f839efc 2015-11-05 13:29:51 +03:00
Alexey Pavlov
f28277a734 msys2-runtime: Update to 2.2.1.16681.8ba11f6 2015-11-02 07:53:51 +03:00
Alexey Pavlov
155679ca88 msys2-runtime: Update to 2.2.1.16667.d31de1b 2015-10-20 10:00:40 +03:00
Alexey Pavlov
7697567595 msys2-runtime: Rebuild 2015-09-15 10:31:09 +03:00
Ray Donnelly
c1b58eb8c7 msys2-runtime: Fix mingw-w64-emacs -> msys2/git with MSYS=noglob 2015-09-13 01:18:24 +01:00
Alexey Pavlov
7f2251b599 msys2-runtime: Update to 2.2.1.16655.6ecd782 2015-09-11 13:22:50 +03:00
Alexey Pavlov
6bfc1c702c msys2-runtime: Update to 2.2.1.16643.a6f68e 2015-09-04 10:31:05 +03:00
Ray Donnelly
7f7ee9f5e8 msys2-runtime: Disable debug options 2015-08-24 02:00:28 +01:00
Ray Donnelly
7388276a41 msys2-runtime: Various fixes for argv[] determination
When Windows programs called MSYS2/Cygwin programs argv[] handling
was something of a mess. It's still a bit of a mess, but at least
it works for the more common use-cases [*].

Mainly, if globify () detected an argument that looked like a dos
path ('C:', '"C:' or \\) then it wouldn't handle proceeding literal,
escaped quotes correctly (the " got dumped, while the \ remained).

Also, strace was setting env. var MSYS="noglob" and I can't figure
out why. This made investigating the globify () problem a lot more
difficult than it should've been.

Finally, build_argv conflated winshell with (winshell && allow_glob)
when they should be orthogonal.

Also added a bunch of debug_printf () calls.

[*] It's possible that I broke the corner-case of:
    '"C:\some\quoted\\"folder with spaces\"\may\not\work"'
    .. in order to support:
    "C:/some/quoted/\"folder with spaces\"/now/does/work"'
    .. so I might revisit this soon.
2015-08-24 01:54:40 +01:00
Alexey Pavlov
861a124d23 msys2-runtime: Update to 2.2.0.16600.d9b8547 2015-08-09 20:41:22 +03:00
Ray Donnelly
f61931d322 msys2-runtime: Remove strace patch
.. it's been applied to the git repo for msys2-runtime
2015-08-08 19:28:01 +01:00
Alexpux
8d1f713d96 msys2-runtime: Update to latest. 2015-07-09 11:52:35 +03:00
Ray Donnelly
749edc67e8 msys2-runtime: Do not convert environment for strace
strace is a Windows program so MSYS2 will convert
all arguments and environment vars and that makes
debugging msys2 software with strace very tricky.
2015-07-07 00:13:17 +01:00
Alexpux
5a148c2546 msys2-runtime: Update to git SHA [57f93e2] 2015-07-05 13:14:37 +03:00
Alexpux
8f0f1407bb msys2-runtime: Update to latest 2015-07-02 01:01:27 +03:00
Alexpux
24755ccdf0 msys2-runtime: Update to latest from git. 2015-06-19 12:20:33 +03:00
Alexpux
2f6d93806e msys2-runtime: Update to git SHA [93bab4e] 2015-06-08 22:25:09 +03:00
Alexpux
ad2ed2c022 msys2-runtime: Update to git SHA [acadff9] 2015-05-07 10:37:55 +03:00
Alexpux
340f57163d msys2-runtime: Update to git SHA [cd3184b] 2015-04-26 14:04:50 +03:00
Alexpux
fae1712802 msys2-runtime: Update to git SHA [9da8ac1] 2015-04-22 23:56:34 +03:00
Alexpux
77b75b55dc msys2-runtime: Some fixes. 2015-04-05 21:41:41 +03:00
Alexpux
4b0ec6d2cf msys2-runtime: Update to git SHA [2579661] 2015-04-05 18:38:22 +03:00
Alexpux
42dc95414b msys2-runtime: Update to latest cygwin git. 2015-03-17 21:40:28 +03:00
Alexpux
ca053120e7 msys2-runtime: Switch to use fork of official Cygwin repository instead populating from CVS. Increase version to not break pacman version number. 2015-03-14 01:41:02 +03:00
Alexpux
4a417bb197 msys2-runtime: Update to git SHA [0306cd7] 2015-03-04 09:40:07 +03:00
Alexpux
e994f8028b msys2-runtime: Update to git SHA [bc1ecbf] 2015-02-20 21:10:43 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
a18bdada49 msys2-runtime: Update to git SHA [ec7f957] 2015-01-21 14:43:13 +03:00
Alexpux
c9d594da8b msys2-runtime: Update to git SHA [24660a8] 2015-01-11 21:07:50 +03:00
Ray Donnelly
056ddd2dc9 crosstool-ng: Refresh patches 2015-01-08 20:59:24 +00:00
Alexpux
7e293fc9b5 msys2-runtime: Update to git SHA [0bee699] 2014-12-19 14:09:30 +03:00
Alexpux
9d7bd92add msy2-runtime: Update to git SHA [9bd5a78] 2014-11-27 07:04:24 +03:00
Alexpux
1b40c5b34f msys2-runtime: Update to git SHA [8211578] 2014-11-21 07:01:22 +03:00
Alexpux
99bff4f511 msys2-runtime: update to git SHA [fbf8a84] 2014-11-14 00:32:43 +03:00
Alexpux
c39ca0933c msys2-runtime: Update to latest. Don't provide RPC headers. They will be in librpc 2014-11-07 07:08:36 +03:00
Alexpux
29881c9e5c msys2-runtime: Update to git SHA [77f8ff8] 2014-11-04 18:28:38 +03:00
Alexpux
c1477429d6 msys2-runtime: Update to latest. 2014-10-27 07:35:02 +03:00
Alexpux
2026d5e5c3 msys2-runtime: Update to latest git. 2014-10-26 22:23:34 +03:00
Alexpux
fd0d81792d msys2-runtime: Update to git SHA [9a7320c] 2014-10-18 23:26:56 +04:00
Alexpux
b23222e0f6 msys2-runtime: Apply all patches to sources. 2014-10-04 20:48:40 +04:00
Ray Donnelly
33c76dea71 msys2-runtime: Tidier PKGBUILD 2014-10-03 11:47:39 +01:00
Alexpux
2fd342c5ad msys2-runtime: Enable all patches 2014-10-03 07:40:40 +04:00