rpms/firefox/devel firefox-ssl-exception.patch, NONE, 1.1 firefox.spec, 1.231, 1.232

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Jan 8 10:45:02 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11954

Modified Files:
	firefox.spec 
Added Files:
	firefox-ssl-exception.patch 
Log Message:
added the ssl patch

firefox-ssl-exception.patch:

--- NEW FILE firefox-ssl-exception.patch ---
Index: browser/locales/jar.mn
===================================================================
RCS file: /cvsroot/mozilla/browser/locales/jar.mn,v
retrieving revision 1.73
diff -p -u -8 -r1.73 jar.mn
--- browser/locales/jar.mn	29 Oct 2007 18:29:15 -0000	1.73
+++ browser/locales/jar.mn	7 Jan 2008 11:51:25 -0000
@@ -80,17 +80,20 @@
     locale/browser/help/using_firebird.xhtml          (%chrome/help/using_firebird.xhtml)
     locale/browser/help/customization.xhtml           (%chrome/help/customization.xhtml)
     locale/browser/help/firefox_welcome.xhtml         (%chrome/help/firefox_welcome.xhtml)
     locale/browser/help/download_manager.xhtml        (%chrome/help/download_manager.xhtml)
     locale/browser/help/platformStrings.dtd           (%chrome/help/platformStrings.dtd)
     locale/browser/help/tabbed_browsing.xhtml         (%chrome/help/tabbed_browsing.xhtml)
     locale/browser/help/glossary.xhtml                (%chrome/help/glossary.xhtml)
 # the following files are browser-specific overrides
-*   locale/@AB_CD@/global/netError.dtd                (%chrome/overrides/netError.dtd)
-*   locale/@AB_CD@/global/appstrings.properties       (%chrome/overrides/appstrings.properties)
-*   locale/@AB_CD@/mozapps/downloads/settingsChange.dtd  (%chrome/overrides/settingsChange.dtd)
+*   locale/browser/netError.dtd                (%chrome/overrides/netError.dtd)
+*   locale/browser/appstrings.properties       (%chrome/overrides/appstrings.properties)
+*   locale/browser/downloads/settingsChange.dtd  (%chrome/overrides/settingsChange.dtd)
+% override chrome://global/locale/netErrorApp.dtd chrome://browser/locale/netError.dtd
+% override chrome://global/locale/appstrings.properties chrome://browser/locale/appstrings.properties
+% override chrome://mozapps/locale/downloads/settingsChange.dtd chrome://browser/locale/downloads/settingsChange.dtd
 #ifdef MOZ_USE_GENERIC_BRANDING
 % locale branding @AB_CD@ %locale/branding/
     locale/branding/brand.dtd         (%chrome/branding/brand.dtd)
     locale/branding/brand.properties  (%chrome/branding/brand.properties)
 #endif
 #includesubst @LOCALE_SRCDIR@/extra-jar.mn


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- firefox.spec	7 Jan 2008 16:04:27 -0000	1.231
+++ firefox.spec	8 Jan 2008 10:43:50 -0000	1.232
@@ -36,6 +36,8 @@
 # build patches
 Patch43:        firefox-2.0-getstartpage.patch
 
+Patch100:       firefox-ssl-exception.patch
+
 %if %{official_branding}
 # Required by Mozilla Corporation
 
@@ -85,6 +87,8 @@
 
 %patch43  -p1 -b .getstartpage
 
+%patch100 -p0 -b .ssl
+
 # For branding specific patches.
 
 %if %{official_branding}




More information about the fedora-extras-commits mailing list