Christoph Reiter
705cff2db0
gnupg: Update to 2.4.9 ( #5915 )
...
Sync patches with Arch
https://gitlab.archlinux.org/archlinux/packaging/packages/gnupg
2025-12-31 13:06:23 +01:00
Christoph Reiter
405750adea
gnupg: sync patches from Arch ( #5906 )
...
this adds mainly patches from freepg
pass enable-large-secmem like Arch for
0022-Support-large-RSA-keygen-in-non-batch-mode.patch
don't pass enable-g13 as that fails to link (some getttext issue)
2025-12-30 17:09:03 +01:00
Christoph Reiter
b38b2b78f4
Remove all cygwin CHOST changes
...
Since #5448 CHOST defaults to cygwin now, so this
is no longer needed.
2025-06-27 07:42:37 +02:00
Johannes Schindelin
c3de7cbee7
gnupg: update to v2.4.8 ( #5391 )
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2025-05-16 14:38:11 +02:00
Christoph Reiter
36c6435a54
libassuan: rebuilds
2025-03-14 14:47:37 +01:00
Christoph Reiter
12a95c70fa
gnupg: Update to 2.4.7
2024-11-27 09:31:36 +01:00
Christoph Reiter
b2b6afe64c
gnupg: Update to 2.4.6
2024-11-08 10:17:55 +01:00
Christoph Reiter
a2ee04bf00
More CPEs
2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942
more CPEs
2024-03-22 19:04:22 +01:00
Christoph Reiter
76cb6b109a
gnupg: Update to 2.4.5
2024-03-11 19:28:14 +01:00
Christoph Reiter
abc1994e8a
gnupg: Update to 2.4.4
...
Removed patches are included in the new release
2024-01-26 09:38:52 +01:00
Christoph Reiter
f7108bbc79
gnupg: bump pkgrel
...
it had to be reverted, so use a new version for the next try
2023-12-06 09:04:57 +01:00
Christoph Reiter
b195168123
gnupg: Update to 2.4.3
...
* drop patch included in the new release
* backport build fix
* sync patches from Arch
2023-12-03 10:18:36 +01:00
Christoph Reiter
580b9b0757
gnupg: link to cygwin gnupg2
2023-11-12 10:00:54 +01:00
Christoph Reiter
45f65332c6
Move some PKGMETA stuff in the PKGBUILD directly
...
let's give this a try
2023-09-17 17:54:53 +02:00
Christoph Reiter
c9ec83c818
gnupg: Update to 2.2.41
2023-02-11 19:43:47 +01:00
Christoph Reiter
affcc89adb
gnupg: backport a build fix for when ldap support is disabled
...
https://dev.gnupg.org/T6239
2022-10-15 13:11:43 +02:00
Christoph Reiter
7cd606c7db
gnupg: Update to 2.2.40
2022-10-14 20:45:45 +02:00
Christoph Reiter
3300a19265
gnupg: Update to 2.2.39
2022-09-02 21:15:31 +02:00
Christoph Reiter
cb5877c96a
gnupg: Update to 2.2.37
2022-08-24 20:23:54 +02:00
Christoph Reiter
d0d0fa206c
gnupg: Update to 2.2.36
2022-07-07 10:43:47 +02:00
Christoph Reiter
47ecde7842
gnupg: Update to 2.2.35
2022-05-13 19:31:54 +02:00
Christoph Reiter
c3586af979
gnupg: build cleanup
...
* remove unused sed call
* replace development sed with Arch patch
* drop msyssize patch and build for cygwin
2022-05-13 15:15:14 +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
Guglielmo De Concini
440c047280
Add Windows fix for smart cards
2021-10-28 20:03:19 +01:00
Biswapriyo Nath
9a2d8db39a
gnupg: Update to 2.2.32
2021-10-27 23:58:01 +05:30
Astrum-polaris
99354db9a0
gnupg: update to 2.2.29
2021-07-20 02:29:51 +08: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
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
Biswapriyo Nath
c65544567d
Update packages
2021-06-19 01:05:11 +05:30
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
Alexey Pavlov
1dd57594be
gnupg: Update to 2.2.27
2021-01-14 10:13:13 +03:00
Alexey Pavlov
8cb7d2bebd
gnupg: Update to 2.2.26
2021-01-12 14:26:22 +03:00
Christoph Reiter
9dab1edc78
gnupg: Update to 2.2.25
2020-12-20 14:15:05 +01:00
Jeremy Drake
34c06497b6
gnupg: update to 2.2.23 for CVE-2020-25125.
...
Also removed info install/uninstall handling from install script.
2020-09-04 16:24:54 -07:00
Alexey Pavlov
4e568277c6
gnupg: Update to 2.2.21
2020-07-14 15:24:06 +03:00
Alexey Pavlov
dfb89e1939
gnupg: Update to 2.2.20
2020-03-22 22:59:05 +03:00
Alexey Pavlov
49c5cb95b9
gnupg: Update to 2.2.19
2019-12-12 14:12:50 +03:00
J. Peter Mugaas
e8a265133a
gnupg - 22.2.18 - update to 2.2.18 to match Cygwin. ( #1793 )
2019-12-12 08:51:03 +03:00
Alexey Pavlov
5518ec3276
gnupg: Update to 2.2.17
2019-07-11 14:08:35 +03:00
Alexey Pavlov
c4b2434807
gnupg: Update to 2.2.16
2019-06-07 11:12:28 +03:00
Alexey Pavlov
900eff24de
Rebuilds for readline 8.x
2019-04-30 12:43:00 +03:00
Alexey Pavlov
a271461576
gnupg: Update to 2.2.15
2019-04-15 13:02:32 +03:00
Alexey Pavlov
ca55222848
gnupg: Update to 2.2.13
2019-02-20 10:16:11 +03:00
Alexey Pavlov
83ebca9d21
gnupg: Update to 2.2.12
2018-12-15 21:06:26 +03:00
Alexey Pavlov
c9cd1f86e9
gnupg: Update to 2.2.11
2018-11-09 05:16:29 +03:00
Alexey Pavlov
5c6276b39d
gnupg: Update to 2.2.10
2018-10-30 12:04:05 +03:00
Alexey Pavlov
6bb65f0d08
gnupg: Update to 2.2.9
2018-07-13 09:05:03 +03:00
Alexey Pavlov
47d3fda802
gnupg: Fix dependencies
2018-06-26 12:45:38 +03:00