Archived
1
0
Fork 0

gnu: lynx: Update to 2.9.1.

* gnu/packages/web-browsers.scm (lynx): Update to 2.9.1.

Change-Id: I855e1ead2ab04fa129c3a8bc1ee68d158d3a022c
This commit is contained in:
Eric Bavier 2024-04-24 00:00:38 -05:00
parent d115af1bcc
commit db8626124b
No known key found for this signature in database
GPG key ID: BC45CA67E2F8D007

View file

@ -282,7 +282,7 @@ and the GTK+ toolkit.")
(define-public lynx (define-public lynx
(package (package
(name "lynx") (name "lynx")
(version "2.9.0dev.12") (version "2.9.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -290,7 +290,7 @@ and the GTK+ toolkit.")
"/lynx" version ".tar.bz2")) "/lynx" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1rg8dqafq8ray37s0w855mahq7ywfb4qa4h5q676sxq0klamnid6")))) "1i9r2g2aa6np6pll4iqk9m8rmkiiam85m4jp6zgkbx0dq8i9pnx6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config perl)) (native-inputs (list pkg-config perl))
(inputs (list ncurses (inputs (list ncurses
@ -337,8 +337,6 @@ ftp, wais, nntp, finger, or cso/ph/qi servers.
Lynx can be used to access information on the WWW, or to build information Lynx can be used to access information on the WWW, or to build information
systems intended primarily for local access.") systems intended primarily for local access.")
(home-page "https://lynx.invisible-island.net/") (home-page "https://lynx.invisible-island.net/")
;; This was fixed in 2.8.9dev.10.
(properties `((lint-hidden-cve . ("CVE-2016-9179"))))
(license license:gpl2))) (license license:gpl2)))
(define-public kristall (define-public kristall