From b006bb4b85ebcc2a23b23db9520580bb7ff7ab3982b2d704fe081aba3ab77cdd Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Mon, 30 May 2016 08:23:00 +0000 Subject: [PATCH] Accepting request 398857 from home:pcerny:factory [openssh-7.2p2-X11_trusted_forwarding.patch] - set UID for lastlog properly [openssh-7.2p2-lastlog.patch] - enable use of PAM by default [openssh-7.2p2-enable_PAM_by_default.patch] - copy command line arguments properly [openssh-7.2p2-saveargv-fix.patch] - do not use pthreads in PAM code [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] - fix paths in documentation [openssh-7.2p2-eal3.patch] - prevent race consitions triggered by SIGALRM [openssh-7.2p2-blocksigalrm.patch] [openssh-7.2p2-send_locale.patch] [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] [openssh-7.2p2-pts_names_formatting.patch] - check locked accounts when using PAM [openssh-7.2p2-pam_check_locks.patch] [openssh-7.2p2-allow_root_password_login.patch] [openssh-7.2p2-disable_short_DH_parameters.patch] [openssh-7.2p2-seccomp_getuid.patch, openssh-7.2p2-seccomp_stat.patch] OBS-URL: https://build.opensuse.org/request/show/398857 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=104 --- openssh.changes | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/openssh.changes b/openssh.changes index ab6ab13..5774293 100644 --- a/openssh.changes +++ b/openssh.changes @@ -2,33 +2,41 @@ Mon May 30 00:30:16 UTC 2016 - pcerny@suse.com - enable trusted X11 forwarding by default - [-X11_trusted_forwarding] -- set UID for lastlog properly [-lastlog] -- enable use of PAM by default [-enable_PAM_by_default] -- copy command line arguments properly [-saveargv-fix] -- do not use pthreads in PAM code [-dont_use_pthreads_in_PAM] -- fix paths in documentation [-eal3] -- prevent race consitions triggered by SIGALRM [-blocksigalrm] + [openssh-7.2p2-X11_trusted_forwarding.patch] +- set UID for lastlog properly + [openssh-7.2p2-lastlog.patch] +- enable use of PAM by default + [openssh-7.2p2-enable_PAM_by_default.patch] +- copy command line arguments properly + [openssh-7.2p2-saveargv-fix.patch] +- do not use pthreads in PAM code + [openssh-7.2p2-dont_use_pthreads_in_PAM.patch] +- fix paths in documentation + [openssh-7.2p2-eal3.patch] +- prevent race consitions triggered by SIGALRM + [openssh-7.2p2-blocksigalrm.patch] - do send and accept locale environment variables by default - [-send_locale] + [openssh-7.2p2-send_locale.patch] - handle hostnames changes during X forwarding - [-hostname_changes_when_forwarding_X] + [openssh-7.2p2-hostname_changes_when_forwarding_X.patch] - try to remove xauth cookies on exit - [-remove_xauth_cookies_on_exit] + [openssh-7.2p2-remove_xauth_cookies_on_exit.patch] - properly format pts names for ?tmp? log files - [-pts_names_formatting] -- check locked accounts when using PAM [-pam_check_locks] + [openssh-7.2p2-pts_names_formatting.patch] +- check locked accounts when using PAM + [openssh-7.2p2-pam_check_locks.patch] - chenge default PermitRootLogin to 'yes' to prevent unwanted surprises on updates from older versions. See README.SUSE for details - [-allow_root_password_login] + [openssh-7.2p2-allow_root_password_login.patch] - Disable DH parameters under 2048 bits by default and allow lowering the limit back to the RFC 4419 specified minimum through an option (bsc#932483, bsc#948902) - [-disable_short_DH_parameters] + [openssh-7.2p2-disable_short_DH_parameters.patch] - Add getuid() and stat() syscalls to the seccomp filter (bsc#912436) - [-seccomp_getuid, -seccomp_stat] + [openssh-7.2p2-seccomp_getuid.patch, + openssh-7.2p2-seccomp_stat.patch] ------------------------------------------------------------------- Fri May 27 23:27:51 UTC 2016 - pcerny@suse.com