Commit Graph

5838 Commits

Author SHA1 Message Date
Christoph Reiter
f4702d543b mc: stop referencing python2 2021-04-22 09:54:54 +02:00
Christoph Reiter
138b3dba30 subversion: remove python2 references, add validpgpkeys 2021-04-22 09:41:55 +02:00
Christoph Reiter
75b91e0297 yelp-xsl: don't reference python2 2021-04-22 09:15:57 +02:00
Christoph Reiter
a61a1dddf0 libxslt: gcc10 fix; remove unused install file 2021-04-22 09:14:08 +02:00
Christoph Reiter
6c8879d86d CI: only one generate-srcinfo job at any time
To make sure the last one uploads last
2021-04-21 21:54:42 +02:00
Christoph Reiter
cb7a026c63 Merge pull request #2447 from ZachBacon/master
Canadian Mirror added
2021-04-21 15:35:00 +02:00
Christoph Reiter
37602a6e67 Merge pull request #2451 from podsvirov/sqlite-update
sqlite: Update to 3.35.5
2021-04-21 15:33:09 +02:00
Christoph Reiter
7272347ad0 Merge pull request #2294 from jeremyd2019/cross-clang-arm
mingw-w64-cross-clang arm and aarch64 targets
2021-04-20 22:08:38 +02:00
Konstantin Podsvirov
7350a70ec3 sqlite: Update to 3.35.5 2021-04-19 23:01:17 +03:00
Christoph Reiter
77d6480690 Merge pull request #2449 from lazka/no-gpg-daemons
filesystem, gnupg, msys2-keyring: avoid keeping gpg-agent/dirmngr around
2021-04-19 19:58:59 +02:00
Christoph Reiter
5f921ad7ea Merge pull request #2450 from dscho/less-581
less: upgrade to v581
2021-04-19 19:56:11 +02:00
Johannes Schindelin
6258ed5161 less: upgrade to v581
It was released for general use yesterday.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2021-04-19 14:05:21 +02:00
Christoph Reiter
62f08f4fbc filesystem, gnupg, msys2-keyring: avoid keeping gpg-agent/dirmngr around
They get started in the background and stay around which comes with various problems:
* The files can't be deleted until they are stopped
* Some CI systems wait until all programs are stopped
* On a cygwin update we have to restart everything or forking will be broken
  (though pacman takes care of that now by killing everything cygwin-like on a core update)

Ideally though they would just exit in a controlled way after we no longer need them.

The reason this uses GNUPGHOME instead of passing --home to gpgconf is that dirmngr started by
"pacman-key --refresh-keys" somehow couldn't be killed that way.
Maybe because gpg doesn't forward --homedir in that case. Setting GNUPGHOME helped.
2021-04-18 21:14:38 +02:00
Zach Bacon
3c7751d0c0 reset the rel, my brain defaulted to a different set of packaging rules
of solus where the rel is bumped regardless of change.
2021-04-18 08:38:50 -04:00
Zach Bacon
8234623487 bump the version and rel and update the PKGBUILD's checksums 2021-04-17 08:01:28 -04:00
Christoph Reiter
f2022f2ffc Merge pull request #2448 from lazka/gyp-pin
gyp: fix patch; pin commit
2021-04-17 10:32:46 +02:00
Christoph Reiter
567d8fd1f9 gyp: fix patch; pin commit
it was mixing tabs/spaces in the patch which is no longer allowed
2021-04-17 10:25:31 +02:00
Zach Bacon
bc6f4528e4 add some more url's and fix the ucrt64 one 2021-04-17 00:10:58 -04:00
Zach Bacon
b25974c4d3 Add Canadian Mirror for UCRT64 2021-04-16 23:57:29 -04:00
Christoph Reiter
8d73d89bf8 Merge pull request #2445 from dscho/curl-v7.76.1
curl: upgrade to v7.76.1
2021-04-15 16:33:42 +02:00
Johannes Schindelin
aeebe81470 curl: upgrade to v7.76.1
Just a regular update.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2021-04-15 11:36:58 +02:00
Christoph Reiter
e3a1d44abb Merge pull request #2442 from Biswa96/update-packages
Update packages
2021-04-15 09:59:12 +02:00
Christoph Reiter
e2ed5257f9 Merge pull request #2444 from yasuhirokimura/update_tmux_to_3_2
tmux: Update to 3.2
2021-04-15 09:57:56 +02:00
Yasuhiro Kimura
f0b23d9f6b tmux: Update to 3.2 2021-04-15 05:43:32 +09:00
Jeremy Drake
f268369f77 set -DCMAKE_AR, etc in addition to env vars.
It seems cmake >= 3.20 doesn't respect AR and RANLIB environment
variables anymore.

