Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package EternalTerminal for openSUSE:Factory
checked in at 2021-11-04 16:09:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/EternalTerminal (Old)
and /work/SRC/openSUSE:Factory/.EternalTerminal.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "EternalTerminal"
Thu Nov 4 16:09:58 2021 rev:12 rq:929131 version:6.1.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/EternalTerminal/EternalTerminal.changes
2021-06-01 10:41:09.265190257 +0200
+++
/work/SRC/openSUSE:Factory/.EternalTerminal.new.1890/EternalTerminal.changes
2021-11-04 16:10:40.449085540 +0100
@@ -1,0 +2,6 @@
+Thu Nov 4 08:39:16 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 6.1.9:
+ * Security & Compatibility fixes
+
+-------------------------------------------------------------------
@@ -5,0 +12,4 @@
+- Add et-limits.patch:
+ Fix build by patching in-tree sentry.
+ See https://github.com/MisterTea/EternalTerminal/issues/412
+ and https://github.com/getsentry/sentry-native/issues/501
Old:
----
et-v6.1.8.tar.gz
New:
----
et-limits.patch
et-v6.1.9.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ EternalTerminal.spec ++++++
--- /var/tmp/diff_new_pack.4xRp8G/_old 2021-11-04 16:10:41.269086019 +0100
+++ /var/tmp/diff_new_pack.4xRp8G/_new 2021-11-04 16:10:41.269086019 +0100
@@ -18,13 +18,14 @@
%global _firewalld_dir %{_prefix}/lib/firewalld
Name: EternalTerminal
-Version: 6.1.8
+Version: 6.1.9
Release: 0
Summary: Remote shell that survives IP roaming and disconnect
License: Apache-2.0
URL: https://mistertea.github.io/EternalTerminal/
Source0:
https://github.com/MisterTea/EternalTerminal/archive/et-v%{version}.tar.gz
Source1: et.xml
+Patch0: et-limits.patch
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: curl-devel
@@ -47,9 +48,10 @@
interrupting the session.
%prep
-%autosetup -n EternalTerminal-et-v%{version}
+%autosetup -n EternalTerminal-et-v%{version} -p1
%build
+export CXXFLAGS="%{optflags} -std=c++17"
# see https://github.com/MisterTea/EternalTerminal/issues/403
%cmake -DDISABLE_VCPKG:BOOL=ON
-DProtobuf_LITE_LIBRARY=%{_libdir}/libprotobuf-lite.so
make %{?_smp_mflags}
++++++ et-limits.patch ++++++
diff -urEbw
EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/breakpad/src/client/linux/handler/exception_handler.cc
EternalTerminal-et-v6.1.8.new/external_imported/sentry-native/external/breakpad/src/client/linux/handler/exception_handler.cc
---
EternalTerminal-et-v6.1.8/external_imported/sentry-native/external/breakpad/src/client/linux/handler/exception_handler.cc
2021-05-28 15:19:06.000000000 +0200
+++
EternalTerminal-et-v6.1.8.new/external_imported/sentry-native/external/breakpad/src/client/linux/handler/exception_handler.cc
2021-11-03 16:02:09.978241408 +0100
@@ -138,7 +138,7 @@
// SIGSTKSZ may be too small to prevent the signal handlers from overrunning
// the alternative stack. Ensure that the size of the alternative stack is
// large enough.
- static const unsigned kSigStackSize = std::max(16384, SIGSTKSZ);
+ static const unsigned kSigStackSize = std::max(16384, (int)SIGSTKSZ);
// Only set an alternative stack if there isn't already one, or if the
current
// one is too small.
++++++ et-v6.1.8.tar.gz -> et-v6.1.9.tar.gz ++++++
/work/SRC/openSUSE:Factory/EternalTerminal/et-v6.1.8.tar.gz
/work/SRC/openSUSE:Factory/.EternalTerminal.new.1890/et-v6.1.9.tar.gz differ:
char 13, line 1