commit openssl-1_1_0 for openSUSE:Factory
Hello community, here is the log from the commit of package openssl-1_1_0 for openSUSE:Factory checked in at 2017-07-01 14:05:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openssl-1_1_0 (Old) and /work/SRC/openSUSE:Factory/.openssl-1_1_0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openssl-1_1_0" Sat Jul 1 14:05:25 2017 rev:3 rq:506119 version:1.1.0f Changes: -------- --- /work/SRC/openSUSE:Factory/openssl-1_1_0/openssl-1_1_0.changes 2017-05-29 22:20:21.801943478 +0200 +++ /work/SRC/openSUSE:Factory/.openssl-1_1_0.new/openssl-1_1_0.changes 2017-07-01 14:05:26.237004563 +0200 @@ -1,0 +2,9 @@ +Sun Jun 25 12:33:59 UTC 2017 - tchvatal@suse.com + +- Add patch openssl-no-date.patch to disable date inclusion in most + of the binaries +- Use autopatch to make things smaller +- Enable verbose output on the tests +- Paralelize depmod + +------------------------------------------------------------------- New: ---- openssl-no-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openssl-1_1_0.spec ++++++ --- /var/tmp/diff_new_pack.KG2R1G/_old 2017-07-01 14:05:27.188870619 +0200 +++ /var/tmp/diff_new_pack.KG2R1G/_new 2017-07-01 14:05:27.188870619 +0200 @@ -53,6 +53,7 @@ Patch6: openssl-1.0.1e-add-suse-default-cipher.patch Patch7: openssl-1.0.1e-add-test-suse-default-cipher-suite.patch Patch8: openssl-ppc64-config.patch +Patch9: openssl-no-date.patch # FIPS patches: Patch51: openssl-1.1.0-fips.patch Patch52: openssl-fips-dont_run_FIPS_module_installed.patch @@ -153,27 +154,7 @@ %prep %setup -q -n %{_rname}-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 -# FIPS patches -%patch51 -p1 -%patch52 -p1 -%patch53 -p1 -%patch54 -p1 -%patch55 -p1 -%patch56 -p1 -%patch57 -p1 -%patch58 -p1 -%patch59 -p1 -%patch60 -p1 -%patch61 -p1 +%autopatch -p1 %build %ifarch armv5el armv5tel @@ -213,14 +194,14 @@ -Wall util/mkdef.pl crypto update -make depend -j1 +make depend %{?_smp_mflags} make all %{?_smp_mflags} %check export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) #2017-04-26: Tests fail on SLE-12 because of glibc bug bsc#1035445 -LD_LIBRARY_PATH=`pwd` make test -j1 +LD_LIBRARY_PATH=`pwd` make test -j1 HARNESS_VERBOSE=yes # show cyphers gcc -o showciphers %{optflags} -I%{buildroot}%{_includedir} %{SOURCE99} -L%{buildroot}%{_libdir} -lssl -lcrypto LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./showciphers ++++++ openssl-no-date.patch ++++++ Index: openssl-1.1.0f/util/mkbuildinf.pl =================================================================== --- openssl-1.1.0f.orig/util/mkbuildinf.pl +++ openssl-1.1.0f/util/mkbuildinf.pl @@ -37,5 +37,5 @@ print <<"END_OUTPUT"; '\\0' }; #define PLATFORM "platform: $platform" -#define DATE "built on: $date" +#define DATE "" END_OUTPUT
participants (1)
-
root@hilbert.suse.de