Also, cmake seems to use ASM and -DCMAKE_ASM_COMPILER, not AS.
2021-04-14 12:06:09 -07:00
Biswapriyo Nath
394ba58610 glib2: Update to 2.68.1 2021-04-14 19:53:57 +05:30
Biswapriyo Nath
3052ba28bc util-macros: Update to 1.19.3 2021-04-14 19:38:41 +05:30
Biswapriyo Nath
2fe36ccd80 sshpass: Update to 1.09 2021-04-14 19:24:34 +05:30
Biswapriyo Nath
67166ca531 task: Update to 2.5.3
* Use correct source link.
* Define _GNU_SOURCE for posix APIs.
* Remove previous hacks.
2021-04-14 19:11:56 +05:30
Biswapriyo Nath
b95243f9bd psmisc: Update to 23.4 2021-04-14 19:03:10 +05:30
Biswapriyo Nath
d39656d9ca dosfstools: Update to 4.2 2021-04-14 18:55:28 +05:30
Biswapriyo Nath
a789ee12e7 aspell-en: Update to 2020.12.07 2021-04-14 18:48:20 +05:30
Biswapriyo Nath
410080069f unrar: Update to 6.0.5 2021-04-14 18:40:52 +05:30
Christoph Reiter
85d5448161 Merge pull request #2434 from Biswa96/update-packages
Update packages
2021-04-13 17:38:10 +02:00
Christoph Reiter
ffb63c4d91 Merge pull request #2439 from mati865/libtool-llvm-fix
libtool: fix recent patch
2021-04-13 00:14:21 +02:00
Mateusz Mikuła
285308936e libtool: fix recent patch 2021-04-13 00:02:13 +02:00
Christoph Reiter
af326928cd Merge pull request #2435 from orgads/libpcap
Add libpcap package
2021-04-12 23:11:36 +02:00
Christoph Reiter
9d91514682 Merge pull request #2436 from orgads/libcrypt-typo
libcrypt: Fix typo in description variable
2021-04-12 23:07:00 +02:00
Orgad Shaneh
cd8e0fa399 Add libpcap package 2021-04-12 18:51:29 +03:00
Orgad Shaneh
c62a67319c libcrypt: Fix typo in description variable 2021-04-12 18:38:29 +03:00
Biswapriyo Nath
a216d7b929 diffstat: Update to 1.64 2021-04-12 20:47:00 +05:30
Biswapriyo Nath
0158356b8c mercurial: Update to 5.7.1
Rename python3 to python in dependency.
2021-04-12 20:16:17 +05:30
Biswapriyo Nath
ae881a9afb p7zip: Update to 17.04 2021-04-12 19:49:42 +05:30
Biswapriyo Nath
0b73f940f6 unrar: Update to 6.0.4 2021-04-12 19:34:15 +05:30
Biswapriyo Nath
64384fcb31 mutt: Update to 2.0.6 2021-04-12 19:04:02 +05:30
Biswapriyo Nath
2852e0953f tig: Update to 2.5.3
Define _GNU_SOURCE for some stdlib functions.
2021-04-12 18:54:55 +05:30
Biswapriyo Nath
8135a111a9 perl-Digest-HMAC: Update to 1.04
Use new source link.
2021-04-12 18:20:40 +05:30
Biswapriyo Nath
eb09fe6438 mksh: Update to 59.c
Use install command instead of cp command.
2021-04-12 18:14:06 +05:30
Christoph Reiter
42e11da8e9 Merge pull request #2431 from mati865/libtool-llvm-fix
libtool: support `llvm-objdump -f` output
2021-04-11 23:22:04 +02:00
Christoph Reiter
93569badf4 Merge pull request #2430 from orgads/cmake-up
cmake: Update to 3.20.1
2021-04-11 23:21:30 +02:00