From patchwork Wed Jan 31 14:18:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7525 Return-Path: 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TQ40P4Dftz3wvv for ; Wed, 31 Jan 2024 14:19:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TQ40N4b9Hz1j8; Wed, 31 Jan 2024 14:19:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TQ40N44b8z32lV; Wed, 31 Jan 2024 14:19:00 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TQ40G6FPQz32TB for ; Wed, 31 Jan 2024 14:18:54 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TQ40G3bzCz17M; Wed, 31 Jan 2024 14:18:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1706710734; 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=UzBUzjtTu7eS8Ltn0Nnsr0igjHacJimTt/VBh/sDmxU=; b=oRN9Leti4Sj5H4E6ziTXwGI2oXFr9yYdL6QywXzh7/129A6cLOMWb81MGXWZJcAs0ddyW6 13iMgrRtY2QZnVAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1706710734; 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=UzBUzjtTu7eS8Ltn0Nnsr0igjHacJimTt/VBh/sDmxU=; b=KkycddRefqfNqgEwMfGUcv3LhSMnJzLyzpHqgrSzjVmP8H45D1qopWRj3hA9srB46kfRd1 1xcWY3I8W3uIvt5biqqfMkspX6EbgOSnCMvL60CTy4ZxwfvVr2p1HxboSYgFFqH57T5tvd X8pZ9wvDfArbJsV0oR1gQnxcD7LxM8rsovxR9GsWl6EZgqb0GEgJc+cf3y5ROetyVuzTIz /W0iCQApz6zFww/fEwnyzX0yUEOoYjpALKxZkkQ5dhxx8brRww7NaxoT46feT1yMwWuyyU iGhYvzZeFZZQPFefjX9ulekryOjqqKXKyRsbEsR46fgRXxUGaxpU7gjOTzFxgw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] help2man: Update to version 1.49.3 Date: Wed, 31 Jan 2024 15:18:45 +0100 Message-ID: <20240131141848.3280362-2-adolf.belka@ipfire.org> In-Reply-To: <20240131141848.3280362-1-adolf.belka@ipfire.org> References: <20240131141848.3280362-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: U36AW3I33D5BPWMUCXNBFYHQMSEIYGXC X-Message-ID-Hash: U36AW3I33D5BPWMUCXNBFYHQMSEIYGXC X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 1.49.2 to 1.49.3 - Update of rootfile not required - Changelog 1.49.3 * Cleanup whitespace in po-texi/help2man-texi.pot. * Add Korean translation (thanks to Seong-ho Cho). Signed-off-by: Adolf Belka --- lfs/help2man | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/help2man b/lfs/help2man index da5057c4f..721133e20 100644 --- a/lfs/help2man +++ b/lfs/help2man @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2024 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 # @@ -24,7 +24,7 @@ include Config -VER = 1.49.2 +VER = 1.49.3 THISAPP = help2man-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 62db47a5915432093991f060390a62ebf2d1e5e6e78f7142d0cd5f8a273a1fd74f55de4b3ead5c1071aaf4de084e62782981a1d888b8a8b76da9c07e0cda20ea +$(DL_FILE)_BLAKE2 = a5ed9ea3ff78b5287fa5bc02302da6a3657fee8fefd4fc43289e209bbe128d58da633c38aa4039c93a761c4842d3549a73cc14e77ee2859ed256613a8fba6e23 install : $(TARGET)