forked from rpms/openssh
fix the man moduli page (#841065)
This commit is contained in:
parent
dfa0cd5146
commit
ab30b92bd6
24
openssh-6.1p1-man-moduli.patch
Normal file
24
openssh-6.1p1-man-moduli.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
diff -up openssh-6.1p1/moduli.0.man-moduli openssh-6.1p1/moduli.0
|
||||||
|
--- openssh-6.1p1/moduli.0.man-moduli 2012-11-06 09:42:13.677062887 +0100
|
||||||
|
+++ openssh-6.1p1/moduli.0 2012-11-06 09:42:58.693543381 +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). Further primality
|
||||||
|
diff -up openssh-6.1p1/moduli.5.man-moduli openssh-6.1p1/moduli.5
|
||||||
|
--- openssh-6.1p1/moduli.5.man-moduli 2012-11-06 09:42:17.730035388 +0100
|
||||||
|
+++ openssh-6.1p1/moduli.5 2012-11-06 09:43:31.403180375 +0100
|
||||||
|
@@ -61,7 +61,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
|
@ -207,6 +207,9 @@ Patch801: openssh-5.8p2-force_krb.patch
|
|||||||
Patch900: openssh-6.1p1-gssapi-canohost.patch
|
Patch900: openssh-6.1p1-gssapi-canohost.patch
|
||||||
#https://bugzilla.mindrot.org/show_bug.cgi?id=1780
|
#https://bugzilla.mindrot.org/show_bug.cgi?id=1780
|
||||||
Patch901: openssh-6.1p1-kuserok.patch
|
Patch901: openssh-6.1p1-kuserok.patch
|
||||||
|
#https://bugzilla.redhat.com/show_bug.cgi?id=841065
|
||||||
|
Patch902: openssh-6.1p1-man-moduli.patch
|
||||||
|
|
||||||
#---
|
#---
|
||||||
#https://bugzilla.mindrot.org/show_bug.cgi?id=1604
|
#https://bugzilla.mindrot.org/show_bug.cgi?id=1604
|
||||||
# sctp
|
# sctp
|
||||||
@ -449,6 +452,7 @@ popd
|
|||||||
|
|
||||||
%patch900 -p1 -b .canohost
|
%patch900 -p1 -b .canohost
|
||||||
%patch901 -p1 -b .kuserok
|
%patch901 -p1 -b .kuserok
|
||||||
|
%patch902 -p1 -b .man-moduli
|
||||||
|
|
||||||
%if 0
|
%if 0
|
||||||
# Nothing here yet
|
# Nothing here yet
|
||||||
|
Loading…
Reference in New Issue
Block a user