]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- up to final 1.1.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Sep 2018 17:55:47 +0000 (19:55 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 13 Sep 2018 17:55:47 +0000 (19:55 +0200)
engines-dir.patch
openssl-ca-certificates.patch
openssl-man-namespace.patch
openssl-optflags.patch
openssl.spec

index fb78ec4f510b9f7e45e6d6066558593a1ddaf696..20f5d1a0d4a66d2df70e7f33a749c2848c9eccbc 100644 (file)
@@ -1,13 +1,11 @@
-use /lib not /usr/lib for engines path
-
---- openssl-1.1.0-pre6/Configurations/unix-Makefile.tmpl~      2016-08-04 17:00:44.000000000 +0300
-+++ openssl-1.1.0-pre6/Configurations/unix-Makefile.tmpl       2016-08-06 02:13:21.613568293 +0300
-@@ -151,7 +151,7 @@
-           our $libdir = $config{libdir} || "lib$multilib";
-           $libdir -}
- ENGINESDIR={- use File::Spec::Functions;
--              catdir($prefix,$libdir,"engines-$sover") -}
-+              catdir("/",$libdir,"engines-$sover") -}
+--- openssl-1.1.1/Configurations/unix-Makefile.tmpl~   2018-09-13 13:40:10.000000000 +0200
++++ openssl-1.1.1/Configurations/unix-Makefile.tmpl    2018-09-13 13:40:42.065819616 +0200
+@@ -170,7 +170,7 @@ LIBDIR={- our $libdir = $config{libdir};
+ # $(libdir) is chosen to be compatible with the GNU coding standards
+ libdir={- file_name_is_absolute($libdir)
+           ? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -}
+-ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}
++ENGINESDIR=/$(LIBDIR)/engines-{- $sover_dirname -}
  
- MANDIR=$(INSTALLTOP)/share/man
- DOCDIR=$(INSTALLTOP)/share/doc/$(BASENAME)
+ # Convenience variable for those who want to set the rpath in shared
+ # libraries and applications
index 6ca4bcf58ef62b538933171fa0e5b042e58e531b..eaca92b4bfda794a9cd5977c76bee52a2094147b 100644 (file)
@@ -1,6 +1,6 @@
---- openssl-1.1.0g/crypto/include/internal/cryptlib.h.orig     2017-11-02 15:29:03.000000000 +0100
-+++ openssl-1.1.0g/crypto/include/internal/cryptlib.h  2017-11-18 21:05:07.408322386 +0100
-@@ -42,7 +42,7 @@
+--- openssl-1.1.1/include/internal/cryptlib.h~ 2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/include/internal/cryptlib.h  2018-09-11 22:14:32.008012409 +0200
+@@ -56,7 +56,7 @@ DEFINE_LHASH_OF(MEM);
  # ifndef OPENSSL_SYS_VMS
  #  define X509_CERT_AREA          OPENSSLDIR
  #  define X509_CERT_DIR           OPENSSLDIR "/certs"
index 1f45418df5c1a7e1e201cf8ad303d7286c1bcdb1..20c2cdc60a53c769fdea169f6ae545bd266f2819 100644 (file)
@@ -1,5 +1,6 @@
---- openssl-1.1.0g/doc/apps.orig/asn1parse.pod 2017-11-18 21:11:40.631651229 +0100
-+++ openssl-1.1.0g/doc/apps/asn1parse.pod      2017-11-18 22:11:19.351610367 +0100
+diff -urN openssl-1.1.1/doc.org/man1/asn1parse.pod openssl-1.1.1/doc/man1/asn1parse.pod
+--- openssl-1.1.1/doc.org/man1/asn1parse.pod   2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/asn1parse.pod       2018-09-11 22:09:16.148714293 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
@@ -10,8 +11,9 @@
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ca.pod        2017-11-18 21:11:40.631651229 +0100
-+++ openssl-1.1.0g/doc/apps/ca.pod     2017-11-18 22:11:35.488276847 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ca.pod openssl-1.1.1/doc/man1/ca.pod
+--- openssl-1.1.1/doc.org/man1/ca.pod  2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ca.pod      2018-09-11 22:08:39.447633905 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
@@ -22,8 +24,9 @@
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ciphers.pod   2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/ciphers.pod        2017-11-18 22:11:40.291610128 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ciphers.pod openssl-1.1.1/doc/man1/ciphers.pod
+--- openssl-1.1.1/doc.org/man1/ciphers.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ciphers.pod 2018-09-11 22:09:10.135203937 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
@@ -34,8 +37,9 @@
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/cms.pod       2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/cms.pod    2017-11-18 22:11:44.688276745 +0100
+diff -urN openssl-1.1.1/doc.org/man1/cms.pod openssl-1.1.1/doc/man1/cms.pod
+--- openssl-1.1.1/doc.org/man1/cms.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/cms.pod     2018-09-11 22:08:34.790830156 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/config.pod    2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/config.pod 2017-11-18 22:12:08.614943137 +0100
-@@ -4,7 +4,7 @@
- =head1 NAME
--config - OpenSSL CONF library configuration files
-+openssl-config - OpenSSL CONF library configuration files
- =head1 DESCRIPTION
---- openssl-1.1.0g/doc/apps.orig/crl2pkcs7.pod 2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/crl2pkcs7.pod      2017-11-18 22:12:19.048276350 +0100
+diff -urN openssl-1.1.1/doc.org/man1/crl2pkcs7.pod openssl-1.1.1/doc/man1/crl2pkcs7.pod
+--- openssl-1.1.1/doc.org/man1/crl2pkcs7.pod   2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/crl2pkcs7.pod       2018-09-11 22:11:06.401959876 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
@@ -69,8 +63,9 @@
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/crl.pod       2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/crl.pod    2017-11-18 22:12:14.178276408 +0100
+diff -urN openssl-1.1.1/doc.org/man1/crl.pod openssl-1.1.1/doc/man1/crl.pod
+--- openssl-1.1.1/doc.org/man1/crl.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/crl.pod     2018-09-11 22:10:43.631289563 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/dgst.pod      2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/dgst.pod   2017-11-18 22:16:24.078273554 +0100
-@@ -2,8 +2,8 @@
+diff -urN openssl-1.1.1/doc.org/man1/dgst.pod openssl-1.1.1/doc/man1/dgst.pod
+--- openssl-1.1.1/doc.org/man1/dgst.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/dgst.pod    2018-09-11 22:12:41.804768298 +0200
+@@ -2,8 +2,7 @@
  
  =head1 NAME
  
