gnu: vsftp: Apply unstaged fixes.
* gnu/packages/ftp.scm (vsftpd): Update comment. [version]: Separate version and revision with a hyphen.
This commit is contained in:
parent
e04c04683b
commit
614defcd76
1 changed files with 3 additions and 3 deletions
|
|
@ -254,14 +254,14 @@ directory comparison and more.")
|
||||||
(properties '((upstream-name . "FileZilla")))))
|
(properties '((upstream-name . "FileZilla")))))
|
||||||
|
|
||||||
(define-public vsftpd
|
(define-public vsftpd
|
||||||
;; Use a significantly patched CentOS variant supporting TLSv1.2, ‘email
|
;; Use a significantly patched CentOS variant with TLSv1.2 support and
|
||||||
;; passwords’, and XXX davidl: anything else?
|
;; further bug and security fixes.
|
||||||
(let ((upstream-version "3.0.3")
|
(let ((upstream-version "3.0.3")
|
||||||
(centos-version "8.3.2011")
|
(centos-version "8.3.2011")
|
||||||
(revision "32.el8"))
|
(revision "32.el8"))
|
||||||
(package
|
(package
|
||||||
(name "vsftpd")
|
(name "vsftpd")
|
||||||
(version (string-append upstream-version "." revision))
|
(version (string-append upstream-version "-" revision))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
|
||||||
Reference in a new issue