[PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Rene
Owner
unassigned
Submitted by
Rene
Severity
normal

Debbugs page

Rene wrote 6 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
1sy9SYWJdK8_v3ZIhaFTIkNHZvx-nI0I3wtuU5qJRm_y1pDk9USbYRJmh3GsKPKCP_VMs_BEIZsDyhshTRby1rf8Cb_6jI_UiZr-0u3HV5U=@protonmail.com
Hello,
this patch updates the libfilezilla package to version 0.15.1.

Thank you
Rene
Attachment: file
From faf19d281b7b32441eaa1593de31c822171f0e08 Mon Sep 17 00:00:00 2001
From: Rene <pacoon@protonmail.com>
Date: Wed, 5 Dec 2018 08:16:34 +0100
Subject: [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.15.1.
[inputs]: Add nettle.
---
gnu/packages/ftp.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index b9c6d209b..6c4efa145 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -170,7 +170,7 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
- (version "0.14.0")
+ (version "0.15.1")
(source
(origin
(method url-fetch)
@@ -178,11 +178,13 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "15cfz98asypf9rfybv4c6kx8nk3wak7qlm1azldc0gd1nqm4xqvz"))))
+ "17zlhw5b1a7jzh50cbpy2is3sps5lnzch5yf9qm7mwrviw9c8j10"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)
("pkg-config" ,pkg-config)))
+ (inputs
+ `(("nettle" ,nettle)))
(home-page "https://lib.filezilla-project.org")
(synopsis "Cross-platform C++ library used by Filezilla client")
(description
--
2.19.1
Leo Famulari wrote 6 years ago
(name . Rene)(address . pacoon@protonmail.com)(address . 33627-done@debbugs.gnu.org)
20181205195452.GB22690@jasmine.lan
On Wed, Dec 05, 2018 at 03:17:09PM +0000, Rene wrote:
Toggle quote (14 lines)
> Hello,
> this patch updates the libfilezilla package to version 0.15.1.
>
> Thank you
> Rene

> From faf19d281b7b32441eaa1593de31c822171f0e08 Mon Sep 17 00:00:00 2001
> From: Rene <pacoon@protonmail.com>
> Date: Wed, 5 Dec 2018 08:16:34 +0100
> Subject: [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.
>
> * gnu/packages/ftp.scm (libfilezilla): Update to 0.15.1.
> [inputs]: Add nettle.

Thanks! Pushed as 07df80d19569199a6826c1c01d755d7b4aa757c1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlwILQwACgkQJkb6MLrK
fwh10BAAmR0+ktphVJV6m3VXBaUd6Abv8hCUFjYDMSsvCrss6j/kY04oh2jiWetH
DGs73q3+zKsAaDZY607Oe8U//bbfhbTIl81yn8XXi8Fub3dQKwzrILnDjCsBcivC
+NWq5rMMrOxXoiqaHTDsm3pmamIx46sN9Fz8/RqXQJp2dEh0EZtOLttVbzGCN8Ae
SvVtp/GvSVQv60xxmSC5g7JymnXxiCWjhgf2P8sPBkQaPfMucoFSHZ8Cy69TwXq7
/uzmf5YAIk9D4KiI8oiXm3opqc4tHxi1TXP7la7umR0/euu+Ht63NbiuQyHYUb9n
PYcGB6GXifn+FiIfRtpgogtyLwvu0lGJXXp3dpi8yZX5JekUum9Bsfd2eMHMBE62
pk0fHLQZxrpqpfmPNgzelI+0fko/ueFg33IMPJFLnbhPamNKT102FG0gvjxpkFv4
LWubExpJSIb4mzf8a8/lwr6pUvdG67m9xNtbUClt4Eg1NkO48Z+PwpzS71qlEGHs
Xmzd7gTGuK38KzmYorsPxbDqdvwpchEAuHgnWLa4TREGAKOl2Ik3wkprYZhrFPWi
NvuQECyp8D5rzKH+sYJ+wxlpDDZxWZNAO3cb90cBlE4RiFRxHQQgQ61Hr6TEWLGQ
Z60PuX/e//JXMsXmZhRxBJzb2LGfsrFo/903VrnY+nnbmbauyrM=
=41s4
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33627@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33627
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help