#16981 closed enhancement (fixed)
cracklib-2.9.8
Reported by: | Douglas R. Reno | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (6)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 5 comment:3 by , 3 years ago
Actually the cracklib-words tarball is identical to the one for version 2.9.7:
md5sum cracklib-words*2 94e9963e4786294f7fb0f2efd7618551 cracklib-words-2.9.7.bz2 94e9963e4786294f7fb0f2efd7618551 cracklib-words-2.9.8.bz2
comment:4 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at commit 056b5965eccd52de3d258b3d15dc6514ddfe9195
Update to neon-0.32.3. Update to libwpe-1.12.3. Update to cracklib-2.9.8. Update to libsoup-3.0.8.
comment:5 by , 3 years ago
Replying to Bruce Dubbs:
Actually the cracklib-words tarball is identical to the one for version 2.9.7:
md5sum cracklib-words*2 94e9963e4786294f7fb0f2efd7618551 cracklib-words-2.9.7.bz2 94e9963e4786294f7fb0f2efd7618551 cracklib-words-2.9.8.bz2
Hmm, but I didn't see any spurious warnings without the sed.
comment:6 by , 3 years ago
v2.9.8 Correct parameter types to Debug() calls rules: Drop using register keyword remove needless use of %defattr per fedora project add exec perms translation updates Use what's in the build environment and use a current autoconf util/Makefile.am: fix link with lintl Force grep to treat the input as text when formatting word files
Note:
See TracTickets
for help on using tickets.
The sed for 'skipped' is not needed anymore, as the new
cracklib-words-2.9.8.bz2
does not contain spurious empty lines anymore.The sed for Python can be replaced with
autoreconf
, so we won't need to hardcode a line number.If upgrading from a previous version,
rm /usr/share/dict/cracklib-words
first.