commit openssh for openSUSE:Factory
Hello community, here is the log from the commit of package openssh for openSUSE:Factory checked in at Thu May 28 03:01:26 CEST 2009. -------- --- openssh/openssh.changes 2009-03-03 21:38:27.000000000 +0100 +++ openssh/openssh.changes 2009-05-26 11:57:22.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 26 11:56:20 CEST 2009 - anicka@suse.cz + +- disable -f in startproc to calm the warning (bnc#506831) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssh-askpass-gnome.spec ++++++ --- /var/tmp/diff_new_pack.bH6180/_old 2009-05-28 03:00:14.000000000 +0200 +++ /var/tmp/diff_new_pack.bH6180/_new 2009-05-28 03:00:14.000000000 +0200 @@ -23,7 +23,7 @@ License: BSD 3-Clause Group: Productivity/Networking/SSH Version: 5.2p1 -Release: 1 +Release: 2 Requires: openssh = %{version} openssh-askpass = %{version} AutoReqProv: on Summary: A GNOME-Based Passphrase Dialog for OpenSSH ++++++ openssh.spec ++++++ --- /var/tmp/diff_new_pack.bH6180/_old 2009-05-28 03:00:14.000000000 +0200 +++ /var/tmp/diff_new_pack.bH6180/_new 2009-05-28 03:00:14.000000000 +0200 @@ -38,7 +38,7 @@ Conflicts: nonfreessh AutoReqProv: on Version: 5.2p1 -Release: 1 +Release: 2 %define xversion 1.2.4.1 Summary: Secure Shell Client and Server (Remote Login Program) Url: http://www.openssh.com/ @@ -305,6 +305,8 @@ %_appdefdir/SshAskpass %changelog +* Tue May 26 2009 anicka@suse.cz +- disable -f in startproc to calm the warning (bnc#506831) * Mon Feb 23 2009 anicka@suse.cz - update to 5.2p1 * This release changes the default cipher order to prefer the AES CTR @@ -830,7 +832,7 @@ - added the new version of patch for GSSAPI (gssapi-20030430.diff), the older one was removed (gssapi.patch) - added README.kerberos to filelist -* Mon Jun 02 2003 mmj@suse.de +* Tue Jun 03 2003 mmj@suse.de - Remove files we don't package * Wed Apr 02 2003 postadal@suse.cz - fixed bad behaviour after receiving SIGHUP (this bug caused not working reload of init script) @@ -849,7 +851,7 @@ - added ssh-copy-id shell script [#23745] * Fri Feb 14 2003 postadal@suse.cz - given back gssapi and dns-lookups patches -* Wed Jan 22 2003 postadal@suse.cz +* Thu Jan 23 2003 postadal@suse.cz - updated to version 3.5p1 - removed obsolete patches: owl-mm, forced-commands-only, krb - added patch krb5 (for heimdal) @@ -1038,7 +1040,7 @@ - path to ssh-askpass fixed - stop in %%preun removed - new init style -* Sun Nov 26 2000 schwab@suse.de +* Mon Nov 27 2000 schwab@suse.de - Restore rcsshd link. * Sun Nov 26 2000 kukuk@suse.de - Add openssl-devel to neededforbuild @@ -1049,7 +1051,7 @@ * Wed Jul 05 2000 garloff@suse.de - ... and tell the sysadmin and user more about what they can do about it (schwab). -* Tue Jul 04 2000 garloff@suse.de +* Wed Jul 05 2000 garloff@suse.de - Inform the user (admin) about the fact that the default behaviour with respect to X11-forwarding has been changed to be disabled. * Wed Jun 28 2000 smid@suse.cz ++++++ openssh-SuSE.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/SuSE/etc/init.d/sshd new/SuSE/etc/init.d/sshd --- old/SuSE/etc/init.d/sshd 2007-08-21 04:51:16.000000000 +0200 +++ new/SuSE/etc/init.d/sshd 2009-05-26 11:38:03.000000000 +0200 @@ -61,7 +61,7 @@ ## Start daemon with startproc(8). If this fails ## the echo return value is set appropriate. - startproc -f -p $SSHD_PIDFILE $SSHD_BIN $SSHD_OPTS -o "PidFile=$SSHD_PIDFILE" + startproc -p $SSHD_PIDFILE $SSHD_BIN $SSHD_OPTS -o "PidFile=$SSHD_PIDFILE" # Remember status and be verbose rc_status -v ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de