[tor-commits] [tor-browser-build/maint-7.5] Bug 25339: update https-everywhere to 2018.2.26

gk at torproject.org gk at torproject.org
Sat Mar 24 09:00:29 UTC 2018


commit a2510d82d0da7e2f4465c9954beef320e33c737c
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Tue Feb 27 13:03:25 2018 +0100

    Bug 25339: update https-everywhere to 2018.2.26
    
    This new https-everywhere version requires python 3.6, so we are now
    building it in a buster container instead of wheezy.
---
 projects/debootstrap-image/config | 5 +++++
 projects/https-everywhere/config  | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/projects/debootstrap-image/config b/projects/debootstrap-image/config
index 2c470be..fedf6d8 100644
--- a/projects/debootstrap-image/config
+++ b/projects/debootstrap-image/config
@@ -39,6 +39,11 @@ targets:
       container:
         suite: jessie
         arch: i386
+  buster-amd64:
+    var:
+      container:
+        suite: buster
+        arch: amd64
   precise-amd64:
     var:
       container:
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index ba3f3ca..43be728 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
 # vim: filetype=yaml sw=2
-version: 2018.1.11
+version: 2018.2.26
 git_url: https://git.torproject.org/https-everywhere.git
 git_hash: '[% c("version") %]'
 git_submodule: 1
@@ -17,12 +17,12 @@ var:
   # inputs. This allows us to save a little time and disk space.
   container:
     use_container: 1
-    suite: wheezy
+    suite: buster
     arch: amd64
   deps:
     - git
-    - python
-    - python-lxml
+    - python3
+    - python3-lxml
     - libxslt1.1
     - libxml2-utils
     - sqlite3





More information about the tor-commits mailing list