oath-toolkit: Update to version 2.6.13

Message ID 20251216102805.3606194-10-adolf.belka@ipfire.org
State Staged
Commit af444b63464828ad61ab4b95f5dd746ee848ed44
Headers
Series oath-toolkit: Update to version 2.6.13 |

Commit Message

Adolf Belka 16 Dec 2025, 10:28 a.m. UTC
- Update from version 2.6.12 to 2.6.13
- No change to rootfile
- Changelog
    2.6.13
	liboath/libpskc: Fix _FORTIFY_SOURCE build problem and allow configuration.
	 Some platforms (e.g., Ubuntu 24.10) set _FORTIFY_SOURCE in the default
	 compiler settings, and this caused build failures since our code
	 unconditionally #define'd _FORTIFY_SOURCE to 2.  We now allow you to
	 override the desired level by running, for example ./configure
	 CPPFLAGS=-D_FORTIFY_SOURCE=3 or CPPFLAGS=-D_FORTIFY_SOURCE=0.
	liboath: Fix --with-openssl builds, and test for it in pipeline.
	 Reported by Tomasz Kłoczko in
	 <https://codeberg.org/oath-toolkit/oath-toolkit/issues/36>.
	Git hosting moved from gitlab.com to codeberg.org.
	 The new URL is https://codeberg.org/oath-toolkit/oath-toolkit although
	 the old GitLab project will continue to be used for pipelines:
	 https://gitlab.com/oath-toolkit/oath-toolkit/-/pipelines
	Various build fixes including updated gnulib files.
	 Gnulib files are no longer stored in git version control.  As a
	 consequence, gnulib is a required build dependency when building from
	 git, see CONTRIBUTING.md.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/oath-toolkit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/oath-toolkit b/lfs/oath-toolkit
index c031f97d1..4465b9f66 100644
--- a/lfs/oath-toolkit
+++ b/lfs/oath-toolkit
@@ -1,7 +1,7 @@ 
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2022-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2022-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.12
+VER        = 2.6.13
 
 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 = 8bd184fa7166bc35af3bd632d0dd24ae00480f78a850e2ed4f058ec22711852757f01623ede16c8990daa366752578430be7c93a27d87c8ae92faf9a3aade1a1
+$(DL_FILE)_BLAKE2 = 055014039c611c382ba1cf902482c22df765636e7393e0a3f5acb0811a6be55b6b9dc7fc269d31705081bf02c240589d4fecdeb79fd151082a902e09597e7303
 
 install : $(TARGET)