Update to 51.0 - updated widget patch and build fixes
This commit is contained in:
parent
a25c5d4d7c
commit
2af955e257
@ -20,3 +20,25 @@ diff -up firefox-48.0/security/certverifier/OCSPCache.h.prbool firefox-48.0/secu
|
|||||||
#include "hasht.h"
|
#include "hasht.h"
|
||||||
#include "mozilla/Mutex.h"
|
#include "mozilla/Mutex.h"
|
||||||
#include "mozilla/Vector.h"
|
#include "mozilla/Vector.h"
|
||||||
|
diff -up firefox-51.0/security/certverifier/CTLogVerifier.cpp.old firefox-51.0/security/certverifier/CTLogVerifier.cpp
|
||||||
|
--- firefox-51.0/security/certverifier/CTLogVerifier.cpp.old 2017-01-18 13:03:34.758386735 +0100
|
||||||
|
+++ firefox-51.0/security/certverifier/CTLogVerifier.cpp 2017-01-18 13:03:38.753367776 +0100
|
||||||
|
@@ -7,6 +7,7 @@
|
||||||
|
#include "CTLogVerifier.h"
|
||||||
|
|
||||||
|
#include "CTSerialization.h"
|
||||||
|
+#include "prtypes.h"
|
||||||
|
#include "hasht.h"
|
||||||
|
#include "mozilla/ArrayUtils.h"
|
||||||
|
#include "mozilla/Assertions.h"
|
||||||
|
diff -up firefox-51.0/security/certverifier/CTObjectsExtractor.cpp.old firefox-51.0/security/certverifier/CTObjectsExtractor.cpp
|
||||||
|
--- firefox-51.0/security/certverifier/CTObjectsExtractor.cpp.old 2017-01-18 13:01:57.629847680 +0100
|
||||||
|
+++ firefox-51.0/security/certverifier/CTObjectsExtractor.cpp 2017-01-18 13:02:01.892827449 +0100
|
||||||
|
@@ -6,6 +6,7 @@
|
||||||
|
|
||||||
|
#include "CTObjectsExtractor.h"
|
||||||
|
|
||||||
|
+#include "prtypes.h"
|
||||||
|
#include "hasht.h"
|
||||||
|
#include "mozilla/Assertions.h"
|
||||||
|
#include "mozilla/Casting.h"
|
||||||
|
@ -137,7 +137,7 @@ Patch402: mozilla-1196777.patch
|
|||||||
Patch406: mozilla-256180.patch
|
Patch406: mozilla-256180.patch
|
||||||
# Rebase Gtk3 widget code to latest trunk to
|
# Rebase Gtk3 widget code to latest trunk to
|
||||||
# fix various rendering problems
|
# fix various rendering problems
|
||||||
#Patch407: widget-rebase.patch
|
Patch407: widget-rebase.patch
|
||||||
|
|
||||||
# Debian patches
|
# Debian patches
|
||||||
Patch500: mozilla-440908.patch
|
Patch500: mozilla-440908.patch
|
||||||
@ -279,7 +279,7 @@ cd %{tarballdir}
|
|||||||
%patch406 -p1 -b .256180
|
%patch406 -p1 -b .256180
|
||||||
# Rebase Gtk3 widget code to latest trunk to
|
# Rebase Gtk3 widget code to latest trunk to
|
||||||
# fix various rendering problems
|
# fix various rendering problems
|
||||||
#%patch407 -p1 -b .widget-rebase
|
%patch407 -p1 -b .widget-rebase
|
||||||
|
|
||||||
# Debian extension patch
|
# Debian extension patch
|
||||||
%patch500 -p1 -b .440908
|
%patch500 -p1 -b .440908
|
||||||
|
3076
widget-rebase.patch
3076
widget-rebase.patch
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user