Christoph Reiter
f0fb7f2ab9
filesystem: remove 08-xml-catalog.post
...
This gets called in the post install script of libxml2
when we create the installer chroot.
No need to run this in post-install again
2023-02-06 18:14:20 +01:00
Christoph Reiter
36d4fd7577
filesystem: clean up maybe_create_winetc
...
Inline the call to cygpath into the loop to avoid it being
called in case all files already exist.
Remove call to chmod, it doesn't do anything in MSYS2.
Saves ~20ms here
2023-02-06 18:14:20 +01:00
Christoph Reiter
8812d66d09
filesystem: avoid a sed call when extracting the windows version
...
saves 10ms
v2 based on dscho's suggestion:
https://github.com/msys2/MSYS2-packages/pull/3491#discussion_r1092472598
2023-02-06 18:14:18 +01:00
Christoph Reiter
499a434fe7
filesystem: remove dep-search command
...
It is undocumented and hasn't been touched in 8+ years.
If someone is missing it we can include it in dev-tools or
some other msys2 developer oriented package.
2023-02-06 17:57:58 +01:00
Christoph Reiter
956e59a28f
filesystem: remove setup code for restoring /dev
...
Current cygwin fails to delete or create /dev, since it's always
available as a virtual directory. rm fails because it's not empty
and mkdir fails because it already exists.
We could shell out to cmd.exe, but let's just continue to assume that
/dev exists in the installer base.
Also saves a useless mkdir call.
2023-02-06 17:57:58 +01:00
Biswapriyo Nath
e3e8e77a2b
fish: update to 3.6.0
...
Remove unused 01-msysize.patch file
2023-02-04 18:26:10 +05:30
Christoph Reiter
67c927ba7b
Merge pull request #3531 from lazka/openssh-9.2p1
...
openssh: Update to 9.2p1
2023-02-03 12:20:10 +01:00
Christoph Reiter
fb145ddb31
openssh: Update to 9.2p1
2023-02-03 12:07:41 +01:00
Christoph Reiter
110d0a0acb
Merge pull request #3530 from mmuetzel/icu
...
icu: update to 72.1
2023-02-02 09:04:57 +01:00
Christoph Reiter
0ab38f49ca
Merge pull request #3528 from lazka/pacman-msys-march-flags
...
pacman: sync -march flags from mingw to msys
2023-02-02 09:03:58 +01:00
Markus Mützel
5f1a27f2e0
rebuild for ICU update
2023-02-01 16:22:53 +01:00
Markus Mützel
e037ba01fe
icu: update to 72.1
2023-02-01 15:46:16 +01:00
Christoph Reiter
e7424d869a
pacman: sync -march flags from mingw to msys
...
With win7/8 support dropped now we can bump our CPU requirements
for msys packages.
This makes them match what we already use for mingw packages.
2023-01-31 19:54:02 +01:00
Christoph Reiter
69f12f11d3
Merge pull request #3527 from lazka/c-ares-1.19.0
...
c-ares: Update to 1.19.0
2023-01-31 08:31:38 +01:00
Christoph Reiter
6f627288fc
c-ares: Update to 1.19.0
2023-01-31 08:21:37 +01:00
Christoph Reiter
c0821d9a8f
mark msys2-launcher as internal
2023-01-30 07:31:06 +01:00
Christoph Reiter
7bcb789262
Merge pull request #3524 from lazka/update-autotools-wrappers
...
Update autotools-wrappers to 20221207
2023-01-29 18:07:24 +01:00
Christoph Reiter
cb311e0c22
Update autotools-wrappers to 20221207
...
Gentoo has now moved the wrappers into their own git repo
and versions them in one.
To keep things simple, follow their lead and build both wrapper
packages in one PKGBUILD.
2023-01-29 17:15:03 +01:00
Christoph Reiter
dd5ffd51df
Merge pull request #3523 from lazka/ncurses-6.4
...
ncurses: Update to 6.4
2023-01-29 10:23:35 +01:00
Christoph Reiter
0c82b74161
ncurses: Update to 6.4
2023-01-28 20:02:25 +01:00
Christoph Reiter
329bd965c1
Merge pull request #3522 from lazka/perl-updates-3
...
Some perl package updates
2023-01-28 19:35:09 +01:00
Christoph Reiter
8df6e6fcc6
perl-URI: Update to 5.17
2023-01-28 19:19:49 +01:00
Christoph Reiter
5cbc57a3b7
perl-IO-Socket-SSL: Update to 2.080
2023-01-28 19:19:05 +01:00
Christoph Reiter
d010fb7867
perl-Clone: Update to 0.46
2023-01-28 19:18:07 +01:00
Christoph Reiter
98286d4d0c
Merge pull request #3521 from lazka/libcbor-0.10.1
...
libcbor: Update to 0.10.1
2023-01-28 18:58:10 +01:00
Christoph Reiter
dce3ccdc51
libcbor rebuilds
2023-01-28 18:44:25 +01:00
Christoph Reiter
d11cc9183a
libcbor: Update to 0.10.1
2023-01-28 18:43:04 +01:00
Christoph Reiter
50f1676143
Merge pull request #3520 from lazka/drop-perl-IO-Socket-IP
...
Remove perl-IO-Socket-IP
2023-01-28 17:12:31 +01:00
Christoph Reiter
6ea9347171
Merge pull request #3519 from lazka/libedit-update
...
libedit: sync with cygwin
2023-01-28 17:12:19 +01:00
Christoph Reiter
720d40319b
Merge pull request #3518 from lazka/pacman-contrib-1.8.2
...
pacman-contrib: Update to 1.8.2
2023-01-28 17:11:14 +01:00
Christoph Reiter
176f01171b
Remove perl-IO-Socket-IP
...
It's provided by perl itself
2023-01-28 17:10:20 +01:00
Christoph Reiter
1fee3183bc
libedit: sync with cygwin
2023-01-28 16:42:42 +01:00
Christoph Reiter
aa9a637ed5
Merge pull request #3517 from lazka/pkgconf-1.9.4
...
pkgconf: Update to 1.9.4
2023-01-28 16:23:34 +01:00
Christoph Reiter
87f9b5020e
pacman-contrib: Update to 1.8.2
2023-01-28 16:04:23 +01:00
Christoph Reiter
48d1378434
pkgconf: Update to 1.9.4
2023-01-28 16:01:54 +01:00
Christoph Reiter
9bf3366427
Merge pull request #3514 from francescocorte9001/vim-9-update
...
update vim to v9
2023-01-26 18:24:45 +01:00
Christoph Reiter
08d7d49eda
typo
2023-01-26 12:21:35 +01:00
Christoph Reiter
9652bfd4b9
vim: add some new dependencies
...
vim links against msys-perl5_36.dll and msys-perl5_36.dll now,
so make that explicit.
2023-01-26 09:38:08 +01:00
Christoph Reiter
65a80cfe56
Merge pull request #3516 from dscho/less-v621
...
less: Update to v621
2023-01-25 22:31:36 +01:00
Johannes Schindelin
78cd763ab6
less: Update to v621
...
There are many commits in the main branch of `less` since the last
version that was released "for general use" (v608).
Hoping that some of those commits fix issues reported in the Git for
Windows bug tracker, let's update to the latest tagged version, v621.
An alternative would be to backport individual patches, but due to some
sweeping changes (e.g. to convert from Kernighan & Ritchie style to C89
style function definitions), I've failed to backport them separately.
Switch to a GitHub archive since this release isn't available on
the website yet.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2023-01-25 21:02:52 +01:00
Christoph Reiter
25dcfa55fc
vim: reset pkgrel
2023-01-25 09:32:28 +01:00
francesco.corte
220d5a8da5
update vim to v9
2023-01-24 20:52:38 +00:00
Christoph Reiter
bfb8970215
Merge pull request #3510 from lazka/texinfo-7.0.2
...
texinfo: Update to 7.0.2
2023-01-24 20:32:29 +01:00
Christoph Reiter
6e2e0c1654
Merge pull request #3511 from lazka/dash-0.5.12
...
dash: Update to 0.5.12
2023-01-24 20:31:57 +01:00
Christoph Reiter
9c110de945
dash: Update to 0.5.12
2023-01-24 20:08:05 +01:00
Christoph Reiter
b97efded4b
texinfo: Update to 7.0.2
2023-01-24 20:03:35 +01:00
Christoph Reiter
53b9221bce
gcc: rebuild
...
it has been a while
2023-01-22 11:06:12 +01:00
Christoph Reiter
2ad0e24cab
Merge pull request #3508 from lazka/binutils-2.40
...
binutils: Update to 2.40
2023-01-21 12:46:11 +01:00
Christoph Reiter
a48ad08999
binutils: Update to 2.40
2023-01-20 15:46:42 +01:00
Christoph Reiter
49673e6ef6
Merge pull request #3507 from lazka/xz-5.4.1
...
xz: Update to 5.4.1
2023-01-20 14:46:31 +01:00