fix the man moduli page (#841065)

This commit is contained in:
Petr Lautrbach 2012-11-06 09:59:17 +01:00
parent e9057845ed
commit ee0729e302
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,24 @@
diff -up openssh-5.8p2/moduli.0.man-moduli openssh-5.8p2/moduli.0
--- openssh-5.8p2/moduli.0.man-moduli 2011-05-05 03:58:10.000000000 +0200
+++ openssh-5.8p2/moduli.0 2012-11-06 10:18:11.301710631 +0100
@@ -25,7 +25,7 @@ DESCRIPTION
0 Unknown, not tested
2 "Safe" prime; (p-1)/2 is also prime.
- 4 Sophie Germain; (p+1)*2 is also prime.
+ 4 Sophie Germain; (p*2)+1 is also prime.
Moduli candidates initially produced by ssh-keygen(1)
are Sophie Germain primes (type 4). Futher primality
diff -up openssh-5.8p2/moduli.5.man-moduli openssh-5.8p2/moduli.5
--- openssh-5.8p2/moduli.5.man-moduli 2008-06-26 07:59:32.000000000 +0200
+++ openssh-5.8p2/moduli.5 2012-11-06 10:16:40.320224142 +0100
@@ -62,7 +62,7 @@ Unknown, not tested
.It 2
"Safe" prime; (p-1)/2 is also prime.
.It 4
-Sophie Germain; (p+1)*2 is also prime.
+Sophie Germain; (p*2)+1 is also prime.
.El
.Pp
Moduli candidates initially produced by

View File

@ -200,6 +200,9 @@ Patch69: openssh-5.8p2-askpass-ld.patch
Patch70: openssh-5.8p2-copy-id-restorecon.patch
# warn users for unsupported UsePAM=no
Patch71: openssh-5.8p2-log-usepam-no.patch
#https://bugzilla.redhat.com/show_bug.cgi?id=841065
Patch72: openssh-5.8p2-man-moduli.patch
#---
#https://bugzilla.mindrot.org/show_bug.cgi?id=1604
# sctp
@ -440,6 +443,7 @@ popd
%patch69 -p1 -b .askpass-ld
%patch70 -p1 -b .restorecon
%patch71 -p1 -b .log-usepam-no
%patch72 -p1 -b .man-moduli
autoreconf
pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}