[mozilla-https-everywhere] Due to badly broken upstream 2.2, downgrade to 2.1 and add the appManged flag.

Russell William Golden niveusluna at fedoraproject.org
Fri Aug 17 20:15:56 UTC 2012


commit 77f6bdfceb7dda71f525aaa830bc3447c2709674
Author: Russell Golden <niveusluna at niveusluna.org>
Date:   Fri Aug 17 15:14:16 2012 -0500

    Due to badly broken upstream 2.2, downgrade to 2.1 and add the appManged flag.

 .gitignore                    |    1 +
 mozilla-https-everywhere.spec |   11 +++++++++--
 sources                       |    3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff71347..2a3f2ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /https-everywhere-2.0.5.xpi
 /https-everywhere-2.1.xpi
 /https-everywhere-2.2.xpi
+/appManaged.patch
diff --git a/mozilla-https-everywhere.spec b/mozilla-https-everywhere.spec
index 7a1255c..f4bff03 100644
--- a/mozilla-https-everywhere.spec
+++ b/mozilla-https-everywhere.spec
@@ -8,8 +8,8 @@
 %global seamonkey_inst_dir %{moz_extensions}/%{seamonkey_app_id}
 
 Name:           mozilla-https-everywhere
-Version:        2.2
-Release:        2%{?dist}
+Version:        2.1
+Release:        5%{?dist}
 Summary:        HTTPS/HSTS enforcement extension for Mozilla Firefox and SeaMonkey
 
 Group:          Applications/Internet
@@ -17,6 +17,8 @@ License:        GPLv2+
 URL:            https://eff.org/https-everywhere
 # A git repo is available at git://git.torproject.org/https-everywhere.git
 Source0:        https://www.eff.org/files/https-everywhere-%{version}.xpi
+Patch0:         appManaged.patch
+
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -45,6 +47,7 @@ to these sites to HTTPS.
 %prep
 %setup -q -c
 dos2unix -f LICENSE.txt
+%patch0 -p 1
 
 %build
 
@@ -145,6 +148,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Aug 17 2012 Russell Golden <niveusluna at niveusluna.org> - 2.1-5
+- Add appManaged flag to prevent update in user profile directories
+- prompted by release of badly broken 2.2 upstream
+
 * Fri Aug 17 2012 Russell Golden <niveusluna at niveusluna.org> - 2.2-2
 - Prevent ruleset bugs from crashing the UI
   -- https://trac.torproject.org/projects/tor/ticket/6280
diff --git a/sources b/sources
index 007e1c7..4c8dcef 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-8cd66cc4e7c71a6d0fcee25307643ddd  https-everywhere-2.2.xpi
+452038aa64c2e2b8286e26566bc70ff5  https-everywhere-2.1.xpi
+e2914bd49ef11c0ca348261fbaf5a2c6  appManaged.patch


More information about the scm-commits mailing list