Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgpg-error: update to 1.45.
@ 2022-07-28  0:07 motorto
  2022-07-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
  2022-07-29  9:14 ` [PR REVIEW] " r-ricci
  0 siblings, 2 replies; 3+ messages in thread
From: motorto @ 2022-07-28  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages libgpg-error-1.45
https://github.com/void-linux/void-packages/pull/38324

libgpg-error: update to 1.45.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - armv6l


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgpg-error-1.45-38324.patch --]
[-- Type: text/x-diff, Size: 3565 bytes --]

From 0fb3f99670417f5b246eabaf9cc3c4a3b6d47774 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 28 Jul 2022 01:05:08 +0100
Subject: [PATCH] libgpg-error: update to 1.45.

---
 srcpkgs/libgpg-error/patches/cross.patch    | 20 -------------
 srcpkgs/libgpg-error/patches/echo-fix.patch | 32 ---------------------
 srcpkgs/libgpg-error/template               |  4 +--
 3 files changed, 2 insertions(+), 54 deletions(-)
 delete mode 100644 srcpkgs/libgpg-error/patches/cross.patch
 delete mode 100644 srcpkgs/libgpg-error/patches/echo-fix.patch

diff --git a/srcpkgs/libgpg-error/patches/cross.patch b/srcpkgs/libgpg-error/patches/cross.patch
deleted file mode 100644
index 253fc50f6614..000000000000
--- a/srcpkgs/libgpg-error/patches/cross.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Upstream commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e59 added a
---disable-threads config option and changed the case to only match linux-gnu*
-instead of linux*, because those are obviously very related changes.
-
-This patch reverts that part of the commit, and fixes cross building to musl
-archs for us.
-
-diff --git a/configure b/configure
-index 24b1cee..89a9937 100755
---- a/configure
-+++ b/configure
-@@ -17433,7 +17433,7 @@ if test x"$gl_use_threads" = xno; then
- $as_echo "$as_me: generated src/lock-obj-pub.native.h for $host" >&6;}
- elif test x$cross_compiling = xyes; then
-   case $host in
--    *-*-linux-gnu*)
-+    *-*-linux*)
-     if test -n "$ac_tool_prefix"; then
-   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
- set dummy ${ac_tool_prefix}objdump; ac_word=$2
diff --git a/srcpkgs/libgpg-error/patches/echo-fix.patch b/srcpkgs/libgpg-error/patches/echo-fix.patch
deleted file mode 100644
index 78d98dd7b3d1..000000000000
--- a/srcpkgs/libgpg-error/patches/echo-fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 33593864cd54143db594c4237bba41e14179061c Mon Sep 17 00:00:00 2001
-From: David Michael <fedora.dm0@gmail.com>
-Date: Fri, 26 Mar 2021 16:06:50 +0900
-Subject: [PATCH] build: Fix generation of lock-obj-pub.native.h for cross
- build.
-
-* src/gen-lock-obj.sh: Capture echo output with quotes.
-
---
-
-Fixes-commit: 99ae862a96a569724f49a604ebb7d3f6d2c2d374
-Signed-off-by: David Michael <fedora.dm0@gmail.com>
----
- src/gen-lock-obj.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/gen-lock-obj.sh b/src/gen-lock-obj.sh
-index a710f0c..258eec6 100755
---- a/src/gen-lock-obj.sh
-+++ b/src/gen-lock-obj.sh
-@@ -38,7 +38,7 @@
- #     AWK=gawk ./gen-lock-obj.sh
- #
- 
--if test -n `echo -n`; then
-+if test -n "`echo -n`"; then
-     ECHO_C='\c'
-     ECHO_N=''
- else
--- 
-2.11.0
-
diff --git a/srcpkgs/libgpg-error/template b/srcpkgs/libgpg-error/template
index 98a7c475d1d3..0bcf2a42e221 100644
--- a/srcpkgs/libgpg-error/template
+++ b/srcpkgs/libgpg-error/template
@@ -1,6 +1,6 @@
 # Template file for 'libgpg-error'
 pkgname=libgpg-error
-version=1.42
+version=1.45
 revision=1
 build_style=gnu-configure
 short_desc="Library for error values used by GnuPG component"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 homepage="https://www.gnupg.org"
 distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23
+checksum=570f8ee4fb4bff7b7495cff920c275002aea2147e9a1d220c068213267f80a26
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="qemu-user-static"

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

* Re: [PR PATCH] [Merged]: libgpg-error: update to 1.45.
  2022-07-28  0:07 [PR PATCH] libgpg-error: update to 1.45 motorto
@ 2022-07-29  7:12 ` classabbyamp
  2022-07-29  9:14 ` [PR REVIEW] " r-ricci
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-07-29  7:12 UTC (permalink / raw)
  To: ml

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

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

libgpg-error: update to 1.45.
https://github.com/void-linux/void-packages/pull/38324

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - armv6l

Removed patches because it was fixed upstream 

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

* Re: [PR REVIEW] libgpg-error: update to 1.45.
  2022-07-28  0:07 [PR PATCH] libgpg-error: update to 1.45 motorto
  2022-07-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-07-29  9:14 ` r-ricci
  1 sibling, 0 replies; 3+ messages in thread
From: r-ricci @ 2022-07-29  9:14 UTC (permalink / raw)
  To: ml

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

New review comment by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/38324#discussion_r933038284

Comment:
This can be removed on the next update. It was added in 96d599c51b5073d457da4f4b02577b0b83a484f0, but it's no longer needed since e79f72db82769fef0830b0c34803a7685be1d268, when the `post_configure()` was removed.

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

end of thread, other threads:[~2022-07-29  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28  0:07 [PR PATCH] libgpg-error: update to 1.45 motorto
2022-07-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
2022-07-29  9:14 ` [PR REVIEW] " r-ricci

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