From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BB8B158087 for ; Mon, 15 Nov 2021 18:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410AFE08E0; Mon, 15 Nov 2021 18:32:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04991E089C for ; Mon, 15 Nov 2021 18:32:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 549BD342F5C for ; Mon, 15 Nov 2021 18:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798221CE for ; Mon, 15 Nov 2021 18:32:49 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1637000075.192d69a9b47b610a4875f7139d22bfd4de9ebc81.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: patches/libgpg-error/1.43/, patches/libgpg-error/1.42/ X-VCS-Repository: proj/genkernel X-VCS-Files: patches/libgpg-error/1.42/libgpg-error-1.36-gpg-error-config.patch patches/libgpg-error/1.42/libgpg-error-1.37-remove_broken_check.patch patches/libgpg-error/1.42/libgpg-error-1.42-cross_compile.patch patches/libgpg-error/1.43/libgpg-error-1.36-gpg-error-config.patch patches/libgpg-error/1.43/libgpg-error-1.37-remove_broken_check.patch X-VCS-Directories: patches/libgpg-error/1.42/ patches/libgpg-error/1.43/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 192d69a9b47b610a4875f7139d22bfd4de9ebc81 X-VCS-Branch: master Date: Mon, 15 Nov 2021 18:32:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af904174-bf7e-4ee8-a286-a1b6c0cce3c1 X-Archives-Hash: cb01808b7f73f90fedde5c7b5faa01bf commit: 192d69a9b47b610a4875f7139d22bfd4de9ebc81 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Nov 15 18:00:49 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Nov 15 18:14:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=192d69a9 Bump libgpg-error to v1.43 Signed-off-by: Thomas Deutschmann gentoo.org> .../1.42/libgpg-error-1.42-cross_compile.patch | 32 ---------------------- .../libgpg-error-1.36-gpg-error-config.patch | 0 .../libgpg-error-1.37-remove_broken_check.patch | 0 3 files changed, 32 deletions(-) diff --git a/patches/libgpg-error/1.42/libgpg-error-1.42-cross_compile.patch b/patches/libgpg-error/1.42/libgpg-error-1.42-cross_compile.patch deleted file mode 100644 index 78d98dd..0000000 --- a/patches/libgpg-error/1.42/libgpg-error-1.42-cross_compile.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 33593864cd54143db594c4237bba41e14179061c Mon Sep 17 00:00:00 2001 -From: David Michael -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 ---- - 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/patches/libgpg-error/1.42/libgpg-error-1.36-gpg-error-config.patch b/patches/libgpg-error/1.43/libgpg-error-1.36-gpg-error-config.patch similarity index 100% rename from patches/libgpg-error/1.42/libgpg-error-1.36-gpg-error-config.patch rename to patches/libgpg-error/1.43/libgpg-error-1.36-gpg-error-config.patch diff --git a/patches/libgpg-error/1.42/libgpg-error-1.37-remove_broken_check.patch b/patches/libgpg-error/1.43/libgpg-error-1.37-remove_broken_check.patch similarity index 100% rename from patches/libgpg-error/1.42/libgpg-error-1.37-remove_broken_check.patch rename to patches/libgpg-error/1.43/libgpg-error-1.37-remove_broken_check.patch