gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].
* gnu/packages/networking.scm (net-snmp): Update to 5.9. [inputs]: Add ncurses. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
c9f01b73cb
commit
dc12a37a0d
@ -2945,14 +2945,14 @@ Features:
|
|||||||
(define-public net-snmp
|
(define-public net-snmp
|
||||||
(package
|
(package
|
||||||
(name "net-snmp")
|
(name "net-snmp")
|
||||||
(version "5.8")
|
(version "5.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
|
(uri (string-append "mirror://sourceforge/net-snmp/net-snmp/"
|
||||||
version "/net-snmp-" version ".tar.gz"))
|
version "/net-snmp-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pvajzj9gmj56dmwix0ywmkmy2pglh6nny646hkm7ghfhh03bz5j"))
|
"0wb0vyafpspw3mcifkjjmf17r1r80kjvslycscb8nvaxz1k3lc04"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
@ -2999,12 +2999,15 @@ Features:
|
|||||||
" -NET")))
|
" -NET")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("libnl" ,libnl)
|
||||||
|
("ncurses" ,ncurses) ; for the ‘apps’
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("libnl" ,libnl)))
|
("perl" ,perl)))
|
||||||
;; These inputs are only needed for tests.
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("net-tools" ,net-tools)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
||||||
|
;; For tests only.
|
||||||
|
("net-tools" ,net-tools)
|
||||||
("coreutils" ,coreutils)
|
("coreutils" ,coreutils)
|
||||||
("grep" ,grep)))
|
("grep" ,grep)))
|
||||||
(home-page "http://www.net-snmp.org/")
|
(home-page "http://www.net-snmp.org/")
|
||||||
|
Loading…
Reference in New Issue
Block a user