diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-21 13:51:37 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-21 13:51:37 -0400 |
commit | ac35079dda4d614c7008b3e870da6e01ae590d0a (patch) | |
tree | cd7ea8395902f45fb065f079e918da494c69de89 /scripts | |
parent | 124.0.1 rc1 (diff) | |
download | librewolf-debian-ac35079dda4d614c7008b3e870da6e01ae590d0a.tar.gz librewolf-debian-ac35079dda4d614c7008b3e870da6e01ae590d0a.tar.bz2 librewolf-debian-ac35079dda4d614c7008b3e870da6e01ae590d0a.zip |
125.0.1 rc1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 6 | ||||
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 15 |
2 files changed, 15 insertions, 6 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index c939165..0b82198 100644 --- a/scripts/prep-librewolf-dpkg.conf +++ b/scripts/prep-librewolf-dpkg.conf @@ -4,11 +4,11 @@ # Available options for DISTRO: debian DISTRO=${DISTRO:-'debian'} # current version of Firefox package in target distro -distro_firefox_version=${distro_firefox_version:-'124.0.1-1'} +distro_firefox_version=${distro_firefox_version:-'125.0.1-1'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'124.0.1'} +firefox_version=${firefox_version:-'125.0.1'} # input git tag of source repo -source_version=${source_version:-'124.0.1-1'} +source_version=${source_version:-'125.0.1-1'} settings_commit=${settings_commit:-'master'} CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)} output_dir=${CI_PROJECT_DIR}/out diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index 88d5c5b..61d8a75 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -1,7 +1,7 @@ #!/bin/sh # File: prep-librewolf-dpkg.sh # Location: https://gitlab.com/bgstack15/librewolf-linux.git -# Latest supported version: librewolf-124.0.1-1 +# Latest supported version: librewolf-125.0.1-1 # Author: bgstack15 # SPDX-License-Identifier: CC-BY-SA-4.0 # Startdate: 2020-11-29 @@ -507,7 +507,7 @@ index b32a6bf..07fd0ed 100644 trigger: { id: "protectionsPanelOpen" }, }, EOF - # added 111.0 to patch for debian 111.0 until defuzz-111.0 gets merged + # added 111.0, updated 125.0.1 test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/disable-pocket.patch" <<'EOF' diff --git a/patches/librewolf/disable-pocket.patch b/patches/librewolf/disable-pocket.patch --- a/debian/patches/librewolf/disable-pocket.patch 2023-03-22 10:28:09.099519405 -0400 @@ -545,7 +545,16 @@ diff --git a/patches/librewolf/disable-pocket.patch b/patches/librewolf/disable- -index 3b2126e..32b7831 100644 --- a/browser/components/moz.build +++ b/browser/components/moz.build - @@ -44,7 +44,6 @@ DIRS += [ +-@@ -44,7 +44,6 @@ DIRS += [ ++@@ -48,7 +48,6 @@ DIRS += [ + "originattributes", + "pagedata", + "places", + - "pocket", + "preferences", + "privatebrowsing", +- "prompts", ++ "profiles", EOF # added 109.0 to patch for debian 109.0 until defuzz-109.0 gets merged test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/disable-data-reporting-at-compile-time.patch" <<'EOF' |