me
/
guix
Archived
1
0
Fork 0

gnu: vsftp: Apply unstaged fixes.

* gnu/packages/ftp.scm (vsftpd): Update comment.
[version]: Separate version and revision with a hyphen.
master
Tobias Geerinckx-Rice 2021-03-30 22:33:59 +02:00
parent e04c04683b
commit 614defcd76
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -254,14 +254,14 @@ directory comparison and more.")
(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)