-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
ltb-project-self-service-password (1.6.1-1) unstable; urgency=high | ||
|
||
* gh#903: Missing documentation for entropy | ||
* gh#904: Unable to install on RockyLinux 8 | ||
* gh#907: add documentation for entropy feature (#903, #830) | ||
* gh#909: PHP Warning: Undefined array keys at 1.6.0 | ||
* gh#919: remove smarty messages in error logs unless $smarty_debug is set to true (#909) | ||
* gh#920: warning: userdn variable uninitialized when using sendsms | ||
* gh#930: fix warning: userdn variable uninitialized when using sendsms (#920) | ||
* gh#931: fix utf8_decode deprecation | ||
* gh#933: remove utf8_decode function (#931) | ||
|
||
-- Clement Oudot <[email protected]> Mon, 08 Jul 2024 12:00:00 +0200 | ||
|
||
ltb-project-self-service-password (1.6.0-1) unstable; urgency=high | ||
|
||
* gh#165: Multiple SMS tokens could be requested if an attacker finds one username, leading to big expenses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
%undefine __brp_mangle_shebangs | ||
|
||
Name: self-service-password | ||
Version: 1.6.0 | ||
Release: 2%{?dist} | ||
Version: 1.6.1 | ||
Release: 1%{?dist} | ||
Summary: LDAP password change web interface | ||
# Self-service-password is GPLv2+ | ||
# All bundled php libs (vendor/*) but phpmailer are MIT | ||
|
@@ -179,6 +179,17 @@ rm -rf %{ssp_cachedir}/{cache,templates_c}/* | |
|
||
|
||
%changelog | ||
* Mon Jul 08 2024 - Clement Oudot <[email protected]> - 1.6.1-1 | ||
- gh#903: Missing documentation for entropy | ||
- gh#904: Unable to install on RockyLinux 8 | ||
- gh#907: add documentation for entropy feature (#903, #830) | ||
- gh#909: PHP Warning: Undefined array keys at 1.6.0 | ||
- gh#919: remove smarty messages in error logs unless $smarty_debug is set to true (#909) | ||
- gh#920: warning: userdn variable uninitialized when using sendsms | ||
- gh#930: fix warning: userdn variable uninitialized when using sendsms (#920) | ||
- gh#931: fix utf8_decode deprecation | ||
- gh#933: remove utf8_decode function (#931) | ||
|
||
* Mon May 06 2024 - Clement Oudot <[email protected]> - 1.6.0-2 | ||
- gh#904: Unable to install on RockyLinux 8 | ||
|
||
|