diff options
author | B. Stack <bgstack15@gmail.com> | 2023-11-06 19:50:22 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-11-06 19:50:22 -0500 |
commit | 22cbd9c2a083381fffda972ca8e4473601a329d2 (patch) | |
tree | 11638c617422c839c91fda38e36b3018a324306c | |
parent | 118.0.2 rc1 (diff) | |
download | librewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.tar.gz librewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.tar.bz2 librewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.zip |
119.0 rc1
-rw-r--r-- | scripts/prep-librewolf-dpkg.conf | 6 | ||||
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index 53e1cbc..742d145 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:-'118.0.2-1'} +distro_firefox_version=${distro_firefox_version:-'119.0-1'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'118.0.2'} +firefox_version=${firefox_version:-'119.0'} # input git tag of source repo -source_version=${source_version:-'118.0.2-2'} +source_version=${source_version:-'119.0-8'} 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 4b3ef99..08e97b7 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -201,7 +201,7 @@ else sed -r -e 's@$@ -p1@' -e '/vpn-ad/d' >> "${debian_dir}/patches/series" #echo "librewolf/webrender_ffi.patch -p1" >> "${debian_dir}/patches/series" # added 115.0.2; just defuzzing this patch - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF' + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF' --- a/patches/librewolf/firefox-view.patch 2023-07-13 15:01:06.444375138 -0400 +++ b/patches/librewolf/firefox-view.patch 2023-07-13 15:36:54.116273640 -0400 @@ -15,8 +15,10 @@ @@ -387,7 +387,7 @@ diff -aur a/patches/librewolf/hide-passwordmgr.patch b/patches/librewolf/hide-pa EOF # added 112.0.1, updated 117.0. Just for de-fuzzing librewolf patches - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF' + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF' diff --git a/patches/ui-patches/firefox-view.patch b/patches/ui-patches/firefox-view.patch index b32a6bf..07fd0ed 100644 --- a/patches/ui-patches/firefox-view.patch |