GNU bug report logs - #63966
[PATCH] gnu: Add passwdqc.

Previous Next

Package: guix-patches;

Reported by: flabbergasted <flabbergasted <at> nofog.net>

Date: Fri, 9 Jun 2023 04:10:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63966 in the body.
You can then email your comments to 63966 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63966; Package guix-patches. (Fri, 09 Jun 2023 04:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to flabbergasted <flabbergasted <at> nofog.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 09 Jun 2023 04:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: flabbergasted <flabbergasted <at> nofog.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add passwdqc.
Date: Thu, 8 Jun 2023 22:11:03 +0100
---
 gnu/packages/password-utils.scm | 38 +++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 74e465d..f52c106 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -476,6 +476,44 @@ (define-public libpwquality
 random passwords that pass the checks.")
     (license license:gpl2+)))
 
+(define-public passwdqc
+  (package
+    (name "passwdqc")
+    (version "2.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://www.openwall.com/passwdqc/" name
+                                  "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1aq40v5094bhnj86v4i2nmqkybmzzp20q7jb92jgc860cibm07zz"))))
+    (build-system gnu-build-system)
+    (arguments
+     (list #:make-flags #~(list (string-append "CC="
+                                               #$(cc-for-target))
+                                (string-append "DESTDIR="
+                                               #$output)
+                                "BINDIR=/bin"
+                                "DEVEL_LIBDIR=/lib"
+                                "SHARED_LIBDIR_REL=."
+                                "INCLUDEDIR=/include"
+                                "MANDIR=/share/man"
+                                (string-append "LDFLAGS=-Wl,-rpath="
+                                               #$output "/lib"))
+           #:phases #~(modify-phases %standard-phases
+                        (delete 'configure)) ;no configure script
+           #:tests? #f)) ;no tests provided
+    (inputs (list linux-pam))
+    (home-page "https://www.openwall.com/passwdqc/")
+    (synopsis
+     "Password/passphrase strength checking and policy enforcement toolset")
+    (description
+     "Passwdqc is a password/passphrase strength checking and policy enforcement
+     toolset, including an optional PAM module (pam_passwdqc), command-line programs
+     (pwqcheck, pwqfilter, and pwqgen), and a library (libpasswdqc).")
+    (license (list license:bsd-3 ;manual pages
+                   license:bsd-1)))) ; code
+
 (define-public assword
   (package
     (name "assword")

base-commit: 872b2487451c39020a78ed3227992fb02a7ed5e5
-- 
2.40.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 05 Jul 2023 22:52:01 GMT) Full text and rfc822 format available.

Notification sent to flabbergasted <flabbergasted <at> nofog.net>:
bug acknowledged by developer. (Wed, 05 Jul 2023 22:52:02 GMT) Full text and rfc822 format available.

Message #10 received at 63966-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: flabbergasted <flabbergasted <at> nofog.net>
Cc: 63966-done <at> debbugs.gnu.org
Subject: Re: [bug#63966] [PATCH] gnu: Add passwdqc.
Date: Thu, 06 Jul 2023 00:50:55 +0200
Hello,

> +(define-public passwdqc

I wrote a proper commit message, fixed indentation, and applied your
patch. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Aug 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.