security/oath-toolkit: update to 2.6.13 release
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
PORTNAME= oath-toolkit
|
||||
PORTVERSION= 2.6.9
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.6.13
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Library, tools, and PAM module for OATH authentication
|
||||
WWW= https://www.nongnu.org/oath-toolkit/
|
||||
WWW= https://oath-toolkit.codeberg.page/
|
||||
|
||||
LICENSE= GPLv3+ LGPL20+
|
||||
LICENSE_COMB= multi
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1689066348
|
||||
SHA256 (oath-toolkit-2.6.9.tar.gz) = 333ac831c8f1a6dbd7feb897339bba453ff34d3b0f4cfaa6b5a20dba55c8e985
|
||||
SIZE (oath-toolkit-2.6.9.tar.gz) = 4693524
|
||||
TIMESTAMP = 1765190904
|
||||
SHA256 (oath-toolkit-2.6.13.tar.gz) = 5b5d82e9a4455206d24fcbd7ee58bf4c79398a2e67997d80bd45ae927586b18b
|
||||
SIZE (oath-toolkit-2.6.13.tar.gz) = 3847530
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- liboath/tests/tst_basic.c.orig 2022-01-31 11:26:43 UTC
|
||||
+++ liboath/tests/tst_basic.c
|
||||
@@ -57,7 +57,7 @@ main (void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
- if (OATH_VERSION_NUMBER < 0x02060300 || OATH_VERSION_NUMBER >= 0x03000000)
|
||||
+ if (OATH_VERSION_NUMBER < 0x02060200 || OATH_VERSION_NUMBER >= 0x03000000)
|
||||
{
|
||||
printf ("OATH_VERSION_NUMBER out of range?!\n");
|
||||
return 1;
|
||||
@@ -1,20 +0,0 @@
|
||||
--- liboath/tests/tst_totp_validate.c.orig 2022-01-31 11:03:27 UTC
|
||||
+++ liboath/tests/tst_totp_validate.c
|
||||
@@ -156,7 +156,7 @@ main (void)
|
||||
}
|
||||
if (otp_counter != tv[i].otp_counter)
|
||||
{
|
||||
- printf ("validate3 loop %ld failed (counter %d != %d)?!\n",
|
||||
+ printf ("validate3 loop %ld failed (counter %ld != %ld)?!\n",
|
||||
i, otp_counter, tv[i].otp_counter);
|
||||
return 1;
|
||||
}
|
||||
@@ -184,7 +184,7 @@ main (void)
|
||||
}
|
||||
if (otp_counter != tv[i].otp_counter)
|
||||
{
|
||||
- printf ("validate3_callback loop %ld failed (counter %d != %d)?!\n",
|
||||
+ printf ("validate3_callback loop %ld failed (counter %ld != %ld)?!\n",
|
||||
i, otp_counter, tv[i].otp_counter);
|
||||
return 1;
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
--- libpskc/tests/tst_basic.c.orig 2022-01-31 11:38:13 UTC
|
||||
+++ libpskc/tests/tst_basic.c
|
||||
@@ -70,7 +70,7 @@ main (void)
|
||||
return 1;
|
||||
}
|
||||
|
||||
- if (PSKC_VERSION_NUMBER < 0x02060300 || PSKC_VERSION_NUMBER >= 0x03000000)
|
||||
+ if (PSKC_VERSION_NUMBER < 0x02060200 || PSKC_VERSION_NUMBER >= 0x03000000)
|
||||
{
|
||||
printf ("PSKC_VERSION_NUMBER out of range?!\n");
|
||||
return 1;
|
||||
Reference in New Issue
Block a user