Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libfilezilla: update to 0.46.0; filezilla: update to 3.66.5
@ 2024-02-07 18:30 cinerea0
  2024-02-08  1:42 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2024-02-07 18:30 UTC (permalink / raw)
  To: ml

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

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



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

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

From d2320a17622fe9e60deb21b418196713d818b5b4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 7 Feb 2024 13:28:46 -0500
Subject: [PATCH 1/2] libfilezilla: update to 0.46.0

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

diff --git a/common/shlibs b/common/shlibs
index 61e838157b2ab..8cb284247a0fb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2561,7 +2561,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.41 libfilezilla-0.45.0_1
+libfilezilla.so.42 libfilezilla-0.46.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 f9ccd3946ca7f..086b2fa3792e5 100644
--- a/srcpkgs/libfilezilla/template
+++ b/srcpkgs/libfilezilla/template
@@ -1,8 +1,8 @@
 # Template file for 'libfilezilla'
 # filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
 pkgname=libfilezilla
-version=0.45.0
-revision=2
+version=0.46.0
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="gettext pkg-config"
@@ -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/libfilezilla/libfilezilla-${version}.tar.xz"
-checksum=3c1454bc1586d17776f62c7505d43a06d3abd2e2e35642cca477fa22f27d982f
+checksum=387af5c4d4843482a5fbf183d01dd9619b4b85afa0d6895c5eecb3a6012fac21
 
 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
 	makedepends+=" libxcrypt-devel"

From ab473b9d9fe9e1db1f378e125137cfc80602ca5e Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 7 Feb 2024 13:29:03 -0500
Subject: [PATCH 2/2] filezilla: update to 3.66.5

---
 srcpkgs/filezilla/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template
index fe32adfce351f..efd3a4d271381 100644
--- a/srcpkgs/filezilla/template
+++ b/srcpkgs/filezilla/template
@@ -1,6 +1,6 @@
 # Template file for 'filezilla'
 pkgname=filezilla
-version=3.66.4
+version=3.66.5
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck
@@ -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=a40f04e02efaae7b50d1515ee1c36c4b0e445818566c450e440bfd6c70e9b203
+checksum=92122819bae6341070ba4b6ecb457e6730b46e7dc89942990903f298903d1b3b
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"

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

* Re: [PR PATCH] [Merged]: libfilezilla: update to 0.46.0; filezilla: update to 3.66.5
  2024-02-07 18:30 [PR PATCH] libfilezilla: update to 0.46.0; filezilla: update to 3.66.5 cinerea0
@ 2024-02-08  1:42 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-02-08  1:42 UTC (permalink / raw)
  To: ml

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

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

libfilezilla: update to 0.46.0; filezilla: update to 3.66.5
https://github.com/void-linux/void-packages/pull/48588

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:[~2024-02-08  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 18:30 [PR PATCH] libfilezilla: update to 0.46.0; filezilla: update to 3.66.5 cinerea0
2024-02-08  1:42 ` [PR PATCH] [Merged]: " 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).