Packages changed:
  kismet (2020_09_R4 -> 2020_12_R3)
  libva (2.9.1 -> 2.10.0)
  libva-gl (2.9.1 -> 2.10.0)
  privoxy (3.0.28 -> 3.0.29)
  spamassassin

=== Details ===

==== kismet ====
Version update (2020_09_R4 -> 2020_12_R3)
Subpackages: kismet-capture-freaklabs-zigbee kismet-capture-linux-bluetooth kismet-capture-linux-wifi kismet-capture-nrf-51822 kismet-capture-nrf-mousejack kismet-capture-sdr-rtl433 kismet-capture-sdr-rtladsb kismet-capture-sdr-rtlamr kismet-capture-ti-cc2540 kismet-logtools

- Update to version 2020-12-R3
  * A bugfix release which solves a possible infinite loop until
    crash due to how GCC handles C++ templates differently than
    Clang.
- Update to version 2020-12-R2
  * Fix improper assignment of system endpoints to the logon
    role instead of read-only
  * Fix broken implementation of legacy TCP remote capture on
    python-based sources
- Update to version 2020-12-R1
  Release Highlights:
  * All new ASIO networking model
    + Kismet now uses the C++ ASIO networking library.
  * All new web server implementation (drop libmicrohttpdd)
  * New role based REST API
  * Remote capture over websockets
  * Huge RAM savings
  * Stability improvements
  * Higher performance web UI
  * New websocket APIs
  * Better location averaging
  * Improved channel and signal mapping
  * Improved 802.11 WDS handling
  * General improvements and changes to the REST API
  See https://www.kismetwireless.net/release/kismet-2020-12-R1/ for
  the full changelog.

==== libva ====
Version update (2.9.1 -> 2.10.0)
Subpackages: libva-drm2 libva-x11-2 libva2

- update to 2.10.0:
  * add: Pass offset and size of pred_weight_table
  * add: add vaCopy interface to copy surface and buffer
  * add: add definition for different execution
  * add: New parameters for transport controlled BRC were added
  * add: add FreeBSD support
  * add: add a bufer type to adjust context priority dynamically
  * fix: correct the api version in meson.build
  * fix: remove deprecated variable from va_trace.c
  * fix: Use va_deprecated for the deprecate variable
  * fix: Mark chroma_sample_position as deprecated
  * doc: va_dec_av1: clarifies CDEF syntax element packing
  * doc: [AV1] Update documented ranges for loop filter and quantization params.
  * doc: Update va.h for multi-threaded usages
  * trace: va/va_trace: ignore system gettid() on Linux

==== libva-gl ====
Version update (2.9.1 -> 2.10.0)
Subpackages: libva-glx2 libva-wayland2

- update to 2.10.0:
  * add: Pass offset and size of pred_weight_table
  * add: add vaCopy interface to copy surface and buffer
  * add: add definition for different execution
  * add: New parameters for transport controlled BRC were added
  * add: add FreeBSD support
  * add: add a bufer type to adjust context priority dynamically
  * fix: correct the api version in meson.build
  * fix: remove deprecated variable from va_trace.c
  * fix: Use va_deprecated for the deprecate variable
  * fix: Mark chroma_sample_position as deprecated
  * doc: va_dec_av1: clarifies CDEF syntax element packing
  * doc: [AV1] Update documented ranges for loop filter and quantization params.
  * doc: Update va.h for multi-threaded usages
  * trace: va/va_trace: ignore system gettid() on Linux

==== privoxy ====
Version update (3.0.28 -> 3.0.29)

- privoxy 3.0.29:
  * Fixed memory leaks when a response is buffered and the buffer
    limit is reached or Privoxy is running out of memory.
    OVE-20201118-0001
  * Fixed a memory leak in the show-status CGI handler when
    no action files are configured
    OVE-20201118-0002
  * Fixed a memory leak in the show-status CGI handler when
    no filter files are configured
    OVE-20201118-0003
  * Fixes a memory leak when client tags are active
    OVE-20201118-0004
  * Fixed a memory leak if multiple filters are executed
    and the last one is skipped due to a pcre error
    OVE-20201118-0005
  * Prevent an unlikely dereference of a NULL-pointer that
    could result in a crash if accept-intercepted-requests
    was enabled, Privoxy failed to get the request destination
    from the Host header and a memory allocation failed.
    OVE-20201118-0006
  * Fixed memory leaks in the client-tags CGI handler when
    client tags are configured and memory allocations fail.
    OVE-20201118-0007
  * Fixed memory leaks in the show-status CGI handler when memory
    allocations fail
    OVE-20201118-0008
  * Add experimental https inspection support
  * Use JIT compilation for static filtering for speedup
  * Add support for Brotli decompression, add
    'no-brotli-accepted' filter which prevents the use of
    Brotli compression
  * Add feature to gather exended statistics
  * Use IP_FREEBIND socket option to help with failover
  * Allow to use extended host patterns and vanilla host patterns
    at the same time by prefixing extended host patterns with
    "PCRE-HOST-PATTERN:"
  * Added "Cross-origin resource sharing" (CORS) support
  * Add SOCKS5 username/password support
  * Bump the maximum number of action and filter files
    to 100 each
  * Fixed handling of filters with "split-large-forms 1"
    when using the CGI editor.
  * Better detect a mismatch of connection details when
    figuring out whether or not a connection can be reused
  * Don't send a "Connection failure" message instead of the
    "DNS failure" message
  * Let LOG_LEVEL_REQUEST log all requests
  * Improvements to default Action file
- license changed to GPLv3
- remove packaging vulnerability boo#1157449
- remove packaging for distributions without systemd
  drops privoxy-3.0.16-networkmanager.patch
- add upstream signing key and verify source signature

==== spamassassin ====
Subpackages: perl-Mail-SpamAssassin

- Require perl(Mail::SpamAssassin) instead of perl-spamassassin
- Don't use BerkeleyDB (not even for unit test)
- Don't use is_opensuse conditional
- Move spamc into an own sub-package to avoid the full spamassassin
  installation on every client if there is a spamd server
- Compile rules in %post if Perl and/or spamassassin version changed
  and SPAM_SA_COMPILE=yes
- Enable test (add basic-lint-without-sandbox.patch)
- Ignore known warnings (add spamassassin-rpmlintrc)