Remove zbus patch (Use notify-rust with dbus instead of zbus in 0.9.6)
Major changes in 0.9.4:
- More detailed error message in case of command parse error
- Remove panics in the update_token flow
- Add exec command allowing users to execute shell commands on key press
- Improved seek command to allow more units (e.g. 2s), check parse_duration documentation
- Set terminal title to ncspo
Major changes on 0.9.5:
- Fix errors showing up even though the command was successful
- Fix lists that were shown as empty even though they contained items
- seek spits out correct error when used with no arg
Major changes on 0.9.6:
- Enable autojump for playlist selection list in context menu
- Use notify-rust with dbus instead of zbus
- Fix compilation on Rust versions < 1.58.0
- Make album sorting case-insensitive
- Enable gapless by default
- Improve playlist sorting
- Dependency updates
Major changes on 0.9.7:
- Fix error messages shown on successful commands
- Notification improvements
- Dependency updates
Full log: https://github.com/hrkfdn/ncspot/releases
Reported by: Eirik Øverby <eirik.overby@modirum.com>
Bump PORTREVISION.
<ChangeLog>
Core:
*) Feature: added support of module resolution callback.
This feature allows a host environment to control
how imported modules are loaded.
*) Bugfix: fixed backtraces while traversing imported user
modules.
*) Bugfix: fixed Array.prototype.concat() when "this" is a slow
array.
*) Bugfix: fixed frame allocation from an awaited frame.
*) Bugfix: fixed allocation of large array literals.
*) Bugfix: fixed interpreter when "toString" conversion fails.
</ChangeLog>
If WITH_DEBUG is defined shared objects are installed with -debug
suffix. This not only fails to install but would also break consumers.
Patch CMakeLists.txt accordingly.
Reported by: koobs (via irc)
* Improve support for CAA records. (CAA was previously rendered as a
"generic" rdata type.)
* Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps
per RFC6840 section 6.4.
* Fix parsing of A6 records that ommit and address portion. Correct
parsing of A6 records with prefix length 0. Correct handling of
A6 address bytes. The address bytes of an A6 record are an address
suffix relative to the prefix represented by the domain name, and
so must be copied to and from the lower order bytes of the internal
address representation. These A6 code updates were for the purposes
of clearing "round trip" test errors in the existing code base.
(A6 is deprecated and was moved to historic status.)
* Fix bug in IPv6 prefix length processing in
_wdns_str_to_rdata_ubuf().
* Add support for SVCB and HTTPS resource record types. This is based
on an Internet-Draft but is widely used in the real world.
https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08
Bump PORTREVISION of dependent ports due to shared library version
change.
Sponsored by: DomainTools
MAKE_JOBS_UNSAFE knob had been erroneously removed in d19bfbb151
(r477326) which had made the build fragile due to a race condition
when generating the `libcurl-helper.a' target. Clean the Makefile
up a bit while here and assume maintainership of the port.
Reported by: pkg-fallout
Varnish Module (vmod) for accessing MaxMind GeoIP2 DB files.
It supports opening multiple databases at the same time.
WWW: https://github.com/fgsch/libvmod-geoip2
From ChangeLog: https://remmina.org/v1.4.25/
Add BASH and ZSH options
* kiosk: Drop GNOME MediaKeys plugin
* Honour soft links target in SFTP
* Optional close confirmation
* Fix some build warnings
* Fix manpages
* Snap cleanup + kwallet support
* Deprecations and amend g_date_time_format_iso8601
* Fixes to snap build
* Removing dependencies that are available as extensions
* FreeRDP_OffscreenSupportLevel is of type UINT32
* Minor fixes
* Get the right value for FreeRDP_AutoReconnectMaxRetries
PR: 262968
Reported by: lab+bsd@thinkum.space
This fixes a bug where the info*.last symlinks would have the wrong
target.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D34794