From 694477d5ac82f102a4a73ad06ad28fa18b0e4aee62aa5b9fd76033927b894c84 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 10 Jun 2009 13:25:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=27 --- openssh-askpass-gnome.spec | 2 +- openssh.changes | 5 +++++ openssh.spec | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/openssh-askpass-gnome.spec b/openssh-askpass-gnome.spec index ec51d75..a4d96ae 100644 --- a/openssh-askpass-gnome.spec +++ b/openssh-askpass-gnome.spec @@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev License: BSD 3-Clause Group: Productivity/Networking/SSH Version: 5.2p1 -Release: 2 +Release: 3 Requires: openssh = %{version} openssh-askpass = %{version} AutoReqProv: on Summary: A GNOME-Based Passphrase Dialog for OpenSSH diff --git a/openssh.changes b/openssh.changes index 48ca172..d26c964 100644 --- a/openssh.changes +++ b/openssh.changes @@ -3,6 +3,11 @@ Tue May 26 11:56:20 CEST 2009 - anicka@suse.cz - disable -f in startproc to calm the warning (bnc#506831) +------------------------------------------------------------------- +Thu Apr 23 09:44:07 CEST 2009 - lnussel@suse.de + +- do not enable sshd by default + ------------------------------------------------------------------- Mon Feb 23 17:27:45 CET 2009 - anicka@suse.cz diff --git a/openssh.spec b/openssh.spec index 53499d8..36090f3 100644 --- a/openssh.spec +++ b/openssh.spec @@ -38,7 +38,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr Conflicts: nonfreessh AutoReqProv: on Version: 5.2p1 -Release: 2 +Release: 3 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -245,7 +245,7 @@ install -m 644 %{S:9} $RPM_BUILD_ROOT/%{_fwdefdir}/sshd /usr/sbin/useradd -r -o -g sshd -u 71 -s /bin/false -c "SSH daemon" -d /var/lib/sshd sshd 2> /dev/null || : %post -%{fillup_and_insserv -n -y ssh sshd} +%{fillup_and_insserv -n ssh sshd} %run_permissions %verifyscript %verify_permissions -e /etc/ssh/sshd_config -e /etc/ssh/ssh_config -e /usr/bin/ssh @@ -307,6 +307,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue May 26 2009 anicka@suse.cz - disable -f in startproc to calm the warning (bnc#506831) +* Thu Apr 23 2009 lnussel@suse.de +- do not enable sshd by default * Mon Feb 23 2009 anicka@suse.cz - update to 5.2p1 * This release changes the default cipher order to prefer the AES CTR