added prtypes patch

This commit is contained in:
Alex Burmashev 2013-11-28 13:40:11 +04:00
parent 63621e82f8
commit f65dfde136
8 changed files with 20 additions and 1 deletions

View file

@ -1,4 +1,9 @@
sources: sources:
blank-cert8.db: d272a7b58364862613d44261c5744f7a336bf177
blank-key3.db: 7f78b5bcecdb5005e7b803604b2ec9d1a9df2fb5
blank-secmod.db: bd748cf6e1465a1bbe6e751b72ffc0076aff0b50
certificadoACRaiz.crt: 8efdcabc93e61e925d4d1ded181a4320a467a139
nss-3.14.1.tar.gz: 764773e869aaee314e6f3ca675e04c55075d88a8 nss-3.14.1.tar.gz: 764773e869aaee314e6f3ca675e04c55075d88a8
nss-3.14.3.tar.gz: 94d8781d1fa29cfbd37453dda3e9488709b82c4c nss-3.14.3.tar.gz: 94d8781d1fa29cfbd37453dda3e9488709b82c4c
nss-3.15.1.tar.gz: 1aa7c0ff8af7fb2c8b6e4886ae2291f4bfe0d5c0 nss-3.15.1.tar.gz: 1aa7c0ff8af7fb2c8b6e4886ae2291f4bfe0d5c0
verisign-class-3-secure-server-ca.der: 188590e94878478e33b6194e59fbbb28ff0888d5

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

12
nss-3.15.1.prtypes.patch Normal file
View file

@ -0,0 +1,12 @@
diff -Nur nss-3.15.1.old/nss/lib/util/hasht.h nss-3.15.1/nss/lib/util/hasht.h
--- nss-3.15.1.old/nss/lib/util/hasht.h 2013-06-27 21:58:08.000000000 +0400
+++ nss-3.15.1/nss/lib/util/hasht.h 2013-11-28 13:38:39.809153998 +0400
@@ -5,7 +5,7 @@
#ifndef _HASHT_H_
#define _HASHT_H_
-#include "prtypes.h"
+#include "nspr4/prtypes.h"
/* Opaque objects */
typedef struct SECHashObjectStr SECHashObject;

View file

@ -21,7 +21,7 @@
Name: nss Name: nss
Epoch: 2 Epoch: 2
Version: 3.15.1 Version: 3.15.1
Release: 1 Release: 2
Summary: Netscape Security Services Summary: Netscape Security Services
Group: System/Libraries Group: System/Libraries
License: MPL or GPLv2+ or LGPLv2+ License: MPL or GPLv2+ or LGPLv2+
@ -44,6 +44,7 @@ Source8: http://www.icpbrasil.gov.br/certificadoACRaiz.crt
Patch0: nss-no-rpath.patch Patch0: nss-no-rpath.patch
Patch1: nss-fixrandom.patch Patch1: nss-fixrandom.patch
Patch4: renegotiate-transitional.patch Patch4: renegotiate-transitional.patch
Patch5: nss-3.15.1.prtypes.patch
BuildRequires: rootcerts >= 1:20120218.00 BuildRequires: rootcerts >= 1:20120218.00
BuildRequires: nspr-devel >= 2:4.9.0 BuildRequires: nspr-devel >= 2:4.9.0
BuildRequires: zlib-devel BuildRequires: zlib-devel
@ -122,6 +123,7 @@ Static libraries for doing development with Network Security Services.
%patch0 -p0 -b .no-rpath %patch0 -p0 -b .no-rpath
%patch1 -p0 %patch1 -p0
%patch4 -p0 -b .transitional %patch4 -p0 -b .transitional
%patch5 -p1
find . -type d -perm 0700 -exec chmod 755 {} \; find . -type d -perm 0700 -exec chmod 755 {} \;
find . -type f -perm 0555 -exec chmod 755 {} \; find . -type f -perm 0555 -exec chmod 755 {} \;