unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 7d4d5fdb788e0e2763d80ce7aa9946fa0281f55c 877 bytes (raw)
name: gnu/packages/patches/torbrowser-compare-paths.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
See comment in gnu/build/icecat-extension.scm.
This is only needed while icecat and torbrowser remain on
different ESR versions as the patched file has changed its
name.

--- a/toolkit/mozapps/extensions/internal/XPIDatabase.sys.mjs
+++ b/toolkit/mozapps/extensions/internal/XPIDatabase.sys.mjs
@@ -3606,6 +3606,7 @@
     if (
       newAddon ||
       oldAddon.updateDate != xpiState.mtime ||
+      oldAddon.path != xpiState.path ||
       (aUpdateCompatibility && this.isAppBundledLocation(installLocation))
     ) {
       newAddon = this.updateMetadata(
@@ -3614,8 +3615,6 @@
         xpiState,
         newAddon
       );
-    } else if (oldAddon.path != xpiState.path) {
-      newAddon = this.updatePath(installLocation, oldAddon, xpiState);
     } else if (aUpdateCompatibility || aSchemaChange) {
       newAddon = this.updateCompatibility(
         installLocation,

debug log:

solving 7d4d5fdb78 ...
found 7d4d5fdb78 in https://yhetil.org/guix-patches/20241024212533.1480-1-nandre@riseup.net/ ||
	https://yhetil.org/guix-patches/20241029224825.2660-1-nandre@riseup.net/

applying [1/1] https://yhetil.org/guix-patches/20241024212533.1480-1-nandre@riseup.net/
diff --git a/gnu/packages/patches/torbrowser-compare-paths.patch b/gnu/packages/patches/torbrowser-compare-paths.patch
new file mode 100644
index 0000000000..7d4d5fdb78

Checking patch gnu/packages/patches/torbrowser-compare-paths.patch...
Applied patch gnu/packages/patches/torbrowser-compare-paths.patch cleanly.

skipping https://yhetil.org/guix-patches/20241029224825.2660-1-nandre@riseup.net/ for 7d4d5fdb78
index at:
100644 7d4d5fdb788e0e2763d80ce7aa9946fa0281f55c	gnu/packages/patches/torbrowser-compare-paths.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).