Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libfilezilla: update to 0.44.0; filezilla: update to 3.65.0
@ 2023-07-17 17:55 cinerea0
  2023-07-18 14:24 ` cinerea0
  2023-07-18 14:24 ` [PR PATCH] [Closed]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-17 17:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages filezilla
https://github.com/void-linux/void-packages/pull/45088

libfilezilla: update to 0.44.0; filezilla: update to 3.65.0
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/45088.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-filezilla-45088.patch --]
[-- Type: text/x-diff, Size: 3478 bytes --]

From 53f936bdc668dd8427e51bf220a4ac6114432030 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 17 Jul 2023 13:51:31 -0400
Subject: [PATCH 1/2] libfilezilla: update to 0.44.0

---
 common/shlibs                 | 2 +-
 srcpkgs/libfilezilla/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3cd47fb4f486..23c9adb2dd31 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2631,7 +2631,7 @@ libhwloc.so.15 libhwloc-2.0.4_1
 libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
 libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1
 libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1
-libfilezilla.so.36 libfilezilla-0.42.2_1
+libfilezilla.so.40 libfilezilla-0.44.0_1
 libtommath.so.1 libtommath-1.0_1
 libKF5ItemViews.so.5 kitemviews-5.26.0_1
 libunicorn.so.1 unicorn-1.0_1
diff --git a/srcpkgs/libfilezilla/template b/srcpkgs/libfilezilla/template
index 617cd0caffc0..3f14afac2e55 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,7 +1,7 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.42.2
+version=0.44.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://lib.filezilla-project.org/"
 changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4f9981a171919d3f3f4742fd50c0265947e67c531aff66fa46c7511a2629ce91
+checksum=2a8f57a06b52f6413b47d6a5dfbe7e9e31c84cc0784076f2f7e395232b0bd461
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

From 0c827f43094553fe646b2c827b25acc2760e36a5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 17 Jul 2023 13:51:49 -0400
Subject: [PATCH 2/2] filezilla: update to 3.65.0

---
 srcpkgs/filezilla/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index 6ea5a0579864..a8d1338d37e7 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,13 +1,13 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.64.0
+version=3.65.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
  --with-wx-config=wx-config-gtk3"
 hostmakedepends="gettext pkg-config"
 makedepends="gnutls-devel pugixml-devel dbus-devel libidn-devel sqlite-devel
- gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel"
+ gtk+3-devel wxWidgets-gtk3-devel xdg-utils libfilezilla-devel boost-devel"
 depends="xdg-utils hicolor-icon-theme desktop-file-utils"
 short_desc="Fast and reliable FTP, FTPS and SFTP client"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://filezilla-project.org"
 changelog="https://svn.filezilla-project.org/filezilla/FileZilla3/trunk/NEWS?view=co"
 distfiles="https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.xz"
-checksum=813d184d54984cf0fb27a455423089070e273b2ef8a70cb613e741170edf479a
+checksum=d2bce4dbaa80fe035836db19441e90befcbabdef5556e9a4b3d4dd233638bdea
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libfilezilla: update to 0.44.0; filezilla: update to 3.65.0
  2023-07-17 17:55 [PR PATCH] libfilezilla: update to 0.44.0; filezilla: update to 3.65.0 cinerea0
@ 2023-07-18 14:24 ` cinerea0
  2023-07-18 14:24 ` [PR PATCH] [Closed]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-18 14:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45088#issuecomment-1640330065

Comment:
Feels great to get overridden by a maintainer who doesn't check open PRs!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: libfilezilla: update to 0.44.0; filezilla: update to 3.65.0
  2023-07-17 17:55 [PR PATCH] libfilezilla: update to 0.44.0; filezilla: update to 3.65.0 cinerea0
  2023-07-18 14:24 ` cinerea0
@ 2023-07-18 14:24 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-18 14:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

There's a closed pull request on the void-packages repository

libfilezilla: update to 0.44.0; filezilla: update to 3.65.0
https://github.com/void-linux/void-packages/pull/45088

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-18 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17 17:55 [PR PATCH] libfilezilla: update to 0.44.0; filezilla: update to 3.65.0 cinerea0
2023-07-18 14:24 ` cinerea0
2023-07-18 14:24 ` [PR PATCH] [Closed]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).