[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: endlessh: Update to 1.1.
From: |
guix-commits |
Subject: |
01/15: gnu: endlessh: Update to 1.1. |
Date: |
Sun, 16 Feb 2020 23:29:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 63b148f70fa1292a4983fcc787792f7ff517b9f4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 23:12:04 2020 +0100
gnu: endlessh: Update to 1.1.
* gnu/packages/ssh.scm (endlessh): Update to 1.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
---
gnu/packages/ssh.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index d203bb1..8acc7ce 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -769,23 +769,24 @@ of existing remote shell facilities such as SSH.")
(define-public endlessh
(package
(name "endlessh")
- (version "1.0")
+ (version "1.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/skeeto/endlessh/releases/"
- "download/" version "/endlessh-" version
".tar.xz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/skeeto/endlessh.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0hhsr65hzrcb7ylskmxyr92svzndhks8hqzn8hvg7f7j89rkvq5k"))))
+ (base32 "0ziwr8j1frsp3dajr8h5glkm1dn5cci404kazz5w1jfrp0736x68"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
"CC=gcc")
- #:tests? #f ; no test target
+ #:tests? #f ; no test target
#:phases
(modify-phases %standard-phases
- (delete 'configure)))) ; no configure script
+ (delete 'configure)))) ; no configure script
(home-page "https://github.com/skeeto/endlessh")
(synopsis "SSH tarpit that slowly sends an endless banner")
(description
- branch master updated (8b9cad0 -> 52beda0), guix-commits, 2020/02/16
- 02/15: gnu: openssh: Don't use NAME in source URI., guix-commits, 2020/02/16
- 01/15: gnu: endlessh: Update to 1.1.,
guix-commits <=
- 03/15: gnu: openssh: Update to 8.2p1., guix-commits, 2020/02/16
- 06/15: gnu: python2-munkres: Use HTTPS home page., guix-commits, 2020/02/16
- 05/15: gnu: python-blinker: Use HTTPS home page., guix-commits, 2020/02/16
- 07/15: gnu: sbcl-trivial-gray-streams: Use HTTPS home page., guix-commits, 2020/02/16
- 08/15: gnu: guile-present: Use HTTPS home page., guix-commits, 2020/02/16
- 04/15: gnu: hlint: Update home page., guix-commits, 2020/02/16
- 10/15: gnu: libgig: Use HTTPS home page., guix-commits, 2020/02/16
- 09/15: gnu: java-commons-exec: Use HTTPS home page., guix-commits, 2020/02/16
- 11/15: gnu: newlib: Use HTTPS home page., guix-commits, 2020/02/16
- 14/15: gnu: gcompris-qt: Update to 0.98., guix-commits, 2020/02/16