Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ec773d9458 | |||
| 335875f390 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c9689bc20a382cf8876ad84715b3be4dacb7ad56fce719122d9f9ac88cc5f1
|
||||
size 116282
|
||||
3
mod_authn_otp-1.1.12.tar.gz
Normal file
3
mod_authn_otp-1.1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ffce9008714d07c9b6c1ff5c12cf8a47ace02faae32e17f8e79a9497cfb46dc
|
||||
size 120506
|
||||
Reference in New Issue
Block a user