- openssl-dgst,
--dgst, sha, sha1, mdc2, ripemd160, sha224, sha256, sha384, sha512, md4, md5, blake2b, blake2s - message digests
-+openssl-sha, openssl-sha1, openssl-mdc2, openssl-ripemd160, openssl-sha224, openssl-sha256, openssl-sha384, openssl-sha512, openssl-md4, openssl-md5, openssl-blake2b, openssl-blake2s - message digests
+-openssl-dgst,
+-dgst - perform digest operations
++openssl-dgst - perform digest operations
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/dhparam.pod   2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/dhparam.pod        2017-11-18 22:16:30.061606818 +0100
+diff -urN openssl-1.1.1/doc.org/man1/dhparam.pod openssl-1.1.1/doc/man1/dhparam.pod
+--- openssl-1.1.1/doc.org/man1/dhparam.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/dhparam.pod 2018-09-11 22:08:08.440054452 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/dsaparam.pod  2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/dsaparam.pod       2017-11-18 22:16:57.851606501 +0100
+diff -urN openssl-1.1.1/doc.org/man1/dsaparam.pod openssl-1.1.1/doc/man1/dsaparam.pod
+--- openssl-1.1.1/doc.org/man1/dsaparam.pod    2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/dsaparam.pod        2018-09-11 22:09:26.799027812 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/dsa.pod       2017-11-18 21:11:40.634984563 +0100
-+++ openssl-1.1.0g/doc/apps/dsa.pod    2017-11-18 22:16:35.008273429 +0100
+diff -urN openssl-1.1.1/doc.org/man1/dsa.pod openssl-1.1.1/doc/man1/dsa.pod
+--- openssl-1.1.1/doc.org/man1/dsa.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/dsa.pod     2018-09-11 22:09:37.069330144 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ecparam.pod   2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/ecparam.pod        2017-11-18 22:17:05.754939744 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ecparam.pod openssl-1.1.1/doc/man1/ecparam.pod
+--- openssl-1.1.1/doc.org/man1/ecparam.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ecparam.pod 2018-09-11 22:09:50.416389716 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ec.pod        2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/ec.pod     2017-11-18 22:17:01.598273125 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ec.pod openssl-1.1.1/doc/man1/ec.pod
+--- openssl-1.1.1/doc.org/man1/ec.pod  2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ec.pod      2018-09-11 22:10:38.384468443 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/enc.pod       2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/enc.pod    2017-11-18 22:17:09.651606365 +0100
+diff -urN openssl-1.1.1/doc.org/man1/enc.pod openssl-1.1.1/doc/man1/enc.pod
+--- openssl-1.1.1/doc.org/man1/enc.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/enc.pod     2018-09-11 22:07:38.422504142 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/engine.pod    2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/engine.pod 2017-11-18 22:17:13.671606321 +0100
+diff -urN openssl-1.1.1/doc.org/man1/engine.pod openssl-1.1.1/doc/man1/engine.pod
+--- openssl-1.1.1/doc.org/man1/engine.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/engine.pod  2018-09-11 22:11:28.725950372 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/errstr.pod    2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/errstr.pod 2017-11-18 22:17:18.051606269 +0100
+diff -urN openssl-1.1.1/doc.org/man1/errstr.pod openssl-1.1.1/doc/man1/errstr.pod
+--- openssl-1.1.1/doc.org/man1/errstr.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/errstr.pod  2018-09-11 22:07:46.686080735 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/gendsa.pod    2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/gendsa.pod 2017-11-18 22:17:22.581606218 +0100
+diff -urN openssl-1.1.1/doc.org/man1/gendsa.pod openssl-1.1.1/doc/man1/gendsa.pod
+--- openssl-1.1.1/doc.org/man1/gendsa.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/gendsa.pod  2018-09-11 22:12:17.117374895 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/genpkey.pod   2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/genpkey.pod        2017-11-18 22:17:27.084939502 +0100
+diff -urN openssl-1.1.1/doc.org/man1/genpkey.pod openssl-1.1.1/doc/man1/genpkey.pod
+--- openssl-1.1.1/doc.org/man1/genpkey.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/genpkey.pod 2018-09-11 22:10:07.880237141 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/genrsa.pod    2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/genrsa.pod 2017-11-18 22:17:31.698272782 +0100
+diff -urN openssl-1.1.1/doc.org/man1/genrsa.pod openssl-1.1.1/doc/man1/genrsa.pod
+--- openssl-1.1.1/doc.org/man1/genrsa.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/genrsa.pod  2018-09-11 22:11:11.535444327 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/list.pod      2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/list.pod   2017-11-18 22:17:36.478272728 +0100
+diff -urN openssl-1.1.1/doc.org/man1/list.pod openssl-1.1.1/doc/man1/list.pod
+--- openssl-1.1.1/doc.org/man1/list.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/list.pod    2018-09-11 22:08:58.891539618 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/nseq.pod      2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/nseq.pod   2017-11-18 22:17:41.141606007 +0100
+diff -urN openssl-1.1.1/doc.org/man1/nseq.pod openssl-1.1.1/doc/man1/nseq.pod
+--- openssl-1.1.1/doc.org/man1/nseq.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/nseq.pod    2018-09-11 22:10:48.351428513 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ocsp.pod      2017-11-18 21:11:40.638317896 +0100
-+++ openssl-1.1.0g/doc/apps/ocsp.pod   2017-11-18 22:17:44.971605965 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ocsp.pod openssl-1.1.1/doc/man1/ocsp.pod
+--- openssl-1.1.1/doc.org/man1/ocsp.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ocsp.pod    2018-09-11 22:08:49.024582492 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/passwd.pod    2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/passwd.pod 2017-11-18 22:17:50.224939239 +0100
+diff -urN openssl-1.1.1/doc.org/man1/passwd.pod openssl-1.1.1/doc/man1/passwd.pod
+--- openssl-1.1.1/doc.org/man1/passwd.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/passwd.pod  2018-09-11 22:12:23.680901443 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkcs12.pod    2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkcs12.pod 2017-11-18 22:17:54.221605863 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkcs12.pod openssl-1.1.1/doc/man1/pkcs12.pod
+--- openssl-1.1.1/doc.org/man1/pkcs12.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkcs12.pod  2018-09-11 22:12:08.627124963 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkcs7.pod     2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkcs7.pod  2017-11-18 22:17:58.274939145 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkcs7.pod openssl-1.1.1/doc/man1/pkcs7.pod
+--- openssl-1.1.1/doc.org/man1/pkcs7.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkcs7.pod   2018-09-11 22:08:44.624452964 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkcs8.pod     2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkcs8.pod  2017-11-18 22:18:10.504939007 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkcs8.pod openssl-1.1.1/doc/man1/pkcs8.pod
+--- openssl-1.1.1/doc.org/man1/pkcs8.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkcs8.pod   2018-09-11 22:10:34.057674407 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkeyparam.pod 2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkeyparam.pod      2017-11-18 22:18:18.624938915 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkeyparam.pod openssl-1.1.1/doc/man1/pkeyparam.pod
+--- openssl-1.1.1/doc.org/man1/pkeyparam.pod   2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkeyparam.pod       2018-09-11 22:09:32.382525509 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkey.pod      2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkey.pod   2017-11-18 22:18:14.328272296 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkey.pod openssl-1.1.1/doc/man1/pkey.pod
+--- openssl-1.1.1/doc.org/man1/pkey.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkey.pod    2018-09-11 22:09:57.529932454 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/pkeyutl.pod   2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/pkeyutl.pod        2017-11-18 22:20:24.651604144 +0100
+diff -urN openssl-1.1.1/doc.org/man1/pkeyutl.pod openssl-1.1.1/doc/man1/pkeyutl.pod
+--- openssl-1.1.1/doc.org/man1/pkeyutl.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/pkeyutl.pod 2018-09-11 22:11:00.448451286 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/rand.pod      2017-11-18 21:11:40.641651229 +0100
-+++ openssl-1.1.0g/doc/apps/rand.pod   2017-11-18 22:20:29.008270756 +0100
+diff -urN openssl-1.1.1/doc.org/man1/prime.pod openssl-1.1.1/doc/man1/prime.pod
+--- openssl-1.1.1/doc.org/man1/prime.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/prime.pod   2018-09-11 22:10:55.561640764 +0200
+@@ -2,8 +2,7 @@
+ =head1 NAME
+-openssl-prime,
+-prime - compute prime numbers
++openssl-prime - compute prime numbers
+ =head1 SYNOPSIS
+diff -urN openssl-1.1.1/doc.org/man1/rand.pod openssl-1.1.1/doc/man1/rand.pod
+--- openssl-1.1.1/doc.org/man1/rand.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/rand.pod    2018-09-11 22:11:39.589603508 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/rehash.pod    2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/rehash.pod 2017-11-18 22:20:40.954937287 +0100
-@@ -5,8 +5,8 @@
+diff -urN openssl-1.1.1/doc.org/man1/rehash.pod openssl-1.1.1/doc/man1/rehash.pod
+--- openssl-1.1.1/doc.org/man1/rehash.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/rehash.pod  2018-09-11 22:08:28.943991372 +0200
+@@ -5,8 +5,7 @@
  
  =head1 NAME
  
