Jeremy Drake
c1d7dd3a2e
msys2-runtime: update ctrl-c handling for ARM64.
...
msys2/msys2-runtime#47
2021-07-01 16:10:12 -07:00
Biswapriyo Nath
89a2734bfb
Update packages
2021-07-01 21:02:23 +05:30
Christoph Reiter
5718676fca
Merge pull request #2566 from lazka/gnupg-default-keyserver-backport
...
gnupg: backport patches for changing the default keyserver
2021-06-28 20:32:44 +02:00
Christoph Reiter
730130e933
gnupg: backport patches for changing the default keyserver
...
This replaces the patches we took from debian
2021-06-28 19:34:25 +02:00
Christoph Reiter
43f1799000
pacman-mirrors: use https everywhere and add back repo.casualgamer.ca
2021-06-27 20:49:12 +02:00
Christoph Reiter
d91e453b45
Merge pull request #2565 from lazka/mirrors-update
...
pacman-mirrors: Update the list, make mirror.msys2.org the main server
2021-06-27 15:58:15 +02:00
Christoph Reiter
3343a82cb9
pacman-mirrors: Update the list, make mirror.msys2.org the main server
2021-06-27 13:34:43 +02:00
Christoph Reiter
30d39c20da
pacman-mirrors: remove mirrorlist.md
...
This information is now managed at https://www.msys2.org/dev/mirrors
2021-06-27 12:49:36 +02:00
Christoph Reiter
0c8f3cacc2
Merge pull request #2563 from lazka/gnupg-default-keyserver-ubuntu
...
gnupg: Switch the default keyserver to keyserver.ubuntu.com
2021-06-27 11:10:15 +02:00
Christoph Reiter
a594aa3856
gnupg: Switch the default keyserver to keyserver.ubuntu.com
...
pool.sks-keyservers.net no longer exists, which makes pacman-key fail etc.
Patches are taken from https://salsa.debian.org/debian/gnupg2/-/tree/debian/main/debian/patches
2021-06-26 15:42:19 +02:00
Christoph Reiter
820efd6455
Merge pull request #2562 from jeremyd2019/msys2-runtime-getprocaddr-update
...
msys2-runtime: update patch for getprocaddr
2021-06-25 10:07:09 +02:00
Jeremy Drake
1decd13054
msys2-runtime: update patch for getprocaddr
2021-06-25 00:20:28 -07:00
Naveen M K
694758803a
Merge pull request #2558 from dscho/msys2-runtime-ctrl-c-once
...
msys2-runtime: do not fall back to ExitProcess() on Ctrl+C
2021-06-22 15:18:24 +05:30
Johannes Schindelin
0394a7f1ec
msys2-runtime: bump pkgrel
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2021-06-22 11:28:18 +02:00
Johannes Schindelin
0e1a96a9c0
msys2-runtime: do not fall back to ExitProcess() on Ctrl+C
...
As long as the return value of `CtrlRoutine` indicates that it has been
handled, do not insist on the process to go away. This is in line with
`SIGINT` handlers on Linux/Unix/macOS that can prevent the process from
terminating on the process' side.
This brings over https://github.com/msys2/msys2-runtime/pull/50 into
MSYS2-packages.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2021-06-22 11:09:27 +02:00
Christoph Reiter
4b9c35f1d0
Merge pull request #2555 from jannick0/btyacc-20210619
...
btyacc: Upgrade to 20210619
2021-06-22 08:46:08 +02:00
Christoph Reiter
acecde0ff7
Merge pull request #2556 from jannick0/sqlite-3.36.0
...
sqlite: Upgrade to 3.36.0
2021-06-22 08:45:05 +02:00
Christoph Reiter
dbbfc56a03
Merge pull request #2557 from jeremyd2019/msys2-runtime-ctrl-c-fixes
...
msys2-runtime: patch to fix ctrl-c handling
2021-06-22 08:44:12 +02:00
Jeremy Drake
b44f8b33eb
msys2-runtime: patch to fix ctrl-c handling
2021-06-21 16:15:25 -07:00
Jannick
4558ea2abb
sqlite: Upgrade to 3.36.0
...
* PKGBUILD
- upgrade version numbers and related hashes
- rename patch
* Makefile.ext.in
- add regexp.c to CSRC_IGNORE, since module is compiled into sqlite client
since version 3.36.0
* 0007-sqlite3.36.0-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
- renamed from 0007-sqlite3.32.3-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
- remove patch about 'info sharedlibextension' which now works with tclsh
* 0007-sqlite3.32.3-Makefile.in-fix-libtclsqlite-package-installation-bug.patch
- renamed
2021-06-21 23:27:33 +02:00
Jannick
eb0c94abdb
btyacc: Upgrade to 20210619
...
* PKGBUILD
- update package version and hashes
- remove reference to '0001-btyacc-20210520-tests-fix-handle-dynamically-determined-YYINT.patch'
* 0001-btyacc-20210520-tests-fix-handle-dynamically-determined-YYINT.patch
- remove since issue fixed in version 20210619
2021-06-21 14:49:20 +02:00
Biswapriyo Nath
c65544567d
Update packages
2021-06-19 01:05:11 +05:30
Biswapriyo Nath
b5037300d4
pcre2: Update to 10.37
2021-06-19 01:05:11 +05:30
Biswapriyo Nath
176e2929c6
pcre: Update to 8.45
2021-06-19 01:05:11 +05:30
Biswapriyo Nath
e392b793cc
gnutls: Update to 3.7.2
2021-06-19 01:05:11 +05:30
Christoph Reiter
5702b2d893
Merge pull request #2551 from msys2/msys2-runtime-libexec
...
msys2-runtime: copy `usr/libexec` folder also
2021-06-18 19:42:49 +02:00
Naveen M K
f7457b07b9
msys2-runtime: copy usr/libexec folder also
...
it was missed in https://github.com/msys2/MSYS2-packages/pull/2547
2021-06-18 22:36:47 +05:30
Christoph Reiter
4aeadb0b6d
Merge pull request #2549 from lazka/meson-0.58.1
...
meson: Update to 0.58.1
2021-06-18 16:28:50 +02:00
Christoph Reiter
569d1ab090
Merge pull request #2548 from lazka/pacman-fix-sig-dl-name
...
pacman: fix DB signature not being found if the server redirects
2021-06-18 16:09:26 +02:00
Christoph Reiter
7725237ddb
pacman: fix DB signature not being found if the server redirects
...
See https://bugs.archlinux.org/task/71274 for details
2021-06-18 16:01:56 +02:00
Christoph Reiter
dd6586fa3c
meson: Update to 0.58.1
2021-06-18 16:00:49 +02:00
Christoph Reiter
7fbc294a72
msys2-runtime: bump pkgrel
2021-06-18 15:19:17 +02:00
Christoph Reiter
552f648a8c
Merge pull request #2547 from dscho/msys2-runtime-and-ctrl-c
...
msys2-runtime: handle Ctrl+C with MINGW executables
2021-06-18 15:18:21 +02:00
Johannes Schindelin
18472f9dc3
msys2-runtime: handle Ctrl+C with MINGW executables
...
The idea is that we handle Ctrl+C not by terminating the processes
(which would reflect `kill -KILL`, not `kill -INT`) but by imitating
what Windows does in a CMD window: we inject a remote thread that runs
the `CtrlRoutine` function. This lets the `atexit()` handlers and the
ConsoleCtrlEvent handlers do their job.
This commit brings the goodness from
https://github.com/msys2/msys2-runtime/pull/31 over into MSYS2-packages,
which cherry-picked and edited the patches from Git for Windows.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2021-06-18 13:03:48 +02:00
Christoph Reiter
516bf0ba44
Revert "Create CODE_OF_CONDUCT.md"
...
This reverts commit 2f506e977d .
2021-06-18 08:06:26 +02:00
Christoph Reiter
2f506e977d
Create CODE_OF_CONDUCT.md
2021-06-18 08:02:53 +02:00
Christoph Reiter
e7cfd0662b
Merge pull request #2156 from tavrez/originstow
...
New Package: GNU Stow v2.3.1
2021-06-17 17:47:40 +02:00
Christoph Reiter
32ddb56470
Merge pull request #2542 from 1480c1/pacmancolors
...
pacman: use color by default
2021-06-15 09:02:08 +02:00
Christoph Reiter
669b6b2024
Merge pull request #2539 from jannick0/btyacc-reflex-20210510
...
btyacc & reflex: Upgrade to 20210510
2021-06-15 09:01:46 +02:00
Christoph Reiter
84d6e3f922
Merge pull request #2540 from jeremyd2019/pacutils
...
pacutils: new package
2021-06-15 08:59:23 +02:00
Christopher Degawa
05f1329a55
pacman: use color by default
...
Signed-off-by: Christopher Degawa <ccom@randomderp.com >
2021-06-15 01:56:05 -05:00
Jeremy Drake
c4310b1db8
pacutils: update patches.
...
0001 and 0002 were sent upstream as pull requests.
2021-06-14 10:42:37 -07:00
Jeremy Drake
b331c5c98e
pacutils: depend on packages providing DLLs
...
also, move check function between build and package, matching the
sequence where it's run.
2021-06-14 00:17:57 -07:00
Jeremy Drake
e391a4157b
pacutils: new package
2021-06-13 23:54:48 -07:00
Christoph Reiter
9523f1a4c5
mirrorlist: add rsync URL for ustc.edu.cn
2021-06-14 00:11:47 +02:00
Jannick
a9460f7d3b
btyacc: Upgrade to 20210520
...
NB: All tests succeed.
* PKGBUILD
- upgrade to 20210520
- apply patch fixing test suite issue
* 0001-btyacc-20210520-tests-fix-handle-dynamically-determined-YYINT.patch
- tests(fix): handle YYINT dynamically determined at compile
2021-06-13 23:47:27 +02:00
Jannick
b14e2054eb
reflex: Upgrade to 20210510
2021-06-13 19:35:46 +02:00
Christoph Reiter
8f30ede4b8
Merge pull request #2537 from yasuhirokimura/tmux_3.2a
...
tmux: Update to 3.2a
2021-06-11 23:27:04 +02:00
Yasuhiro Kimura
8578627548
tmux: Update to 3.2a
2021-06-10 21:13:41 +09:00
Christoph Reiter
f92c0c681a
Merge pull request #2536 from yasuhirokimura/git_update_to_2_32_0
...
git: Update to 2.32.0
2021-06-07 20:36:01 +02:00