Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2022-08-18 16:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Thu Aug 18 16:48:44 2022 rev:157 rq:997452 version:8.9p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2022-05-01 
18:53:31.935159823 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new.2083/openssh.changes        
2022-08-18 16:48:52.289404588 +0200
@@ -1,0 +2,6 @@
+Wed Jul  6 12:15:29 UTC 2022 - Adam Majer <[email protected]>
+
+- openssh-8.4p1-ssh_config_d.patch: admin overrides should take
+  priority (listed first) over package defaults
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
openssh.spec: same change
++++++ openssh-8.4p1-ssh_config_d.patch ++++++
--- /var/tmp/diff_new_pack.jZgn1D/_old  2022-08-18 16:48:53.493407392 +0200
+++ /var/tmp/diff_new_pack.jZgn1D/_new  2022-08-18 16:48:53.497407401 +0200
@@ -20,17 +20,21 @@
 ===================================================================
 --- openssh-8.9p1.orig/sshd_config
 +++ openssh-8.9p1/sshd_config
-@@ -9,6 +9,13 @@
- # OpenSSH is to specify options with their default value where
- # possible, but leave them commented.  Uncommented options override the
- # default value.
-+Include /usr/etc/ssh/sshd_config.d/*.conf
-+
+@@ -5,10 +5,17 @@
+ 
+ # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
+ 
 +# To modify the system-wide sshd configuration, create a "*.conf" file under
 +# "/etc/ssh/sshd_config.d/" which will be automatically included below.
 +# Don't edit this configuration file itself if possible to avoid update
 +# problems.
 +Include /etc/ssh/sshd_config.d/*.conf
++
+ # The strategy used for options in the default sshd_config shipped with
+ # OpenSSH is to specify options with their default value where
+ # possible, but leave them commented.  Uncommented options override the
+ # default value.
++Include /usr/etc/ssh/sshd_config.d/*.conf
  
  #Port 22
  #AddressFamily any

Reply via email to