Christoph Reiter
b867336aa4
Set validpgpkeys for various packages
2020-08-12 18:34:38 +02:00
David Macek
19bd06b131
[RFC] Cleanup ( #1984 )
...
* Remove msys2-runtime dependencies
* Remove `base` group
* Remove some packages from `base-devel` group
2020-06-02 09:28:40 +03:00
Alexey Pavlov
8216c4caff
ncurses: Update to 6.2
2020-02-17 14:20:46 +03:00
Alexey Pavlov
741b1117a8
ncurses: Update to 6.1.20191228
2020-01-16 14:04:10 +03:00
Alexey Pavlov
63558e4e62
ncurses: Update to 6.1.20190615
2019-06-17 10:36:44 +03:00
Alexey Pavlov
3ab9c1dc82
ncurses: Update to 6.1.20180908. Build with disabled term-driver
2018-09-11 11:28:32 +03:00
Alexey Pavlov
437ade843e
ncurses: Update to 6.1.20180526
2018-05-31 11:38:28 +03:00
David Macek
57707900f0
ncurses: Remove unused patch
2018-02-20 08:35:26 +01:00
David Macek
795090722a
ncurses: Update to release 20180217
2018-02-19 16:16:42 +01:00
Alexey Pavlov
22bbb337bb
ncurses: Update to 6.1.20180210
2018-02-13 10:23:27 +03:00
Alexey Pavlov
b099f2dc0d
ncurses: Update to 6.1.20180127
2018-01-30 09:32:12 +03:00
J. Peter Mugaas
41a89c2c34
cmake 3.9.4 - Update to altest version. Rekey most patches, and add dependencies on new port of librhash and libuv.
...
jsoncpp - 1,8..3 - Update to latest version. Split package into a run-time and developer package subce a DKK as a DLL is now included
libuv - 1.15.0 - New package required for cmake.
rhrash - 1.3.5 - New package required for cmake. Note that the makefile and some other things had to ported to MSYS (Cygwin is incidental). The patch I wrote should also work on MINGW (kill two birds with one stone).
2017-10-06 13:31:19 -04:00
Viktor Szakats
e819f80ab4
switch to HTTPS where available
2017-09-28 17:10:09 +00:00
J. Peter Mugaas
c4f3f71f19
ncurses and some updated version:
...
dialog - 20170509 - Update to latest version
emacs - 2.52 - fix conflicts with ctags. Allow ctags in package under new name
libedit - 2017050329 - Update to latest version
nano - 2.8.5 - Update to latest version
ncurses - 20170708 - Update to latest version
2017-07-14 04:13:17 -04:00
Orgad Shaneh
c0059e78ff
ncurses: Add missing "links" for compatibility
...
Required for enabling compilation of sipp.
2017-07-04 18:17:37 +03:00
Alexey Pavlov
ce02791606
ncurses: Update to 20170527
2017-06-01 09:30:59 +03:00
atom.long
17e17b296c
ncurses: Update to 6.0.20170520
2017-05-30 23:36:26 +08:00
J. Peter Mugaas
aa3907bb1c
ncurses - 6.0.0 - 6.0.20170325 - UPdate to latest version
2017-03-27 07:43:17 -04:00
Alexey Pavlov
f3b96fdbf6
ncurses: Update to 6.0.20170121
2017-01-24 19:10:22 +03:00
Alexey Pavlov
d52263e218
ncurses: Update to 6.0.20161112
2016-11-14 11:42:51 +03:00
Алексей
1fede5a603
Merge pull request #738 from forgottenswitch/ncurses_fix
...
ncurses: fix typo
2016-11-14 09:07:58 +03:00
Mihail Konev
30bf6c2996
ncurses: fix typo
...
BugLink: https://github.com/Alexpux/MSYS2-packages/issues/444
2016-11-04 08:39:16 +05:00
J. Peter Mugaas
2ff9d41481
Update mintty, winpty and ncurses to latest versions
...
mintty - 2.61
ncurses 6.0 - 20161001
winpty - 0.4.0
2016-10-07 05:05:19 -04:00
J. Peter Mugaas
d75df5e71a
Update some cmake prerequisits
...
curl - 7.50.2 - Update to latest version
ncurses - 6.0 - 20160917 - Update to latest version
jsonccp - 1.7.5 - Update to latest version
2016-09-19 14:38:00 -04: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
Viktor Szakats
2b119ae43f
use secure urls
...
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
2d83034afb
ncurses: Update to 6.0.20151121
2015-11-23 10:04:43 +03:00
Ray Donnelly
85242075b0
ncurses: Update to 6.0-20151107 plus various fixes
...
1. Non-unicode variants added (just the unicode libs
and .pc files by different names).
2. "ln -s" replaced with "cp -{r,rf}" as that's safer in
the face of different settings for symlinks in the MSYS
environment variable.
2015-11-14 01:11:16 +00:00
Alexey Pavlov
718b34a4e3
ncurses: Update to 6.0.20151101
2015-11-05 08:38:23 +03:00
Alexpux
5f93f3e90d
ncurses: Update to 6.0.20150627. Disable patch for TERM
2015-06-28 12:33:21 +03:00
Johannes Schindelin
61838a3152
ncurses: fix crash when TERM refers to an unknown terminal
...
A but that was recently introduced into the 6.x development branch of
ncurses causes free()d data to be reused by mistake, leading to a crash.
You can verify this by setting TERM to, say, `msys` and then running
`bash.exe --login -i`.
This fixes https://github.com/git-for-windows/git/issues/222
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2015-06-26 13:45:01 +00:00
Alexpux
70a5a749a6
ncurses: Update to 6.0.20150613
2015-06-20 20:15:39 +03:00
Alexpux
942791522f
ncurses: Update to 5.9.20150530
2015-06-01 15:19:18 +03:00
Renato Silva
b176b369d3
Trailing whitespace cleanup.
2015-02-09 18:47:01 -02:00
Alexpux
bd9265fb4b
ncurses: Update to 5.9.20150110
2015-01-11 21:08:36 +03:00
Alexpux
f5962bcd72
ncurses: Update to 5.9.20141206
2014-12-12 09:39:31 +03:00
Alexpux
d4efcb53a3
ncurses: Update to 20141101 patchset.
2014-11-04 19:44:32 +03:00
Alexpux
d34666b46a
ncurses: Update to 5.9.20141025 patchset
2014-10-30 15:04:25 +03:00
Alexpux
6143e81303
ncurses: Allow static libs. Change versioning scheme.
2014-10-25 12:06:57 +04:00
Alexpux
d2c504703d
ncurses: Update to 5.9.201018
2014-10-19 10:18:41 +04:00
Alexpux
bb40b7e9fd
ncurses: Update to version from 09.06.2014
2014-06-11 20:57:56 +04:00
Alexpux
6920e052cb
ncurses: Update to 20140308
2014-03-13 12:09:04 +04:00
Alexpux
585962ac2d
ncurses: Update to 20140215
2014-02-20 09:41:35 +04:00
Alexpux
fe60d4240d
NCurses: update to 20131110
2013-11-12 00:35:06 +04:00
Alexpux
1994b55167
Change packages groups. Various fixes.
2013-11-10 19:24:27 +04:00
Alexpux
7ec5a3cc21
Add ncurses package
2013-11-01 06:50:50 +04:00