40 Commits

Author SHA1 Message Date
Christoph Reiter
a2ee04bf00 More CPEs 2024-03-24 20:09:34 +01:00
Christoph Reiter
365e43f379 Add some CPEs 2024-03-20 09:46:04 +01:00
Christoph Reiter
61ffc00323 Revert "coreutils: update to 9.4"
This reverts commit ddf66eac751e30292a5d2a0fa5fda2a3aebcad33.

See https://github.com/msys2/MSYS2-packages/pull/4060#issuecomment-1731397672
2023-09-22 15:52:15 +02:00
مهدي شينون (Mehdi Chinoune)
ddf66eac75 coreutils: update to 9.4
patches were copied from CygWin.
2023-09-20 07:21:31 +01:00
Christoph Reiter
770f212875 Add groff explicitely to makedepends
Just a guess based on Debian reverse makedepends
2022-12-23 12:02:25 +01:00
Christoph Reiter
9b11903fa3 Drop remaining install-info install files
This is handled by a hook now. These are the remaining
users of the old method.
2022-11-14 22:13:28 +01:00
Christoph Reiter
80407a247f coreutils: "uname -o" -> Cygwin if MSYSTEM=CYGWIN
If MSYSTEM=CYGWIN we output "Cygwin" as the operating system.
This is relevant in build scripts which call "uname -o" and
check for cygwin there.
2022-07-04 16:30:51 +02:00
Christoph Reiter
e1205a8d10 coreutils: rebuild
and work around the gnulib weak symbol bug
2022-07-04 11:30:51 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Edward E
354de0ae03 coreutils: Re-add disabled stdbuf; some cleanup 2021-10-20 20:22:24 -05:00
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
371a46498f coreutils: Update to 8.32 2020-03-09 13:38:04 +03:00
Alexey Pavlov
fbe0324339 coreutils: Update to 8.31 2019-04-25 14:09:56 +03:00
Peter Budai
2b4f88f81a coreutils: Update to 8.30 (#1416) 2018-09-26 07:20:42 +03:00
Alexey Pavlov
40f1f66574 coreutils: Rebuild 2018-05-31 11:39:39 +03:00
Alexey Pavlov
b35eb1c61a coreutils: Fix bash syntax 2017-10-03 11:55:06 +03:00
Johannes Schindelin
7e7afe0922 coreutils: fix libstdbuf.so.exe problem once and for all
The `stdbuf.exe` program links to a `libstdbuf.so` file, so if that does
not exist, there is a problem.

In d9773f0a (coreutils: Update to 8.24, 2015-08-28), a sed call was
introduced to ensure that `libstdbuf.so` is built and installed under
that name, without `.exe` suffix.

As reported in https://github.com/Alexpux/MSYS2-packages/issues/541,
however, that fix no longer works, the `libstdbuf.so.exe` file is in
coreutils 8.26-1.

Let's just rename the `libstdbuf.so.exe` file after it has been
installed into the `pkgdir` tree.

Note: we still have to muck around with `Makefile.in` so that the build
does not break with

	make[2]: *** No rule to make target 'src/libstdbuf.so', needed
	by 'all-am'.  Stop.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-09-30 02:18:19 +02:00
Alexey Pavlov
b6fa9fd7e2 coreutils: Update to 8.26 2017-02-14 11:20:14 +03:00
Andrew Chadwick
8c86454b53 Fix bashisms: alternative test command
dash doesn't support [[ foo ]], just [ foo ].
2016-06-01 15:55:38 +01:00
Andrew Chadwick
38f70672b9 install scripts: succeed even if info isn't installed
A number of install scripts were testing for install-info to no effect,
then calling it regardless. For minimal installs, this makes pacman fail
on them visibly.

This fix replicates what other MSYS2 packages, e.g. autoconf, do.
Also none of these packages actually depend on GNU info.
2016-06-01 15:53:56 +01:00
Alexey Pavlov
8d751c4bfe coreutils: Update to 8.25 2016-03-18 13:47:37 +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
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
d9773f0a8c coreutils: Update to 8.24 2015-08-28 23:05:07 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Alexpux
ad112a7a0d coreutils: Rollback to previous cygwin patch 2014-11-07 11:32:22 +03:00
Alexpux
3cb8371bcc coreutils: Update to latest cygwin patchset 2014-11-05 13:50:02 +03:00
Alexpux
35664ecbf2 coreutils: Return losted part of patch 2014-09-01 20:01:59 +04:00
Alexpux
61ff57c053 coreutils: Import patch from cygwin. Remove obsolete. 2014-09-01 19:29:23 +04:00
Alexpux
5c64d6da84 coreutils: Update to 8.23 2014-07-20 21:29:13 +04:00
Alexpux
91d57eb54c coreutils: Prepare to move system to real /usr 2014-06-14 20:36:45 +04:00
Alexpux
58dc53637a coreutils: Add new patches. 2014-05-05 22:13:30 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
f620cffe86 coreutils: Update to 8.22 2014-02-02 19:21:20 +04:00
Alexpux
5b0cc4d55d coreutils: fix patches lineendings. 2013-11-11 08:16:02 +04:00
Alexpux
69cff9799f Relocate libexec dir to lib 2013-11-06 23:58:38 +04:00
Alexpux
25e11913dd Fix package names 2013-11-02 12:42:07 +04:00
Alexpux
3ade1f55b2 Add coreutils package 2013-11-01 07:06:47 +04:00