- openssl-c_rehash, openssl-rehash,
+-openssl-c_rehash, openssl-rehash,
 -c_rehash, rehash - Create symbolic links to files named by the hash values
-+c_rehash - Create symbolic links to files named by the hash values
++c_rehash, openssl-rehash - Create symbolic links to files named by the hash values
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/req.pod       2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/req.pod    2017-11-18 22:20:45.291603904 +0100
+diff -urN openssl-1.1.1/doc.org/man1/req.pod openssl-1.1.1/doc/man1/req.pod
+--- openssl-1.1.1/doc.org/man1/req.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/req.pod     2018-09-11 22:08:54.174734102 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/rsa.pod       2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/rsa.pod    2017-11-18 22:20:49.321603857 +0100
+diff -urN openssl-1.1.1/doc.org/man1/rsa.pod openssl-1.1.1/doc/man1/rsa.pod
+--- openssl-1.1.1/doc.org/man1/rsa.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/rsa.pod     2018-09-11 22:12:34.427884475 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/rsautl.pod    2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/rsautl.pod 2017-11-18 22:20:53.051603815 +0100
+diff -urN openssl-1.1.1/doc.org/man1/rsautl.pod openssl-1.1.1/doc/man1/rsautl.pod
+--- openssl-1.1.1/doc.org/man1/rsautl.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/rsautl.pod  2018-09-11 22:11:19.782353762 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/s_client.pod  2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/s_client.pod       2017-11-18 22:20:57.391603766 +0100
+diff -urN openssl-1.1.1/doc.org/man1/s_client.pod openssl-1.1.1/doc/man1/s_client.pod
+--- openssl-1.1.1/doc.org/man1/s_client.pod    2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/s_client.pod        2018-09-11 22:12:02.190268812 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/sess_id.pod   2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/sess_id.pod        2017-11-18 22:21:09.698270292 +0100
+diff -urN openssl-1.1.1/doc.org/man1/sess_id.pod openssl-1.1.1/doc/man1/sess_id.pod
+--- openssl-1.1.1/doc.org/man1/sess_id.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/sess_id.pod 2018-09-11 22:11:56.426765815 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/smime.pod     2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/smime.pod  2017-11-18 22:21:14.074936908 +0100
+diff -urN openssl-1.1.1/doc.org/man1/smime.pod openssl-1.1.1/doc/man1/smime.pod
+--- openssl-1.1.1/doc.org/man1/smime.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/smime.pod   2018-09-11 22:10:19.807254909 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/speed.pod     2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/speed.pod  2017-11-18 22:21:18.004936863 +0100
+diff -urN openssl-1.1.1/doc.org/man1/speed.pod openssl-1.1.1/doc/man1/speed.pod
+--- openssl-1.1.1/doc.org/man1/speed.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/speed.pod   2018-09-11 22:09:21.542206398 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/spkac.pod     2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/spkac.pod  2017-11-18 22:21:21.928270153 +0100
+diff -urN openssl-1.1.1/doc.org/man1/spkac.pod openssl-1.1.1/doc/man1/spkac.pod
+--- openssl-1.1.1/doc.org/man1/spkac.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/spkac.pod   2018-09-11 22:10:29.570875660 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/s_server.pod  2017-11-18 21:11:40.644984563 +0100
-+++ openssl-1.1.0g/doc/apps/s_server.pod       2017-11-18 22:21:01.728270382 +0100
+diff -urN openssl-1.1.1/doc.org/man1/srp.pod openssl-1.1.1/doc/man1/srp.pod
+--- openssl-1.1.1/doc.org/man1/srp.pod 2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/srp.pod     2018-09-11 22:10:02.696751220 +0200
+@@ -2,8 +2,7 @@
+ =head1 NAME
+-openssl-srp,
+-srp - maintain SRP password file
++openssl-srp - maintain SRP password file
+ =head1 SYNOPSIS
+diff -urN openssl-1.1.1/doc.org/man1/s_server.pod openssl-1.1.1/doc/man1/s_server.pod
+--- openssl-1.1.1/doc.org/man1/s_server.pod    2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/s_server.pod        2018-09-11 22:09:04.541705946 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/s_time.pod    2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/s_time.pod 2017-11-18 22:21:05.601603672 +0100
+diff -urN openssl-1.1.1/doc.org/man1/s_time.pod openssl-1.1.1/doc/man1/s_time.pod
+--- openssl-1.1.1/doc.org/man1/s_time.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/s_time.pod  2018-09-11 22:09:44.646219856 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/tsget.pod     2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/tsget.pod  2017-11-18 22:21:29.594936730 +0100
+diff -urN openssl-1.1.1/doc.org/man1/storeutl.pod openssl-1.1.1/doc/man1/storeutl.pod
+--- openssl-1.1.1/doc.org/man1/storeutl.pod    2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/storeutl.pod        2018-09-11 22:07:55.473006066 +0200
+@@ -2,8 +2,7 @@
+ =head1 NAME
+-openssl-storeutl,
+-storeutl - STORE utility
++openssl-storeutl - STORE utility
+ =head1 SYNOPSIS
+diff -urN openssl-1.1.1/doc.org/man1/tsget.pod openssl-1.1.1/doc/man1/tsget.pod
+--- openssl-1.1.1/doc.org/man1/tsget.pod       2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/tsget.pod   2018-09-11 22:10:15.233786945 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/ts.pod        2017-11-18 21:11:40.648317896 +0100
-+++ openssl-1.1.0g/doc/apps/ts.pod     2017-11-18 22:21:25.714936777 +0100
+diff -urN openssl-1.1.1/doc.org/man1/ts.pod openssl-1.1.1/doc/man1/ts.pod
+--- openssl-1.1.1/doc.org/man1/ts.pod  2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/ts.pod      2018-09-11 22:10:24.110714927 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/verify.pod    2017-11-18 21:11:40.651651229 +0100
-+++ openssl-1.1.0g/doc/apps/verify.pod 2017-11-18 22:21:34.651603340 +0100
+diff -urN openssl-1.1.1/doc.org/man1/verify.pod openssl-1.1.1/doc/man1/verify.pod
+--- openssl-1.1.1/doc.org/man1/verify.pod      2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/verify.pod  2018-09-11 22:11:51.053274300 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/version.pod   2017-11-18 21:11:40.651651229 +0100
-+++ openssl-1.1.0g/doc/apps/version.pod        2017-11-18 22:21:39.154936623 +0100
+diff -urN openssl-1.1.1/doc.org/man1/version.pod openssl-1.1.1/doc/man1/version.pod
+--- openssl-1.1.1/doc.org/man1/version.pod     2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/version.pod 2018-09-11 22:11:45.803119749 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps.orig/x509.pod      2017-11-18 21:11:40.651651229 +0100
-+++ openssl-1.1.0g/doc/apps/x509.pod   2017-11-18 22:21:43.518269906 +0100
+diff -urN openssl-1.1.1/doc.org/man1/x509.pod openssl-1.1.1/doc/man1/x509.pod
+--- openssl-1.1.1/doc.org/man1/x509.pod        2018-09-11 14:48:22.000000000 +0200
++++ openssl-1.1.1/doc/man1/x509.pod    2018-09-11 22:08:15.893607199 +0200
 @@ -2,8 +2,7 @@
  
  =head1 NAME
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/apps/x509v3_config.pod.orig     2017-11-19 10:20:58.684443817 +0100
-+++ openssl-1.1.0g/doc/apps/x509v3_config.pod  2017-11-19 10:44:33.141094334 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man5/config.pod~ 2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man5/config.pod  2018-09-13 18:55:53.379314240 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-config - OpenSSL CONF library configuration files
++openssl-config - OpenSSL CONF library configuration files
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man5/x509v3_config.pod~  2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man5/x509v3_config.pod   2018-09-13 18:56:06.236359843 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 DESCRIPTION
  
