* [bug#54009] [PATCH 0/2] Update FileZilla
@ 2022-02-15 13:33 Jai Vetrivelan
2022-02-15 13:37 ` [bug#54009] [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0 Jai Vetrivelan
2022-02-15 13:37 ` [bug#54009] [PATCH 2/2] gnu: filezilla: Update to 3.58.0 Jai Vetrivelan
0 siblings, 2 replies; 4+ messages in thread
From: Jai Vetrivelan @ 2022-02-15 13:33 UTC (permalink / raw)
To: 54009
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0000-cover-letter.patch --]
[-- Type: text/patch, Size: 556 bytes --]
From 95709c3177192a46dd1d42460d489d457cd9b794 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 15 Feb 2022 18:57:33 +0530
Subject: [PATCH 0/2] Update FileZilla
This patch series updates the library libfilezilla and it's dependent package,
filezilla to their latest versions. Compiles successfully on Guix System (x86_64).
Jai Vetrivelan (2):
gnu: libfilezilla: Update to 0.36.0.
gnu: filezilla: Update to 3.58.0.
gnu/packages/ftp.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
2.34.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#54009] [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0.
2022-02-15 13:33 [bug#54009] [PATCH 0/2] Update FileZilla Jai Vetrivelan
@ 2022-02-15 13:37 ` Jai Vetrivelan
2022-02-15 14:24 ` bug#54009: " Nicolas Goaziou
2022-02-15 13:37 ` [bug#54009] [PATCH 2/2] gnu: filezilla: Update to 3.58.0 Jai Vetrivelan
1 sibling, 1 reply; 4+ messages in thread
From: Jai Vetrivelan @ 2022-02-15 13:37 UTC (permalink / raw)
To: 54009
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-libfilezilla-Update-to-0.36.0.patch --]
[-- Type: text/patch, Size: 1126 bytes --]
From b5cf234bd6ecce137f630968167c271ae18f7c47 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 15 Feb 2022 18:55:56 +0530
Subject: [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.36.0.
---
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 3d44364918..006fa64cc0 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -173,14 +173,14 @@ (define-public weex
(define-public libfilezilla
(package
(name "libfilezilla")
- (version "0.35.0")
+ (version "0.36.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
- (base32 "1s1a165kc1gkdmhzmvm91ddj3cbxmh7s27fwfgm921ixrq6m3qpf"))))
+ (base32 "0wm8acwbrsblilfwj5asxr26gy8grg175j91df1bryz7xlc1q9y0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.34.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#54009] [PATCH 2/2] gnu: filezilla: Update to 3.58.0.
2022-02-15 13:33 [bug#54009] [PATCH 0/2] Update FileZilla Jai Vetrivelan
2022-02-15 13:37 ` [bug#54009] [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0 Jai Vetrivelan
@ 2022-02-15 13:37 ` Jai Vetrivelan
1 sibling, 0 replies; 4+ messages in thread
From: Jai Vetrivelan @ 2022-02-15 13:37 UTC (permalink / raw)
To: 54009
[-- Attachment #1: 0002-gnu-filezilla-Update-to-3.58.0.patch --]
[-- Type: text/patch, Size: 1518 bytes --]
From 95709c3177192a46dd1d42460d489d457cd9b794 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 15 Feb 2022 18:56:54 +0530
Subject: [PATCH 2/2] gnu: filezilla: Update to 3.58.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.58.0.
---
gnu/packages/ftp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 006fa64cc0..cf6cdb630f 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -213,14 +214,14 @@ (define-public libfilezilla
(define-public filezilla
(package
(name "filezilla")
- (version "3.57.0")
+ (version "3.58.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "1iwrr08rik0afaxf88bghw2fw97ia8wlcsrm94jh24yafxq6rgw2"))))
+ (base32 "122x72rvd178y2rffvidyvzr33kf325q2rk4l2x44xqzw1r7zznh"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.
--
2.34.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#54009: [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0.
2022-02-15 13:37 ` [bug#54009] [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0 Jai Vetrivelan
@ 2022-02-15 14:24 ` Nicolas Goaziou
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2022-02-15 14:24 UTC (permalink / raw)
To: Jai Vetrivelan; +Cc: 54009-done
Hello,
Jai Vetrivelan <jaivetrivelan@gmail.com> writes:
> * gnu/packages/ftp.scm (libfilezilla): Update to 0.36.0.
Applied both patches. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-15 14:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-15 13:33 [bug#54009] [PATCH 0/2] Update FileZilla Jai Vetrivelan
2022-02-15 13:37 ` [bug#54009] [PATCH 1/2] gnu: libfilezilla: Update to 0.36.0 Jai Vetrivelan
2022-02-15 14:24 ` bug#54009: " Nicolas Goaziou
2022-02-15 13:37 ` [bug#54009] [PATCH 2/2] gnu: filezilla: Update to 3.58.0 Jai Vetrivelan
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.