Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgcrypt: update to 1.8.6
@ 2020-07-23 21:18 skmpz
  2020-07-24 17:10 ` [PR PATCH] [Updated] " skmpz
  2020-07-27 17:40 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: skmpz @ 2020-07-23 21:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgcrypt-1.8.6
https://github.com/void-linux/void-packages/pull/23785

libgcrypt: update to 1.8.6


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

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

From 8882baaac8e2629661806c4ce4935cb5f9421195 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 24 Jul 2020 01:17:35 +0400
Subject: [PATCH] libgcrypt: update to 1.8.6

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

diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template
index 1a8e3c67ba7..2dd694bf3db 100644
--- a/srcpkgs/libgcrypt/template
+++ b/srcpkgs/libgcrypt/template
@@ -1,16 +1,16 @@
 # Template file for 'libgcrypt'
 pkgname=libgcrypt
-version=1.8.5
+version=1.8.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-static --without-capabilities"
 makedepends="libgpg-error-devel"
 short_desc="GNU cryptographic library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="skmpz <dem.procopiou@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gnupg.org"
 distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
-checksum=3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3
+checksum=0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;

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

* Re: [PR PATCH] [Updated] libgcrypt: update to 1.8.6
  2020-07-23 21:18 [PR PATCH] libgcrypt: update to 1.8.6 skmpz
@ 2020-07-24 17:10 ` skmpz
  2020-07-27 17:40 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: skmpz @ 2020-07-24 17:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgcrypt-1.8.6
https://github.com/void-linux/void-packages/pull/23785

libgcrypt: update to 1.8.6


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

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

From cb7725127b5355982003aa562dad7f6a97704a4e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 24 Jul 2020 01:17:35 +0400
Subject: [PATCH] libgcrypt: update to 1.8.6

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

diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template
index 1a8e3c67ba7..2dd694bf3db 100644
--- a/srcpkgs/libgcrypt/template
+++ b/srcpkgs/libgcrypt/template
@@ -1,16 +1,16 @@
 # Template file for 'libgcrypt'
 pkgname=libgcrypt
-version=1.8.5
+version=1.8.6
 revision=1
 build_style=gnu-configure
 configure_args="--enable-static --without-capabilities"
 makedepends="libgpg-error-devel"
 short_desc="GNU cryptographic library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="skmpz <dem.procopiou@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gnupg.org"
 distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
-checksum=3b4a2a94cb637eff5bdebbcaf46f4d95c4f25206f459809339cdada0eb577ac3
+checksum=0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;

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

* Re: [PR PATCH] [Merged]: libgcrypt: update to 1.8.6
  2020-07-23 21:18 [PR PATCH] libgcrypt: update to 1.8.6 skmpz
  2020-07-24 17:10 ` [PR PATCH] [Updated] " skmpz
@ 2020-07-27 17:40 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-27 17:40 UTC (permalink / raw)
  To: ml

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

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

libgcrypt: update to 1.8.6
https://github.com/void-linux/void-packages/pull/23785

Description:


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

end of thread, other threads:[~2020-07-27 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 21:18 [PR PATCH] libgcrypt: update to 1.8.6 skmpz
2020-07-24 17:10 ` [PR PATCH] [Updated] " skmpz
2020-07-27 17:40 ` [PR PATCH] [Merged]: " 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).