commit libfilezilla for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfilezilla for openSUSE:Factory checked in at 2024-03-27 20:43:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfilezilla (Old) and /work/SRC/openSUSE:Factory/.libfilezilla.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libfilezilla" Wed Mar 27 20:43:49 2024 rev:57 rq:1162955 version:0.46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes 2024-02-26 19:47:02.565491845 +0100 +++ /work/SRC/openSUSE:Factory/.libfilezilla.new.1905/libfilezilla.changes 2024-03-27 20:44:25.105214622 +0100 @@ -1,0 +2,6 @@ +Wed Mar 27 15:13:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> + +- Add libfilezilla-fix-crash.patch: Fix crash when uploading files + (boo#1219800). + +------------------------------------------------------------------- New: ---- libfilezilla-fix-crash.patch BETA DEBUG BEGIN: New: - Add libfilezilla-fix-crash.patch: Fix crash when uploading files (boo#1219800). BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfilezilla.spec ++++++ --- /var/tmp/diff_new_pack.iOZ7zF/_old 2024-03-27 20:44:25.709236892 +0100 +++ /var/tmp/diff_new_pack.iOZ7zF/_new 2024-03-27 20:44:25.709236892 +0100 @@ -28,6 +28,8 @@ URL: https://lib.filezilla-project.org/ Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.xz Patch0: %{name}-date-time.patch +# PATCH-FIX-UPSTREAM: https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/lib/aio/reader.cpp?view=patch&r1=11064&r2=11095&sortby=date +Patch1: %{name}-fix-crash.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -95,8 +97,7 @@ Provides translations for the "%{name}" package. %prep -%setup -q -%patch -P 0 +%autosetup -p1 %build %if 0%{?suse_version} <= 1500 ++++++ libfilezilla-date-time.patch ++++++ --- /var/tmp/diff_new_pack.iOZ7zF/_old 2024-03-27 20:44:25.729237630 +0100 +++ /var/tmp/diff_new_pack.iOZ7zF/_new 2024-03-27 20:44:25.733237777 +0100 @@ -1,7 +1,7 @@ Index: doc/doxygen.am =================================================================== ---- doc/doxygen.am.orig -+++ doc/doxygen.am +--- a/doc/doxygen.am.orig ++++ b/doc/doxygen.am @@ -139,7 +139,6 @@ doxygen-doc: doxygen-run $(DX_PS_GOAL) $ @DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS) rm -rf @DX_DOCDIR@ ++++++ libfilezilla-fix-crash.patch ++++++ --- a/lib/aio/reader.cpp 2024/01/10 10:23:55 11064 +++ b/lib/aio/reader.cpp 2024/02/13 18:08:57 11095 @@ -319,7 +319,7 @@ if (remaining_ != nosize && to_read > remaining_) { to_read = remaining_; } - rwresult r = to_read ? file_.read2(b->get(to_read), to_read) : rwresult{rwresult::none, 0}; + rwresult r = to_read ? file_.read2(b->get(to_read), to_read) : rwresult{size_t(0)}; l.lock(); if (quit_ || error_) { return;
participants (1)
-
Source-Sync