Skip to content
Snippets Groups Projects
Unverified Commit 6edc1579 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: tcpdump: Fetch source from tcpdump.org.

* gnu/packages/admin.scm (tcpdump)[source]: Remove temporary alternate URL.
parent 416c57f0
No related branches found
No related tags found
No related merge requests found
...@@ -636,18 +636,8 @@ (define-public tcpdump ...@@ -636,18 +636,8 @@ (define-public tcpdump
(version "4.9.0") (version "4.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; We use this Debian URL while the upstream URL is still (uri (string-append "http://www.tcpdump.org/release/tcpdump-"
;; officially private. This is the result of a botched version ".tar.gz"))
;; coordinated release of tcpdump 4.9.0. I verified with
;; the tcpdump maintainers that the upstream URL provides
;; the same data as this Debian URL.
(uri
(list
(string-append "http://http.debian.net/debian/pool/main/t/"
name "/" name "_" version ".orig.tar.gz")
(string-append "http://www.tcpdump.org/release/tcpdump-"
version ".tar.gz")))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pjsxsy8l71i813sa934cwf1ryp9xbr7nxwsvnzavjdirchq3sga")))) "0pjsxsy8l71i813sa934cwf1ryp9xbr7nxwsvnzavjdirchq3sga"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment