lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

  • 1 participants
  • 18901 discussions
[builders/tor-browser-build] branch main updated: Bug 40690: Revert fix for zib build break
by gitolite role 21 Nov '22

21 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new b75cfff9 Bug 40690: Revert fix for zib build break b75cfff9 is described below commit b75cfff9f849cc8e31798cc94e0d1a911860cb9c Author: Richard Pospesel <richard(a)torproject.org> AuthorDate: Fri Nov 18 16:29:46 2022 +0000 Bug 40690: Revert fix for zib build break --- ...re-issue-that-discarded-provided-CC-defin.patch | 24 ---------------------- projects/zlib/build | 3 --- projects/zlib/config | 3 +-- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/projects/zlib/0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch b/projects/zlib/0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch deleted file mode 100644 index 3aa91b2d..00000000 --- a/projects/zlib/0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 05796d3d8d5546cf1b4dfe2cd72ab746afae505d Mon Sep 17 00:00:00 2001 -From: Mark Adler <madler(a)alumni.caltech.edu> -Date: Mon, 28 Mar 2022 18:34:10 -0700 -Subject: [PATCH] Fix configure issue that discarded provided CC definition. - ---- - configure | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/configure b/configure -index 52ff4a0..3fa3e86 100755 ---- a/configure -+++ b/configure -@@ -174,7 +174,10 @@ if test -z "$CC"; then - else - cc=${CROSS_PREFIX}cc - fi -+else -+ cc=${CC} - fi -+ - cflags=${CFLAGS-"-O3"} - # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure - case "$cc" in diff --git a/projects/zlib/build b/projects/zlib/build index 2a122a5c..6c324376 100644 --- a/projects/zlib/build +++ b/projects/zlib/build @@ -6,9 +6,6 @@ mkdir -p /var/tmp/build tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.gz cd /var/tmp/build/[% project %]-[% c('version') %] -# Fix for tor-browser-build#40470 -patch -p1 < $rootdir/0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch - [% IF c("var/windows") -%] make BINARY_PATH=$distdir/lib INCLUDE_PATH=$distdir/include LIBRARY_PATH=$distdir/lib -f win32/Makefile.gcc PREFIX=[% c("arch") %]-w64-mingw32- CC=[% c("arch") %]-w64-mingw32-cc -j[% c("num_procs") %] SHARED_MODE=1 LOC="[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]" make BINARY_PATH=$distdir/lib INCLUDE_PATH=$distdir/include LIBRARY_PATH=$distdir/lib -f win32/Makefile.gcc PREFIX=[% c("arch") %]-w64-mingw32- CC=[% c("arch") %]-w64-mingw32-cc -j[% c("num_procs") %] SHARED_MODE=1 LOC="[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]" install diff --git a/projects/zlib/config b/projects/zlib/config index 7e27554e..0801a164 100644 --- a/projects/zlib/config +++ b/projects/zlib/config @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' -version: 1.2.12 +version: 1.2.13 git_hash: 'v[% c("version") %]' git_url: https://github.com/madler/zlib.git gpg_keyring: zlib.gpg @@ -15,4 +15,3 @@ input_files: - project: container-image - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' - - filename: 0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] branch tor-browser-102.4.0esr-12.0-2 updated (cc33275d46e5 -> ceb40dd8151b)
by gitolite role 21 Nov '22

21 Nov '22
This is an automated email from the git hooks/post-receive script. pierov pushed a change to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser. from cc33275d46e5 fixup! Add TorStrings module for localization new 0561dad276ac fixup! Bug 40562: Added Tor-related preferences to 000-tor-browser.js new 6aac3873c280 fixup! Bug 40597: Implement TorSettings module new c7057d8e2a05 fixup! Bug 40926: Implemented the New Identity feature new 6e7b1c47758e fixup! Bug 40925: Implemented the Security Level component new e30289861b52 fixup! Bug 40933: Add tor-launcher functionality new ceb40dd8151b fixup! Bug 10760: Integrate TorButton to TorBrowser core The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: browser/app/profile/000-tor-browser.js | 36 +++-------- .../components/newidentity/content/newidentity.js | 6 +- .../securitylevel/content/securityLevel.js | 10 +-- browser/modules/Moat.jsm | 6 -- .../mozilla/geckoview/GeckoRuntimeSettings.java | 12 ++-- toolkit/components/securitylevel/SecurityLevel.jsm | 71 +++++++++++++++------- .../components/tor-launcher/TorLauncherUtil.jsm | 34 ----------- .../components/tor-launcher/TorStartupService.jsm | 6 -- toolkit/torproject/torbutton | 2 +- 9 files changed, 74 insertions(+), 109 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 6
0 0
[torbutton] branch main updated: Bug 41460: Renamed the security level preferences
by gitolite role 21 Nov '22

21 Nov '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch main in repository torbutton. The following commit(s) were added to refs/heads/main by this push: new 60dc0713 Bug 41460: Renamed the security level preferences 60dc0713 is described below commit 60dc0713f2bf6e4397c51e798643ca65784d234d Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Thu Nov 17 18:33:36 2022 +0100 Bug 41460: Renamed the security level preferences This commit should not be needed, very likely, because Android is now using Java code to plumb the value, but we add it to be on the safe side. --- chrome/content/preferences-mobile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chrome/content/preferences-mobile.js b/chrome/content/preferences-mobile.js index 50cbfccd..b696ef17 100644 --- a/chrome/content/preferences-mobile.js +++ b/chrome/content/preferences-mobile.js @@ -39,12 +39,12 @@ function torbutton_set_slider(sliderValue) { torbutton_save_security_settings(); } -// Read prefs 'extensions.torbutton.security_slider' and -// 'extensions.torbutton.security_custom', and initialize the UI. +// Read prefs 'browser.security_level.security_slider' and +// 'browser.security_level.security_custom', and initialize the UI. function torbutton_init_security_ui() { torbutton_set_slider( prefSettingToSliderPosition( - getIntPref("extensions.torbutton.security_slider") + getIntPref("browser.security_level.security_slider") ) ); } @@ -52,8 +52,8 @@ function torbutton_init_security_ui() { // Write the two prefs from the current settings. function torbutton_save_security_settings() { setIntPref( - "extensions.torbutton.security_slider", + "browser.security_level.security_slider", sliderPositionToPrefSetting(state.slider) ); - setBoolPref("extensions.torbutton.security_custom", state.custom); + setBoolPref("browser.security_level.security_custom", state.custom); } -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] annotated tag tbb-11.5.8-build1 created (now 55386d2b)
by gitolite role 19 Nov '22

19 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tbb-11.5.8-build1 in repository builders/tor-browser-build. at 55386d2b (tag) tagging 84a5c73c3c2e644806d6019557f789c9f26dc20f (commit) replaces tbb-11.5.7-build1 by Richard Pospesel on Sat Nov 19 19:35:51 2022 +0000 - Log ----------------------------------------------------------------- Tagging build1 for 11.5.8 -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmN5MBcXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSywBHQ/+NBbGVu/Snwin2l3tuRwfSn/L c7gMflBMJPst7HFYXLLShcNlHWaOFMNx6i8LJ52zRuxZEKmCYeGDCpKzLm6iSuBQ uTrUEadOp/p/hS8i97A/7NMMDPchLxgEQk/seGjMAj8Lefii29jMojO0ugFsCvfx cyOI6vCdQhgL6RyWFan7hyY3xZ6gMGFqtmjndeGVgRqPKsbTryp0Oznv04SZqoTC 8QaAIHlZiWgqCUs8vxYQECqo22R4+sg2M3Zkc+b8G2JfR6xjq7iBZT6OJnwAW/+3 CozlzZOJVw21O+6TesmKPkj0JkHvbx/YuFOEDYje4A8a3JZUbhN7DV93rYae8v9L fitDEurEy3CYRKHcER2Q2dQh8boxFxiYI/CaOmr2sKNun0VGPduyB5SKoIT9so2u UsUOsJ7taFUpz4dX3RQScQDYhZkz6w3rseFU4346CAoYWL8LL4i+dFUh7cedaoCI cikjy4EXUc7q5cbZbw+UfB8GYP3+bToU0jcq+mnUdrFcTtxCbjpvsAugyJHgBpLy Mtv0suQOBZbogIngru1x0tTRWK8kZlQVz8bo1MEU2lD7VEQUKXuV0fmj4M+b1AcD wxxyyNyw3Ics2H9zFT+7dlhNdQCuLp86pNc8OmzVE3jl3VkVaaIfi3VAyVJkKOlu J0dxSxe2hCTUobZ72Bg= =fN3d -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch maint-11.5 updated (01f22b55 -> 84a5c73c)
by gitolite role 19 Nov '22

19 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch maint-11.5 in repository builders/tor-browser-build. from 01f22b55 Bug 40622: Update obfs4proxy 0.0.14 new 070a602b Bug 40658: Create an anticensorship team keyring new d078beef Bug 40690: Revert fix for zib build break new 84a5c73c Bug 40680: Prepare stable release 11.5.8 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: keyring/anti-censorship.gpg | Bin 0 -> 13640 bytes projects/android-components/config | 2 +- projects/firefox/config | 2 +- projects/geckoview/config | 2 +- projects/go/config | 4 +- projects/manual/config | 4 +- projects/openssl/config | 4 +- projects/tba-translation/config | 2 +- .../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 25 +++ projects/tor-browser/allowed_addons.json | 222 ++++++++++----------- projects/tor-browser/config | 4 +- projects/tor/config | 2 +- ...re-issue-that-discarded-provided-CC-defin.patch | 24 --- projects/zlib/build | 3 - projects/zlib/config | 3 +- rbm | 2 +- rbm.conf | 4 +- 17 files changed, 153 insertions(+), 156 deletions(-) create mode 100644 keyring/anti-censorship.gpg delete mode 100644 projects/zlib/0001-Fix-configure-issue-that-discarded-provided-CC-defin.patch -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 3
0 0
[tor-browser] branch tor-browser-102.4.0esr-12.0-2 updated: fixup! Add TorStrings module for localization
by gitolite role 18 Nov '22

18 Nov '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2 in repository tor-browser. The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push: new cc33275d46e5 fixup! Add TorStrings module for localization cc33275d46e5 is described below commit cc33275d46e5be68de4ef3bfbda254cc6b3b6fa3 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Fri Nov 18 10:44:45 2022 +0100 fixup! Add TorStrings module for localization Bug 41462: Add the anchor for onion authentication Also, checked that the one for the bridge-moji is correct. --- browser/modules/TorStrings.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm index f129d2362f02..ca121b189a44 100644 --- a/browser/modules/TorStrings.jsm +++ b/browser/modules/TorStrings.jsm @@ -648,7 +648,7 @@ const Loader = { const retval = { learnMore: getString("learnMore", "Learn more"), - learnMoreURL: "about:manual#onion-services", + learnMoreURL: "about:manual#onion-services_onion-service-authentication", errorPage: { browser: getString("errorPage.browser", "Browser"), network: getString("errorPage.network", "Network"), -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag tor-browser-91.13.0esr-11.5-1-build8 created (now ab96c62e87a7)
by gitolite role 18 Nov '22

18 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.13.0esr-11.5-1-build8 in repository tor-browser. at ab96c62e87a7 (tag) tagging b6010b1466c962d12c457f3939bad562e5b2d6d1 (commit) replaces tor-browser-91.13.0esr-11.5-1-build7 by Richard Pospesel on Fri Nov 18 15:32:03 2022 +0000 - Log ----------------------------------------------------------------- Tagging build7 for 91.13esr-based stable -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmN3pYkXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyzsBQ//XxddaGw4kuC5diXq6uwD1Ero i3K+2Y7gQdWgiDtVZgyUVfXGqkb8dIEltkGzCQ7H5EpapZCgTKOBuOol+QqTt6kg uFbrTgX8MzFzuA26raowIgT0v6Ha3Lxbr79LfnP8jGjnRKHSlQQ/UpUuMDMK/037 GqkC4pgzsHDLc2Iy5xIJIhFtB4QFG6/URyxg7CLM/viMaFqhQpuVkEmMTCMD7oRy n4ql8pNj1QZ1zwLcu2l01ZW3MgN3Dz11pTdVve1OxFC/YAn3/YVpmCLAvku3quVT 4hQEr+vdwmxrbnw6m/HcCVSAsQiyAZY2fejbz+tGMYsG5tjxOv2lCEaBBArJAJHc Q5qrSesX/EPDlM5KJ1meHwUR+ez8zYUroY0tLIogI2Aq9fY0RvFa8Y/8+dJs0fJy Uo/w2Z27p0xI41tp1cFYotUV01HyYRpbm/O+7XJ7LSECtq8sNKmbQo69x6g0lB5+ Rxmm9eb3XvUCr71g7CCtFzeL743ACPDGOyZAH4uaHGcksK7Dwggzh1Xk9T8sZmQm AS9kqUwBYefuzXo6VL6N4kXev5js66DtYnmvzNrfz8vFc8tt1sFX7I+s+fsQKiNj g7leeIqdh2BpltG1/L1qj1c3vaI+PMDRWGbYkTFi+aU9neiV6eXaMdS1VxdlaAK3 8A/o44bRKJFhLX6xKQE= =TB3K -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] branch tor-browser-91.13.0esr-11.5-1 updated: fixup! Bug 25658: Replace security slider with security level UI
by gitolite role 18 Nov '22

18 Nov '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-91.13.0esr-11.5-1 in repository tor-browser. The following commit(s) were added to refs/heads/tor-browser-91.13.0esr-11.5-1 by this push: new b6010b1466c9 fixup! Bug 25658: Replace security slider with security level UI b6010b1466c9 is described below commit b6010b1466c962d12c457f3939bad562e5b2d6d1 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Fri Nov 18 16:16:32 2022 +0100 fixup! Bug 25658: Replace security slider with security level UI The preference observers were still observing the extensions.torbutton. branch, but they should observe browser.security_level. While the security level was updated, the UI was not updated correctly. --- browser/components/securitylevel/content/securityLevel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/browser/components/securitylevel/content/securityLevel.js b/browser/components/securitylevel/content/securityLevel.js index aeb810169abc..e68b9c778703 100644 --- a/browser/components/securitylevel/content/securityLevel.js +++ b/browser/components/securitylevel/content/securityLevel.js @@ -116,7 +116,7 @@ const SecurityLevelButton = { this._populateXUL(button); this._configUIFromPrefs(button); - this._securityPrefsBranch = Services.prefs.getBranch("extensions.torbutton."); + this._securityPrefsBranch = Services.prefs.getBranch("browser.security_level."); this._securityPrefsBranch.addObserver("", this, false); CustomizableUI.addListener(this); @@ -287,7 +287,7 @@ const SecurityLevelPanel = { }, init : function() { - this._securityPrefsBranch = Services.prefs.getBranch("extensions.torbutton."); + this._securityPrefsBranch = Services.prefs.getBranch("browser.security_level."); this._securityPrefsBranch.addObserver("", this, false); }, @@ -467,7 +467,7 @@ const SecurityLevelPreferences = this._configUIFromPrefs(); // register for pref chagnes - this._securityPrefsBranch = Services.prefs.getBranch("extensions.torbutton."); + this._securityPrefsBranch = Services.prefs.getBranch("browser.security_level."); this._securityPrefsBranch.addObserver("", this, false); }, -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag geckoview-102.5.0esr-11.5-1-build1 created (now 1630b9fc8853)
by gitolite role 18 Nov '22

