.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=54
This commit is contained in:
parent
d1ac1c1c63
commit
bfa610b01a
@ -1,9 +1,31 @@
|
|||||||
---
|
---
|
||||||
|
mailx.1 | 5 +++++
|
||||||
openssl.c | 29 ++++++++++++++++++++++++++---
|
openssl.c | 29 ++++++++++++++++++++++++++---
|
||||||
1 file changed, 26 insertions(+), 3 deletions(-)
|
2 files changed, 31 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
--- mailx.1
|
||||||
|
+++ mailx.1 2017-06-13 10:10:21.024015088 +0000
|
||||||
|
@@ -2723,6 +2723,8 @@ Only applicable if SSL/TLS support is bu
|
||||||
|
Accept SSLv2 connections.
|
||||||
|
These are normally not allowed
|
||||||
|
because this protocol version is insecure.
|
||||||
|
+.br
|
||||||
|
+.B WARNING: on modern systems SSLv2 as well as SSLv3 are deprecated!
|
||||||
|
.TP
|
||||||
|
.B stealthmua
|
||||||
|
Inhibits the generation of
|
||||||
|
@@ -3609,6 +3611,9 @@ for a specific account.
|
||||||
|
Gives the pathname to an entropy daemon socket,
|
||||||
|
see
|
||||||
|
.IR RAND_egd (3).
|
||||||
|
+.br
|
||||||
|
+.B WARNING: On Linux this API is ignored, use the string option
|
||||||
|
+.B ssl-rand-file.
|
||||||
|
.TP
|
||||||
|
.B ssl-rand-file
|
||||||
|
Gives the pathname to a file with entropy data,
|
||||||
--- openssl.c
|
--- openssl.c
|
||||||
+++ openssl.c 2017-06-12 12:57:43.048652634 +0200
|
+++ openssl.c 2017-06-13 10:05:15.133697760 +0000
|
||||||
@@ -138,7 +138,12 @@ ssl_rand_init(void)
|
@@ -138,7 +138,12 @@ ssl_rand_init(void)
|
||||||
|
|
||||||
if ((cp = value("ssl-rand-egd")) != NULL) {
|
if ((cp = value("ssl-rand-egd")) != NULL) {
|
||||||
|
@ -79,6 +79,7 @@ minor enhancements like the ability to set a "From:" address.
|
|||||||
%patch11 -p1 -b .0003
|
%patch11 -p1 -b .0003
|
||||||
%patch12 -p1 -b .0004
|
%patch12 -p1 -b .0004
|
||||||
%patch13 -p0 -b .ssl11f
|
%patch13 -p0 -b .ssl11f
|
||||||
|
exit 1
|
||||||
%patch -p1 -b .0
|
%patch -p1 -b .0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user