Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cobbler for openSUSE:Factory checked in at 2022-03-11 21:41:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cobbler (Old) and /work/SRC/openSUSE:Factory/.cobbler.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cobbler" Fri Mar 11 21:41:42 2022 rev:67 rq:961099 version:3.3.2.0+git.9044aa99 Changes: -------- --- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes 2022-02-18 23:03:56.641408151 +0100 +++ /work/SRC/openSUSE:Factory/.cobbler.new.25692/cobbler.changes 2022-03-11 21:42:05.078108292 +0100 @@ -1,0 +2,19 @@ +Fri Mar 11 13:00:12 UTC 2022 - Enno Gotthold <egotth...@suse.com> + +- This update fixes CVE-2022-0860 (bsc#1197027) +- Version 3.3.0 fixed jsc#SUMA-112 +- Update to version 3.3.2 + * New: + * cobbler sync doesn't have to be executed no more after enable_ipxe was flipped + * Auth: Support for Global Secure Catalog via LDAP provider + * Changes: + * Reposync now deletes old metadata to prevent metadata merge conflicts + * The automigration of the settings is now not enabled per default. + * We removed ppc from RedHat EL 7 as it is not supported + * Bugfixes: + * Network interface is not subscriptable errors were fixed + * The stacktraces related to the package and file pre & post triggers should no longer appear + * You should be able to add multiple initrds if needed again + * Debian: Fix regex for SHIM_FILE which now provides a working reasonable default + +------------------------------------------------------------------- Old: ---- cobbler-3.3.1.0+git.f5b0599a.obscpio New: ---- cobbler-3.3.2.0+git.9044aa99.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cobbler.spec ++++++ --- /var/tmp/diff_new_pack.T6Mn55/_old 2022-03-11 21:42:06.226109174 +0100 +++ /var/tmp/diff_new_pack.T6Mn55/_new 2022-03-11 21:42:06.238109183 +0100 @@ -151,7 +151,7 @@ %endif Name: cobbler -Version: 3.3.1.0+git.f5b0599a +Version: 3.3.2.0+git.9044aa99 Release: 0%{?dist} Summary: Boot server configurator URL: https://cobbler.github.io/ @@ -350,6 +350,19 @@ %{py3_bytecompile_post %{name}} %{systemd_post cobblerd.service} %{apache2_module_post proxy_http} +# Fixup permission for world readable settings files +chmod 640 %{_sysconfdir}/cobbler/settings.yaml +chmod 600 %{_sysconfdir}/cobbler/mongodb.conf +chmod 600 %{_sysconfdir}/cobbler/modules.conf +chmod 640 %{_sysconfdir}/cobbler/users.conf +chmod 640 %{_sysconfdir}/cobbler/users.digest +chmod 750 %{_sysconfdir}/cobbler/settings.d +chmod 640 %{_sysconfdir}/cobbler/settings.d/* +chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.yaml +chgrp %{apache_group} %{_sysconfdir}/cobbler/users.conf +chgrp %{apache_group} %{_sysconfdir}/cobbler/users.digest +chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d +chgrp %{apache_group} %{_sysconfdir}/cobbler/settings.d/* %preun %{py3_bytecompile_preun %{name}} @@ -418,6 +431,19 @@ %config(noreplace) %{_sysconfdir}/cobbler/rsync.exclude %config(noreplace) %{_sysconfdir}/cobbler/rsync.template %config(noreplace) %{_sysconfdir}/cobbler/secondary.template +%if "%{_vendor}" == "debbuild" +# Work around broken attr support +# Cf. https://github.com/debbuild/debbuild/issues/160 +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/settings.yaml +%dir %{_sysconfdir}/cobbler/settings.d +%attr(750, root, root) %{_sysconfdir}/cobbler/settings.d +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/bind_manage_ipmi.settings +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/manage_genders.settings +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/nsupdate.settings +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/windows.settings +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/users.conf +%attr(640, root, root) %config(noreplace) %{_sysconfdir}/cobbler/users.digest +%else %attr(640, root, %{apache_group}) %config(noreplace) %{_sysconfdir}/cobbler/settings.yaml %attr(750, root, %{apache_group}) %dir %{_sysconfdir}/cobbler/settings.d %attr(640, root, %{apache_group}) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/bind_manage_ipmi.settings @@ -426,6 +452,7 @@ %attr(640, root, %{apache_group}) %config(noreplace) %{_sysconfdir}/cobbler/settings.d/windows.settings %attr(640, root, %{apache_group}) %config(noreplace) %{_sysconfdir}/cobbler/users.conf %attr(640, root, %{apache_group}) %config(noreplace) %{_sysconfdir}/cobbler/users.digest +%endif %config(noreplace) %{_sysconfdir}/cobbler/version %config(noreplace) %{_sysconfdir}/cobbler/zone.template %dir %{_sysconfdir}/cobbler/zone_templates ++++++ _service ++++++ --- /var/tmp/diff_new_pack.T6Mn55/_old 2022-03-11 21:42:06.270109208 +0100 +++ /var/tmp/diff_new_pack.T6Mn55/_new 2022-03-11 21:42:06.274109210 +0100 @@ -2,10 +2,8 @@ <service name="obs_scm" mode="localonly"> <param name="url">git://github.com/cobbler/cobbler.git</param> <param name="scm">git</param> - <param name="revision">master</param> - <param name="changesgenerate">enable</param> - <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param> - <param name="versionrewrite-pattern">v(.*)</param> + <param name="versionformat">3.3.2.@TAG_OFFSET@+git.%h</param> + <param name="revision">v3.3.2</param> <param name="extract">cobbler.spec</param> </service> <service name="set_version" mode="localonly"/> ++++++ cobbler-3.3.1.0+git.f5b0599a.obscpio -> cobbler-3.3.2.0+git.9044aa99.obscpio ++++++ /work/SRC/openSUSE:Factory/cobbler/cobbler-3.3.1.0+git.f5b0599a.obscpio /work/SRC/openSUSE:Factory/.cobbler.new.25692/cobbler-3.3.2.0+git.9044aa99.obscpio differ: char 49, line 1 ++++++ cobbler.obsinfo ++++++ --- /var/tmp/diff_new_pack.T6Mn55/_old 2022-03-11 21:42:06.326109251 +0100 +++ /var/tmp/diff_new_pack.T6Mn55/_new 2022-03-11 21:42:06.330109253 +0100 @@ -1,5 +1,5 @@ name: cobbler -version: 3.3.1.0+git.f5b0599a -mtime: 1645185315 -commit: f5b0599acce32de4288c76e4f601aece0c664fed +version: 3.3.2.0+git.9044aa99 +mtime: 1646989175 +commit: 9044aa990a94752fa5bd5a24051adde099280bfa