Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla
@ 2023-10-12  1:59 cinerea0
  2023-10-15  8:00 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2023-10-12  1:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 430 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/46628

libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 34142dc95c332b141e257694b9e3a8f0ac9b71c1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 11 Oct 2023 21:47:39 -0400
Subject: [PATCH 1/2] libfilezilla: update to 0.45.0

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

diff --git a/common/shlibs b/common/shlibs
index 45b8c2996ba35..0f4d5ee5ff847 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2572,7 +2572,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.40 libfilezilla-0.44.0_1
+libfilezilla.so.41 libfilezilla-0.45.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 a0685c505b46d..d37802b7a2c87 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.44.0
+version=0.45.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
@@ -12,8 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=2a8f57a06b52f6413b47d6a5dfbe7e9e31c84cc0784076f2f7e395232b0bd461
+distfiles="https://download.filezilla-project.org/libfilezilla/libfilezilla-${version}.tar.xz"
+checksum=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f
 
 libfilezilla-devel_package() {
 	short_desc+=" - development files"

From 0927290f8f597aa126eefafe377e1f6e4d43a998 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 11 Oct 2023 21:48:02 -0400
Subject: [PATCH 2/2] filezilla: revbump for new libfilezilla

---
 srcpkgs/filezilla/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index ec52592f23d16..ebac028ae1a4b 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,7 +1,7 @@
 # Template file for 'filezilla'
 pkgname=filezilla
 version=3.65.0
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
  --with-wx-config=wx-config-gtk3"

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

* Re: [PR PATCH] [Merged]: libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla
  2023-10-12  1:59 [PR PATCH] libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla cinerea0
@ 2023-10-15  8:00 ` Hoshpak
  0 siblings, 0 replies; 2+ messages in thread
From: Hoshpak @ 2023-10-15  8:00 UTC (permalink / raw)
  To: ml

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

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

libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla
https://github.com/void-linux/void-packages/pull/46628

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


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

end of thread, other threads:[~2023-10-15  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12  1:59 [PR PATCH] libfilezilla: update to 0.45.0; filezilla: revbump for new libfilezilla cinerea0
2023-10-15  8:00 ` [PR PATCH] [Merged]: " Hoshpak

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).