guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/26: gnu: vsftpd: Update to 3.0.5.


From: guix-commits
Subject: 13/26: gnu: vsftpd: Update to 3.0.5.
Date: Fri, 3 Sep 2021 17:27:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit be85c89023aa3828fdb182ce165f12ca6e1f2111
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 18:21:56 2021 +0200

    gnu: vsftpd: Update to 3.0.5.
    
    * gnu/packages/ftp.scm (vsftpd): Update to 3.0.5.
---
 gnu/packages/ftp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 81dc58d..b3b0068 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -260,14 +260,14 @@ directory comparison and more.")
 (define-public vsftpd
   (package
     (name "vsftpd")
-    (version "3.0.4")
+    (version "3.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://security.appspot.com/downloads/";
                            "vsftpd-" version ".tar.gz"))
        (sha256
-        (base32 "09kap2qsd80m0x80jv5224x002x2jkr584dksppcv9p84yyj353b"))))
+        (base32 "1lwipiq8q9qzvwv6f418fbvagpz0p6v0jjplkvcsc2sb8np05di6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]