---- openssl-1.1.0g/doc/crypto/bio.pod.orig     2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/bio.pod  2017-11-19 19:02:56.120752895 +0100
-@@ -1,10 +1,10 @@
- =pod
--=for comment openssl_manual_section 7
-+=for comment openssl_manual_section:7
+--- openssl-1.1.1/doc/man7/bio.pod~    2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/bio.pod     2018-09-13 19:13:57.454822064 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
 -bio - Basic I/O abstraction
 +openssl-bio - Basic I/O abstraction
  
- =for comment generic
+ =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/crypto/crypto.pod.orig  2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/crypto.pod       2017-11-19 19:01:54.180753602 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man7/crypto.pod~ 2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/crypto.pod  2018-09-13 19:14:03.525002575 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/crypto/ct.pod.orig      2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/ct.pod   2017-11-19 19:03:51.987418924 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man7/ct.pod~     2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/ct.pod      2018-09-13 19:14:07.405117959 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/crypto/des_modes.pod.orig       2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/des_modes.pod    2017-11-19 19:02:08.827420102 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man7/des_modes.pod~      2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/des_modes.pod       2018-09-13 19:14:10.988557855 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 DESCRIPTION
  
---- openssl-1.1.0g/doc/crypto/evp.pod.orig     2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/evp.pod  2017-11-19 19:03:58.387418854 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man7/evp.pod~    2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/evp.pod     2018-09-13 19:14:15.148681567 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/crypto/x509.pod.orig    2017-11-02 15:29:04.000000000 +0100
-+++ openssl-1.1.0g/doc/crypto/x509.pod 2017-11-19 19:02:24.704086588 +0100
-@@ -4,7 +4,7 @@
+--- openssl-1.1.1/doc/man7/ssl.pod~    2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/ssl.pod     2018-09-13 19:14:35.495953306 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-ssl - OpenSSL SSL/TLS library
++openssl-ssl - OpenSSL SSL/TLS library
+ =head1 SYNOPSIS
+--- openssl-1.1.1/doc/man7/x509.pod~   2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/x509.pod    2018-09-13 19:14:40.996116867 +0200
+@@ -2,7 +2,7 @@
  
  =head1 NAME
  
  
  =head1 SYNOPSIS
  
