Packages changed:
  exiv2 (0.27.5 -> 0.27.6)
  gnutls
  hidapi (0.13.0 -> 0.13.1)
  ibus-libzhuyin (1.10.1 -> 1.10.2)
  liburing (2.2 -> 2.3)
  man-pages-ja (20221215 -> 20230115)
  postfix
  python-requests (2.28.1 -> 2.28.2)
  python-urllib3 (1.26.13 -> 1.26.14)

=== Details ===

==== exiv2 ====
Version update (0.27.5 -> 0.27.6)

- update to 0.27.6:
  * Add Nikon3.WhiteBalanceBias2
  * Add Nikon LensData v0802
  * Add some F mount lenses
  * Initial support for OM System MakerNote
  * Add Sony ARW compression to dict
  * Exif start can be at any byte in payload, not word aligned
  * Fix exception type when writing BMFF file
  * Add more MIME type mappings for TIFF-based raws
  * Fix naming of canon EF 35-80mm
  * Replace assert with enforce
  * PNG: always strip the existing iCCP chunk
  * Account for header bytes for Exif and XMP boxes
  * Fix Integer overflow in Photoshop::setIptcIrb
  * Fix Integer-overflow in sumToLong
  * Fix out of bounds read in isValidBoxFileType()
  * Fix in Jp2 metadata writing & improvements in reading
  * Strip XMP raw packet before decoding
  * Add tiff tags
  * Add more DNG 1.6 tags
  * Fix bug in iterating over the elements of dateStrings
  * Use memmove in TiffEncoder::updateDirEntry
  * Treat Exif.Sony1.PreviewImage as undefined tag

==== gnutls ====

- FIPS: Change all the 140-2 references to FIPS 140-3 in order to
  account for the new FIPS certification [bsc#1207346]
  * Add gnutls-FIPS-140-3-references.patch
- FIPS: GnuTLS DH/ECDH PCT public key regeneration [bsc#1207183]
  * Add gnutls-FIPS-PCT-DH.patch gnutls-FIPS-PCT-ECDH.patch

==== hidapi ====
Version update (0.13.0 -> 0.13.1)

- update to 0.13.1:
  * hidraw: fix invalid read past the UDEV buffer

==== ibus-libzhuyin ====
Version update (1.10.1 -> 1.10.2)

- update to 1.10.2:
  * bug fixes

==== liburing ====
Version update (2.2 -> 2.3)

- add 0001-test-helpers-fix-socket-length-type.patch
  fixes tests on big endian
- update to 2.3:
  * Support non-libc build for aarch64.
  * Add io_uring_{enter,enter2,register,setup} syscall functions.
  * Add sync cancel interface, io_uring_register_sync_cancel().
  * Fix return value of io_uring_submit_and_wait_timeout() to match the
    man page.
  * Improvements to the regression tests
  * Add support and test case for passthrough IO
  * Add recv and recvmsg multishot helpers and support
  * Add documentation and support for IORING_SETUP_DEFER_TASKRUN
  * Fix potential missing kernel entry with IORING_SETUP_IOPOLL
  * Add support and documentation for zero-copy network transmit
  * Various optimizations
  * Many cleanups
  * Many man page additions and updates
- drop handle-eintr.patch, test-xattr-don-t-rely-on-NUL-termination.patch: upstream

==== man-pages-ja ====
Version update (20221215 -> 20230115)

- update to version 20230115
  * Improved and updated manual pages

==== postfix ====

- Fix SELinux labeling issue caused by /usr/sbin/config.postfix (bsc#1207227).

==== python-requests ====
Version update (2.28.1 -> 2.28.2)

- update to 2.28.2:
  - Requests now supports charset\_normalizer 3.x.
  - Updated MissingSchema exception to suggest https scheme rather than http.
- drop requests-allow-charset-normalizer-3.patch (upstream)

==== python-urllib3 ====
Version update (1.26.13 -> 1.26.14)

- update to 1.26.14:
  * Fixed parsing of port 0 (zero) returning None, instead of 0.
  * Removed deprecated getheaders() calls in contrib module.