aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-25 12:37:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-06 17:58:21 -0300
commit7b8ce3acf40629e7c391522881a3806b90e4bff7 (patch)
tree982f20e968343372b535dd3ccab281505ab7d35a /RELNOTES
parentemail-common: fix bogofilter/bsfilter support (#5810) (diff)
downloadfirejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.tar.gz
firejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.tar.zst
firejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.zip
ci: upgrade debian:stretch to debian:buster
Instead of Debian 9, use Debian 10 in build_debian_package. It currently fails to update the package index[1]: $ apt-get update -qq W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages 404 Not Found [IP: 146.75.38.132 80] E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found [IP: 146.75.38.132 80] E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.130.132 80] E: Some index files failed to download. They have been ignored, or old ones used instead. Also, note that LTS support for Debian 9 ended on 2022-06-30, while Debian 10 has LTS support until 2024-06-30[2]. Relates to #5818. [1] https://gitlab.com/Firejail/firejail_ci/-/jobs/4195782936 [2] https://wiki.debian.org/LTS
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 63679af80..72bdeb8f7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -27,6 +27,7 @@ firejail (0.9.73) baseline; urgency=low
27 * ci: fix swapped name/email arguments in debian_ci (#5795) 27 * ci: fix swapped name/email arguments in debian_ci (#5795)
28 * ci: formatting and misc improvements (#5802) 28 * ci: formatting and misc improvements (#5802)
29 * ci: run for every branch instead of just master (#5815) 29 * ci: run for every branch instead of just master (#5815)
30 * ci: upgrade debian:stretch to debian:buster (#5818)
30 * test: split individual test groups in github workflows 31 * test: split individual test groups in github workflows
31 * test: add chroot, appimage and network tests in github workflows 32 * test: add chroot, appimage and network tests in github workflows
32 * docs: remove apparmor options in --help when building without apparmor 33 * docs: remove apparmor options in --help when building without apparmor