Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnupg: update to 2.2.31.
@ 2021-09-17 14:46 4ricci
  2021-10-07 13:23 ` [PR PATCH] [Updated] " 4ricci
  2021-10-08 13:48 ` [PR PATCH] [Merged]: gnupg: update to 2.2.32 leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: 4ricci @ 2021-09-17 14:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1556 bytes --]

There is a new pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages gnupg
https://github.com/void-linux/void-packages/pull/32993

gnupg: update to 2.2.31.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32993.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnupg-32993.patch --]
[-- Type: text/x-diff, Size: 2115 bytes --]

From fce10809afe20e57b7d1036210a8084703aa08d8 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 16 Sep 2021 19:18:04 +0200
Subject: [PATCH] gnupg: update to 2.2.31.

---
 .../patches/sys-siglist-and-no-systemd.patch     | 16 ----------------
 srcpkgs/gnupg/template                           |  7 +++----
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch

diff --git a/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch b/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch
deleted file mode 100644
index b5f2360685f3..000000000000
--- a/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-No brainer patch converted from 
-	vsed -i 's/HAVE_DECL_SYS_SIGLIST/0/' common/signal.c
-
-Index: gnupg-2.2.28/common/signal.c
-===================================================================
---- gnupg-2.2.28.orig/common/signal.c
-+++ gnupg-2.2.28/common/signal.c
-@@ -87,7 +87,7 @@ get_signal_name( int signum )
- {
-   /* Note that we can't use strsignal(), because it is not
-      reentrant. */
--#if HAVE_DECL_SYS_SIGLIST && defined(NSIG)
-+#if 0 && defined(NSIG)
-   return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?";
- #else
-   return NULL;
diff --git a/srcpkgs/gnupg/template b/srcpkgs/gnupg/template
index c608f991c4a1..d6fb7d28dc87 100644
--- a/srcpkgs/gnupg/template
+++ b/srcpkgs/gnupg/template
@@ -1,8 +1,7 @@
 # Template file for 'gnupg'
 pkgname=gnupg
-reverts="2.2.30_1"
-version=2.2.29
-revision=2
+version=2.2.31
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable ldap)
  --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr
@@ -19,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnupg.org/"
 distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
-checksum=39d07cdb4524818f9ebce49294931974af504519e6a7476c52e9d38fc0bd0cc9
+checksum=03eda09e8f9eaebab602057f3a8b908022a73999f5a31e580b12fcdf01fbebaf
 build_options="ldap"
 build_options_default="ldap"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] gnupg: update to 2.2.31.
  2021-09-17 14:46 [PR PATCH] gnupg: update to 2.2.31 4ricci
@ 2021-10-07 13:23 ` 4ricci
  2021-10-08 13:48 ` [PR PATCH] [Merged]: gnupg: update to 2.2.32 leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: 4ricci @ 2021-10-07 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]

There is an updated pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages gnupg
https://github.com/void-linux/void-packages/pull/32993

gnupg: update to 2.2.31.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32993.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnupg-32993.patch --]
[-- Type: text/x-diff, Size: 2115 bytes --]

From 3cc9d2bf5ab90c15c7c13af66b5fead0445c03ff Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 16 Sep 2021 19:18:04 +0200
Subject: [PATCH] gnupg: update to 2.2.32.

---
 .../patches/sys-siglist-and-no-systemd.patch     | 16 ----------------
 srcpkgs/gnupg/template                           |  7 +++----
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch

diff --git a/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch b/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch
deleted file mode 100644
index b5f2360685f3..000000000000
--- a/srcpkgs/gnupg/patches/sys-siglist-and-no-systemd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-No brainer patch converted from 
-	vsed -i 's/HAVE_DECL_SYS_SIGLIST/0/' common/signal.c
-
-Index: gnupg-2.2.28/common/signal.c
-===================================================================
---- gnupg-2.2.28.orig/common/signal.c
-+++ gnupg-2.2.28/common/signal.c
-@@ -87,7 +87,7 @@ get_signal_name( int signum )
- {
-   /* Note that we can't use strsignal(), because it is not
-      reentrant. */
--#if HAVE_DECL_SYS_SIGLIST && defined(NSIG)
-+#if 0 && defined(NSIG)
-   return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?";
- #else
-   return NULL;
diff --git a/srcpkgs/gnupg/template b/srcpkgs/gnupg/template
index c608f991c4a1..9f1bb8a27bb0 100644
--- a/srcpkgs/gnupg/template
+++ b/srcpkgs/gnupg/template
@@ -1,8 +1,7 @@
 # Template file for 'gnupg'
 pkgname=gnupg
-reverts="2.2.30_1"
-version=2.2.29
-revision=2
+version=2.2.32
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable ldap)
  --with-libgcrypt-prefix=${XBPS_CROSS_BASE}/usr
@@ -19,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnupg.org/"
 distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
-checksum=39d07cdb4524818f9ebce49294931974af504519e6a7476c52e9d38fc0bd0cc9
+checksum=b2571b35f82c63e7d278aa6a1add0d73453dc14d3f0854be490c844fca7e0614
 build_options="ldap"
 build_options_default="ldap"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gnupg: update to 2.2.32.
  2021-09-17 14:46 [PR PATCH] gnupg: update to 2.2.31 4ricci
  2021-10-07 13:23 ` [PR PATCH] [Updated] " 4ricci
@ 2021-10-08 13:48 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2021-10-08 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

There's a merged pull request on the void-packages repository

gnupg: update to 2.2.32.
https://github.com/void-linux/void-packages/pull/32993

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-08 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 14:46 [PR PATCH] gnupg: update to 2.2.31 4ricci
2021-10-07 13:23 ` [PR PATCH] [Updated] " 4ricci
2021-10-08 13:48 ` [PR PATCH] [Merged]: gnupg: update to 2.2.32 leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).