From patchwork Mon Jul 24 16:15:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7018 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 4R8ldt4jpzz3x28 for ; Mon, 24 Jul 2023 16:16:18 +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 4R8ldV0M00z1g7; Mon, 24 Jul 2023 16:15:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R8ldT5R2yz2xRH; Mon, 24 Jul 2023 16:15:57 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4R8ldT0x6rz2y0Q for ; Mon, 24 Jul 2023 16:15:57 +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 4R8ldS64JVz1d6; Mon, 24 Jul 2023 16:15:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1690215356; 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=0A56+GcbhsqcGHjXAFUupOQ8uwDM/jFwx2I5yd9qTww=; b=U4Q1ATaAyJ7pgrgjWk4L/vpe4BXHG4ClP97VK/z+zKboWvRNynUCJDzLIQMcxd58LRiQCX 7ifD2HpJMrTwpOAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1690215356; 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=0A56+GcbhsqcGHjXAFUupOQ8uwDM/jFwx2I5yd9qTww=; b=lAvC+qruPCyuWwmVUSS9iiLMCDpw9ZxQJOFCc7Yw8YFuxEl9+lD8naR2MNl+J8aqmsTpqW Lv1TgqFIDYSrO8cET8en/MS1GgBJ3RTx824mVOWLqqQk/2LMs6hlp7tZbUr/Q7i3IA1Tzv DsAZqAyiNcT8ja3OXVMAuJcQEMKWeFtssayWBCJtTgZN8YdycUmgYzYI2pDxv6iFfJ9FFx yjA+ZLvuJE6dVm2Z9IfCq4WhO9OobsBaj6kx1GJw22TXwOJ/DprmR6CQ06pPlCnZ5ldfL8 Fov8e3mVcnFbUgv8fdC8Il2Yl63eU5bqN/KbkBqv5nkUmer4egt2FTLUapAMMg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] oath-toolkit: Update to version 2.6.9 Date: Mon, 24 Jul 2023 18:15:40 +0200 Message-ID: <20230724161546.2683103-3-adolf.belka@ipfire.org> In-Reply-To: <20230724161546.2683103-1-adolf.belka@ipfire.org> References: <20230724161546.2683103-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2.6.7 to 2.6.9 - Update of rootfile not required - Changelog 2.6.9 (released 2023-07-09) ** Improve compatibility with recent libxmlsec. ** Update gnulib files, dropping gnulib self-tests. 2.6.8 (released 2023-07-09) ** libpskc: Fixes for recent libxmlsec releases. ** pam_oath: Provide fallback pam_modutil_getpwnam implementation. Fixes on Mac OS. Patch from Nick Gaya . ** pam_oath: Don't fail authentication when pam_modutil_getpwnam doesn't ** know the user when usersfile don't include ${USER} or ${HOME}. Closes: #27. Regression introduced in previous release. Reported by Nick Gaya . ** pam_oath: Self-test improvements. Patch from Nick Gaya . ** liboath: Builds on Windows. The oath_authenticate_usersfile function is just a stub that returns an error. This allows for use of the rest of the library on Windows. Thanks to David Woodhouse, see . ** Disable PAM self-tests on Mac. Fix --enable-root-tests logic. ** Don't ship gtk-doc PDF's in tarball. ** Use gitlog-to-changelog instead of git2cl. ** Codespell typo fixes. Patch by Dimitri Papadopoulos. Signed-off-by: Adolf Belka --- lfs/oath-toolkit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/oath-toolkit b/lfs/oath-toolkit index e3225f45b..783d6e930 100644 --- a/lfs/oath-toolkit +++ b/lfs/oath-toolkit @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2022 IPFire Team # +# Copyright (C) 2022-2023 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 = 2.6.7 +VER = 2.6.9 THISAPP = oath-toolkit-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 23f377c51eb633bf01d6085d33c7362cd91b6bed1cf4c2bbf32dc9433849e20c53f6896b16e5056b13f420f6a65a3c593fa1dafd7e184ed9e52666d94a7f75d1 +$(DL_FILE)_BLAKE2 = 572512311bbfa18d325c7b9b8d88ff85c05241c9a22942bc67edf531ed621e68b031dc4562bd8473ec1b1bfe264c8a4084c1c304ba0d24914acc5b21325b8601 install : $(TARGET)