17
0

2 Commits

Author SHA256 Message Date
ec773d9458 Accepting request 1297005 from Apache:Modules
- Update to version 1.1.12
  + Added "OTPAuthMaxIdle" as an alternative to "OTPAuthMaxLinger" (issue #51).
  + Refactor to avoid warnings and reduce code duplication (issue #49).
  + Use pkg-config to find openssl and libapr (#50). (forwarded request 1295908 from archie172)

OBS-URL: https://build.opensuse.org/request/show/1297005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2-mod_authn_otp?expand=0&rev=15
2025-08-01 22:42:22 +00:00
335875f390 - Update to version 1.1.12
+ Added "OTPAuthMaxIdle" as an alternative to "OTPAuthMaxLinger" (issue #51).
  + Refactor to avoid warnings and reduce code duplication (issue #49).
  + Use pkg-config to find openssl and libapr (#50).

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_authn_otp?expand=0&rev=39
2025-08-01 08:39:09 +00:00
4 changed files with 16 additions and 8 deletions

View File

@@ -1,9 +1,17 @@
-------------------------------------------------------------------
Sat Jul 26 16:31:46 UTC 2025 - Archie Cobbs <archie.cobbs@gmail.com>
- Update to version 1.1.12
+ Added "OTPAuthMaxIdle" as an alternative to "OTPAuthMaxLinger" (issue #51).
+ Refactor to avoid warnings and reduce code duplication (issue #49).
+ Use pkg-config to find openssl and libapr (#50).
-------------------------------------------------------------------
Thu Jun 27 14:21:35 UTC 2024 - Archie Cobbs <archie.cobbs@gmail.com>
- Update to version 1.1.11
- Fixed build issue with libapr on some systems (issue #48)
- Added otplock(1) utility (issue #38)
+ Fixed build issue with libapr on some systems (issue #48)
+ Added otplock(1) utility (issue #38)
-------------------------------------------------------------------
Thu Jun 20 09:03:42 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package apache2-mod_authn_otp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012 Archie L. Cobbs <archie@dellroad.org>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%define mod_name mod_authn_otp
Name: apache2-%{mod_name}
Version: 1.1.11
Version: 1.1.12
Release: 0
Summary: Apache module for one-time password authentication
License: Apache-2.0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4c9689bc20a382cf8876ad84715b3be4dacb7ad56fce719122d9f9ac88cc5f1
size 116282

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ffce9008714d07c9b6c1ff5c12cf8a47ace02faae32e17f8e79a9497cfb46dc
size 120506