cryptsetup-nuke-password (3+nmu1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 3 < 3+nmu1.
- Git: https://salsa.debian.org/pkg-security-team/cryptsetup-nuke-password.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/pkg-security-team/cryptsetup-nuke-password
- Last scan: 2022-06-28 14:22:06+00
- Next scan: 2022-07-05 10:57:00+00
- CI pipeline status: failed
- Debian changelog in Git:
cryptsetup-nuke-password (3) unstable; urgency=medium
* Initial upload to Debian. (Closes: #1004555)
* Makefile: Change `LDFLAGS` to `LDLIBS`. Ffixes compilation of crypt.c.
* crypt.c: Fix detection of invalid hashs.
* d/control:
* Bump debhelper compat version to 13.
* Bump standards-version to 4.6.0, no changes required.
-- Jonas Meurer <jonas@freesources.org> Sun, 30 Jan 2022 17:16:45 +0100
- This branch is 13 commits ahead of tag debian/2
- Git log:
commit 7dc95887feffe55c260f6c5a1eee7183577a1c70
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date: Sun Feb 6 18:20:09 2022 +0100
Drop the kali-ci.yml not used in Debian
commit dbdf055a4148bc38433d78f3cc85ae63e5c98199
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date: Sun Feb 6 18:19:48 2022 +0100
Keep my offsec email in Uploaders
commit 60db04932b3b4b6c1768bcced6cfece39d2b2965
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 17:56:54 2022 +0100
d/tests/askpass.sh: Fix loading of required kernel modules
commit 8de41ac795986b617a38f2003f8810343d606d09
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 17:18:36 2022 +0100
d/changelog: Update changelog
commit f1e7f2477387014b2181d0e706ce5bf7ecf37a12
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 17:16:27 2022 +0100
Bump standards-version to 4.6.0, no changes required
commit c2ab92766fe7a212457e30887f66c1d2ce34e5cc
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 17:16:05 2022 +0100
Bump debhelper compat version to 13
commit a9925d43ed8c4d6542cfe41fb7284c2092717b32
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 17:08:01 2022 +0100
Fix detection of invalid hashs in crypt.c
crypt(3) behaves differently for invalid salt strings depending on how
libcrypt is compiled. In some cases it returns a NULL pointer, in others
it returns an invalid hash that (according to man crypt(3)) "[...] will
be shorter than 13 characters, will begin with a ‘*’, and will not
compare equal to setting.".
So check for these criteria when validating the hash returned by
`crypt()` in crypt.c.
commit dd10b5a41c895985abeee633effdafbc807ae156
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 16:48:27 2022 +0100
Change `LDFLAGS` to `LDLIBS` in Makefile
This fixes the order of arguments to $(CC) and make crypt.c compile
again.
commit 8375084d590c880ff12df03b1e2350776319847e
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 16:36:50 2022 +0100
Add Salsa CI config file
commit 2579683a72b52b9dd20fec6f190dcd71f3145f95
Author: Jonas Meurer <jonas@freesources.org>
Date: Sun Jan 30 16:33:53 2022 +0100
Initial Debian package (migrate from Kali package)
commit 2831b65fb25f616d18125680de6a0c753034d281
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date: Fri Sep 6 12:45:36 2019 +0200
Update URL in GitLab's CI configuration file
commit f7af8e2b1a039c332982f206822219afa1affff3
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date: Fri Sep 6 12:45:36 2019 +0200
Configure git-buildpackage for Kali
commit 6d89922d0b61d49b894ed57fa01a8763442f6cb1
Author: Raphaël Hertzog <raphael@offensive-security.com>
Date: Fri Jul 19 19:01:18 2019 +0200
Add GitLab's CI configuration file