openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
July 2024
- 1 participants
- 1521 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdump for openSUSE:Factory checked in at 2024-07-26 16:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
and /work/SRC/openSUSE:Factory/.kdump.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdump"
Fri Jul 26 16:14:02 2024 rev:150 rq:1189428 version:2.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes 2024-07-22 12:32:01.304120742 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new.1882/kdump.changes 2024-07-26 16:15:00.932534190 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 12:29:38 UTC 2024 - Jiri Bohac <jbohac(a)suse.com>
+
+- upgrade to version 2.0.9
+ * start kdump-early earlier using DefaultDependencies=no
+ * fadump: avoid re-registration if kernel is hotplug ready
+ * mkdumprd: use pbl to get default kernel version (boo#1226676)
+
+-------------------------------------------------------------------
Old:
----
kdump-2.0.7.tar.xz
New:
----
kdump-2.0.9.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdump.spec ++++++
--- /var/tmp/diff_new_pack.9x9pyg/_old 2024-07-26 16:15:01.464555622 +0200
+++ /var/tmp/diff_new_pack.9x9pyg/_new 2024-07-26 16:15:01.468555782 +0200
@@ -57,7 +57,7 @@
%define dracutlibdir %{_prefix}/lib/dracut
Name: kdump
-Version: 2.0.7
+Version: 2.0.9
Release: 0
Summary: Kernel crash dump scripts and utilities
License: GPL-2.0-or-later
++++++ kdump-2.0.7.tar.xz -> kdump-2.0.9.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/70-kdump.rules.in new/kdump-2.0.9/70-kdump.rules.in
--- old/kdump-2.0.7/70-kdump.rules.in 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/70-kdump.rules.in 2024-07-16 17:29:51.000000000 +0200
@@ -22,6 +22,7 @@
LABEL="kdump_try_restart"
PROGRAM="/bin/cat /sys/kernel/kexec_crash_loaded", RESULT!="0", RUN+="/usr/lib/kdump/load-once.sh"
@if @ARCH@ ppc64 ppc64le
+TEST=="/sys/kernel/fadump/hotplug_ready", PROGRAM="/bin/cat /sys/kernel/fadump/hotplug_ready", RESULT=="1", GOTO="kdump_end"
SUBSYSTEM=="memory", TEST=="/sys/kernel/fadump/registered", PROGRAM="/bin/cat /sys/kernel/fadump/registered", RESULT!="0", RUN+="/usr/lib/kdump/load-once.sh"
@endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/NEWS new/kdump-2.0.9/NEWS
--- old/kdump-2.0.7/NEWS 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/NEWS 2024-07-16 17:29:51.000000000 +0200
@@ -1,3 +1,12 @@
+2.0.9
+-----
+ * start kdump-early earlier using DefaultDependencies=no
+
+2.0.8
+-----
+ * fadump: avoid re-registration if kernel is hotplug ready
+ * mkdumprd: use pbl to get default kernel version (boo#1226676)
+
2.0.7
-----
* set KDUMP_CPUs to 0 (all CPUs) by default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/doc/man/kdump.5.txt.in new/kdump-2.0.9/doc/man/kdump.5.txt.in
--- old/kdump-2.0.7/doc/man/kdump.5.txt.in 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/doc/man/kdump.5.txt.in 2024-07-16 17:29:51.000000000 +0200
@@ -65,8 +65,7 @@
Kernel Version string (such as "6.3.1-2-default") or an absolute path to a kernel
image that should be used for kdump.
-Default is "" which means to use the default
-/boot/{vmlinuz,image,Image,vmlinux} symlink
+Default is "" which means to use the default kernel reported by the *pbl*(8) tool.
KDUMP_CPUS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/init/kdump-early.service new/kdump-2.0.9/init/kdump-early.service
--- old/kdump-2.0.7/init/kdump-early.service 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/init/kdump-early.service 2024-07-16 17:29:51.000000000 +0200
@@ -1,6 +1,7 @@
[Unit]
Description=Load kdump kernel early on startup
After=local-fs.target
+DefaultDependencies=no
[Service]
Type=oneshot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/init/mkdumprd new/kdump-2.0.9/init/mkdumprd
--- old/kdump-2.0.7/init/mkdumprd 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/init/mkdumprd 2024-07-16 17:29:51.000000000 +0200
@@ -252,25 +252,28 @@
exit "$RET"
fi
-# KDUMP_KERNELVER may be an absolute path name or a kernel version
-if [[ ${KDUMP_KERNELVER:0:1} == "/" ]]; then
- # absolute path
- KERNEL=${KDUMP_KERNELVER}
- if ! [ -f "$KERNEL" ] ; then
- echo "Kernel $KERNEL does not exist."
- exit 1
- fi
+if [[ -z "${KDUMP_KERNELVER}" ]]; then
+ # no kernel specified, get the default from pbl
+ while IFS="=" read key value; do
+ [[ ${key} == "kernel" ]] && KERNEL="$value"
+ done <<<"$(pbl --default-settings)"
else
- # if a specific version is requested, look for it
- # in /boot/$IMAGE-$KDUMP_KERNELVER
- # otherwise use the default kernel symlink /boot/$IMAGE
- # IMAGE names are different for different architectures
-
- [[ -n "${KDUMP_KERNELVER}" ]] && KDUMP_KERNELVER="-${KDUMP_KERNELVER}"
- for i in vmlinuz image Image vmlinux; do
- KERNEL="/boot/${i}${KDUMP_KERNELVER}"
- [[ -f $KERNEL ]] && break
- done
+ # KDUMP_KERNELVER may be an absolute path name or a kernel version
+ if [[ ${KDUMP_KERNELVER:0:1} == "/" ]]; then
+ # absolute path
+ KERNEL=${KDUMP_KERNELVER}
+ if ! [ -f "$KERNEL" ] ; then
+ echo "Kernel $KERNEL does not exist."
+ exit 1
+ fi
+ else
+ # look for the specified version in
+ # /usr/lib/modules/$KDUMP_KERNELVER/
+ for i in vmlinuz image Image vmlinux; do
+ KERNEL="/usr/lib/modules/$KDUMP_KERNELVER/${i}"
+ [[ -f $KERNEL ]] && break
+ done
+ fi
fi
if ! [ -f "$KERNEL" ] ; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-2.0.7/kdump-read-config.sh new/kdump-2.0.9/kdump-read-config.sh
--- old/kdump-2.0.7/kdump-read-config.sh 2024-06-19 15:57:56.000000000 +0200
+++ new/kdump-2.0.9/kdump-read-config.sh 2024-07-16 17:29:51.000000000 +0200
@@ -138,10 +138,10 @@
if [[ -n "$KDUMP_CONF" ]]; then
# source specified config file
- . "$KDUMP_CONF"
+ . "$KDUMP_CONF" || return 1
else
- # source the default config file
- . /etc/sysconfig/kdump
+ # source the default config file, if it exists
+ [[ -f /etc/sysconfig/kdump ]] && . /etc/sysconfig/kdump
fi
kdump_read_config_main
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bind for openSUSE:Factory checked in at 2024-07-26 16:13:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
and /work/SRC/openSUSE:Factory/.bind.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bind"
Fri Jul 26 16:13:58 2024 rev:209 rq:1189415 version:9.20.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes 2024-05-20 18:09:59.190757906 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new.1882/bind.changes 2024-07-26 16:14:57.628401094 +0200
@@ -1,0 +2,61 @@
+Wed Jul 24 09:03:08 UTC 2024 - Jorik Cronenberg <jorik.cronenberg(a)suse.com>
+
+- Update to new major version 9.20.0
+ For a complete list of all changes see:
+ * https://bind9.readthedocs.io/en/v9.20.0/notes.html
+ * The CHANGES file in the source RPM
+
+ Some noteworthy changes:
+ * Added new BuildRequires liburcu for lock free data structures.
+ * A new DNSSEC tool dnssec-ksr has been added to create Key
+ Signing Request (KSR) and Signed Key Response (SKR) files.
+ * /etc/bind.keys and /var/lib/named/named.root.key have been
+ removed as the correct defaults are pre-compiled and there is
+ no need to configure bind.keys manually.
+ * The functions that were in the libbind9 shared library have
+ been moved to the libisc and libisccfg libraries. The now-empty
+ libbind9 has been removed and is no longer installed.
+ * The irs_resconf module has been moved to the libdns shared
+ library. The now-empty libirs library has been removed and is
+ no longer installed.
+
+ Security Fixes:
+ * A malicious DNS client that sent many queries over TCP but
+ never read the responses could cause a server to respond slowly
+ or not at all for other clients. This has been fixed.
+ (CVE-2024-0760)
+ [bsc#1228255]
+ * It is possible to craft excessively large resource records
+ sets, which have the effect of slowing down database
+ processing. This has been addressed by adding a configurable
+ limit to the number of records that can be stored per name and
+ type in a cache or zone database. The default is 100, which can
+ be tuned with the new max-records-per-type option.
+ * It is possible to craft excessively large numbers of resource
+ record types for a given owner name, which has the effect of
+ slowing down database processing. This has been addressed by
+ adding a configurable limit to the number of records that can
+ be stored per name and type in a cache or zone database. The
+ default is 100, which can be tuned with the new
+ max-types-per-name option. (CVE-2024-1737)
+ [bsc#1228256]
+ * Validating DNS messages signed using the SIG(0) protocol (RFC
+ 2931) could cause excessive CPU load, leading to a
+ denial-of-service condition. Support for SIG(0) message
+ validation was removed from this version of named.
+ (CVE-2024-1975)
+ [bsc#1228257]
+ * Due to a logic error, lookups that triggered serving stale data
+ and required lookups in local authoritative zone data could
+ have resulted in an assertion failure. This has been fixed.
+ * Potential data races were found in our DoH implementation,
+ related to HTTP/2 session object management and endpoints set
+ object management after reconfiguration. These issues have been
+ fixed.
+ * When looking up the NS records of parent zones as part of
+ looking up DS records, it was possible for named to trigger an
+ assertion failure if serve-stale was enabled. This has been
+ fixed. (CVE-2024-4076)
+ [bsc#1228258]
+
+-------------------------------------------------------------------
Old:
----
bind-9.18.27.tar.xz
bind-9.18.27.tar.xz.asc
New:
----
bind-9.20.0.tar.xz
bind-9.20.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.RJukT7/_old 2024-07-26 16:14:58.440433804 +0200
+++ /var/tmp/diff_new_pack.RJukT7/_new 2024-07-26 16:14:58.444433965 +0200
@@ -56,7 +56,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: bind
-Version: 9.18.27
+Version: 9.20.0
Release: 0
Summary: Domain Name System (DNS) Server (named)
License: MPL-2.0
@@ -92,6 +92,7 @@
BuildRequires: pkgconfig(libidn2)
BuildRequires: pkgconfig(libmaxminddb)
BuildRequires: pkgconfig(libnghttp2)
+BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(libuv)
BuildRequires: pkgconfig(libxml-2.0)
Requires: %{name}-utils
@@ -375,7 +376,6 @@
install -D -m 0644 %{SOURCE70} %{buildroot}%{_prefix}/lib/tmpfiles.d/bind.conf
install -D -m 0644 %{_sourcedir}/named.root %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named/root.hint
install -m 0644 vendor-files/config/{127.0.0,localhost}.zone %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named
- install -m 0644 bind.keys %{buildroot}%{_datadir}/factory%{_localstatedir}/lib/named/named.root.key
install -d -m 0755 %{buildroot}/%{_unitdir}/named.service.d
%else
for file in named; do
@@ -422,7 +422,6 @@
# ---------------------------------------------------------------------------
# remove useless Makefiles and Makefile skeletons
find %{buildroot}/%{_defaultdocdir}/bind \( -name Makefile -o -name Makefile.in \) -exec rm {} +
-install -m 0644 bind.keys %{buildroot}%{_localstatedir}/lib/named/named.root.key
%if %{with_systemd}
mkdir -p %{buildroot}%{_sysusersdir}
install -m 644 %{SOURCE72} %{buildroot}%{_sysusersdir}/
@@ -532,7 +531,6 @@
%config %{_var}/lib/named/root.hint
%config %{_var}/lib/named/127.0.0.zone
%config %{_var}/lib/named/localhost.zone
-%config %{_var}/lib/named/named.root.key
%dir %{_libexecdir}/bind
%{_libexecdir}/bind/named.prep
%dir %{_libdir}/bind-plugins
@@ -571,7 +569,6 @@
%files utils
%dir %{_sysconfdir}/named.d
%config(noreplace) %{_sysconfdir}/named.d/rndc-access.conf
-%config(noreplace) %{_sysconfdir}/bind.keys
%dir %{_sysconfdir}/openldap
%dir %{_sysconfdir}/openldap/schema
%attr(0444,root,root) %config %{_sysconfdir}/openldap/schema/dnszone.schema
@@ -594,20 +591,17 @@
%{_bindir}/dnssec-verify
%{_bindir}/dnssec-cds
%{_bindir}/dnstap-read
+%{_bindir}/dnssec-ksr
%{_sbindir}/ddns-confgen
%{_sbindir}/rndc
%{_sbindir}/rndc-confgen
%{_sbindir}/tsig-keygen
-%{_libdir}/libbind9-%{version}.so
%{_libdir}/libdns-%{version}.so
-%{_libdir}/libirs-%{version}.so
%{_libdir}/libisc-%{version}.so
%{_libdir}/libisccc-%{version}.so
%{_libdir}/libisccfg-%{version}.so
%{_libdir}/libns-%{version}.so
-%{_libdir}/libbind9.so
%{_libdir}/libdns.so
-%{_libdir}/libirs.so
%{_libdir}/libisc.so
%{_libdir}/libisccc.so
%{_libdir}/libisccfg.so
@@ -634,6 +628,7 @@
%{_mandir}/man1/named-journalprint.1%{ext_man}
%{_mandir}/man1/nsec3hash.1%{ext_man}
%{_mandir}/man1/dnstap-read.1%{ext_man}
+%{_mandir}/man1/dnssec-ksr.1.gz
%{_mandir}/man5/rndc.conf.5%{ext_man}
%{_mandir}/man8/ddns-confgen.8%{ext_man}
%{_mandir}/man8/rndc.8%{ext_man}
++++++ bind-9.18.27.tar.xz -> bind-9.20.0.tar.xz ++++++
++++ 352923 lines of diff (skipped)
++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor-files/config/named.conf new/vendor-files/config/named.conf
--- old/vendor-files/config/named.conf 2023-09-11 10:15:38.619721976 +0200
+++ new/vendor-files/config/named.conf 2024-07-24 14:45:25.545686611 +0200
@@ -23,14 +23,6 @@
directory "/var__NSD__/named";
- # enable DNSSEC validation
- #
- # If BIND logs error messages about the root key being expired, you
- # will need to update your keys. See https://www.isc.org/bind-keys
- #
- # The dnssec-enable option has been obsoleted and no longer has any effect.
- # DNSSEC responses are always enabled if signatures and other DNSSEC data are present.
-
# dnssec-validation yes (default), indicates that a resolver
# (a caching or caching-only name server) will attempt to validate
# replies from DNSSEC enabled (signed) zones. To perform this task
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qemu for openSUSE:Factory checked in at 2024-07-26 16:12:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qemu (Old)
and /work/SRC/openSUSE:Factory/.qemu.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qemu"
Fri Jul 26 16:12:28 2024 rev:275 rq:1189407 version:9.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qemu/qemu.changes 2024-07-03 20:29:07.094469287 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new.1882/qemu.changes 2024-07-26 16:14:42.879806992 +0200
@@ -1,0 +2,23 @@
+Wed Jul 24 10:00:54 UTC 2024 - dfaggioli(a)suse.com
+
+- roms: Build ipxe with NO_WERROR=1 (bsc#1227960)
+- Update to version 9.0.2:
+ Full list of backports here:
+ https://lore.kernel.org/qemu-devel/1718081053.366429.1238758.nullmailer@tls…
+
+ A selection of them is reported here too:
+ hw/nvme: fix number of PIDs for FDP RUH update
+ sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
+ char-stdio: Restore blocking mode of stdout on exit
+ virtio: remove virtio_tswap16s() call in vring_packed_event_read()
+ virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
+ tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
+ block: Parse filenames only when explicitly requested
+ iotests/270: Don't store data-file with json: prefix in image
+ iotests/244: Don't store data-file with protocol in image
+ qcow2: Don't open data_file with BDRV_O_NO_IO
+ tests: add testing of parameter=3D1 for SMP topology (bsc#1228169)
+ hw/core: allow parameter=3D1 for SMP topology on any machine
+ ...
+
+-------------------------------------------------------------------
Old:
----
qemu-9.0.1.obscpio
New:
----
qemu-9.0.2.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qemu-linux-user.spec ++++++
--- /var/tmp/diff_new_pack.3sXJfm/_old 2024-07-26 16:14:53.444232548 +0200
+++ /var/tmp/diff_new_pack.3sXJfm/_new 2024-07-26 16:14:53.448232709 +0200
@@ -27,7 +27,7 @@
Summary: CPU emulator for user space
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Group: System/Emulators/PC
-Version: 9.0.1
+Version: 9.0.2
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc
++++++ qemu.spec ++++++
--- /var/tmp/diff_new_pack.3sXJfm/_old 2024-07-26 16:14:53.488234320 +0200
+++ /var/tmp/diff_new_pack.3sXJfm/_new 2024-07-26 16:14:53.492234481 +0200
@@ -82,7 +82,7 @@
Summary: Machine emulator and virtualizer
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Group: System/Emulators/PC
-Version: 9.0.1
+Version: 9.0.2
Release: 0
Source0: qemu-%{version}.tar.xz
Source1: common.inc
@@ -875,16 +875,17 @@
%make_build -C %srcdir/roms seavgabios-ati \
-%make_build -C %srcdir/roms pxerom
+%make_build -C %srcdir/roms pxerom NO_WERROR=1
%make_build -C %srcdir/roms edk2-basetools EXTRA_OPTFLAGS='-fPIE'
-%make_build -C %srcdir/roms efirom
+
+%make_build -C %srcdir/roms efirom NO_WERROR=1
%if %{force_fit_virtio_pxe_rom}
pushd %srcdir
patch -p1 < %{rpmfilesdir}/openSUSE-pcbios-stub-out-the-SAN-req-s-i.patch
popd
-%make_build -C %srcdir/roms pxerom_variants=virtio pxerom_targets=1af41000 pxerom
+%make_build -C %srcdir/roms NO_WERROR=1 pxerom_variants=virtio pxerom_targets=1af41000 pxerom
%endif
for i in %supported_nics_large %unsupported_nics
@@ -1963,7 +1964,7 @@
%package seabios
Summary: x86 Legacy BIOS for QEMU
Group: System/Emulators/PC
-Version: 9.0.1%{sbver}
+Version: 9.0.2%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@@ -1984,7 +1985,7 @@
%package vgabios
Summary: VGA BIOSes for QEMU
Group: System/Emulators/PC
-Version: 9.0.1%{sbver}
+Version: 9.0.2%{sbver}
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
@@ -2010,7 +2011,7 @@
%package ipxe
Summary: PXE ROMs for QEMU NICs
Group: System/Emulators/PC
-Version: 9.0.1
+Version: 9.0.2
Release: 0
BuildArch: noarch
Conflicts: %name < 1.6.0
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3sXJfm/_old 2024-07-26 16:14:53.588238348 +0200
+++ /var/tmp/diff_new_pack.3sXJfm/_new 2024-07-26 16:14:53.592238510 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/opensuse/qemu.git</param>
- <param name="changesrevision">aaca3d0d6b11f122737d41bb934749ba718229da</param></service></servicedata>
+ <param name="changesrevision">ea9bb967774f7604ae9a726c4ffb3dee401565d6</param></service></servicedata>
(No newline at EOF)
++++++ qemu-9.0.1.obscpio -> qemu-9.0.2.obscpio ++++++
/work/SRC/openSUSE:Factory/qemu/qemu-9.0.1.obscpio /work/SRC/openSUSE:Factory/.qemu.new.1882/qemu-9.0.2.obscpio differ: char 49, line 1
++++++ qemu.obsinfo ++++++
--- /var/tmp/diff_new_pack.3sXJfm/_old 2024-07-26 16:14:53.664241410 +0200
+++ /var/tmp/diff_new_pack.3sXJfm/_new 2024-07-26 16:14:53.672241732 +0200
@@ -1,5 +1,5 @@
name: qemu
-version: 9.0.1
-mtime: 1719581360
-commit: aaca3d0d6b11f122737d41bb934749ba718229da
+version: 9.0.2
+mtime: 1721812369
+commit: ea9bb967774f7604ae9a726c4ffb3dee401565d6
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openssl-3 for openSUSE:Factory checked in at 2024-07-26 16:12:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl-3 (Old)
and /work/SRC/openSUSE:Factory/.openssl-3.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssl-3"
Fri Jul 26 16:12:26 2024 rev:27 rq:1189313 version:3.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl-3/openssl-3.changes 2024-07-16 22:02:09.057272666 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-3.new.1882/openssl-3.changes 2024-07-26 16:12:27.074336493 +0200
@@ -1,0 +2,17 @@
+Mon Jul 22 16:42:52 UTC 2024 - Pedro Monreal <pmonreal(a)suse.com>
+
+- Build with no-afalgeng [bsc#1226463]
+
+-------------------------------------------------------------------
+Mon Jul 22 08:30:16 UTC 2024 - Pedro Monreal <pmonreal(a)suse.com>
+
+- Security fix: [bsc#1227138, CVE-2024-5535]
+ * SSL_select_next_proto buffer overread
+ * Add openssl-CVE-2024-5535.patch
+
+-------------------------------------------------------------------
+Wed Jul 17 12:55:39 UTC 2024 - Pedro Monreal <pmonreal(a)suse.com>
+
+- Build with enabled sm2 and sm4 support [bsc#1222899]
+
+-------------------------------------------------------------------
@@ -5,0 +23,10 @@
+
+-------------------------------------------------------------------
+Thu Jun 6 15:12:10 UTC 2024 - Peter Simons <psimons(a)suse.com>
+
+- Apply "openssl-CVE-2024-4741.patch" to fix a use-after-free
+ security vulnerability. Calling the function SSL_free_buffers()
+ potentially caused memory to be accessed that was previously
+ freed in some situations and a malicious attacker could attempt
+ to engineer a stituation where this occurs to facilitate a
+ denial-of-service attack. [CVE-2024-4741, bsc#1225551]
New:
----
openssl-CVE-2024-4741.patch
openssl-CVE-2024-5535.patch
BETA DEBUG BEGIN:
New:
- Apply "openssl-CVE-2024-4741.patch" to fix a use-after-free
security vulnerability. Calling the function SSL_free_buffers()
New: * SSL_select_next_proto buffer overread
* Add openssl-CVE-2024-5535.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openssl-3.spec ++++++
--- /var/tmp/diff_new_pack.TL3oAH/_old 2024-07-26 16:12:28.486393374 +0200
+++ /var/tmp/diff_new_pack.TL3oAH/_new 2024-07-26 16:12:28.486393374 +0200
@@ -94,8 +94,12 @@
# PATCH-FIX-UPSTREAM: bsc#1225291 NVMe/TCP TLS connection fails due to handshake failure
Patch30: openssl-Fix-EVP_PKEY_CTX_add1_hkdf_info-behavior.patch
Patch31: openssl-Handle-empty-param-in-EVP_PKEY_CTX_add1_hkdf_info.patch
+# PATCH-FIX-UPSTREAM bsc#1225551 CVE-2024-4741: use After Free with SSL_free_buffers
+Patch32: openssl-CVE-2024-4741.patch
# PATCH-FIX-UPSTREAM: bsc#1223336 aes-gcm-avx512.pl: fix non-reproducibility issue
-Patch32: reproducible.patch
+Patch33: reproducible.patch
+# PATCH-FIX-UPSTREAM: bsc#1227138 CVE-2024-5535: SSL_select_next_proto buffer overread
+Patch34: openssl-CVE-2024-5535.patch
BuildRequires: pkgconfig
%if 0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1550
BuildRequires: ulp-macros
@@ -194,7 +198,8 @@
%endif
./Configure \
- no-mdc2 no-ec2m no-sm2 no-sm4 \
+ no-mdc2 no-ec2m \
+ no-afalgeng \
enable-rfc3779 enable-camellia enable-seed \
%ifarch x86_64 aarch64 ppc64le
enable-ec_nistp_64_gcc_128 \
++++++ openssl-CVE-2024-4741.patch ++++++
@@ -, +, @@
---
ssl/record/methods/tls_common.c | 8 ++++++++
1 file changed, 8 insertions(+)
--- openssl-3.0.8/ssl/record/ssl3_buffer.c
+++ openssl-3.0.8/ssl/record/ssl3_buffer.c
@@ -186,5 +186,7 @@ int ssl3_release_read_buffer(SSL *s)
OPENSSL_cleanse(b->buf, b->len);
OPENSSL_free(b->buf);
b->buf = NULL;
+ s->rlayer.packet = NULL;
+ s->rlayer.packet_length = 0;
return 1;
}
--- openssl-3.0.8/ssl/record/rec_layer_s3.c
+++ openssl-3.0.8/ssl/record/rec_layer_s3.c
@@ -238,6 +238,11 @@ int ssl3_read_n(SSL *s, size_t n, size_t
s->rlayer.packet_length = 0;
/* ... now we can act as if 'extend' was set */
}
+ if (!ossl_assert(s->rlayer.packet != NULL)) {
+ /* does not happen */
+ SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_INTERNAL_ERROR);
+ return -1;
+ }
len = s->rlayer.packet_length;
pkt = rb->buf + align;
++++++ openssl-CVE-2024-5535.patch ++++++
From 4ada436a1946cbb24db5ab4ca082b69c1bc10f37 Mon Sep 17 00:00:00 2001
From: Matt Caswell <matt(a)openssl.org>
Date: Fri, 31 May 2024 11:14:33 +0100
Subject: [PATCH] Fix SSL_select_next_proto
Ensure that the provided client list is non-NULL and starts with a valid
entry. When called from the ALPN callback the client list should already
have been validated by OpenSSL so this should not cause a problem. When
called from the NPN callback the client list is locally configured and
will not have already been validated. Therefore SSL_select_next_proto
should not assume that it is correctly formatted.
We implement stricter checking of the client protocol list. We also do the
same for the server list while we are about it.
CVE-2024-5535
Reviewed-by: Neil Horman <nhorman(a)openssl.org>
Reviewed-by: Tomas Mraz <tomas(a)openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24718)
---
ssl/ssl_lib.c | 63 ++++++++++++++++++++++++++++++++-------------------
1 file changed, 40 insertions(+), 23 deletions(-)
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 5493d9b9c7..f218dcf1db 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -2953,37 +2953,54 @@ int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
unsigned int server_len,
const unsigned char *client, unsigned int client_len)
{
- unsigned int i, j;
- const unsigned char *result;
- int status = OPENSSL_NPN_UNSUPPORTED;
+ PACKET cpkt, csubpkt, spkt, ssubpkt;
+
+ if (!PACKET_buf_init(&cpkt, client, client_len)
+ || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt)
+ || PACKET_remaining(&csubpkt) == 0) {
+ *out = NULL;
+ *outlen = 0;
+ return OPENSSL_NPN_NO_OVERLAP;
+ }
+
+ /*
+ * Set the default opportunistic protocol. Will be overwritten if we find
+ * a match.
+ */
+ *out = (unsigned char *)PACKET_data(&csubpkt);
+ *outlen = (unsigned char)PACKET_remaining(&csubpkt);
/*
* For each protocol in server preference order, see if we support it.
*/
- for (i = 0; i < server_len;) {
- for (j = 0; j < client_len;) {
- if (server[i] == client[j] &&
- memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) {
- /* We found a match */
- result = &server[i];
- status = OPENSSL_NPN_NEGOTIATED;
- goto found;
+ if (PACKET_buf_init(&spkt, server, server_len)) {
+ while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) {
+ if (PACKET_remaining(&ssubpkt) == 0)
+ continue; /* Invalid - ignore it */
+ if (PACKET_buf_init(&cpkt, client, client_len)) {
+ while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) {
+ if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt),
+ PACKET_remaining(&ssubpkt))) {
+ /* We found a match */
+ *out = (unsigned char *)PACKET_data(&ssubpkt);
+ *outlen = (unsigned char)PACKET_remaining(&ssubpkt);
+ return OPENSSL_NPN_NEGOTIATED;
+ }
+ }
+ /* Ignore spurious trailing bytes in the client list */
+ } else {
+ /* This should never happen */
+ return OPENSSL_NPN_NO_OVERLAP;
}
- j += client[j];
- j++;
}
- i += server[i];
- i++;
+ /* Ignore spurious trailing bytes in the server list */
}
- /* There's no overlap between our protocols and the server's list. */
- result = client;
- status = OPENSSL_NPN_NO_OVERLAP;
-
- found:
- *out = (unsigned char *)result + 1;
- *outlen = result[0];
- return status;
+ /*
+ * There's no overlap between our protocols and the server's list. We use
+ * the default opportunistic protocol selected earlier
+ */
+ return OPENSSL_NPN_NO_OVERLAP;
}
#ifndef OPENSSL_NO_NEXTPROTONEG
--
2.45.2
From 4279c89a726025c758db3dafb263b17e52211304 Mon Sep 17 00:00:00 2001
From: Matt Caswell <matt(a)openssl.org>
Date: Fri, 31 May 2024 11:18:27 +0100
Subject: [PATCH] More correctly handle a selected_len of 0 when
processing NPN
In the case where the NPN callback returns with SSL_TLEXT_ERR_OK, but
the selected_len is 0 we should fail. Previously this would fail with an
internal_error alert because calling OPENSSL_malloc(selected_len) will
return NULL when selected_len is 0. We make this error detection more
explicit and return a handshake failure alert.
Follow on from CVE-2024-5535
Reviewed-by: Neil Horman <nhorman(a)openssl.org>
Reviewed-by: Tomas Mraz <tomas(a)openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24718)
---
ssl/statem/extensions_clnt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ssl/statem/extensions_clnt.c b/ssl/statem/extensions_clnt.c
index 842be0722b..a07dc62e9a 100644
--- a/ssl/statem/extensions_clnt.c
+++ b/ssl/statem/extensions_clnt.c
@@ -1536,7 +1536,8 @@ int tls_parse_stoc_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
PACKET_data(pkt),
PACKET_remaining(pkt),
s->ctx->ext.npn_select_cb_arg) !=
- SSL_TLSEXT_ERR_OK) {
+ SSL_TLSEXT_ERR_OK
+ || selected_len == 0) {
SSLfatal(s, SSL_AD_HANDSHAKE_FAILURE, SSL_R_BAD_EXTENSION);
return 0;
}
--
2.45.2
From 889ed19ba25abebd2690997acd6d4791cbe5c493 Mon Sep 17 00:00:00 2001
From: Matt Caswell <matt(a)openssl.org>
Date: Fri, 31 May 2024 11:46:38 +0100
Subject: [PATCH] Clarify the SSL_select_next_proto() documentation
We clarify the input preconditions and the expected behaviour in the event
of no overlap.
Follow on from CVE-2024-5535
Reviewed-by: Neil Horman <nhorman(a)openssl.org>
Reviewed-by: Tomas Mraz <tomas(a)openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24718)
---
doc/man3/SSL_CTX_set_alpn_select_cb.pod | 26 +++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)
diff --git a/doc/man3/SSL_CTX_set_alpn_select_cb.pod b/doc/man3/SSL_CTX_set_alpn_select_cb.pod
index 102e657851..a29557dd91 100644
--- a/doc/man3/SSL_CTX_set_alpn_select_cb.pod
+++ b/doc/man3/SSL_CTX_set_alpn_select_cb.pod
@@ -52,7 +52,8 @@ SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated
SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() are used by the client to
set the list of protocols available to be negotiated. The B<protos> must be in
protocol-list format, described below. The length of B<protos> is specified in
-B<protos_len>.
+B<protos_len>. Setting B<protos_len> to 0 clears any existing list of ALPN
+protocols and no ALPN extension will be sent to the server.
SSL_CTX_set_alpn_select_cb() sets the application callback B<cb> used by a
server to select which protocol to use for the incoming connection. When B<cb>
@@ -73,9 +74,16 @@ B<server_len> and B<client>, B<client_len> must be in the protocol-list format
described below. The first item in the B<server>, B<server_len> list that
matches an item in the B<client>, B<client_len> list is selected, and returned
in B<out>, B<outlen>. The B<out> value will point into either B<server> or
-B<client>, so it should be copied immediately. If no match is found, the first
-item in B<client>, B<client_len> is returned in B<out>, B<outlen>. This
-function can also be used in the NPN callback.
+B<client>, so it should be copied immediately. The client list must include at
+least one valid (nonempty) protocol entry in the list.
+
+The SSL_select_next_proto() helper function can be useful from either the ALPN
+callback or the NPN callback (described below). If no match is found, the first
+item in B<client>, B<client_len> is returned in B<out>, B<outlen> and
+B<OPENSSL_NPN_NO_OVERLAP> is returned. This can be useful when implementating
+the NPN callback. In the ALPN case, the value returned in B<out> and B<outlen>
+must be ignored if B<OPENSSL_NPN_NO_OVERLAP> has been returned from
+SSL_select_next_proto().
SSL_CTX_set_next_proto_select_cb() sets a callback B<cb> that is called when a
client needs to select a protocol from the server's provided list, and a
@@ -85,9 +93,10 @@ must be set to point to the selected protocol (which may be within B<in>).
The length of the protocol name must be written into B<outlen>. The
server's advertised protocols are provided in B<in> and B<inlen>. The
callback can assume that B<in> is syntactically valid. The client must
-select a protocol. It is fatal to the connection if this callback returns
-a value other than B<SSL_TLSEXT_ERR_OK>. The B<arg> parameter is the pointer
-set via SSL_CTX_set_next_proto_select_cb().
+select a protocol (although it may be an empty, zero length protocol). It is
+fatal to the connection if this callback returns a value other than
+B<SSL_TLSEXT_ERR_OK> or if the zero length protocol is selected. The B<arg>
+parameter is the pointer set via SSL_CTX_set_next_proto_select_cb().
SSL_CTX_set_next_protos_advertised_cb() sets a callback B<cb> that is called
when a TLS server needs a list of supported protocols for Next Protocol
@@ -149,7 +158,8 @@ A match was found and is returned in B<out>, B<outlen>.
=item OPENSSL_NPN_NO_OVERLAP
No match was found. The first item in B<client>, B<client_len> is returned in
-B<out>, B<outlen>.
+B<out>, B<outlen> (or B<NULL> and 0 in the case where the first entry in
+B<client> is invalid).
=back
--
2.45.2
From 087501b4f572825e27ca8cc2c5874fcf6fd47cf7 Mon Sep 17 00:00:00 2001
From: Matt Caswell <matt(a)openssl.org>
Date: Fri, 21 Jun 2024 10:41:55 +0100
Subject: [PATCH] Correct return values for
tls_construct_stoc_next_proto_neg
Return EXT_RETURN_NOT_SENT in the event that we don't send the extension,
rather than EXT_RETURN_SENT. This actually makes no difference at all to
the current control flow since this return value is ignored in this case
anyway. But lets make it correct anyway.
Follow on from CVE-2024-5535
Reviewed-by: Neil Horman <nhorman(a)openssl.org>
Reviewed-by: Tomas Mraz <tomas(a)openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24718)
---
ssl/statem/extensions_srvr.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ssl/statem/extensions_srvr.c b/ssl/statem/extensions_srvr.c
index 4ea085e1a1..2da880450f 100644
--- a/ssl/statem/extensions_srvr.c
+++ b/ssl/statem/extensions_srvr.c
@@ -1476,9 +1476,10 @@ EXT_RETURN tls_construct_stoc_next_proto_neg(SSL *s, WPACKET *pkt,
return EXT_RETURN_FAIL;
}
s->s3.npn_seen = 1;
+ return EXT_RETURN_SENT;
}
- return EXT_RETURN_SENT;
+ return EXT_RETURN_NOT_SENT;
}
#endif
--
2.45.2
From 017e54183b95617825fb9316d618c154a34c634e Mon Sep 17 00:00:00 2001
From: Matt Caswell <matt(a)openssl.org>
Date: Fri, 21 Jun 2024 11:51:54 +0100
Subject: [PATCH] Add ALPN validation in the client
The ALPN protocol selected by the server must be one that we originally
advertised. We should verify that it is.
Follow on from CVE-2024-5535
Reviewed-by: Neil Horman <nhorman(a)openssl.org>
Reviewed-by: Tomas Mraz <tomas(a)openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24718)
---
ssl/statem/extensions_clnt.c | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/ssl/statem/extensions_clnt.c b/ssl/statem/extensions_clnt.c
index a07dc62e9a..b21ccf9273 100644
--- a/ssl/statem/extensions_clnt.c
+++ b/ssl/statem/extensions_clnt.c
@@ -1566,6 +1566,8 @@ int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
size_t chainidx)
{
size_t len;
+ PACKET confpkt, protpkt;
+ int valid = 0;
/* We must have requested it. */
if (!s->s3.alpn_sent) {
@@ -1584,6 +1586,28 @@ int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_BAD_EXTENSION);
return 0;
}
+
+ /* It must be a protocol that we sent */
+ if (!PACKET_buf_init(&confpkt, s->ext.alpn, s->ext.alpn_len)) {
+ SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_INTERNAL_ERROR);
+ return 0;
+ }
+ while (PACKET_get_length_prefixed_1(&confpkt, &protpkt)) {
+ if (PACKET_remaining(&protpkt) != len)
+ continue;
+ if (memcmp(PACKET_data(pkt), PACKET_data(&protpkt), len) == 0) {
+ /* Valid protocol found */
+ valid = 1;
+ break;
+ }
+ }
+
+ if (!valid) {
+ /* The protocol sent from the server does not match one we advertised */
+ SSLfatal(s, SSL_AD_DECODE_ERROR, SSL_R_BAD_EXTENSION);
+ return 0;
+ }
+
OPENSSL_free(s->s3.alpn_selected);
s->s3.alpn_selected = OPENSSL_malloc(len);
if (s->s3.alpn_selected == NULL) {
--
2.45.2
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000update-repos for openSUSE:Factory checked in at 2024-07-25 21:02:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
and /work/SRC/openSUSE:Factory/.000update-repos.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000update-repos"
Thu Jul 25 21:02:00 2024 rev:2547 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
New:
----
factory:non-oss_4083.2.packages.zst
factory_20240724.packages.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2024-07-25 19:16:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Thu Jul 25 19:16:49 2024 rev:4084 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:52.964342772 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:52.968342933 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__MicroOS___20240724" schemaversion="4.1">
+<image name="OBS__MicroOS___20240725" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20240724</productvar>
+ <productvar name="VERSION">20240725</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:microos:20240724,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:microos:20240725,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20240724/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20240725/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-Addon-NonOss-ftp-ftp-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.008344544 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.012344706 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Addon-NonOss___20240724" schemaversion="4.1">
+<image name="OBS__openSUSE-Addon-NonOss___20240725" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20240724</productvar>
+ <productvar name="VERSION">20240725</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20240724,openSUSE NonOSS Addon</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20240725,openSUSE NonOSS Addon</productinfo>
<productinfo name="LINGUAS">af ar be_BY bg br ca cy el et ga gl gu_IN he hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2024…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2024…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-cd-mini-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.036345672 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.044345994 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20240724" schemaversion="4.1">
+<image name="OBS__openSUSE___20240725" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20240724</productvar>
+ <productvar name="VERSION">20240725</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20240724,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20240725,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20240724/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20240725/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
openSUSE-dvd5-dvd-x86_64.kiwi: same change
++++++ openSUSE-ftp-ftp-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.104348411 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.108348572 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20240724" schemaversion="4.1">
+<image name="OBS__openSUSE___20240725" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -23,7 +23,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20240724-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20240725-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20240724</productvar>
+ <productvar name="VERSION">20240725</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20240724,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20240725,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20240724/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20240725/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ Aeon.product ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.164350828 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.168350989 +0200
@@ -6,7 +6,7 @@
<name>Aeon</name>
<releasepkgname>Aeon-release</releasepkgname>
<endoflife/>
- <version>20240724</version>
+ <version>20240725</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>Aeon</productline>
++++++ Kalpa.product ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.192351955 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.196352117 +0200
@@ -6,7 +6,7 @@
<name>Kalpa</name>
<releasepkgname>Kalpa-release</releasepkgname>
<endoflife/>
- <version>20240724</version>
+ <version>20240725</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>Kalpa</productline>
++++++ MicroOS.product ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.224353244 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.228353405 +0200
@@ -6,7 +6,7 @@
<name>MicroOS</name>
<releasepkgname>MicroOS-release</releasepkgname>
<endoflife/>
- <version>20240724</version>
+ <version>20240725</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>MicroOS</productline>
++++++ openSUSE-Addon-NonOss.product ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.372359205 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.376359366 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<summary>openSUSE NonOSS Addon</summary>
<shortsummary>non oss addon</shortsummary>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.404360494 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.408360655 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<productline>openSUSE</productline>
++++++ unsorted.yml ++++++
--- /var/tmp/diff_new_pack.VbqwxG/_old 2024-07-25 19:16:53.536365811 +0200
+++ /var/tmp/diff_new_pack.VbqwxG/_new 2024-07-25 19:16:53.548366294 +0200
@@ -1703,6 +1703,10 @@
- buildkit
- buildnumber-maven-plugin
- buildnumber-maven-plugin-javadoc
+ - buildpacks-cli
+ - buildpacks-cli-bash-completion
+ - buildpacks-cli-fish-completion
+ - buildpacks-cli-zsh-completion
- buildstream
- bulk_extractor
- bumblebee
@@ -2634,6 +2638,8 @@
- cpu-x-zsh-completion
- cpufetch
- cpuid
+ - cpuinfo
+ - cpuinfo-devel
- cpulimit
- cpuminer
- cpupower-bench
@@ -7474,7 +7480,6 @@
- goffice-devel
- goffice-lang
- gojq
- - gojsontoyaml
- gokart
- golang-github-QubitProducts-exporter_exporter
- golang-github-boynux-squid_exporter
@@ -7888,6 +7893,10 @@
- greetd
- grepcidr
- grepmail
+ - gretl
+ - gretl-devel
+ - gretl-doc
+ - gretl-lang
- grex
- grfcodec
- gri
@@ -9751,6 +9760,7 @@
- kdesignerplugin-lang
- kdesu-devel
- kdesvn
+ - kdevelop-pg-qt
- kdevelop5-pg-qt
- kdevelop5-plugin-php
- kdevelop5-plugin-php-devel
@@ -10132,6 +10142,7 @@
- knockd
- knot
- knot-devel
+ - knot-utils
- knotifications-devel
- knotifications-imports
- knotifyconfig-devel
@@ -10327,6 +10338,7 @@
- kubeaudit-fish-completion
- kubeaudit-zsh-completion
- kubeconform
+ - kubectl-browse-pvc
- kubectl-capacity
- kubectl-explore
- kubectl-foreach
@@ -12390,6 +12402,7 @@
- libcpuid-devel
- libcpuid-tools
- libcpuid16
+ - libcpuinfo0
- libcpuset-devel
- libcpuset1
- libcrc32c-devel
@@ -12563,7 +12576,7 @@
- libdico2
- libdict-devel
- libdict1_0
- - libdigikamcore8_3_0
+ - libdigikamcore8_4_0
- libdirac_decoder0
- libdirac_decoder0-32bit
- libdirac_encoder0
@@ -13395,6 +13408,7 @@
- libgraphene-devel
- libgraphite2-3-32bit
- libgravatar-devel
+ - libgretl-1_0-48
- libgromacs9
- libgromacs_mpi9
- libgrpc++1_62
@@ -16344,6 +16358,8 @@
- libtomoe-gtk0
- libtool
- libtool-32bit
+ - libtorch
+ - libtorch-openmpi4
- libtorrent-devel
- libtorrent-rasterbar-devel
- libtorrent-rasterbar-doc
@@ -16476,7 +16492,7 @@
- libunicap2
- libunicode-devel
- libunicode-tools
- - libunicode0_2
+ - libunicode0_4
- libuninameslist-devel
- libuninameslist1
- libunistring-devel
@@ -17515,13 +17531,13 @@
- lua51-BitOp
- lua51-alt-getopt
- lua51-argparse
- - lua51-bit32
- lua51-busted
- lua51-cassowary
- lua51-cjson
- lua51-cldr
- lua51-cliargs
- lua51-compat-5.3
+ - lua51-compat-5.3-bit32
- lua51-copas
- lua51-cosmo
- lua51-coxpcall
@@ -17580,6 +17596,7 @@
- lua51-zlib
- lua53
- lua53-alt-getopt
+ - lua53-apk
- lua53-argparse
- lua53-busted
- lua53-cassowary
@@ -17648,13 +17665,13 @@
- lua54
- lua54-alt-getopt
- lua54-argparse
- - lua54-bit32
- lua54-busted
- lua54-cassowary
- lua54-cjson
- lua54-cldr
- lua54-cliargs
- lua54-compat-5.3
+ - lua54-compat-5.3-bit32
- lua54-copas
- lua54-cosmo
- lua54-coxpcall
@@ -24357,6 +24374,7 @@
- python310-azure-mgmt-commerce
- python310-azure-mgmt-communication
- python310-azure-mgmt-compute
+ - python310-azure-mgmt-computefleet
- python310-azure-mgmt-confidentialledger
- python310-azure-mgmt-confluent
- python310-azure-mgmt-connectedvmware
@@ -27126,6 +27144,14 @@
- python310-toolz
- python310-toposort
- python310-topy
+ - python310-torch
+ - python310-torch-converters
+ - python310-torch-devel
+ - python310-torch-examples
+ - python310-torch-openmpi4
+ - python310-torch-openmpi4-converters
+ - python310-torch-openmpi4-devel
+ - python310-torch-openmpi4-examples
- python310-tornado
- python310-tornado6
- python310-tortilla
@@ -27954,6 +27980,7 @@
- python311-azure-mgmt-commerce
- python311-azure-mgmt-communication
- python311-azure-mgmt-compute
+ - python311-azure-mgmt-computefleet
- python311-azure-mgmt-confidentialledger
- python311-azure-mgmt-confluent
- python311-azure-mgmt-connectedvmware
@@ -30623,6 +30650,14 @@
- python311-toolz
- python311-toposort
- python311-topy
+ - python311-torch
+ - python311-torch-converters
+ - python311-torch-devel
+ - python311-torch-examples
+ - python311-torch-openmpi4
+ - python311-torch-openmpi4-converters
+ - python311-torch-openmpi4-devel
+ - python311-torch-openmpi4-examples
- python311-tornado
- python311-tortilla
- python311-towncrier
@@ -31466,6 +31501,7 @@
- python312-azure-mgmt-commerce
- python312-azure-mgmt-communication
- python312-azure-mgmt-compute
+ - python312-azure-mgmt-computefleet
- python312-azure-mgmt-confidentialledger
- python312-azure-mgmt-confluent
- python312-azure-mgmt-connectedvmware
@@ -34226,6 +34262,14 @@
- python312-toolz
- python312-toposort
- python312-topy
+ - python312-torch
+ - python312-torch-converters
+ - python312-torch-devel
+ - python312-torch-examples
+ - python312-torch-openmpi4
+ - python312-torch-openmpi4-converters
+ - python312-torch-openmpi4-devel
+ - python312-torch-openmpi4-examples
- python312-tornado
- python312-tornado6
- python312-tortilla
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2024-07-25 19:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Jul 25 19:16:47 2024 rev:3014 rq: version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/000release-packages/Aeon-release.changes 2024-07-25 16:41:25.825630148 +0200
+++ /work/SRC/openSUSE:Factory/.000release-packages.new.1882/Aeon-release.changes 2024-07-25 19:16:48.044144606 +0200
@@ -2 +2 @@
-Thu Jul 25 14:41:22 UTC 2024 - openSUSE <packaging(a)lists.opensuse.org>
+Thu Jul 25 17:16:45 UTC 2024 - openSUSE <packaging(a)lists.opensuse.org>
Kalpa-release.changes: same change
MicroOS-release.changes: same change
openSUSE-Addon-NonOss-release.changes: same change
openSUSE-release.changes: same change
stub.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
Kalpa-release.spec: same change
MicroOS-release.spec: same change
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.FI3fki/_old 2024-07-25 19:16:49.856217589 +0200
+++ /var/tmp/diff_new_pack.FI3fki/_new 2024-07-25 19:16:49.868218072 +0200
@@ -7584,6 +7584,7 @@
Provides: weakremover(godot-server)
Provides: weakremover(goffice-0_8-devel)
Provides: weakremover(goffice-0_8-lang)
+Provides: weakremover(gojsontoyaml)
Provides: weakremover(golang-bitbucket-taruti-bigendian)
Provides: weakremover(golang-github-banthar-go-sdl)
Provides: weakremover(golang-github-banthar-go-sdl-source)
@@ -12922,6 +12923,7 @@
Provides: weakremover(libdigikamcore8_0_0)
Provides: weakremover(libdigikamcore8_1_0)
Provides: weakremover(libdigikamcore8_2_0)
+Provides: weakremover(libdigikamcore8_3_0)
Provides: weakremover(libdiscid0-32bit)
Provides: weakremover(libdiscord-rpc)
Provides: weakremover(libdisplay-info1)
@@ -17936,7 +17938,6 @@
Provides: weakremover(libtomcrypt0)
Provides: weakremover(libtomcrypt1-32bit)
Provides: weakremover(libtommath1-32bit)
-Provides: weakremover(libtorch)
Provides: weakremover(libtorrent-rasterbar-1-devel)
Provides: weakremover(libtorrent-rasterbar-1-doc)
Provides: weakremover(libtorrent-rasterbar10)
@@ -18055,6 +18056,7 @@
Provides: weakremover(libunibilium0)
Provides: weakremover(libunibreak3)
Provides: weakremover(libunicap2-32bit)
+Provides: weakremover(libunicode0_2)
Provides: weakremover(libuninameslist0)
Provides: weakremover(libunique-1_0-0)
Provides: weakremover(libunique-3_0-0)
@@ -26402,8 +26404,6 @@
Provides: weakremover(python3-tk)
Provides: weakremover(python3-tomate)
Provides: weakremover(python3-tools)
-Provides: weakremover(python3-torch)
-Provides: weakremover(python3-torch-devel)
Provides: weakremover(python3-torchvision)
Provides: weakremover(python3-tornado4)
Provides: weakremover(python3-tornado5)
@@ -26687,8 +26687,6 @@
Provides: weakremover(python310-textwrap3)
Provides: weakremover(python310-thewalrus)
Provides: weakremover(python310-threevis)
-Provides: weakremover(python310-torch)
-Provides: weakremover(python310-torch-devel)
Provides: weakremover(python310-torchvision)
Provides: weakremover(python310-traceback2)
Provides: weakremover(python310-uamqp)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2024-07-25 16:41:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Jul 25 16:41:24 2024 rev:3013 rq: version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/000release-packages/Aeon-release.changes 2024-07-25 12:14:58.364651579 +0200
+++ /work/SRC/openSUSE:Factory/.000release-packages.new.1882/Aeon-release.changes 2024-07-25 16:41:25.825630148 +0200
@@ -2 +2 @@
-Wed Jul 24 19:14:55 UTC 2024 - openSUSE <packaging(a)lists.opensuse.org>
+Thu Jul 25 14:41:22 UTC 2024 - openSUSE <packaging(a)lists.opensuse.org>
Kalpa-release.changes: same change
MicroOS-release.changes: same change
openSUSE-Addon-NonOss-release.changes: same change
openSUSE-release.changes: same change
stub.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Aeon-release.spec ++++++
--- /var/tmp/diff_new_pack.wBppan/_old 2024-07-25 16:41:27.381693293 +0200
+++ /var/tmp/diff_new_pack.wBppan/_new 2024-07-25 16:41:27.381693293 +0200
@@ -17,7 +17,7 @@
Name: Aeon-release
-Version: 20240724
+Version: 20240725
Release: 0
Summary: openSUSE Aeon
License: GPL-2.0-or-later
@@ -174,9 +174,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = Aeon
-Provides: product(Aeon) = 20240724-0
+Provides: product(Aeon) = 20240725-0
Provides: product-label() = openSUSE%20Aeon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aaeon%3A20240724
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aaeon%3A20240725
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(Aeon)
@@ -192,7 +192,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(Aeon) = 20240724-0
+Provides: product_flavor(Aeon) = 20240725-0
Summary: openSUSE Aeon%{?betaversion: %{betaversion}}
%description appliance
@@ -257,11 +257,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>Aeon</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:aeon:20240724</cpeid>
+ <cpeid>cpe:/o:opensuse:aeon:20240725</cpeid>
<productline>Aeon</productline>
<register>
<pool>
++++++ Kalpa-release.spec ++++++
--- /var/tmp/diff_new_pack.wBppan/_old 2024-07-25 16:41:27.421694916 +0200
+++ /var/tmp/diff_new_pack.wBppan/_new 2024-07-25 16:41:27.425695079 +0200
@@ -17,7 +17,7 @@
Name: Kalpa-release
-Version: 20240724
+Version: 20240725
Release: 0
Summary: openSUSE Kalpa
License: GPL-2.0-or-later
@@ -174,9 +174,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = Kalpa
-Provides: product(Kalpa) = 20240724-0
+Provides: product(Kalpa) = 20240725-0
Provides: product-label() = openSUSE%20Kalpa
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Akalpa%3A20240724
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Akalpa%3A20240725
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(Kalpa)
@@ -192,7 +192,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(Kalpa) = 20240724-0
+Provides: product_flavor(Kalpa) = 20240725-0
Summary: openSUSE Kalpa%{?betaversion: %{betaversion}}
%description appliance
@@ -257,11 +257,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>Kalpa</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:kalpa:20240724</cpeid>
+ <cpeid>cpe:/o:opensuse:kalpa:20240725</cpeid>
<productline>Kalpa</productline>
<register>
<pool>
++++++ MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.wBppan/_old 2024-07-25 16:41:27.461696540 +0200
+++ /var/tmp/diff_new_pack.wBppan/_new 2024-07-25 16:41:27.465696702 +0200
@@ -17,7 +17,7 @@
Name: MicroOS-release
-Version: 20240724
+Version: 20240725
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -179,9 +179,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = MicroOS
-Provides: product(MicroOS) = 20240724-0
+Provides: product(MicroOS) = 20240725-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20240724
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20240725
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(MicroOS)
@@ -197,7 +197,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(MicroOS) = 20240724-0
+Provides: product_flavor(MicroOS) = 20240725-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description dvd
@@ -213,7 +213,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(MicroOS) = 20240724-0
+Provides: product_flavor(MicroOS) = 20240725-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance
@@ -278,11 +278,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>MicroOS</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:microos:20240724</cpeid>
+ <cpeid>cpe:/o:opensuse:microos:20240725</cpeid>
<productline>MicroOS</productline>
<register>
<pool>
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.wBppan/_old 2024-07-25 16:41:27.497698001 +0200
+++ /var/tmp/diff_new_pack.wBppan/_new 2024-07-25 16:41:27.497698001 +0200
@@ -18,7 +18,7 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
-Version: 20240724
+Version: 20240725
#!BcntSyncTag: openSUSE-Addon-NonOss
Release: 0
Summary: openSUSE NonOSS Addon
@@ -26,9 +26,9 @@
Group: System/Fhs
Provides: %name-%version
Provides: product() = openSUSE%2DAddon%2DNonOss
-Provides: product(openSUSE-Addon-NonOss) = 20240724-0
+Provides: product(openSUSE-Addon-NonOss) = 20240725-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20240724
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20240725
@@ -48,10 +48,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20240724</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20240725</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.wBppan/_old 2024-07-25 16:41:27.533699461 +0200
+++ /var/tmp/diff_new_pack.wBppan/_new 2024-07-25 16:41:27.537699624 +0200
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20240724
+Version: 20240725
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -185,7 +185,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20240724-0
+Provides: product(openSUSE) = 20240725-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -199,7 +199,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20240724
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20240725
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -213,7 +213,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description ftp
@@ -228,7 +228,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description mini
@@ -243,7 +243,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description dvd
@@ -258,7 +258,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-kde
@@ -273,7 +273,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-x11
@@ -288,7 +288,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-gnome
@@ -303,7 +303,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-xfce
@@ -318,7 +318,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-kde
@@ -333,7 +333,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-gnome
@@ -348,7 +348,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-x11
@@ -363,7 +363,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance
@@ -378,7 +378,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-docker)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-docker
@@ -393,7 +393,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kvm)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-kvm
@@ -408,7 +408,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vmware)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vmware
@@ -423,7 +423,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-openstack)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-openstack
@@ -438,7 +438,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-hyperv)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-hyperv
@@ -453,7 +453,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vagrant)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vagrant
@@ -468,7 +468,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-wsl)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-wsl
@@ -483,7 +483,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-custom)
-Provides: product_flavor(openSUSE) = 20240724-0
+Provides: product_flavor(openSUSE) = 20240725-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-custom
@@ -566,10 +566,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20240724</version>
+ <version>20240725</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20240724</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20240725</cpeid>
<productline>openSUSE</productline>
<register>
<target>openSUSE-Tumbleweed-x86_64</target>
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package eza for openSUSE:Factory checked in at 2024-07-25 15:39:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eza (Old)
and /work/SRC/openSUSE:Factory/.eza.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eza"
Thu Jul 25 15:39:59 2024 rev:42 rq:1189574 version:0.18.23+0
Changes:
--------
--- /work/SRC/openSUSE:Factory/eza/eza.changes 2024-07-18 19:19:31.614735112 +0200
+++ /work/SRC/openSUSE:Factory/.eza.new.1882/eza.changes 2024-07-25 16:22:11.395052927 +0200
@@ -1,0 +2,13 @@
+Thu Jul 25 09:59:58 UTC 2024 - Michael Vetter <mvetter(a)suse.com>
+
+- Update to 0.18.23:
+ Bug Fixes:
+ * Disable broken freebsd tests
+ Documentation:
+ * Clear up confusion around ls
+ Build:
+ * Bump log from 0.4.21 to 0.4.22
+ * Bump DeterminateSystems/nix-installer-action from 12 to 13
+ * Bump plist from 1.6.1 to 1.7.0
+
+-------------------------------------------------------------------
Old:
----
eza-0.18.22+0.obscpio
New:
----
eza-0.18.23+0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ eza.spec ++++++
--- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.099806879 +0200
+++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.099806879 +0200
@@ -17,7 +17,7 @@
Name: eza
-Version: 0.18.22+0
+Version: 0.18.23+0
Release: 0
Summary: Replacement for ls written in Rust
License: MIT
++++++ _service ++++++
--- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.135808330 +0200
+++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.139808491 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/eza-community/eza.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
- <param name="revision">v0.18.22</param>
+ <param name="revision">v0.18.23</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
++++++ eza-0.18.22+0.obscpio -> eza-0.18.23+0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/.github/workflows/flake.yml new/eza-0.18.23+0/.github/workflows/flake.yml
--- old/eza-0.18.22+0/.github/workflows/flake.yml 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/.github/workflows/flake.yml 2024-07-25 11:22:37.000000000 +0200
@@ -40,7 +40,7 @@
steps:
- uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Nix Flake Check
@@ -57,7 +57,7 @@
steps:
- uses: actions/checkout@v4
- name: Install Nix
- uses: DeterminateSystems/nix-installer-action@v12
+ uses: DeterminateSystems/nix-installer-action@v13
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Nix Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/.github/workflows/unit-tests-bsd.yml new/eza-0.18.23+0/.github/workflows/unit-tests-bsd.yml
--- old/eza-0.18.22+0/.github/workflows/unit-tests-bsd.yml 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/.github/workflows/unit-tests-bsd.yml 2024-07-25 11:22:37.000000000 +0200
@@ -21,29 +21,30 @@
cancel-in-progress: true
jobs:
- unit-tests-freebsd:
- runs-on: ubuntu-22.04
- timeout-minutes: 20
- steps:
- - uses: actions/checkout@v4
- with:
- submodules: recursive
- - name: Compile
- uses: vmactions/freebsd-vm@v1
- with:
- release: '14.1'
- usesh: true
- prepare: |
- pkg install -y rust git
- cargo install cargo-hack
- git config --global --add safe.directory /home/runner/work/eza/eza
- run: |
- set -e
- export CARGO_TERM_COLOR="always"
- export RUSTFLAGS="--deny warnings"
- cargo fmt --check
- cargo clippy -- -D warnings
- cargo hack test
+ # BUG: These tests are broken
+ # unit-tests-freebsd:
+ # runs-on: ubuntu-22.04
+ # timeout-minutes: 20
+ # steps:
+ # - uses: actions/checkout@v4
+ # with:
+ # submodules: recursive
+ # - name: Compile
+ # uses: vmactions/freebsd-vm@v1
+ # with:
+ # release: '14.1'
+ # usesh: true
+ # prepare: |
+ # pkg install -y rust git
+ # cargo install cargo-hack
+ # git config --global --add safe.directory /home/runner/work/eza/eza
+ # run: |
+ # set -e
+ # export CARGO_TERM_COLOR="always"
+ # export RUSTFLAGS="--deny warnings"
+ # cargo fmt --check
+ # cargo clippy -- -D warnings
+ # cargo hack test
unit-tests-netbsd:
runs-on: ubuntu-22.04
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/CHANGELOG.md new/eza-0.18.23+0/CHANGELOG.md
--- old/eza-0.18.22+0/CHANGELOG.md 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/CHANGELOG.md 2024-07-25 11:22:37.000000000 +0200
@@ -1,5 +1,21 @@
# Changelog
+## [0.18.23] - 2024-07-25
+
+### Bug Fixes
+
+- Disable broken freebsd tests
+
+### Documentation
+
+- Clear up confusion around ls
+
+### Build
+
+- Bump log from 0.4.21 to 0.4.22
+- Bump DeterminateSystems/nix-installer-action from 12 to 13
+- Bump plist from 1.6.1 to 1.7.0
+
## [0.18.22] - 2024-07-18
### Bug Fixes
@@ -10,6 +26,10 @@
- Add non-nix pre-commit rustfmt and clippy hooks
+### Miscellaneous Tasks
+
+- Release eza v0.18.22
+
### Ci
- Bump FreeBSD version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/Cargo.lock new/eza-0.18.23+0/Cargo.lock
--- old/eza-0.18.22+0/Cargo.lock 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/Cargo.lock 2024-07-25 11:22:37.000000000 +0200
@@ -117,9 +117,9 @@
[[package]]
name = "base64"
-version = "0.21.5"
+version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
+checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bitflags"
@@ -387,7 +387,7 @@
[[package]]
name = "eza"
-version = "0.18.22"
+version = "0.18.23"
dependencies = [
"ansi-width",
"chrono",
@@ -626,12 +626,6 @@
]
[[package]]
-name = "line-wrap"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
-
-[[package]]
name = "linux-raw-sys"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -648,9 +642,9 @@
[[package]]
name = "log"
-version = "0.4.21"
+version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
+checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "matches"
@@ -848,13 +842,12 @@
[[package]]
name = "plist"
-version = "1.6.1"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
+checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
dependencies = [
"base64",
"indexmap",
- "line-wrap",
"quick-xml",
"time",
]
@@ -913,9 +906,9 @@
[[package]]
name = "quick-xml"
-version = "0.31.0"
+version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
+checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
dependencies = [
"memchr",
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/Cargo.toml new/eza-0.18.23+0/Cargo.toml
--- old/eza-0.18.22+0/Cargo.toml 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/Cargo.toml 2024-07-25 11:22:37.000000000 +0200
@@ -16,7 +16,7 @@
homepage = "https://github.com/eza-community/eza"
license = "MIT"
repository = "https://github.com/eza-community/eza"
-version = "0.18.22"
+version = "0.18.23"
[package.metadata.deb]
@@ -84,7 +84,7 @@
once_cell = "1.19.0"
percent-encoding = "2.3.1"
phf = { version = "0.11.2", features = ["macros"] }
-plist = { version = "1.6.1", default-features = false }
+plist = { version = "1.7.0", default-features = false }
uutils_term_grid = "0.6.0"
terminal_size = "0.3.0"
timeago = { version = "0.4.2", default-features = false }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eza-0.18.22+0/README.md new/eza-0.18.23+0/README.md
--- old/eza-0.18.22+0/README.md 2024-07-18 06:24:29.000000000 +0200
+++ new/eza-0.18.23+0/README.md 2024-07-25 11:22:37.000000000 +0200
@@ -2,8 +2,7 @@
# eza
-A modern, maintained replacement for ls.
-
+A modern replacement for ls.
<a href="https://matrix.to/#/#eza-community:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=http…" width=200></a>
++++++ eza.obsinfo ++++++
--- /var/tmp/diff_new_pack.lgDHTj/_old 2024-07-25 16:22:30.527824131 +0200
+++ /var/tmp/diff_new_pack.lgDHTj/_new 2024-07-25 16:22:30.531824292 +0200
@@ -1,5 +1,5 @@
name: eza
-version: 0.18.22+0
-mtime: 1721276669
-commit: 1e8fce66233bc2770d37cafc12adf384214e6adf
+version: 0.18.23+0
+mtime: 1721899357
+commit: 65a08a672ad9fe92cf12f508c0ea8b38e82ccf11
++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/eza/vendor.tar.zst /work/SRC/openSUSE:Factory/.eza.new.1882/vendor.tar.zst differ: char 426421, line 1788
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package digikam for openSUSE:Factory checked in at 2024-07-25 15:39:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
and /work/SRC/openSUSE:Factory/.digikam.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "digikam"
Thu Jul 25 15:39:42 2024 rev:222 rq:1189497 version:8.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes 2024-04-04 22:25:52.086448304 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new.1882/digikam.changes 2024-07-25 16:22:01.562656602 +0200
@@ -1,0 +2,7 @@
+Wed Jul 24 19:19:47 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz(a)fastmail.net>
+
+- Update to 8.4.0:
+ https://www.digikam.org/news/2024-07-14-8.4.0_release_announcement/
+- Rebase 0001-Look-for-each-akonadi-component-separately.patch
+
+-------------------------------------------------------------------
Old:
----
digiKam-8.3.0-1.tar.xz
digiKam-8.3.0-1.tar.xz.sig
New:
----
digiKam-8.4.0.tar.xz
digiKam-8.4.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.OXGTda/_old 2024-07-25 16:22:02.594698202 +0200
+++ /var/tmp/diff_new_pack.OXGTda/_new 2024-07-25 16:22:02.594698202 +0200
@@ -16,18 +16,18 @@
#
-%define soversion 8_3_0
+%define soversion 8_4_0
%bcond_without released
%bcond_with apidocs
Name: digikam
-Version: 8.3.0
+Version: 8.4.0
Release: 0
Summary: A KDE Photo Manager
License: GPL-2.0-or-later
URL: https://www.digikam.org/
-Source0: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}-1.tar…
+Source0: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}.tar.xz
%if %{with released}
-Source1: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}-1.tar…
+Source1: https://download.kde.org/stable/%{name}/%{version}/digiKam-%{version}.tar.x…
Source2: %{name}.keyring
%endif
# PATCH-FIX-OPENSUSE
++++++ 0001-Look-for-each-akonadi-component-separately.patch ++++++
--- /var/tmp/diff_new_pack.OXGTda/_old 2024-07-25 16:22:02.618699169 +0200
+++ /var/tmp/diff_new_pack.OXGTda/_new 2024-07-25 16:22:02.618699169 +0200
@@ -7,26 +7,27 @@
core/cmake/rules/RulesKDEFramework.cmake | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
-Index: digikam-8.3.0/core/cmake/rules/RulesKDEFramework.cmake
+Index: digikam-8.4.0/core/cmake/rules/RulesKDEFramework.cmake
===================================================================
---- digikam-8.3.0.orig/core/cmake/rules/RulesKDEFramework.cmake
-+++ digikam-8.3.0/core/cmake/rules/RulesKDEFramework.cmake
-@@ -37,14 +37,9 @@ endif()
+--- digikam-8.4.0.orig/core/cmake/rules/RulesKDEFramework.cmake
++++ digikam-8.4.0/core/cmake/rules/RulesKDEFramework.cmake
+@@ -51,15 +51,9 @@ if(ENABLE_AKONADICONTACTSUPPORT)
+ find_package(KPim${QT_VERSION_MAJOR}AkonadiContactCore ${AKONADI_MIN_VERSION} QUIET)
- if(ENABLE_AKONADICONTACTSUPPORT)
+ else()
+-
+- find_package(KF${QT_VERSION_MAJOR} ${AKONADI_MIN_VERSION} QUIET
+- OPTIONAL_COMPONENTS
+- Akonadi
+- AkonadiContact # For KDE Mail Contacts support.
+- Contacts # API for contacts/address book data.
+- )
+- find_package(KPim${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} QUIET)
+- find_package(KPim${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} QUIET)
++ find_package(KF${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} REQUIRED)
++ find_package(KF${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} REQUIRED) # For KDE Mail Contacts support.
++ find_package(KF${QT_VERSION_MAJOR}Contacts ${AKONADI_MIN_VERSION} REQUIRED) # API for contacts/address book data.
-- find_package(KF${QT_VERSION_MAJOR} ${AKONADI_MIN_VERSION} QUIET
-- OPTIONAL_COMPONENTS
-- Akonadi
-- AkonadiContact # For KDE Mail Contacts support.
-- Contacts # API for contacts/address book data.
-- )
-- find_package(KPim${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} QUIET)
-- find_package(KPim${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} QUIET)
-+ find_package(KF${QT_VERSION_MAJOR}Akonadi ${AKONADI_MIN_VERSION} REQUIRED)
-+ find_package(KF${QT_VERSION_MAJOR}AkonadiContact ${AKONADI_MIN_VERSION} REQUIRED) # For KDE Mail Contacts support.
-+ find_package(KF${QT_VERSION_MAJOR}Contacts ${AKONADI_MIN_VERSION} REQUIRED) # API for contacts/address book data.
-
- endif()
+ endif()
++++++ digiKam-8.3.0-1.tar.xz -> digiKam-8.4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/digikam/digiKam-8.3.0-1.tar.xz /work/SRC/openSUSE:Factory/.digikam.new.1882/digiKam-8.4.0.tar.xz differ: char 25, line 1
1
0