cracklib2 2.9.6-3.1 source package in Ubuntu
Changelog
cracklib2 (2.9.6-3.1) unstable; urgency=high * Non-maintainer upload. * debian/control: Add Build-dependency on dh-python to fix FTBFS when building with python support. A <!nopython> mark was also included. (Closes: #944934) -- Boyuan Yang <email address hidden> Tue, 19 Nov 2019 10:14:51 -0500
Upload details
- Uploaded by:
- Jan Dittberner
- Uploaded to:
- Sid
- Original maintainer:
- Jan Dittberner
- Architectures:
- any
- Section:
- libs
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cracklib2_2.9.6-3.1.dsc | 2.4 KiB | 8a45f286c07b2156d887d4c3ee4f43bd65087588d26e75bbc34267570648c3dd |
cracklib2_2.9.6.orig.tar.gz | 627.3 KiB | 17cf76943de272fd579ed831a1fd85339b393f8d00bf9e0d17c91e972f583343 |
cracklib2_2.9.6-3.1.debian.tar.xz | 26.3 KiB | 7f3766e78cf547f213c5315f9ed7f684114a01ec7c4c3196532e0370486bdba1 |
Available diffs
No changes file available.
Binary packages built by this source
- cracklib-runtime: runtime support for password checker library cracklib2
Run-time support programs which use the shared library in libcrack2
including programs to build the password dictionary databases used by
the functions in the shared library.
- cracklib-runtime-dbgsym: debug symbols for cracklib-runtime
- libcrack2: pro-active password checker library
Shared library for cracklib2 which contains a C function which may be
used in a passwd like program. The idea is simple: try to prevent
users from choosing passwords that could be guessed by crack by
filtering them out, at source. cracklib2 is NOT a replacement passwd
program. cracklib2 is a LIBRARY.
- libcrack2-dbgsym: debug symbols for libcrack2
- libcrack2-dev: pro-active password checker library - development files
Header files, static libraries, documentation, and symbolic links
developers using cracklib2 will need.
.
If you want to build software using cracklib2 you will need to
install this package. For developing Python based applications for
cracklib2 you need to install python3-cracklib instead.
- libcrack2-udeb: pro-active password checker library
Shared library for cracklib2 which contains a C function which may be
used in a passwd like program. The idea is simple: try to prevent
users from choosing passwords that could be guessed by crack by
filtering them out, at source.
.
This is an udeb package that can be used by the Debian installer.
- python3-cracklib: Python3 bindings for password checker library cracklib2
This package provides Python bindings for cracklib. It contains a
pythonic interface to cracklib's functions and some Python
convenience functions.
.
You should install this package if you want to use or develop Python3
applications that want to interface with cracklib2.
.
This package provides the Python3 version of cracklib2's Python binding.
- python3-cracklib-dbgsym: debug symbols for python3-cracklib