Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnupg2: update to version 2.3.1.
@ 2021-05-28 12:26 eoli3n
  2021-05-28 12:44 ` [PR PATCH] [Updated] " eoli3n
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: eoli3n @ 2021-05-28 12:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages gnupg2
https://github.com/void-linux/void-packages/pull/31166

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

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

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

From 2ae1b51ccb50062b83372ffdcc6ae3615efafd71 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Fri, 28 May 2021 14:25:29 +0200
Subject: [PATCH] gnupg2: update to version 2.3.1.

---
 srcpkgs/gnupg2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gnupg2/template b/srcpkgs/gnupg2/template
index 8cd59ff07a52..71ef1944a326 100644
--- a/srcpkgs/gnupg2/template
+++ b/srcpkgs/gnupg2/template
@@ -1,6 +1,6 @@
 # Template file for 'gnupg2'
 pkgname=gnupg2
-version=2.2.27
+version=2.3.1
 revision=1
 wrksrc="gnupg-${version}"
 build_style=gnu-configure
@@ -18,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=34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399
+checksum=c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec
 build_options="ldap"
 build_options_default="ldap"
 

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

* Re: [PR PATCH] [Updated] gnupg2: update to version 2.3.1.
  2021-05-28 12:26 [PR PATCH] gnupg2: update to version 2.3.1 eoli3n
@ 2021-05-28 12:44 ` eoli3n
  2021-05-28 19:35 ` ahesford
  2021-05-28 19:35 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: eoli3n @ 2021-05-28 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/eoli3n/void-packages gnupg2
https://github.com/void-linux/void-packages/pull/31166

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

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

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

From c0befe9c95ba51c526375d1c0f823be08bd24607 Mon Sep 17 00:00:00 2001
From: eoli3n <jonathan.kirszling@runbox.com>
Date: Fri, 28 May 2021 14:25:29 +0200
Subject: [PATCH] gnupg2: update to version 2.3.1.

---
 srcpkgs/gnupg2/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnupg2/template b/srcpkgs/gnupg2/template
index 8cd59ff07a52..99dd7d249ec4 100644
--- a/srcpkgs/gnupg2/template
+++ b/srcpkgs/gnupg2/template
@@ -1,6 +1,6 @@
 # Template file for 'gnupg2'
 pkgname=gnupg2
-version=2.2.27
+version=2.3.1
 revision=1
 wrksrc="gnupg-${version}"
 build_style=gnu-configure
@@ -11,14 +11,14 @@ configure_args="--enable-gpg-is-gpg2 $(vopt_enable ldap)
  --with-npth-prefix=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="pkg-config"
 makedepends="bzip2-devel gnutls-devel libassuan-devel libcurl-devel
- libksba-devel libldap-devel libusb-compat-devel npth-devel sqlite-devel"
+ libksba-devel libldap-devel libusb-compat-devel npth-devel sqlite-devel libgcrypt-devel"
 depends="pinentry"
 short_desc="GNU Privacy Guard (2.x)"
 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=34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399
+checksum=c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec
 build_options="ldap"
 build_options_default="ldap"
 

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

* Re: gnupg2: update to version 2.3.1.
  2021-05-28 12:26 [PR PATCH] gnupg2: update to version 2.3.1 eoli3n
  2021-05-28 12:44 ` [PR PATCH] [Updated] " eoli3n
@ 2021-05-28 19:35 ` ahesford
  2021-05-28 19:35 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-05-28 19:35 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/31166#issuecomment-850630739

Comment:
2.3.x is a "development" stream, so we'll stick with the "LTS" 2.2 until 2.4 is available.

https://lists.gnupg.org/pipermail/gnupg-announce/2021q2/000458.html

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

* Re: [PR PATCH] [Closed]: gnupg2: update to version 2.3.1.
  2021-05-28 12:26 [PR PATCH] gnupg2: update to version 2.3.1 eoli3n
  2021-05-28 12:44 ` [PR PATCH] [Updated] " eoli3n
  2021-05-28 19:35 ` ahesford
@ 2021-05-28 19:35 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-05-28 19:35 UTC (permalink / raw)
  To: ml

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

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

gnupg2: update to version 2.3.1.
https://github.com/void-linux/void-packages/pull/31166

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

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

end of thread, other threads:[~2021-05-28 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 12:26 [PR PATCH] gnupg2: update to version 2.3.1 eoli3n
2021-05-28 12:44 ` [PR PATCH] [Updated] " eoli3n
2021-05-28 19:35 ` ahesford
2021-05-28 19:35 ` [PR PATCH] [Closed]: " ahesford

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).