GNU bug report logs - #26754
Add pidentd

Previous Next

Package: guix-patches;

Reported by: ng0 <ng0 <at> pragmatique.xyz>

Date: Wed, 3 May 2017 10:12:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 26754 in the body.
You can then email your comments to 26754 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#26754; Package guix-patches. (Wed, 03 May 2017 10:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ng0 <ng0 <at> pragmatique.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 May 2017 10:12:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> pragmatique.xyz>
To: guix-patches <at> gnu.org
Subject: Add pidentd
Date: Wed, 3 May 2017 10:11:22 +0000
[Message part 1 (text/plain, inline)]
The appended patch adds pidentd.

It will need a small service to function properly.
-- 
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/
[0001-gnu-Add-pidentd.patch (text/plain, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#26754; Package guix-patches. (Wed, 03 May 2017 10:44:02 GMT) Full text and rfc822 format available.

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

From: ng0 <ng0 <at> pragmatique.xyz>
To: 26754 <at> debbugs.gnu.org
Subject: Re: bug#26754: Add pidentd
Date: Wed, 3 May 2017 10:43:27 +0000
ng0 transcribed 2.7K bytes:
> The appended patch adds pidentd.
> 
> It will need a small service to function properly.
> -- 
> https://pragmatique.xyz
> PGP: https://people.pragmatique.xyz/ng0/

> From da9ee90ed392cd9def9548427799115a42de427a Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> no-reply.pragmatique.xyz>
> Date: Sun, 30 Apr 2017 19:09:00 +0000
> Subject: [PATCH] gnu: Add pidentd.
> 
> * gnu/packages/networking.scm (pidentd): New variable.
> ---
>  gnu/packages/networking.scm | 28 +++++++++++++++++++++++++++-
>  1 file changed, 27 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 3182443c1..11fe81dff 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -8,7 +8,7 @@
>  ;;; Copyright © 2016 John Darrington <jmd <at> gnu.org>
>  ;;; Copyright © 2016 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
>  ;;; Copyright © 2016 Eric Bavier <bavier <at> member.fsf.org>
> -;;; Copyright © 2016, 2017 ng0 <ng0 <at> libertad.pw>
> +;;; Copyright © 2016, 2017 ng0 <ng0 <at> no-reply.pragmatique.xyz>
>  ;;; Copyright © 2016 Arun Isaac <arunisaac <at> systemreboot.net>
>  ;;; Copyright © 2016 Benz Schenk <benz.schenk <at> uzh.ch>
>  ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix <at> thebird.nl>
> @@ -1185,3 +1185,29 @@ enabled due to license conflicts between the BSD advertising clause and the GPL.
>      ;; others under a 4-clause BSD license. Refer to the files in the source
>      ;; distribution for clarification.
>      (license (list license:bsd-3 license:bsd-4))))
> +
> +(define-public pidentd
> +  (package
> +    (name "pidentd")
> +    (version "3.0.19")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "https://github.com/ptrrkssn/pidentd/archive/"
> +                           "v" version ".tar.gz"))

This used to be hosted on the ftp of lysator.liu.se, but I didn't reach
a source there (directory deleted).

> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "0y3kd1bkydqkpc1qdff24yswysamsqivvadjy0468qri5730izgc"))))
> +    (build-system gnu-build-system)
> +    (arguments
> +     `(#:tests? #f)) ; No tests are included
> +    (inputs
> +     `(("openssl" ,openssl))) ; For the DES library
> +    (home-page "https://www.lysator.liu.se/~pen/pidentd/")
> +    (synopsis "Small Ident Daemon")
> +    (description
> +     "@dfn{Pidentd} (Peter's Ident Daemon) is a identd, which implements a
> +identification server.  Pidentd looks up specific TCP/IP connections and
> +returns the user name and other information about the connection.")
> +    (license license:public-domain)))
> -- 
> 2.12.2
> 


-- 
https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 01 Aug 2017 18:01:02 GMT) Full text and rfc822 format available.

Notification sent to ng0 <ng0 <at> pragmatique.xyz>:
bug acknowledged by developer. (Tue, 01 Aug 2017 18:01:03 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 26754-done <at> debbugs.gnu.org
Subject: re: Add pidentd
Date: Tue, 1 Aug 2017 21:00:00 +0300
[Message part 1 (text/plain, inline)]
Patch pushed, sorry it took so long

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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