Hey,
this is my attempt at updating to Mumble 1.4.230.
I cleaned up the spec-file in the process.
* Ported specfile to CMake build-system
* Use cmake install instead of manual as much as possible
* Disabled ICE for now (depends on unavailable lib)
* bonjour is no longer optional
* Removed init.d script and enabled systemd
I removed a lot of branches for other distros or old versions - I hope that was okay.
The package builds fine for every repo of the devel-package's build targets.
I tested client and server, and both seem to work for me.
OBS-URL: https://build.opensuse.org/request/show/947668
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=139
- Update to upstream version 1.3.1
- Security
* Fixed: Potential exploit in the OCB2 encryption (#4227)
- ICE
* Fixed: Added missing UserKDFIterations field to UserInfo =>
Prevents getRegistration() from failing with enumerator
out of range error (#3835)
- GRPC
* Fixed: Segmentation fault during murmur shutdown (#3938)
- Client
* Fixed: Crash when using multiple monitors (#3756)
* Fixed: Don't send empty message from clipboard via shortcut,
if clipboard is empty (#3864)
* Fixed: Talking indicator being able to freeze to indicate talking
when self-muted (#4006)
* Fixed: High CPU usage for update-check if update server not
available (#4019)
* Fixed: DBus getCurrentUrl returning empty string when not in
root-channel (#4029)
* Fixed: Small parts of whispering leaking out (#4051)
* Fixed: Last audio frame of normal talking is sent to last
whisper target (#4050)
* Fixed: LAN-icon not found in ConnectDialog (#4058)
* Improved: Set maximal vertical size for User Volume Adjustment
dialog (#3801)
* Improved: Don't send empty data to PulseAudio (#3316)
* Improved: Use the SRV resolved port for UDP connections (#3820)
* Improved: Manual Plugin UI (#3919)
* Improved: Don't start Jack server by default (#3990)
* Improved: Overlay doesn't hook into all other processes by
default (#4041)
* Improved: Wait longer before disconnecting from a server due
to unanswered Ping-messages (#4123)
- Server
* Fixed: Possibility to circumvent max user-count
in channel (#3880)
* Fixed: Rate-limit implementation susceptible to
time-underflow (#4004)
* Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032)
* Fixed: VersionCheck for SQL for when to use the
WAL feature (#4163)
* Fixed: Wrong database encoding that could lead
to server-crash (#4220)
* Fixed: DB crash due to primary key violation
(now performs "UPSERT" to avoid this) (#4105)
* Improved: The fields in the Version ProtoBuf message are
now size-restricted (#4101)
- Dropped patch add-speechd-include-path.patch, included upstream
OBS-URL: https://build.opensuse.org/request/show/816390
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=119
- Added patches to fix boo#1123334 (CVE-2018-20743), instability
and crash due to crafted message flooding
* added mumble-1.2.19-limit-amount-of-messages.patch (backported
version of upstream patch)
* added mumble-1.2.19-stricter-message-limit.patch (backported
version of upstream patch)
- Cleaned spec file, removed old EOL openSUSE and Fedora versions
Renamed patches (clarified, that I had to backport them)
OBS-URL: https://build.opensuse.org/request/show/715003
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=107
Note: For really building it for SLE11 you would need libprotobuf in games:tools.
If your project has it, the build works.
- fix build for older distros like SLE 11
- disable xinput2 support on sle 11
- add a new bcond for systemd and use that throughout the spec
file for guarding systemd usage instead of spreading out the
if suse_version conditional all over the place.
- some systemd pieces were also done on none systemd distros.
move those into the systemd blocks.
OBS-URL: https://build.opensuse.org/request/show/242833
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=57
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.
If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":
--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif
Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------
OBS-URL: https://build.opensuse.org/request/show/143989
OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=35