From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by sourceware.org (Postfix) with ESMTPS id 272103857342 for ; Sun, 23 Oct 2022 17:43:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 272103857342 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: by mail-oi1-x22e.google.com with SMTP id w74so8842817oie.0 for ; Sun, 23 Oct 2022 10:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=HEBjgt9rNYjoVy5eyx3g/okZyfE8515xYF0QnSieL14=; b=UY5KFs2rBWeBTVGD5kEbsfhGryG1b6lyv7Hga7hx8pB9ZWeWAnImRolnaEhP7BtQP+ OmGD9mpdbfaJEX6dw8wvaPMK+ldnuPRLvXSCoz+Sxc+n80Q9C60IGDD2CZOzFy/RjD4X qPlQAVBrXuL5etOqYVFFb+D9QVxV+fHzNkka0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=HEBjgt9rNYjoVy5eyx3g/okZyfE8515xYF0QnSieL14=; b=s4glNEwvFQhKYlTOzXvZGo+CAijLin3nBpcP+zKweyZIUNdrKUt0qEjxb5l1dWUUJL 7G3z5UEyJshw1/oC1b1DuUEF/6CUErUl8VLUlgselALcPi3gI1xneubIFlycFfFoccsX gVZw8XrDpC4MwBwp1e4u+xVZQH30cxlwrAiySGAX9KdkUwPogVlBX0BoGLDh22vyKi3b IcnRrQlUyXYGEma2OXprNu2ZRaMyk/EtATaKeG5PKK0z1e/j82lAiiLkntO0B/PRqrtt 24cLyQ1DRhEErTQGZ9Hw7Kh6AIi9DmwcI/Fx12G6lcXVnQH5K66uijeBsQRuUAQYOOay 5KWg== X-Gm-Message-State: ACrzQf35El0Br9jIQG/OnHkdCxYneAL7Lu0XFjwCZAiJwDlTPVdmb0f9 k1+BuIKs5DCQs1dTdWT2k0v2aXXJeEyKzFB5BTBFJ055cRg= X-Google-Smtp-Source: AMsMyM7xPDolFskWZCHwHhyJSM/Ob81fpS3l/tfpokOPVPTklMypLjvCe817NGkWGgaNbI+ck4YWrVOejCEnSP1HCaw= X-Received: by 2002:a05:6808:14d5:b0:355:1b83:8464 with SMTP id f21-20020a05680814d500b003551b838464mr24113691oiw.206.1666547009495; Sun, 23 Oct 2022 10:43:29 -0700 (PDT) MIME-Version: 1.0 References: <5b094255-37c5-1662-a810-c60972c44f5c@acm.org> In-Reply-To: <5b094255-37c5-1662-a810-c60972c44f5c@acm.org> From: Adam Dinwoodie Date: Sun, 23 Oct 2022 18:42:53 +0100 Message-ID: Subject: Re: [ITP] passwdqc 2.0.2 To: "cygwin-apps@cygwin.com" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sat, 22 Oct 2022 at 00:06, Chad Dougherty wrote: > > Hello, > > I'm interested in becoming a package maintainer for passwdqc: > https://www.openwall.com/passwdqc/ > > > > .hint and .cygport files are attached and can also be found here along > with built packages: > https://github.com/crd477/passwdqc-cygport Mostly looks good to me, but I think there are a couple of errors: - etc/passwdqc.conf and usr/share/man/man5/passwdqc.conf.5.gz look to me like they belong in the libpasswdqc0 package - The usr/share/man/man3/passwdqc_* man pages are all empty To be clear, I've not actually tested the function of the package, just the build process and output.