X-Git-Url: http://git.pld-linux.org/?p=packages%2Fopenssl.git;a=blobdiff_plain;f=openssl.spec;h=171935f7126e8b78cb1806f736e9f1d3ff621b7c;hp=4ed4b8636b335ef2ec57da4e2183e7a3d937255f;hb=9207286;hpb=9f46b8c957632169fe833858b18b65fe110db73e diff --git a/openssl.spec b/openssl.spec index 4ed4b86..171935f 100644 --- a/openssl.spec +++ b/openssl.spec @@ -9,6 +9,7 @@ %bcond_without sslv3 # SSLv3: note - enables CVE-2014-3566 vulnerability %bcond_with purify # Compile openssl with "-DPURIFY", useful when one wants to # use valgrind debugger against openssl-linked programs +%bcond_with snap # use GitHub snapshot to build branch release %include /usr/lib/rpm/macros.perl Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3) @@ -23,12 +24,16 @@ Name: openssl # 1.0.2 will be LTS release # Version 1.0.2 will be supported until 2019-12-31. # https://www.openssl.org/about/releasestrat.html -Version: 1.0.2e -Release: 1 +Version: 1.0.2g +Release: 7 License: Apache-like Group: Libraries +%if %{without snap} Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz -# Source0-md5: 5262bfa25b60ed9de9f28d5d52d77fc5 +# Source0-md5: f3c710c045cdee5fd114feb69feba7aa +%else +Source1: https://github.com/openssl/openssl/archive/OpenSSL_1_0_2-stable/%{name}-%{version}-dev.tar.gz +%endif Source2: %{name}.1.pl Source3: %{name}-ssl-certificate.sh Source4: %{name}-c_rehash.sh @@ -48,7 +53,7 @@ BuildRequires: perl-devel >= 1:5.6.1 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.213 BuildRequires: sed >= 4.0 -Requires: ca-certificates >= 20080809-4 +Requires: ca-certificates >= 20120623-1.1 Requires: rpm-whiteout >= 1.7 Obsoletes: SSLeay Obsoletes: SSLeay-devel @@ -60,9 +65,20 @@ Conflicts: ntpd < 4.2.4p8-10 Conflicts: openssh-clients < 2:5.8p1-9 Conflicts: openssh-server < 2:5.8p1-9 %else +Conflicts: QtNetwork < 4.8.7-8 +Conflicts: apache-mod_ssl < 1:2.2.31-4 +Conflicts: curl-libs < 7.47.1-2 Conflicts: neon < 0.29.6-8 Conflicts: openssh-clients < 2:6.2p2-3 Conflicts: openssh-server < 2:6.2p2-3 +Conflicts: php52-common < 4:5.2.17-20130717.17 +Conflicts: php53-common < 4:5.3.29-27 +Conflicts: php54-common < 4:5.4.45-5 +Conflicts: php55-common < 4:5.5.32-2 +Conflicts: php56-common < 4:5.6.18-3 +Conflicts: python-modules < 1:2.7.10-8 +Conflicts: python3-modules < 1:3.5.0-9 +Conflicts: ruby-modules < 1:2.0.0.648-2 %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -254,7 +270,12 @@ RC4, RSA и SSL. Включает статические библиотеки д бібліотеки для розробки програм з використанням SSL. %prep +%if %{with snap} +%setup -qcT -a1 +mv %{name}-OpenSSL_1_0_2-stable/* . +%else %setup -q +%endif %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -264,7 +285,9 @@ RC4, RSA и SSL. Включает статические библиотеки д %patch6 -p1 %patch7 -p1 %patch8 -p1 +%ifarch x32 %patch10 -p1 +%endif sed -i -e 's|\$prefix/\$libdir/engines|/%{_lib}/engines|g' Configure @@ -280,8 +303,8 @@ PERL="%{__perl}" \ --libdir=%{_lib} \ shared \ threads \ - %{!?with_sslv2:no-ssl2} \ - %{!?with_sslv3:no-ssl3} \ + %{?with_sslv2:enable-ssl2}%{!?with_sslv2:no-ssl2} \ + %{?with_sslv3:enable-ssl3}%{!?with_sslv3:no-ssl3} \ %{!?with_zlib:no-}zlib \ enable-camelia \ enable-cms \ @@ -334,6 +357,9 @@ PERL="%{__perl}" \ linux-armv4 %endif +v=$(awk -F= '/^VERSION/{print $2}' Makefile) +test "$v" = %{version}%{?with_snap:-dev} + %{__make} -j1 all rehash %{?with_tests:tests} \ CC="%{__cc}" \ ASFLAG='$(CFLAG) -Wa,--noexecstack' \ @@ -415,7 +441,7 @@ fi %attr(755,root,root) /%{_lib}/libssl.so.*.*.* %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/certs -%dir %{_sysconfdir}/%{name}/private +%dir %attr(700,root,root) %{_sysconfdir}/%{name}/private %dir %{_datadir}/ssl %files engines