[thunderbird: 2/2] Distrust a specific Certificate Authority

Jan Horak xhorak at fedoraproject.org
Wed Aug 31 07:57:06 UTC 2011


commit 7cd015350600dba2697a985063c5efa90676fe68
Merge: 32b8c2a fe15a11
Author: Jan Horak <jhorak at redhat.com>
Date:   Wed Aug 31 09:56:42 2011 +0200

    Distrust a specific Certificate Authority

 thunderbird.spec                  |   13 +++++--
 xulrunner-6.0-secondary-ipc.patch |   60 +++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 4 deletions(-)
---
diff --cc thunderbird.spec
index 5520874,bd824a6..8400c2f
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@@ -36,7 -36,7 +36,7 @@@
  Summary:        Mozilla Thunderbird mail/newsgroup client
  Name:           thunderbird
  Version:        6.0
--Release:        2%{?dist}
++Release:        3%{?dist}
  URL:            http://www.mozilla.org/projects/thunderbird/
  License:        MPLv1.1 or GPLv2+ or LGPLv2+
  Group:          Applications/Internet
@@@ -60,7 -60,7 +60,8 @@@ Source100:      find-external-require
  # Mozilla (XULRunner) patches
  Patch0:         thunderbird-version.patch
  Patch7:         crashreporter-remove-static.patch
- Patch8:         xulrunner-diginotar.patch
+ Patch8:         xulrunner-6.0-secondary-ipc.patch
++Patch9:         xulrunner-diginotar.patch
  
  %if %{official_branding}
  # Required by Mozilla Corporation
@@@ -141,7 -141,7 +142,8 @@@ sed -e 's/__RPM_VERSION_INTERNAL__/%{ve
  # Mozilla (XULRunner) patches
  cd mozilla
  %patch7 -p2 -b .static
- %patch8 -p1 -b .diginotar
+ %patch8 -p2 -b .secondary-ipc
++%patch9 -p1 -b .diginotar
  cd ..
  
  %if %{official_branding}
@@@ -355,9 -355,9 +357,12 @@@ gtk-update-icon-cache %{_datadir}/icons
  #===============================================================================
  
  %changelog
- * Wed Aug 31 2011 Jan Horak <jhorak at redhat.com> - 6.0-2
++* Wed Aug 31 2011 Jan Horak <jhorak at redhat.com> - 6.0-3
 +- Distrust a specific Certificate Authority
 +
+ * Wed Aug 31 2011 Dan Horák <dan[at]danny.cz> - 6.0-2
+ - add secondary-ipc patch from xulrunner
+ 
  * Tue Aug 16 2011 Jan Horak <jhorak at redhat.com> - 6.0-1
  - Update to 6.0
  


More information about the scm-commits mailing list