Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at 2024-04-14 11:53:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssh (Old) and /work/SRC/openSUSE:Factory/.openssh.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openssh" Sun Apr 14 11:53:40 2024 rev:173 rq:1166980 version:9.6p1 Changes: -------- --- /work/SRC/openSUSE:Factory/openssh/openssh.changes 2024-04-08 17:37:59.570053154 +0200 +++ /work/SRC/openSUSE:Factory/.openssh.new.26366/openssh.changes 2024-04-14 11:53:50.985753374 +0200 @@ -1,0 +2,5 @@ +Thu Apr 11 06:35:21 UTC 2024 - Arnav Singh <opens...@arnavion.dev> + +- Fix duplicate loading of dropins. (boo#1222467) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ openssh.spec: same change ++++++ openssh-9.6p1-crypto-policies.patch ++++++ --- /var/tmp/diff_new_pack.o7vTap/_old 2024-04-14 11:53:52.765818457 +0200 +++ /var/tmp/diff_new_pack.o7vTap/_new 2024-04-14 11:53:52.765818457 +0200 @@ -29,21 +29,6 @@ +# Uncomment this if you want to use .local domain +# Host *.local + -Index: openssh-9.6p1/sshd_config -=================================================================== ---- openssh-9.6p1.orig/sshd_config -+++ openssh-9.6p1/sshd_config -@@ -17,6 +17,10 @@ Include /etc/ssh/sshd_config.d/*.conf - # default value. - Include /usr/etc/ssh/sshd_config.d/*.conf - -+# To modify the system-wide sshd configuration, create a *.conf file under -+# /etc/ssh/sshd_config.d/ which will be automatically included below -+Include /etc/ssh/sshd_config.d/*.conf -+ - #Port 22 - #AddressFamily any - #ListenAddress 0.0.0.0 Index: openssh-9.6p1/sshd_config_suse_cp =================================================================== --- /dev/null