---- openssl-1.1.0g/doc/ssl/ssl.pod.orig        2017-11-02 15:29:05.000000000 +0100
-+++ openssl-1.1.0g/doc/ssl/ssl.pod     2017-11-19 19:18:07.534075826 +0100
+--- openssl-1.1.1/doc/man7/Ed25519.pod~        2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/Ed25519.pod 2018-09-13 19:27:15.788862330 +0200
+@@ -2,9 +2,7 @@
+ =head1 NAME
+-Ed25519,
+-Ed448
+-- EVP_PKEY Ed25519 and Ed448 support
++openssl-Ed25519, openssl-Ed448 - EVP_PKEY Ed25519 and Ed448 support
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/passphrase-encoding.pod~    2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/passphrase-encoding.pod     2018-09-13 19:27:38.656220157 +0200
 @@ -4,7 +4,7 @@
  
  =head1 NAME
  
--ssl - OpenSSL SSL/TLS library
-+openssl-ssl - OpenSSL SSL/TLS library
+-passphrase-encoding
++openssl-passphrase-encoding
+ - How diverse parts of OpenSSL treat pass phrases character encoding
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/RAND_DRBG.pod~      2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/RAND_DRBG.pod       2018-09-13 19:27:45.693099512 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-RAND_DRBG - the deterministic random bit generator
++openssl-RAND_DRBG - the deterministic random bit generator
  
  =head1 SYNOPSIS
  
