This commit is contained in:
parent
24b1be73e3
commit
f0db09dfc6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 10 16:22:37 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- disable use of freebl/mpi/mp_comba.c. [#346256]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 16 10:27:06 CEST 2007 - coolo@suse.de
|
Sun Sep 16 10:27:06 CEST 2007 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
Name: mozilla-nss
|
Name: mozilla-nss
|
||||||
BuildRequires: gcc-c++ mozilla-nspr-devel
|
BuildRequires: gcc-c++ mozilla-nspr-devel
|
||||||
License: GPL v2 or later, LGPL v2 or later
|
License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||||
Version: 3.11.7
|
Version: 3.11.7
|
||||||
Release: 12
|
Release: 25
|
||||||
Summary: Network (Netscape) Security Services
|
Summary: Network (Netscape) Security Services
|
||||||
Url: http://www.mozilla.org/projects/security/pki/nss/
|
Url: http://www.mozilla.org/projects/security/pki/nss/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -26,6 +26,7 @@ Patch1: nss-opt.patch
|
|||||||
Patch2: uninit.patch
|
Patch2: uninit.patch
|
||||||
Patch3: system-nspr.patch
|
Patch3: system-nspr.patch
|
||||||
Patch4: char.patch
|
Patch4: char.patch
|
||||||
|
Patch5: nss-amd64-comba.patch
|
||||||
PreReq: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nspr`)
|
PreReq: mozilla-nspr >= %( echo `rpm -q --queryformat '%{VERSION}' mozilla-nspr`)
|
||||||
PreReq: /bin/mkdir
|
PreReq: /bin/mkdir
|
||||||
PreReq: /bin/mkdir
|
PreReq: /bin/mkdir
|
||||||
@ -74,6 +75,7 @@ cd mozilla
|
|||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
%patch4
|
%patch4
|
||||||
|
%patch5 -p1
|
||||||
# additional CA certificates
|
# additional CA certificates
|
||||||
#cd security/nss/lib/ckfw/builtins
|
#cd security/nss/lib/ckfw/builtins
|
||||||
#cat %{SOURCE2} >> certdata.txt
|
#cat %{SOURCE2} >> certdata.txt
|
||||||
@ -172,6 +174,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(755,root,root) %{_bindir}/nss-config
|
%attr(755,root,root) %{_bindir}/nss-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 10 2007 - rguenther@suse.de
|
||||||
|
- disable use of freebl/mpi/mp_comba.c. [#346256]
|
||||||
* Sun Sep 16 2007 - coolo@suse.de
|
* Sun Sep 16 2007 - coolo@suse.de
|
||||||
- fixing errors in %%post during installation
|
- fixing errors in %%post during installation
|
||||||
* Thu Sep 13 2007 - jberkman@novell.com
|
* Thu Sep 13 2007 - jberkman@novell.com
|
||||||
|
13
nss-amd64-comba.patch
Normal file
13
nss-amd64-comba.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: mozilla/security/nss/lib/freebl/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- mozilla.orig/security/nss/lib/freebl/Makefile 2007-06-19 19:46:15.000000000 +0200
|
||||||
|
+++ mozilla/security/nss/lib/freebl/Makefile 2007-12-10 16:18:51.000000000 +0100
|
||||||
|
@@ -130,7 +130,7 @@ ifeq ($(CPU_ARCH),x86_64)
|
||||||
|
ASFILES = arcfour-amd64-gas.s mpi_amd64_gas.s
|
||||||
|
ASFLAGS += -march=opteron -m64 -fPIC
|
||||||
|
DEFINES += -DNSS_BEVAND_ARCFOUR -DMPI_AMD64 -DMP_ASSEMBLY_MULTIPLY
|
||||||
|
- DEFINES += -DNSS_USE_COMBA
|
||||||
|
+# DEFINES += -DNSS_USE_COMBA
|
||||||
|
DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN
|
||||||
|
# DEFINES += -DMPI_AMD64_ADD
|
||||||
|
MPI_SRCS += mpi_amd64.c mp_comba.c
|
Loading…
x
Reference in New Issue
Block a user