18 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag geckoview-102.5.0esr-11.5-1-build1 in repository tor-browser. at 1630b9fc8853 (tag) tagging f0429128a50fdb80fb47147fe69d14fe84e0db8b (commit) replaces FIREFOX_102_5_0esr_RELEASE by Richard Pospesel on Fri Nov 18 14:26:45 2022 +0000 - Log ----------------------------------------------------------------- Tagging build1 for 102.5.0esr-based stable -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmN3ljMXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyx+oQ/+JEj50kQ8E7Mv3qOGpojvIG2L 72J3YEC04wAdJoi3oQPncuaKtM0tqUIS+uM6/gOitsh+baFvoVbNu+zfRobCV6LF Q4ToaC73HTG/pHeau47TXrU2QGzf2zmX4pFLEq+3w4vGWeQR4EfhhRbhPFVvniBn 1SgCIZcjLSB4dPqhN6C2FC+S27Ro0Rg8lBCUot1XIhJ7W/mBZFp/jx8mCEnNv5b2 tlwg3WnzXUe6+jriKjrEixSfCKL8rYq9HEorvQ5kfoVL99eJKO52G2iTG74jaHPh tsbH95EqNOjIDp6s5K+CpOrvt9NomUkUTy8rVpCIixkBU/KQ6fumG6/Hv7g/aXwN 2m0FoBNgp9b6+Xq9jc45o2KebrAxeRyEqSbxPscW8N4qbtw2cdBAhBl0aqzprMJo O6agHp04CNTlbdBxiWWNz4JDUvgAWvsc6wsDqR2IX0+cu96DQ9H914vHq93Nc+Gt QyPU8K99zOIeIEltcFAfyzi7aJFwqat2tWuGewMOwUIb7ueQs5PsLkg9O6JwENjI 2Ed1tjqW5/6eXwbDQb0kYo63pD2tbcu6W64av8+D4BNpPIVqXIR35uDXUH2K6lw4 4EG4B/1+ol6XVO6gWK+eNioFW0Fnx/F9qVcgv2B3f46/sDjZTwo5OClzpEKGW++l oDHW8meKrLCyfTplmmM= =VfeC -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] annotated tag tor-browser-91.13.0esr-11.5-1-build7 created (now 45bce17966ca)
by gitolite role 18 Nov '22

18 Nov '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag tor-browser-91.13.0esr-11.5-1-build7 in repository tor-browser. at 45bce17966ca (tag) tagging 6a37f72692301b7a8375e6ed8885d4494a057708 (commit) replaces tor-browser-91.13.0esr-11.5-1-build6 by Richard Pospesel on Fri Nov 18 13:15:42 2022 +0000 - Log ----------------------------------------------------------------- Tagging build7 for 91.13esr-based stable -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmN3hZIXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyyiIA//dFjDylXFK7dGUhBm725dnJJf Gi8iOTLGK2DFp2aqIdjsDOcmYS9C0gqBy7KMaOeRiMEZoKq94yNtnCV2pqWBoADS TJ77JdJR1gd/C/r3CQCG3VqP0Eg2zpJLe6LWszgihKYQhLODUHoltFPcdUgfzEN0 nMQeXSrS/ppK7oxxRyVCKIw3U3585LtItpidoA/3sHU1wX1amu61wl5mrqOJNIFv 5DOq9CjDxxld954pwzwfUzB1rndodVnfd8L9zF2DB4TaSgzHzusd9UR/dzeUAvj/ xHP7BeoifrS0ZN525R3zUR6IpT183kp9HgGFfHcQxpq0Af2Hzd4ntbwMjU36QrQD GKAkzOuVOeb0hejIcCx80wMCH7+Y5X6AFfAJisqlqQ1t9PnFCj/djZQg0m9vAwzR unVFMFtZ4b2hN+P7TX6E+CQJY/PnZxcTp5CreFeQ8gDFPgxV7goDKuZPbdetVMRi c1VpZzsS1Ge+rGKANfbRfwLwmnR0kkjxvjc9SsmLWLzr3o5UGsa5vIRpDdzbqynR TesMKNfuEjIlAxGmHaMZPcCpaNiSrp+2V/jCuXTsyyaj9wgkFr6DG6/M1maSv/zu ZR0ZIeHGwVEVuzL65Ju0ZyyqwoNyTBEzoNgnnCAiEh2Cq2HYMmvuHAfcIych4G6q h/YxAWKzVLWRbCavAV0= =pG9j -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 497
  • 498
  • 499
  • 500
  • 501
  • 502
  • 503
  • ...
  • 1891
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.