From 7bba0a06ad735012bc9a3d3e83df1e3a1f8a9117 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 8 Aug 2022 21:55:52 -0400 Subject: [PATCH] SecureDrop 2.4.2 --- changelog.md | 2 +- install_files/ansible-base/group_vars/all/securedrop | 2 +- .../build-securedrop-app-code-deb-pkg/files/changelog-focal | 4 ++-- molecule/builder-focal/tests/vars.yml | 2 +- molecule/shared/stable.ver | 2 +- securedrop/version.py | 2 +- setup.py | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.md b/changelog.md index 3d79e3e023..7f34ea0592 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 2.4.2~rc1 +## 2.4.2 * Security: Update Linux kernel to version 5.15.57, which includes mitigations for the security vulnerability known as “[Retbleed](https://comsec.ethz.ch/research/microarch/retbleed/)”. ## 2.4.1 diff --git a/install_files/ansible-base/group_vars/all/securedrop b/install_files/ansible-base/group_vars/all/securedrop index 069cba4519..a802175127 100644 --- a/install_files/ansible-base/group_vars/all/securedrop +++ b/install_files/ansible-base/group_vars/all/securedrop @@ -2,7 +2,7 @@ # Variables that apply to both the app and monitor server go in this file # If the monitor or app server need different values define the variable in # hosts_vars/app.yml or host_vars/mon.yml -securedrop_version: "2.4.2~rc1" +securedrop_version: "2.4.2" securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz" grsecurity: true diff --git a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal index 92516a48fa..81757a89df 100644 --- a/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal +++ b/install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal @@ -1,8 +1,8 @@ -securedrop-app-code (2.4.2~rc1+focal) focal; urgency=medium +securedrop-app-code (2.4.2+focal) focal; urgency=medium * see changelog.md - -- SecureDrop Team Wed, 03 Aug 2022 14:26:30 -0400 + -- SecureDrop Team Mon, 08 Aug 2022 21:54:36 -0400 securedrop-app-code (2.4.1+focal) focal; urgency=medium diff --git a/molecule/builder-focal/tests/vars.yml b/molecule/builder-focal/tests/vars.yml index 538e32297e..703895c6d2 100644 --- a/molecule/builder-focal/tests/vars.yml +++ b/molecule/builder-focal/tests/vars.yml @@ -1,5 +1,5 @@ --- -securedrop_version: "2.4.2~rc1" +securedrop_version: "2.4.2" ossec_version: "3.6.0" keyring_version: "0.1.6" config_version: "0.1.4" diff --git a/molecule/shared/stable.ver b/molecule/shared/stable.ver index 005119baaa..8e8299dcc0 100644 --- a/molecule/shared/stable.ver +++ b/molecule/shared/stable.ver @@ -1 +1 @@ -2.4.1 +2.4.2 diff --git a/securedrop/version.py b/securedrop/version.py index 8738c9af06..cb9dc8a91d 100644 --- a/securedrop/version.py +++ b/securedrop/version.py @@ -1 +1 @@ -__version__ = '2.4.2~rc1' +__version__ = '2.4.2' diff --git a/setup.py b/setup.py index 767ba2bff5..e61eaea43d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setuptools.setup( name="securedrop-app-code", - version="2.4.2~rc1", + version="2.4.2", author="Freedom of the Press Foundation", author_email="securedrop@freedom.press", description="SecureDrop Server",