Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgcrypt: update to 1.10.3.
@ 2023-12-28 20:27 skmpz
  2024-03-28  1:45 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: skmpz @ 2023-12-28 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgcrypt-1.10.3
https://github.com/void-linux/void-packages/pull/47962

libgcrypt: update to 1.10.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/47962.patch is attached

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

From 8e122fa46e5c1dccad42e6f6415430ab3cfd6ba7 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 28 Dec 2023 22:27:03 +0200
Subject: [PATCH] libgcrypt: update to 1.10.3.

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

diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template
index a05718fb5796e..7d394b9af82ad 100644
--- a/srcpkgs/libgcrypt/template
+++ b/srcpkgs/libgcrypt/template
@@ -1,6 +1,6 @@
 # Template file for 'libgcrypt'
 pkgname=libgcrypt
-version=1.10.2
+version=1.10.3
 revision=1
 build_style=gnu-configure
 configure_args="--enable-static --without-capabilities"
@@ -10,7 +10,7 @@ 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=3b9c02a004b68c256add99701de00b383accccf37177e0d6c58289664cce0c03
+checksum=8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" ac_cv_sys_symbol_underscore=no"

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

* Re: libgcrypt: update to 1.10.3.
  2023-12-28 20:27 [PR PATCH] libgcrypt: update to 1.10.3 skmpz
@ 2024-03-28  1:45 ` github-actions
  2024-04-05  5:07 ` demproc
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-03-28  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47962#issuecomment-2024250865

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: libgcrypt: update to 1.10.3.
  2023-12-28 20:27 [PR PATCH] libgcrypt: update to 1.10.3 skmpz
  2024-03-28  1:45 ` github-actions
@ 2024-04-05  5:07 ` demproc
  2024-04-05  5:10 ` [PR PATCH] [Updated] " skmpz
  2024-04-05  5:10 ` demproc
  3 siblings, 0 replies; 5+ messages in thread
From: demproc @ 2024-04-05  5:07 UTC (permalink / raw)
  To: ml

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

New comment by demproc on void-packages repository

https://github.com/void-linux/void-packages/pull/47962#issuecomment-2038949042

Comment:
bump

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

* Re: [PR PATCH] [Updated] libgcrypt: update to 1.10.3.
  2023-12-28 20:27 [PR PATCH] libgcrypt: update to 1.10.3 skmpz
  2024-03-28  1:45 ` github-actions
  2024-04-05  5:07 ` demproc
@ 2024-04-05  5:10 ` skmpz
  2024-04-05  5:10 ` demproc
  3 siblings, 0 replies; 5+ messages in thread
From: skmpz @ 2024-04-05  5:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgcrypt-1.10.3
https://github.com/void-linux/void-packages/pull/47962

libgcrypt: update to 1.10.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/47962.patch is attached

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

From 6db51850029d34b2ab2bc4bc4f3f90612c214d7c Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 28 Dec 2023 22:27:03 +0200
Subject: [PATCH] libgcrypt: update to 1.10.3.

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

diff --git a/srcpkgs/libgcrypt/template b/srcpkgs/libgcrypt/template
index a05718fb5796e5..7d394b9af82ade 100644
--- a/srcpkgs/libgcrypt/template
+++ b/srcpkgs/libgcrypt/template
@@ -1,6 +1,6 @@
 # Template file for 'libgcrypt'
 pkgname=libgcrypt
-version=1.10.2
+version=1.10.3
 revision=1
 build_style=gnu-configure
 configure_args="--enable-static --without-capabilities"
@@ -10,7 +10,7 @@ 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=3b9c02a004b68c256add99701de00b383accccf37177e0d6c58289664cce0c03
+checksum=8b0870897ac5ac67ded568dcfadf45969cfa8a6beb0fd60af2a9eadc2a3272aa
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" ac_cv_sys_symbol_underscore=no"

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

* Re: libgcrypt: update to 1.10.3.
  2023-12-28 20:27 [PR PATCH] libgcrypt: update to 1.10.3 skmpz
                   ` (2 preceding siblings ...)
  2024-04-05  5:10 ` [PR PATCH] [Updated] " skmpz
@ 2024-04-05  5:10 ` demproc
  3 siblings, 0 replies; 5+ messages in thread
From: demproc @ 2024-04-05  5:10 UTC (permalink / raw)
  To: ml

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

New comment by demproc on void-packages repository

https://github.com/void-linux/void-packages/pull/47962#issuecomment-2038949042

Comment:
bump

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

end of thread, other threads:[~2024-04-05  5:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-28 20:27 [PR PATCH] libgcrypt: update to 1.10.3 skmpz
2024-03-28  1:45 ` github-actions
2024-04-05  5:07 ` demproc
2024-04-05  5:10 ` [PR PATCH] [Updated] " skmpz
2024-04-05  5:10 ` demproc

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