Skip to content

Commit 2157d30

Browse files
ldv-altsolardiz
authored andcommitted
passwdqc 2.0.3
- wordset_4k: Move "enroll" to the multiple spellings list (by Solar Designer) - Don't #include <endian.h> on macOS (by Solar Designer) - pwqfilter: Allow --pre-hashed after --hash* (by Solar Designer) - Add pkg-config file (by Egor Ignatov) - Makefile: add Cygwin support (by Chad Dougherty) - Remove non-existent symbols from the linker version script to fix -Wl,--no-undefined-version (by Fangrui Song) - pam_passwdqc: extend enforce=users to support chpasswd PAM service in addition to traditionally supported passwd
1 parent 7870645 commit 2157d30

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Significant changes since 2.0.2.
1+
Significant changes between 2.0.2 and 2.0.3.
22

33
Added pkg-config file.
44

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ldconfig(8) program to update the dynamic linker cache.
3535
Alternatively, on a Red Hat'ish Linux system and under an account
3636
configured to build RPM packages (perhaps with ~/.rpmmacros specifying
3737
the proper pathnames for %_topdir, %_tmppath, and %buildroot), you may
38-
build RPM packages by running "rpmbuild -tb passwdqc-2.0.2.tar.gz", then
39-
install the two binary subpackages with "rpm -Uvh passwdqc*-2.0.2*.rpm".
38+
build RPM packages by running "rpmbuild -tb passwdqc-2.0.3.tar.gz", then
39+
install the two binary subpackages with "rpm -Uvh passwdqc*-2.0.3*.rpm".
4040
This works due to the RPM spec file included in the tarball.
4141

4242
Please refer to README and PLATFORMS for information on configuring your

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
PACKAGE = passwdqc
9-
VERSION = 2.0.2
9+
VERSION = 2.0.3
1010
TITLE = pam_passwdqc
1111
SHARED_LIB = libpasswdqc.so.1
1212
DEVEL_LIB = libpasswdqc.so

passwdqc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extern void passwdqc_params_free(passwdqc_params_t *params);
7171
#define F_USE_AUTHTOK 0x00000200
7272
#define F_NO_AUDIT 0x00000400
7373

74-
#define PASSWDQC_VERSION "2.0.2"
74+
#define PASSWDQC_VERSION "2.0.3"
7575

7676
extern void (*_passwdqc_memzero)(void *, size_t);
7777

passwdqc.spec

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A password/passphrase strength checking and policy enforcement toolset.
22
Name: passwdqc
3-
Version: 2.0.2
3+
Version: 2.0.3
44
Release: owl1
55
License: BSD-compatible
66
Group: System Environment/Base
@@ -77,6 +77,17 @@ rm -rf %buildroot
7777
%_mandir/man3/*
7878

7979
%changelog
80+
* Fri Jun 23 2023 Dmitry V. Levin <ldv-at-owl.openwall.com> 2.0.3-owl1
81+
- wordset_4k: Move "enroll" to the multiple spellings list (by Solar Designer)
82+
- Don't #include <endian.h> on macOS (by Solar Designer)
83+
- pwqfilter: Allow --pre-hashed after --hash* (by Solar Designer)
84+
- Add pkg-config file (by Egor Ignatov)
85+
- Makefile: add Cygwin support (by Chad Dougherty)
86+
- Remove non-existent symbols from the linker version script
87+
to fix -Wl,--no-undefined-version (by Fangrui Song)
88+
- pam_passwdqc: extend enforce=users to support chpasswd PAM service
89+
in addition to traditionally supported passwd
90+
8091
* Sun Apr 04 2021 Solar Designer <solar-at-owl.openwall.com> 2.0.2-owl1
8192
- Changes by Dmitry V. Levin:
8293
- pam_passwdqc: enhance formatting of auto-generated policy descriptions

po/ru.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Dmitry V. Levin <[email protected]>, 2021.
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: passwdqc 2.0.2\n"
11+
"Project-Id-Version: passwdqc 2.0.3\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-03-11 20:00+0000\n"
1414
"PO-Revision-Date: 2021-03-11 20:00+0000\n"

0 commit comments

Comments
 (0)