+--- openssl-1.1.1/doc/man7/RAND.pod~   2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/RAND.pod    2018-09-13 19:27:53.023321066 +0200
+@@ -2,8 +2,7 @@
+ =head1 NAME
+-RAND
+-- the OpenSSL random generator
++openssl-RAND - the OpenSSL random generator
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/RSA-PSS.pod~        2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/RSA-PSS.pod 2018-09-13 19:27:58.186810465 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-RSA-PSS - EVP_PKEY RSA-PSS algorithm support
++openssl - RSA-PSS - EVP_PKEY RSA-PSS algorithm support
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/scrypt.pod~ 2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/scrypt.pod  2018-09-13 19:28:04.880346108 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-scrypt - EVP_PKEY scrypt KDF support
++openssl-scrypt - EVP_PKEY scrypt KDF support
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/SM2.pod~    2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/SM2.pod     2018-09-13 19:28:09.697158362 +0200
+@@ -2,7 +2,7 @@
+ =head1 NAME
+-SM2 - Chinese SM2 signature and encryption algorithm support
++openssl-SM2 - Chinese SM2 signature and encryption algorithm support
+ =head1 DESCRIPTION
+--- openssl-1.1.1/doc/man7/X25519.pod~ 2018-09-11 14:48:23.000000000 +0200
++++ openssl-1.1.1/doc/man7/X25519.pod  2018-09-13 19:28:23.594245064 +0200
+@@ -2,9 +2,7 @@
+ =head1 NAME
+-X25519,
+-X448
+-- EVP_PKEY X25519 and X448 support
++openssl-X25519, openssl-X448 - EVP_PKEY X25519 and X448 support
+ =head1 DESCRIPTION
index a9477f92f83d471eb38016c75cdf9d8588218d63..b80afc89ee9908fb90cbeab12890b4d794d8190f 100644 (file)
@@ -1,11 +1,11 @@
---- openssl-1.1.0g/Configurations/unix-Makefile.tmpl.orig      2017-11-19 17:44:59.020806300 +0100
-+++ openssl-1.1.0g/Configurations/unix-Makefile.tmpl   2017-11-19 17:50:26.124135897 +0100
-@@ -174,7 +174,7 @@
- CROSS_COMPILE= {- $config{cross_compile_prefix} -}
CC= $(CROSS_COMPILE){- $target{cc} -}
--CFLAGS={- our $cflags2 = join(" ",(map { "-D".$_} @{$target{defines}}, @{$config{defines}}),"-DOPENSSLDIR=\"\\\"\$(OPENSSLDIR)\\\"\"","-DENGINESDIR=\"\\\"\$(ENGINESDIR)\\\"\"") -} {- $target{cflags} -} {- $config{cflags} -}
-+CFLAGS={- our $cflags2 = join(" ",(map { "-D".$_} @{$target{defines}}, @{$config{defines}}),"-DOPENSSLDIR=\"\\\"\$(OPENSSLDIR)\\\"\"","-DENGINESDIR=\"\\\"\$(ENGINESDIR)\\\"\"") -} {- $target{cflags} -} {- $config{cflags} -} $(OPTFLAGS)
- CFLAGS_Q={- $cflags2 =~ s|([\\"])|\\$1|g; $cflags2 -} {- $config{cflags} -}
- LDFLAGS= {- $target{lflags} -}
PLIB_LDFLAGS= {- $target{plib_lflags} -}
+--- openssl-1.1.1/Configurations/unix-Makefile.tmpl~   2018-09-13 13:08:19.000000000 +0200
++++ openssl-1.1.1/Configurations/unix-Makefile.tmpl    2018-09-13 13:15:24.200834530 +0200
+@@ -205,7 +205,7 @@ CPPFLAGS={- our $cppflags1 = join(" ",
+                                   (map { "-D".$_} @{$config{CPPDEFINES}}),
+                                   (map { "-I".$_} @{$config{CPPINCLUDES}}),
                                  @{$config{CPPFLAGS}}) -}
+-CFLAGS={- join(' ', @{$config{CFLAGS}}) -}
++CFLAGS={- join(' ', @{$config{CFLAGS}}) -} $(OPTFLAGS)
+ CXXFLAGS={- join(' ', @{$config{CXXFLAGS}}) -}
+ LDFLAGS= {- join(' ', @{$config{LDFLAGS}}) -}
EX_LIBS= {- join(' ', @{$config{LDLIBS}}) -}
index 0336db6fd6a96c41376b25f6e847e77cb9ba5abf..93ecf6680c7db71f4da0fe8a8a9c92c36be77f4e 100644 (file)
@@ -2,8 +2,8 @@
 # Conditional build:
 %bcond_without tests   # don't perform "make tests"
 %bcond_without zlib    # zlib: note - enables CVE-2012-4929 vulnerability
-%bcond_without sslv2   # SSLv2: note - many flaws http://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_2.0
-%bcond_without sslv3   # SSLv3: note - enables  CVE-2014-3566 vulnerability
+%bcond_with    sslv2   # SSLv2: note - many flaws http://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_2.0
+%bcond_with    sslv3   # SSLv3: note - enables  CVE-2014-3566 vulnerability
 %bcond_with    snap    # use GitHub snapshot to build branch release
 
 %include       /usr/lib/rpm/macros.perl
@@ -18,13 +18,13 @@ Summary(uk.UTF-8):  Бібліотеки та утиліти для з'єднан
 Name:          openssl
 # Version 1.1.0 will be supported until 2019-??-?? (one year after release of 1.1.1).
 # https://www.openssl.org/about/releasestrat.html
-Version:       1.1.0i
+Version:       1.1.1
 Release:       1
 License:       Apache-like
 Group:         Libraries
 %if %{without snap}
 Source0:       https://www.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 9495126aafd2659d357ea66a969c3fe1
+# Source0-md5: 7079eb017429e0ffb9efb42bf80ccb21
 %else
 Source1:       https://github.com/openssl/openssl/archive/OpenSSL_1_1_0-stable/%{name}-%{version}-dev.tar.gz
 %endif
@@ -32,10 +32,14 @@ Source2:    %{name}.1.pl
 Source3:       %{name}-ssl-certificate.sh
 Source4:       %{name}-c_rehash.sh
 Patch1:                %{name}-optflags.patch
+
 Patch3:                %{name}-man-namespace.patch
+
 Patch5:                %{name}-ca-certificates.patch
+
 Patch7:                %{name}-find.patch
 Patch8:                pic.patch
+
 Patch10:       %{name}_fix_for_x32.patch
 Patch11:       engines-dir.patch
 URL:           http://www.openssl.org/
@@ -257,11 +261,16 @@ RC4, RSA и SSL. Включает статические библиотеки д
 %else
 %setup -q %{?subver:-n %{name}-%{version}-%{subver}}
 %endif
+
 %patch1 -p1
+
 %patch3 -p1
+
 %patch5 -p1
+
 %patch7 -p1
 %patch8 -p1
+
 %ifarch x32
 %patch10 -p1
 %endif
@@ -342,11 +351,10 @@ test "$v" = %{version}%{?subver:-%{subver}}%{?with_snap:-dev}
        INSTALLTOP=%{_prefix}
 
 # Rename POD sources of man pages. "openssl-" prefix is added to each
-# manpage to avoid potential conflicts with other packages.
-# (libcrypto/libssl function names are not affected)
+# manpage to avoid potential conflicts with other packages. 
+# openssl-man-namespace.patch mostly marks these pages with "openssl-" prefix.
 
-%{__perl} -pi -e 's/(\W)((?<!openssl-)\w+)(\([157]\))/$1openssl-$2$3/g; s/openssl-openssl/openssl/g;' {apps,ssl,crypto}/*.pod;
-for podfile in doc/apps/!(CA.pl|openssl*).pod doc/crypto/{bio,crypto,ct,des_modes,evp,x509}.pod  doc/ssl/ssl.pod ; do
+for podfile in $(grep -rl '^openssl-' doc/man*); do
        dir=$(dirname "$podfile")
        base=$(basename "$podfile")
        %{__mv} "$podfile" "$dir/openssl-$base"
@@ -422,14 +430,13 @@ fi
 
 %files tools
 %defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/ct_log_list.cnf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/openssl.cnf
 %attr(755,root,root) %{_bindir}/c_rehash.sh
 %attr(755,root,root) %{_bindir}/openssl
 %attr(754,root,root) %{_bindir}/ssl-certificate
 %{_mandir}/man1/openssl.1*
 %{_mandir}/man1/openssl-asn1parse.1*
-%{_mandir}/man1/openssl-blake2b.1*
-%{_mandir}/man1/openssl-blake2s.1*
 %{_mandir}/man1/openssl-ca.1*
 %{_mandir}/man1/openssl-ciphers.1*
 %{_mandir}/man1/openssl-cms.1*
@@ -448,9 +455,6 @@ fi
 %{_mandir}/man1/openssl-genpkey.1*
 %{_mandir}/man1/openssl-genrsa.1*
 %{_mandir}/man1/openssl-list.1*
-%{_mandir}/man1/openssl-md4.1*
-%{_mandir}/man1/openssl-md5.1*
-%{_mandir}/man1/openssl-mdc2.1*
 %{_mandir}/man1/openssl-nseq.1*
 %{_mandir}/man1/openssl-ocsp.1*
 %{_mandir}/man1/openssl-passwd.1*
@@ -460,25 +464,21 @@ fi
 %{_mandir}/man1/openssl-pkey.1*
 %{_mandir}/man1/openssl-pkeyparam.1*
 %{_mandir}/man1/openssl-pkeyutl.1*
+%{_mandir}/man1/openssl-prime.1*
 %{_mandir}/man1/openssl-rand.1*
 %{_mandir}/man1/openssl-rehash.1*
 %{_mandir}/man1/openssl-req.1*
-%{_mandir}/man1/openssl-ripemd160.1*
 %{_mandir}/man1/openssl-rsa.1*
 %{_mandir}/man1/openssl-rsautl.1*
 %{_mandir}/man1/openssl-s_client.1*
-%{_mandir}/man1/openssl-s_server.1*
-%{_mandir}/man1/openssl-s_time.1*
 %{_mandir}/man1/openssl-sess_id.1*
-%{_mandir}/man1/openssl-sha.1*
-%{_mandir}/man1/openssl-sha1.1*
-%{_mandir}/man1/openssl-sha224.1*
-%{_mandir}/man1/openssl-sha256.1*
-%{_mandir}/man1/openssl-sha384.1*
-%{_mandir}/man1/openssl-sha512.1*
 %{_mandir}/man1/openssl-smime.1*
 %{_mandir}/man1/openssl-speed.1*
 %{_mandir}/man1/openssl-spkac.1*
+%{_mandir}/man1/openssl-srp.1*
+%{_mandir}/man1/openssl-s_server.1*
+%{_mandir}/man1/openssl-s_time.1*
+%{_mandir}/man1/openssl-storeutl.1*
 %{_mandir}/man1/openssl-ts.1*
 %{_mandir}/man1/openssl-tsget.1*
 %{_mandir}/man1/openssl-verify.1*
@@ -494,9 +494,9 @@ fi
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/CA.pl
 %attr(755,root,root) %{_libdir}/%{name}/tsget
+%attr(755,root,root) %{_libdir}/%{name}/tsget.pl
 %{_mandir}/man1/CA.pl.1*
 %{_mandir}/man1/c_rehash.1*
-%{_mandir}/man1/openssl-c_rehash.1*
 
 %files devel
 %defattr(644,root,root,755)
@@ -507,6 +507,7 @@ fi
 %{_pkgconfigdir}/libssl.pc
 %{_pkgconfigdir}/openssl.pc
 %{_mandir}/man3/ACCESS_DESCRIPTION_*.3*
+%{_mandir}/man3/ADMISSION*.3*
 %{_mandir}/man3/ASId*.3*
 %{_mandir}/man3/ASRange_*.3*
 %{_mandir}/man3/ASN1_*.3*
@@ -554,17 +555,19 @@ fi
 %{_mandir}/man3/IMPLEMENT_*.3*
 %{_mandir}/man3/IPAddress*.3*
 %{_mandir}/man3/ISSUING_DIST_POINT_*.3*
-%{_mandir}/man3/LHASH_*.3*
+%{_mandir}/man3/LHASH*.3*
 %{_mandir}/man3/MD2*.3*
 %{_mandir}/man3/MD4*.3*
 %{_mandir}/man3/MD5*.3*
 %{_mandir}/man3/MDC2*.3*
 %{_mandir}/man3/NAME_CONSTRAINTS_*.3*
+%{_mandir}/man3/NAMING_AUTHORITY*.3*
 %{_mandir}/man3/NETSCAPE_*.3*
 %{_mandir}/man3/NOTICEREF_*.3*
 %{_mandir}/man3/OBJ_*.3*
 %{_mandir}/man3/OCSP_*.3*
 %{_mandir}/man3/OPENSSL_*.3*
+%{_mandir}/man3/OSSL*.3*
 %{_mandir}/man3/OTHERNAME_*.3*
 %{_mandir}/man3/OpenSSL_*.3*
 %{_mandir}/man3/PBE2PARAM_*.3*
@@ -579,6 +582,7 @@ fi
 %{_mandir}/man3/POLICYINFO_*.3*
 %{_mandir}/man3/POLICYQUALINFO_*.3*
 %{_mandir}/man3/POLICY_*.3*
+%{_mandir}/man3/PROFESSION_INFO*.3*
 %{_mandir}/man3/PROXY_*.3*
 %{_mandir}/man3/RAND_*.3*
 %{_mandir}/man3/RC4*.3*
@@ -586,6 +590,7 @@ fi
 %{_mandir}/man3/RSAPrivateKey_*.3*
 %{_mandir}/man3/RSAPublicKey_*.3*
 %{_mandir}/man3/RSA_*.3*
+%{_mandir}/man3/SCRYPT_PARAMS*.3*
 %{_mandir}/man3/SCT_*.3*
 %{_mandir}/man3/SHA1*.3*
 %{_mandir}/man3/SHA224*.3*
@@ -616,13 +621,26 @@ fi
 %{_mandir}/man3/pem_password_cb.3*
 %{_mandir}/man3/sk_TYPE_*.3*
 %{_mandir}/man3/ssl_ct_validation_cb.3*
+%{_mandir}/man7/openssl.7*
 %{_mandir}/man7/openssl-bio.7*
 %{_mandir}/man7/openssl-crypto.7*
 %{_mandir}/man7/openssl-ct.7*
 %{_mandir}/man7/openssl-des_modes.7*
+%{_mandir}/man7/openssl-Ed25519.7*
+%{_mandir}/man7/openssl-Ed448.7*
 %{_mandir}/man7/openssl-evp.7*
+%{_mandir}/man7/openssl-passphrase-encoding.7*
+%{_mandir}/man7/openssl-RAND.7*
+%{_mandir}/man7/openssl-RAND_DRBG.7*
+%{_mandir}/man7/openssl-scrypt.7*
+%{_mandir}/man7/openssl-SM2.7*
 %{_mandir}/man7/openssl-ssl.7*
+%{_mandir}/man7/openssl-X25519.7*
+%{_mandir}/man7/openssl-X448.7*
 %{_mandir}/man7/openssl-x509.7*
+%{_mandir}/man7/ossl_store.7*
+%{_mandir}/man7/ossl_store-file.7*
+%{_mandir}/man7/RSA-PSS.7.gz
 
 %files static
 %defattr(644,root,root,755)
This page took 0.184539 seconds and 4 git commands to generate.