From unknown Mon Jun 23 05:58:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26754 <26754@debbugs.gnu.org> To: bug#26754 <26754@debbugs.gnu.org> Subject: Status: Add pidentd Reply-To: bug#26754 <26754@debbugs.gnu.org> Date: Mon, 23 Jun 2025 12:58:24 +0000 retitle 26754 Add pidentd reassign 26754 guix-patches submitter 26754 ng0 severity 26754 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 03 06:11:52 2017 Received: (at submit) by debbugs.gnu.org; 3 May 2017 10:11:52 +0000 Received: from localhost ([127.0.0.1]:51927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5rG5-0007VL-JO for submit@debbugs.gnu.org; Wed, 03 May 2017 06:11:52 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5rFz-0007V4-NP for submit@debbugs.gnu.org; Wed, 03 May 2017 06:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5rFt-0002oE-D7 for submit@debbugs.gnu.org; Wed, 03 May 2017 06:11:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5rFt-0002o0-9n for submit@debbugs.gnu.org; Wed, 03 May 2017 06:11:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5rFr-00028F-VY for guix-patches@gnu.org; Wed, 03 May 2017 06:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5rFo-0002iA-K1 for guix-patches@gnu.org; Wed, 03 May 2017 06:11:31 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:58664 helo=sharknado9001.pragmatique.xyz) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5rFo-0002eo-7W for guix-patches@gnu.org; Wed, 03 May 2017 06:11:28 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 6bf9acce (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 3 May 2017 10:11:14 +0000 (UTC) Date: Wed, 3 May 2017 10:11:22 +0000 From: ng0 To: guix-patches@gnu.org Subject: Add pidentd Message-ID: <20170503101122.7cpfye5ad3ccdkyc@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="dazbnhlwbny63y5k" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --dazbnhlwbny63y5k Content-Type: text/plain; charset=utf-8 Content-Disposition: inline The appended patch adds pidentd. It will need a small service to function properly. -- https://pragmatique.xyz PGP: https://people.pragmatique.xyz/ng0/ --dazbnhlwbny63y5k Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-pidentd.patch" Content-Transfer-Encoding: quoted-printable =46rom da9ee90ed392cd9def9548427799115a42de427a Mon Sep 17 00:00:00 2001 =46rom: ng0 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 =C2=A9 2016 John Darrington ;;; Copyright =C2=A9 2016 Nicolas Goaziou ;;; Copyright =C2=A9 2016 Eric Bavier -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 Arun Isaac ;;; Copyright =C2=A9 2016 Benz Schenk ;;; Copyright =C2=A9 2016, 2017 Pjotr Prins @@ -1185,3 +1185,29 @@ enabled due to license conflicts between the BSD adv= ertising clause and the GPL. ;; others under a 4-clause BSD license. Refer to the files in the sour= ce ;; 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")) + (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))) --=20 2.12.2 --dazbnhlwbny63y5k-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 03 06:43:44 2017 Received: (at 26754) by debbugs.gnu.org; 3 May 2017 10:43:44 +0000 Received: from localhost ([127.0.0.1]:51937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5rku-0008HO-Ds for submit@debbugs.gnu.org; Wed, 03 May 2017 06:43:44 -0400 Received: from 93-95-228-241.1984.is ([93.95.228.241]:34074 helo=sharknado9001.pragmatique.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5rkp-0008HD-5Y for 26754@debbugs.gnu.org; Wed, 03 May 2017 06:43:35 -0400 Received: by sharknado9001.pragmatique.xyz (OpenSMTPD) with ESMTPSA id 0e788352 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <26754@debbugs.gnu.org>; Wed, 3 May 2017 10:43:19 +0000 (UTC) Date: Wed, 3 May 2017 10:43:27 +0000 From: ng0 To: 26754@debbugs.gnu.org Subject: Re: bug#26754: Add pidentd Message-ID: <20170503104327.vlal7kn7dbkojvbh@abyayala> Mail-Followup-To: 26754@debbugs.gnu.org References: <20170503101122.7cpfye5ad3ccdkyc@abyayala> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170503101122.7cpfye5ad3ccdkyc@abyayala> X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 26754 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) 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 > 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 > ;;; Copyright © 2016 Nicolas Goaziou > ;;; Copyright © 2016 Eric Bavier > -;;; Copyright © 2016, 2017 ng0 > +;;; Copyright © 2016, 2017 ng0 > ;;; Copyright © 2016 Arun Isaac > ;;; Copyright © 2016 Benz Schenk > ;;; Copyright © 2016, 2017 Pjotr Prins > @@ -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/ From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 01 14:00:21 2017 Received: (at 26754-done) by debbugs.gnu.org; 1 Aug 2017 18:00:21 +0000 Received: from localhost ([127.0.0.1]:37205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcbSu-0007AT-Pc for submit@debbugs.gnu.org; Tue, 01 Aug 2017 14:00:20 -0400 Received: from flashner.co.il ([178.62.234.194]:36602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcbSo-00079G-Vi for 26754-done@debbugs.gnu.org; Tue, 01 Aug 2017 14:00:19 -0400 Received: from localhost (46-117-130-79.bb.netvision.net.il [46.117.130.79]) by flashner.co.il (Postfix) with ESMTPSA id E0F3840391 for <26754-done@debbugs.gnu.org>; Tue, 1 Aug 2017 18:00:02 +0000 (UTC) Date: Tue, 1 Aug 2017 21:00:00 +0300 From: Efraim Flashner To: 26754-done@debbugs.gnu.org Subject: re: Add pidentd Message-ID: <20170801180000.GO2406@macbook42.flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="UFRfxei4j9xfgtfb" Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26754-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --UFRfxei4j9xfgtfb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed, sorry it took so long --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --UFRfxei4j9xfgtfb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlmAwZgACgkQQarn3Mo9 g1F8+xAAixJ/9J6Up3sTrg80Swo/4FJQGNAXq+mtS6nPYme3TM1kgBqTXoL6aE/C xogKIGvfj76aEyNSqdbdsZwb9oeWdz5adssbHsN6QvBwPFy380UikrfnHSn99CF/ z7gZyoK1Qv0lfxyC1evS+35SYvPxCczcxGvp0V4THDMdtN0yGw1rlJXOtR4wsTIk Vgky8bDOOehEvEueJQaeWtymcAoXEmOo70OZJxd/DOYOPaNdwvJTneRcXAAYe/k6 3qnVxl1INYgQXgMysUabK76KAcrRCrdSN8zrQdiuBnggG+IDQ0fMTCmbIngpDbeA BvRwvnjYXNPaMIAFRPKd127ZrdUDQuw60tV3pmR13ibAh5viaP2rlp9sbvnCQ33M k4rkEcCT76/yaSMam/27EMYsIUACkhkDGePl6n9PYJeATtQizbkuim2yrwz9Dofi 6cpDrKFFeBXgYAMSjxfK8ZFG7jFxrBMFvpvzLKm8Ky+ITP5IWcDbvTPP2QrizMzT C/aD6JMtedKAR1QZgUZ89UifaRecgjHHV/R+thBLhqxEiWxRMBWc9vycZkJg7t0g ikNdwTxx+BefSEnbLlDDwTvkqSL4CLpiXwRCydyraFOq7VNjPXlHLmn6Arr07nt8 Bkui7rqNo/khmClGHAAGR4qSVdZxXHyOJz0t617Or8Qajq/2CxE= =M3uU -----END PGP SIGNATURE----- --UFRfxei4j9xfgtfb-- From unknown Mon Jun 23 05:58:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 30 Aug 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator