Jeremy Drake
b44f8b33eb
msys2-runtime: patch to fix ctrl-c handling
2021-06-21 16:15:25 -07: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
Yasuhiro Kimura
fdc9bb23ab
git: Update to 2.32.0
2021-06-08 03:15:13 +09:00
Christoph Reiter
f4ce0a0130
Merge pull request #2535 from lazka/nettle-3.7.3
...
nettle: Update to 3.7.3
2021-06-07 09:49:29 +02:00
Christoph Reiter
f9d5a1dc73
nettle: Update to 3.7.3
2021-06-07 09:41:51 +02:00
Christoph Reiter
eea62d6992
Merge pull request #2534 from lazka/pacman6-fixes
...
pacman: pull in some upstream fixes
2021-06-07 07:37:00 +02:00
Christoph Reiter
16b72faac9
pacman: pull in some upstream fixes
2021-06-07 07:12:08 +02:00
Christoph Reiter
9657340745
Merge pull request #2533 from jannick0/m4-upgrade-1.4.19
...
m4: Upgrade to 1.4.19
2021-06-07 06:29:33 +02:00
Christoph Reiter
e5ae9a3ab7
Merge pull request #2274 from lazka/pacman6
...
pacman: update to 6.0.0
2021-06-06 12:53:17 +02:00
Christoph Reiter
56b1147308
Merge pull request #2532 from msys2/fish-config
...
fish: add CLANGARM64 CLANG64 CLANG32 UCRT64 configuration
2021-06-06 12:38:48 +02:00
Naveen M K
c7bb282ca4
fish: add CLANGARM64 CLANG64 CLANG32 UCRT64 configuration
2021-06-06 15:23:53 +05:30
Jannick
ded4f2f14c
m4: Upgrade to 1.4.19
...
* PKGBUILD:
- add (make)dependency to libiconv (apparently new with m4 1.4.19)
- remove INSTALL directive, since routines in m4.install are
automatically covered by makepkg
** prepare:
- remove any M4 macro patches to make running 'autoreconf' obsolete
- add patches for test suite
** build:
- apply VPATH build
- fool configure that gcc is CYGWIN to be able to use CONFIGURE straight
out of the box (without patching code bits missing MSYS as system).
For GNULIB this is a nightmare.
- enable multi-threading
**check:
- pass list of tests still failing after applying patch skipping tests
due to permission access issues
(see 0003-m4-1.1.19-skip-tests-when-temp-directories-cannot-be-generated.patch)
on to 'make check' via variable XFAIL_TESTS. This applies to GNULIB
tests checking the environment only, but not M4 features, though.
- NB: All tests except those in variable XFAIL_TESTS succeed.
* 0001-m4-1.4.19-tests-refine-error-messages.patch:
- added, no functional change
* 0002-m4-1.1.19-skip-tests-when-temp-directories-cannot-be-generated.patch:
- added, skip test failing in the prep phase when generating directories
with particular access rights
* m4.install:
- removed (since obsolete as functionality covered by pacman/makepkg)
* m4-1.4.18-msys2.patch:
- removed, since configure is used straight out of the box being fooled
that a CYGWIN compiler is used
2021-06-06 11:48:21 +02:00
Christoph Reiter
bdcaf93fc7
pyalpm: Update to 0.10.3
2021-06-06 11:19:54 +02:00
Christoph Reiter
b1b1518edd
pacman-contrib: rebuild for pacman 6.0.0
2021-06-06 11:03:40 +02:00
Christoph Reiter
0b1a78a25e
pacman: Update to 6.0.0
2021-06-06 10:47:06 +02:00
Christoph Reiter
5532b1b0e2
Merge pull request #2516 from lazka/pacman-git
...
pacman: autogenerate patches from git
2021-06-06 10:14:06 +02:00
jeremyd2019
ee8404136c
Merge pull request #2531 from jeremyd2019/etc-update
...
etc-update: new package
2021-06-05 20:17:01 -07:00
Jeremy Drake
5ae6b631a4
etc-update: new package
...
Gentoo's tool for managing updates to config files.
2021-06-04 13:11:29 -07:00
Jeremy Drake
c50eb37207
filesystem: add /etc/os-release
...
Used by etc-update to tell if a system is "Arch-like"
2021-06-04 13:11:18 -07:00
Christoph Reiter
1ade717b7d
Merge pull request #2525 from podsvirov/protobuf-update
...
protobuf: Update to 3.16.0
2021-05-30 21:35:45 +02:00
Konstantin Podsvirov
f9d3a636d8
mosh: Rebuild with protobuf
2021-05-30 22:12:49 +03:00
Konstantin Podsvirov
4d82be3176
protobuf: Update to 3.16.0
2021-05-30 21:52:24 +03:00