Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package znc for openSUSE:Factory checked in at 2024-05-03 19:45:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/znc (Old) and /work/SRC/openSUSE:Factory/.znc.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "znc" Fri May 3 19:45:25 2024 rev:29 rq:1171442 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/znc/znc.changes 2024-02-06 16:36:24.731093536 +0100 +++ /work/SRC/openSUSE:Factory/.znc.new.1880/znc.changes 2024-05-03 19:45:38.695240241 +0200 @@ -1,0 +2,16 @@ +Thu May 2 19:46:23 UTC 2024 - David Mulder <[email protected]> + +- Update to version 1.9.0: + * Fixed crash when receiving SASL lines from server without having negotiated SASL via CAP. + * Fixed build with SWIG 4.2.0. + * Fixed build with LibreSSL. + * Fixed handling of timezones when parsing server-time tags received from server. + * Use module names as the module ident, otherwise some clients were merging conversations with different modules together. + * Stopped sending invalid 333 (`RPL_TOPICWHOTIME`) to client if topic owner is unknown. + * Fixed an ODR violation. + * Better hide password in PASS debug lines, sometimes it was not hidden. + * CAP REQ sent by client without CAP LS now suspends the registration as the spec requires. + * Removed 1841.patch (upstreamed). + * Modified harden_znc.service.patch to apply to latest release. + +------------------------------------------------------------------- Old: ---- 1841.patch znc-1.8.2.tar.gz znc-1.8.2.tar.gz.sig New: ---- znc-1.9.0.tar.gz znc-1.9.0.tar.gz.sig BETA DEBUG BEGIN: Old: * CAP REQ sent by client without CAP LS now suspends the registration as the spec requires. * Removed 1841.patch (upstreamed). * Modified harden_znc.service.patch to apply to latest release. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ znc.spec ++++++ --- /var/tmp/diff_new_pack.yS8Moo/_old 2024-05-03 19:45:39.951285905 +0200 +++ /var/tmp/diff_new_pack.yS8Moo/_new 2024-05-03 19:45:39.951285905 +0200 @@ -17,7 +17,7 @@ Name: znc -Version: 1.8.2 +Version: 1.9.0 Release: 0 Summary: Advanced IRC Bouncer License: Apache-2.0 @@ -27,7 +27,6 @@ Source1: https://znc.in/releases/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring Patch0: harden_znc.service.patch -Patch1: https://patch-diff.githubusercontent.com/raw/znc/znc/pull/1841.patch BuildRequires: cmake >= 3.1 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -207,6 +206,7 @@ %{_libdir}/%{name}/send_raw.so %{_libdir}/%{name}/stripcontrols.so %{_libdir}/%{name}/samplewebapi.so +%{_libdir}/%{name}/corecaps.so %{_datadir}/%{name}/ %{_mandir}/man1/%{name}.1%{?ext_man} %attr(750,%{name},%{name}) %{_var}/lib/%{name} ++++++ harden_znc.service.patch ++++++ --- /var/tmp/diff_new_pack.yS8Moo/_old 2024-05-03 19:45:39.971286632 +0200 +++ /var/tmp/diff_new_pack.yS8Moo/_new 2024-05-03 19:45:39.975286777 +0200 @@ -1,7 +1,7 @@ -Index: znc-1.8.2/znc.service.in +Index: znc-1.9.0/znc.service.in =================================================================== ---- znc-1.8.2.orig/znc.service.in -+++ znc-1.8.2/znc.service.in +--- znc-1.9.0.orig/znc.service.in ++++ znc-1.9.0/znc.service.in @@ -3,6 +3,19 @@ Description=ZNC, an advanced IRC bouncer After=network.target @@ -19,7 +19,7 @@ +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions - ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/znc -f + ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/znc -f --datadir=/var/lib/znc User=znc ++++++ znc-1.8.2.tar.gz -> znc-1.9.0.tar.gz ++++++ ++++ 136467 lines of diff (skipped)
