mirror of
https://abf.rosa.ru/djam/openssl1.1.git
synced 2025-02-23 16:12:52 +00:00
Updated to 1.0.2k
This commit is contained in:
parent
50c21b38da
commit
aea9100ff7
3 changed files with 30 additions and 43 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
openssl-1.0.2j.tar.gz: bdfbdb416942f666865fa48fe13c2d0e588df54f
|
||||
openssl-1.0.2j.tar.gz.asc: 111eb6befb4561c14137b1b36db0ba8988c0ee87
|
||||
openssl-1.0.2k.tar.gz: 5f26a624479c51847ebd2f22bb9f84b3b44dcb44
|
||||
openssl-1.0.2k.tar.gz.asc: 8a0e10287f55529f1bbe582ea634b3f414b42eb5
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- openssl-0.9.8a/Makefile.org.link-krb5 2005-07-05 07:14:21.000000000 +0200
|
||||
+++ openssl-0.9.8a/Makefile.org 2005-11-07 18:00:08.000000000 +0100
|
||||
@@ -266,7 +266,7 @@
|
||||
|
||||
do_$(SHLIB_TARGET):
|
||||
@ set -e; libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
|
||||
- if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \
|
||||
+ if [ "$$i" = "ssl" -a -n "$(LIBKRB5)" ]; then \
|
||||
libs="$(LIBKRB5) $$libs"; \
|
||||
fi; \
|
||||
$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \
|
12
openssl.spec
12
openssl.spec
|
@ -14,8 +14,8 @@
|
|||
|
||||
Summary: Secure Sockets Layer communications libs & utils
|
||||
Name: openssl
|
||||
Version: 1.0.2j
|
||||
Release: 5
|
||||
Version: 1.0.2k
|
||||
Release: 1
|
||||
License: BSD-like
|
||||
Group: System/Libraries
|
||||
Url: https://www.openssl.org
|
||||
|
@ -37,7 +37,6 @@ Patch3: openssl-1.0.1c-fix-perlpath.pl
|
|||
# http://www.iti.gov.br/resolucoes/RESOLU__O_13_DE_26_04_2002.PDF
|
||||
Patch6: openssl-1.0.2-icpbrasil.patch
|
||||
Patch7: openssl-1.0.2-defaults.patch
|
||||
Patch8: openssl-0.9.8a-link-krb5.patch
|
||||
Patch12: openssl-1.0.2-x509.patch
|
||||
Patch13: openssl-1.0.2-add-engines.patch
|
||||
Patch302: openssl-1.0.2-enginesdir.patch
|
||||
|
@ -58,7 +57,7 @@ various encryption and decription algorithms and protocols, including DES, RC4,
|
|||
RSA and SSL.
|
||||
|
||||
%files
|
||||
%doc FAQ INSTALL LICENSE NEWS PROBLEMS main-doc-info/README*
|
||||
%doc FAQ LICENSE NEWS PROBLEMS main-doc-info/README*
|
||||
%doc README README.ASN1 README.ENGINE
|
||||
%dir %{_sysconfdir}/pki
|
||||
%dir %{_sysconfdir}/pki/CA
|
||||
|
@ -101,7 +100,7 @@ The libraries files are needed for various cryptographic algorithms
|
|||
and protocols, including DES, RC4, RSA and SSL.
|
||||
|
||||
%files -n %{libcrypto}
|
||||
%doc FAQ INSTALL LICENSE NEWS PROBLEMS README*
|
||||
%doc FAQ LICENSE NEWS PROBLEMS README*
|
||||
%{_libdir}/libcrypto.so.%{major}*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -122,7 +121,7 @@ The libraries files are needed for various cryptographic algorithms
|
|||
and protocols, including DES, RC4, RSA and SSL.
|
||||
|
||||
%files -n %{libssl}
|
||||
%doc FAQ INSTALL LICENSE NEWS PROBLEMS README*
|
||||
%doc FAQ LICENSE NEWS PROBLEMS README*
|
||||
%{_libdir}/libssl.so.%{major}*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -211,7 +210,6 @@ fi
|
|||
sslarch=linux-generic32
|
||||
%endif
|
||||
|
||||
|
||||
# ia64, x86_64, ppc, ppc64 are OK by default
|
||||
# Configure the build tree. Override OpenSSL defaults with known-good defaults
|
||||
# usable on all platforms. The Configure script already knows to use -fPIC and
|
||||
|
|
Loading…
Add table
Reference in a new issue