[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49859] [PATCH 1/6] gnu: Remove pidentd.
From: |
Leo Famulari |
Subject: |
[bug#49859] [PATCH 1/6] gnu: Remove pidentd. |
Date: |
Tue, 3 Aug 2021 21:20:44 -0400 |
As discussed in <https://bugs.gnu.org/46602>, pidentd does not support a
current release of OpenSSL, and there does not seem to be any activity
upstream to improve that.
* gnu/packages/networking.scm (pidentd): Remove variable.
---
gnu/packages/networking.scm | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 05fd092b23..212d4eac2f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2595,33 +2595,6 @@ enabled due to license conflicts between the BSD
advertising clause and the GPL.
;; distribution for clarification.
(license (list license:bsd-3 license:bsd-4))))
-(define-public pidentd
- (package
- (name "pidentd")
- (version "3.0.19")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ptrrkssn/pidentd")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1k4rr0b4ygxssbnsykzjvz4hjhazzz4j5arlilyc1iq7b1wzsk7i"))))
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f)) ; No tests are included
- (inputs
- `(("openssl" ,openssl-1.0))) ;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 an 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)))
-
(define-public spiped
(package
(name "spiped")
--
2.32.0
- [bug#49859] [PATCH] gnu: Remove dillo., Leo Famulari, 2021/08/03
- [bug#49859] [PATCH 1/6] gnu: Remove pidentd.,
Leo Famulari <=
- [bug#49859] [PATCH 2/6] gnu: Remove cadaver., Leo Famulari, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Leo Famulari, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Julien Lepiller, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Leo Famulari, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Julien Lepiller, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Leo Famulari, 2021/08/03
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Leo Famulari, 2021/08/04
- [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot., Efraim Flashner, 2021/08/05
- [bug#49859] Remove packages that depend on unsupported old OpenSSL releases, Ludovic Courtès, 2021/08/11
- [bug#49859] Remove packages that depend on unsupported old OpenSSL releases, Giovanni Biscuolo, 2021/08/11