If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.
discussed with sthen@, tb@ and robert@
praying that my grep/sed skills did not break anything and still
believing in portbump :-)
Revert to internal network code for plain HTTP to ensure continued
support for original shoutcast servers that do not talk proper HTTP.
External backends are built at the same time and can be enforced
using --network.
the rust std library has been changed to not try to reallocate
a guard page on the stack.
as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
heavily based on a previous diff by sthen for v1.9.1. Upstream removed
the support for sndio so switch to the pulseaudio plugin. Also, disable
libmap in favour of libmpg123.
ok sthen@
# Maintenance
* Fix back button mouse left click (#916)
* Fix librespot audio cache path (#919)
* Fix: set track position only for clicks, not hold (#920)
* Fix: Use buffered backend to prevent flickering with Termion (#934)
* Fix: remove broken album cache staleness detection
* Fix: Re-request album tracks if it has >50 tracks (#926)
* Fixed pagination bug that caused items not to load when scrolling with mouse (#939)
* Fix pagination in "Browse" screen (#939)
# Features
* Mouse wheel: scroll up/down without changing focus (#918)
diff from MAINTAINER
RNNoise is now disabled by default. This makes net/tdesktop the last
consumer of audio/rnnoise.
Possibly OpenBSD relevant changes:
Client
Changed: Disable RNNoise by default (#5689)
Fixed: Context and identity not getting cleared (#5658)
Fixed: Don't display unsupported ACL (#5781)
Fixed: Improve appstream metadata (#5499)
Fixed: Minimal view not always working (#5786)
Fixed: PFS information being incorrect (#5656)
Fixed: Percent encoded links not clickable (#5657)
Fixed: Prefer selected tree item for context menu creation (#5778)
Fixed: Register simultaneous mouse button presses separately (#5784)
Fixed: Show friendlier text when displaying notifications (#5782)
Fixed: properly verify certificates when SRV records are used (#5783)
Fixed: resolve list tags, etc. polluting log (#5621)
Fixed: Remove duplicate entry for "What's this?" in UserModel (#5795)
Fixed: User and channel status icons take display scaling into account (#5779)
Server
Fixed: Add missing line breaks to --help output (#5456)
Fixed: Improve rememberchannelduration compare logic (#5652)
Fixed: Update suppress state on ACL change (#5780)
Full changelog: https://github.com/mumble-voip/mumble/releases/tag/v1.4.274
changelog:
ncmpc 0.47 - (2022-06-30)
* handle Ctrl-C in search prompt
* link with libintl and libiconv if necessary
* require libmpdclient 2.16 or newer
* require MPD 0.21 or newer
* switch to C++20
ok landry@ (I forgot to commit this the other day with mpd/picard)
The ring-v0.16.20 crate (latest) only builds on a handful of archs.
Work seems to be ongoing upstream to add support for more architectures.
ok semarie@