diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:30:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:30:00 +0000 |
commit | d96e2b3ac330144f64fab5f1f39a2d35f096c54c (patch) | |
tree | cdc2c614f531e8cc23dcff3b26af9581f2795211 | |
parent | Merging upstream version 125.0.2. (diff) | |
download | firefox-d96e2b3ac330144f64fab5f1f39a2d35f096c54c.tar.xz firefox-d96e2b3ac330144f64fab5f1f39a2d35f096c54c.zip |
Adding debian version 125.0.2-1.debian/125.0.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index de495e44e2..fa8b060a5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +firefox (125.0.2-1) unstable; urgency=medium + + * New upstream release. + + -- Mike Hommey <glandium@debian.org> Tue, 23 Apr 2024 05:42:33 +0900 + firefox (125.0.1-2) unstable; urgency=medium * debian/browser.install.in, debian/rules: Install libmozav*.so on all diff --git a/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch b/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch index c50a192e44..a0da2fb09c 100644 --- a/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch +++ b/debian/patches/debian-hacks/Don-t-auto-disable-extensions-in-system-directories.patch @@ -7,7 +7,7 @@ Subject: Don't auto-disable extensions in system directories 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js -index 1ef5a05..4c36df2 100644 +index 32cd57b..aaad3b3 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -58,7 +58,7 @@ pref("extensions.systemAddon.update.enabled", true); |