Hello community,
here is the log from the commit of package compat-openssl097g for
openSUSE:Factory checked in at 2014-01-07 14:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compat-openssl097g (Old)
and /work/SRC/openSUSE:Factory/.compat-openssl097g.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compat-openssl097g"
Changes:
--------
--- /work/SRC/openSUSE:Factory/compat-openssl097g/compat-openssl097g.changes
2011-09-23 01:53:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.compat-openssl097g.new/compat-openssl097g.changes
2014-01-07 14:34:03.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Jan 2 12:11:13 UTC 2014 - [email protected]
+
+- Enable ppc64le architecture
+
+- added patches:
+ * ppc64le.patch
+-------------------------------------------------------------------
New:
----
ppc64le.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compat-openssl097g.spec ++++++
--- /var/tmp/diff_new_pack.7VmF8f/_old 2014-01-07 14:34:04.000000000 +0100
+++ /var/tmp/diff_new_pack.7VmF8f/_new 2014-01-07 14:34:04.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package compat-openssl097g
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,23 @@
#
-
Name: compat-openssl097g
-BuildRequires: bc ed
+BuildRequires: bc
+BuildRequires: ed
%define ssletcdir %{_sysconfdir}/ssl
%define num_version %(echo "%{version}" | sed -e "s+[a-zA-Z]++g; s+_.*++g")
-License: BSD-3-Clause
-Group: Productivity/Networking/Security
-Provides: openssl:/usr/lib/libssl.so.0.9.7
openssl:/usr/lib64/libssl.so.0.9.7
+Provides: openssl:/usr/lib/libssl.so.0.9.7
+Provides: openssl:/usr/lib64/libssl.so.0.9.7
# bug437293
%ifarch ppc64
Obsoletes: compat-openssl097g-64bit
%endif
#
Version: 0.9.7g
-Release: 149
+Release: 0
Summary: Secure Sockets and Transport Layer Security
+License: BSD-3-Clause
+Group: Productivity/Networking/Security
Url: http://www.openssl.org/
Source: http://www.openssl.org/source/openssl-%{version}.tar.bz2
Source2: baselibs.conf
@@ -46,6 +47,7 @@
Patch9: openssl-0.9.6g-alpha.diff
# http://www-124.ibm.com/developerworks/projects/libica/
Patch10: openssl-0.9.7d-ICA_engine-jun142004.patch.bz2
+Patch11: ppc64le.patch
Patch101: openssl-0.9.7d-padlock-engine.diff
Patch102: openssl-0.9.7d-padlock-glue.diff
Patch103: openssl-0.9.7-SSLv2-rollback-CAN-2005-2969.dif
@@ -83,6 +85,7 @@
%patch8
%patch9 -p1
%patch10 -p1
+%patch11 -p1
%patch101
%patch102
%patch103 -p0
@@ -110,6 +113,7 @@
"linux-ia64", "gcc:-DL_ENDIAN
::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR:asm/ia64.o:::::::::
$DSO_SCHEME",
"linux-ppc", "gcc:-DB_ENDIAN
::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL::::::::::
$DSO_SCHEME",
"linux-ppc64", "gcc:-DB_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-ldl:RC4_CHAR
RC4_CHUNK DES_RISC1 DES_UNROLL SIXTY_FOUR_BIT_LONG:::::::::: $DSO_SCHEME",
+"linux-ppc64le","gcc:-DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-ldl:RC4_CHAR
RC4_CHUNK DES_RISC1 DES_UNROLL SIXTY_FOUR_BIT_LONG:::::::::: $DSO_SCHEME",
"linux-elf-arm","gcc:-DL_ENDIAN
::-D_REENTRANT::-ldl:BN_LLONG::::::::::
$DSO_SCHEME",
"linux-mips", "gcc:-DB_ENDIAN
::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL::::::::::
$DSO_SCHEME",
"linux-sparcv7","gcc:-DB_ENDIAN
::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::::::::::
$DSO_SCHEME",
++++++ ppc64le.patch ++++++
Index: openssl-0.9.7g/config
===================================================================
--- openssl-0.9.7g.orig/config
+++ openssl-0.9.7g/config
@@ -560,6 +560,7 @@ EOF
# we have the target and force it here
OUT="linux-ppc64"
;;
+ ppc64le-*-linux2) OUT="linux-ppc64le" ;;
ppc-*-linux2) OUT="linux-ppc" ;;
m68k-*-linux*) OUT="linux-m68k" ;;
ia64-*-linux?) OUT="linux-ia64" ;;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]