File: fix-nacl-includes.patch

package info (click to toggle)
keepassxc-browser 1.9.10%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,212 kB
  • sloc: javascript: 9,761; sh: 44; makefile: 25
file content (30 lines) | stat: -rw-r--r-- 1,356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: keepassxc-browser/keepassxc-browser/background/background_service.js
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/background/background_service.js	2025-09-25 14:43:19.085108091 +0200
+++ keepassxc-browser/keepassxc-browser/background/background_service.js	2025-09-25 14:43:19.082691730 +0200
@@ -5,8 +5,8 @@
         '../common/browser-polyfill.min.js',
         '../common/global.js',
         '../common/sites.js',
-        'nacl.min.js',
-        'nacl-util.min.js',
+        'nacl.js',
+        'nacl-util.js',
         'client.js',
         'keepass.js',
         'httpauth.js',
Index: keepassxc-browser/dist/manifest_firefox.json
===================================================================
--- keepassxc-browser.orig/dist/manifest_firefox.json	2025-09-25 13:19:58.284504931 +0200
+++ keepassxc-browser/dist/manifest_firefox.json	2025-09-25 14:43:57.140006673 +0200
@@ -34,8 +34,8 @@
             "common/browser-polyfill.min.js",
             "common/global.js",
             "common/sites.js",
-            "background/nacl.min.js",
-            "background/nacl-util.min.js",
+            "background/nacl.js",
+            "background/nacl-util.js",
             "background/client.js",
             "background/keepass.js",
             "background/httpauth.js",