gnu: sslh: Update to 1.20.

* gnu/packages/networking.scm (sslh): Update to 1.20.
[native-inputs]: Add perl-conf-libconfig. Remove valgrind.
[arguments]: Re-indent.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-14 16:26:10 +01:00
parent 98580bd93a
commit 2fe29c8490
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 20 additions and 20 deletions

View File

@ -1226,7 +1226,7 @@ library remains flexible, portable, and easily embeddable.")
(define-public sslh
(package
(name "sslh")
(version "1.19c")
(version "1.20")
(source
(origin
(method git-fetch)
@ -1235,16 +1235,16 @@ library remains flexible, portable, and easily embeddable.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "14x3n25n9md0sw8cda9m5bd8r96xpw1vdkapklw4mxgfcz1k2kxq"))))
(base32 "18zhkqlwfh6f5dg1a41a4p7p9g94dgb9nwls1ksy9r5yz174i2fx"))))
(build-system gnu-build-system)
(native-inputs
`(;; Test dependencies.
("lcov" ,lcov)
("perl" ,perl)
("perl-conf-libconfig" ,perl-conf-libconfig)
("perl-io-socket-inet6" ,perl-io-socket-inet6)
("perl-socket6" ,perl-socket6)
("psmisc" ,psmisc)
("valgrind" ,valgrind)))
("psmisc" ,psmisc))) ; for killall
(inputs
`(("libcap" ,libcap)
("libconfig" ,libconfig)