Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libgpg-error: update to 1.45.
Date: Thu, 28 Jul 2022 02:07:14 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38324@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2022-07-28  0:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-28  0:07 motorto [this message]
2022-07-29  7:12 ` [PR PATCH] [Merged]: " classabbyamp
2022-07-29  9:14 ` [PR REVIEW] " r-ricci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38324@inbox.vuxu.org \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).