From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZyDNS65Xmz341y for ; Wed, 14 May 2025 13:15:20 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZyDNP2bLHz33K9 for ; Wed, 14 May 2025 13:15:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZyDNN6DWMz3XB; Wed, 14 May 2025 13:15:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747228517; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R4n7nDuxnEYyydy4KtjqZ1wMKIPbtzFXxQ7GtqILqDk=; b=2H+ARtss+z/Kgtb2/Kc0RFJH0wUC9g/paVMbK8TithmvUB/KWjq7nOvjt8o9+p9Lk16W6A QxH/WgtIwZj3T0AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747228517; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R4n7nDuxnEYyydy4KtjqZ1wMKIPbtzFXxQ7GtqILqDk=; b=gFE1rCzrTxheI+9tnVrlbKiAPlG7f/XQQaHqas530wozKIj5B4BCgpRA6ncX1wPXVIviGy /xOd74NXv2UqTYZbgxsyEIH8nupcIRso+LHwwpG+/4BUKpBAP+0qdNWR7iqEgs5ll2bt/a klNkUxa46zbTMrQML8zNjVv4EFkGRiXIyMPamLI/JKSgoAN5znFRUPVpyBazoYWGz6Z9bV vWiDfTCjOWGa94MDal+IgR2Ho1/KF20e1GX7fUbpgZkScLvG/8oL/ifH8/M5VRq1J+IWpV HphuwqTKwa9uE1EjxnIrxZQEsiaPhH4YvQGavpOU36XJKLqZn4IyUIAFi3X+ig== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka , Michael Tremer Subject: [PATCH 3/4] ddns: Addition of patch to deal with gettext update to 0.25 Date: Wed, 14 May 2025 15:15:12 +0200 Message-ID: <20250514131513.6864-3-adolf.belka@ipfire.org> In-Reply-To: <20250514131513.6864-1-adolf.belka@ipfire.org> References: <20250514131513.6864-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Suggested-by: Michael Tremer Signed-off-by: Adolf Belka --- lfs/ddns | 3 ++- src/patches/ddns-014_gettext-0.25_fix.patch | 24 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/patches/ddns-014_gettext-0.25_fix.patch diff --git a/lfs/ddns b/lfs/ddns index 274c12cb9..470157db0 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -74,6 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Apply upstream patches. cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-014-freednsafraid-fix-typo.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-system-Catch-exception-when-host-is-not-dual-stacked.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-014_gettext-0.25_fix.patch cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure \ diff --git a/src/patches/ddns-014_gettext-0.25_fix.patch b/src/patches/ddns-014_gettext-0.25_fix.patch new file mode 100644 index 000000000..e12f8fd28 --- /dev/null +++ b/src/patches/ddns-014_gettext-0.25_fix.patch @@ -0,0 +1,24 @@ +diff -Naur ddns-014.orig/autogen.sh ddns-014/autogen.sh +--- ddns-014.orig/autogen.sh 2021-07-12 17:29:29.000000000 +0200 ++++ ddns-014/autogen.sh 2025-05-14 10:51:56.418304212 +0200 +@@ -1,4 +1,5 @@ + #!/bin/sh + ++autopoint + intltoolize --force --automake + autoreconf --force --install --symlink +diff -Naur ddns-014.orig/configure.ac ddns-014/configure.ac +--- ddns-014.orig/configure.ac 2021-07-12 17:29:29.000000000 +0200 ++++ ddns-014/configure.ac 2025-05-14 10:50:38.840855781 +0200 +@@ -42,7 +42,10 @@ + ]) + AM_SILENT_RULES([yes]) + +-IT_PROG_INTLTOOL([0.40.0]) ++AM_GNU_GETTEXT_VERSION(0.25) ++AM_GNU_GETTEXT([external]) ++ ++IT_PROG_INTLTOOL([0.51.0]) + + GETTEXT_PACKAGE=ddns + AC_SUBST(GETTEXT_PACKAGE) -- 2.49.0