Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2013-10-24 14:10:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl (Old)
 and      /work/SRC/openSUSE:Factory/.openssl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2013-10-17 
17:42:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes     2013-10-24 
14:10:46.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Oct 23 02:59:05 UTC 2013 - crrodrig...@opensuse.org
+
+- 0001-libcrypto-Hide-library-private-symbols.patch 
+  This patch implements the libcrpto part complimentary to
+  0005-libssl-Hide-library-private-symbols.patch.
+  This patch is however not 100% complete, as some private library 
+  symbols are declared in public headers that shall not be touched 
+  or are defined/declared in "perlasm". (tested in 13.1, 12.3, factory)
+
+- openSSL defaults to -O3 optimization level but we override
+  it with RPM_OPT_FLAGS, ensure we use -O3 like upstream.
+
+-------------------------------------------------------------------

New:
----
  0001-libcrypto-Hide-library-private-symbols.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.YNTzMM/_old  2013-10-24 14:10:47.000000000 +0200
+++ /var/tmp/diff_new_pack.YNTzMM/_new  2013-10-24 14:10:47.000000000 +0200
@@ -57,6 +57,7 @@
 Patch12:        openssl-1.0.1e-bnc822642.patch
 # From Fedora openssl.
 Patch13:        openssl-1.0.1c-ipv6-apps.patch
+Patch14:        0001-libcrypto-Hide-library-private-symbols.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -146,6 +147,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 cp -p %{S:10} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
@@ -200,7 +202,7 @@
 --prefix=%{_prefix} \
 --libdir=%{_lib} \
 --openssldir=%{ssletcdir} \
-$RPM_OPT_FLAGS -std=gnu99 \
+$RPM_OPT_FLAGS -O3 -std=gnu99 \
 -Wa,--noexecstack \
 -fomit-frame-pointer \
 -DTERMIO \

++++++ 0001-libcrypto-Hide-library-private-symbols.patch ++++++
++++ 622 lines (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to