From 1144aef1d1c4e8f0887a2e61910dea7bcd7224d2 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 3 Jun 2016 16:22:59 +0200 Subject: [PATCH] Comments for patches, merge ssh_config from localdomain to redhat patch (ssh_config related) --- openssh-6.6.1p1-localdomain.patch | 12 ------------ openssh-6.6p1-redhat.patch | 12 ++++++++---- openssh.spec | 13 +++++-------- 3 files changed, 13 insertions(+), 24 deletions(-) delete mode 100644 openssh-6.6.1p1-localdomain.patch diff --git a/openssh-6.6.1p1-localdomain.patch b/openssh-6.6.1p1-localdomain.patch deleted file mode 100644 index 4995171..0000000 --- a/openssh-6.6.1p1-localdomain.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/ssh_config b/ssh_config -index 03a228f..49a4f6c 100644 ---- a/ssh_config -+++ b/ssh_config -@@ -46,3 +46,7 @@ - # VisualHostKey no - # ProxyCommand ssh -q -W %h:%p gateway.example.com - # RekeyLimit 1G 1h -+# -+# Uncomment this if you want to use .local domain -+# Host *.local -+# CheckHostIP no diff --git a/openssh-6.6p1-redhat.patch b/openssh-6.6p1-redhat.patch index 12f4a9f..ec73cae 100644 --- a/openssh-6.6p1-redhat.patch +++ b/openssh-6.6p1-redhat.patch @@ -2,10 +2,14 @@ diff --git a/ssh_config b/ssh_config index 49a4f6c..3f83c40 100644 --- a/ssh_config +++ b/ssh_config -@@ -50,3 +50,15 @@ - # Uncomment this if you want to use .local domain - # Host *.local - # CheckHostIP no +@@ -46,3 +46,19 @@ + # VisualHostKey no + # ProxyCommand ssh -q -W %h:%p gateway.example.com + # RekeyLimit 1G 1h ++# ++# Uncomment this if you want to use .local domain ++# Host *.local ++# CheckHostIP no + +Host * + GSSAPIAuthentication yes diff --git a/openssh.spec b/openssh.spec index 1dcbbd2..b39dc0e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -95,11 +95,11 @@ Source16: sshd-keygen.legacy # Internal debug Patch0: openssh-5.9p1-wIm.patch -#? +#https://bugzilla.mindrot.org/show_bug.cgi?id=2581 Patch100: openssh-6.7p1-coverity.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1894 #https://bugzilla.redhat.com/show_bug.cgi?id=735889 -Patch102: openssh-5.8p1-getaddrinfo.patch +#Patch102: openssh-5.8p1-getaddrinfo.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1889 Patch103: openssh-5.8p1-packet.patch @@ -137,9 +137,9 @@ Patch502: openssh-6.6p1-keycat.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1644 Patch601: openssh-6.6p1-allow-ip-opts.patch -#https://bugzilla.mindrot.org/show_bug.cgi?id=1893 +#https://bugzilla.mindrot.org/show_bug.cgi?id=1893 (WONTFIX) Patch604: openssh-6.6p1-keyperm.patch -#https://bugzilla.mindrot.org/show_bug.cgi?id=1925 +#(drop?) https://bugzilla.mindrot.org/show_bug.cgi?id=1925 Patch606: openssh-5.9p1-ipv6man.patch #? Patch607: openssh-5.8p2-sigpipe.patch @@ -150,10 +150,8 @@ Patch609: openssh-7.2p2-x11.patch Patch700: openssh-7.2p1-fips.patch #? Patch702: openssh-5.1p1-askpass-progress.patch -#? +#https://bugzilla.redhat.com/show_bug.cgi?id=198332 Patch703: openssh-4.3p2-askpass-grab-info.patch -#? -Patch706: openssh-6.6.1p1-localdomain.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1635 (WONTFIX) Patch707: openssh-6.6p1-redhat.patch #https://bugzilla.mindrot.org/show_bug.cgi?id=1890 (WONTFIX) need integration to prng helper which is discontinued :) @@ -437,7 +435,6 @@ popd %patch609 -p1 -b .x11 %patch702 -p1 -b .progress %patch703 -p1 -b .grab-info -%patch706 -p1 -b .localdomain %patch707 -p1 -b .redhat %patch708 -p1 -b .entropy %patch709 -p1 -b .vendor