From 4511b76cfc65c83b674bbaaac2d5a2edc5a59983 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 4 Jan 2023 11:27:20 -0500 Subject: 108.0 rc1 --- scripts/prep-librewolf-dpkg.conf | 6 +++--- scripts/prep-librewolf-dpkg.sh | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/prep-librewolf-dpkg.conf b/scripts/prep-librewolf-dpkg.conf index d06cda4..4528764 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:-'107.0-1'} +distro_firefox_version=${distro_firefox_version:-'108.0-2'} # current version of Firefox, as defined by name of the orig tarball. -firefox_version=${firefox_version:-'107.0'} +firefox_version=${firefox_version:-'108.0'} # Tag for LibreWolf linux repo -librewolf_version=${librewolf_version:-'107.0-1'} +librewolf_version=${librewolf_version:-'108.0-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 fd5b250..6eb9c0e 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -200,7 +200,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 107.0 to patch for debian 107.0 until defuzz-105.0 gets merged - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/bootstrap-without-vcs.patch" <<'EOF' + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/bootstrap-without-vcs.patch" <<'EOF' diff --git a/patches/bootstrap-without-vcs.patch b/patches/bootstrap-without-vcs.patch index d213d70..68db89f 100644 --- a/patches/bootstrap-without-vcs.patch @@ -268,7 +268,7 @@ index d213d70..68db89f 100644 EOF # added 106.0.1 to patch for debian 106.0 until defuzz-106.0.1 gets merged - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/website-appearance-ui-rfp.patch" <