Skip to content
Snippets Groups Projects
Unverified Commit 614defcd authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: vsftp: Apply unstaged fixes.

* gnu/packages/ftp.scm (vsftpd): Update comment.
[version]: Separate version and revision with a hyphen.
parent e04c0468
No related branches found
No related tags found
No related merge requests found
......@@ -254,14 +254,14 @@ (define-public filezilla
(properties '((upstream-name . "FileZilla")))))
(define-public vsftpd
;; Use a significantly patched CentOS variant supporting TLSv1.2, ‘email
;; passwords’, and XXX davidl: anything else?
;; Use a significantly patched CentOS variant with TLSv1.2 support and
;; further bug and security fixes.
(let ((upstream-version "3.0.3")
(centos-version "8.3.2011")
(revision "32.el8"))
(package
(name "vsftpd")
(version (string-append upstream-version "." revision))
(version (string-append upstream-version "-" revision))
(source
(origin
(method url-fetch)
......
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