Skip to content

Commit

Permalink
SecureDrop 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Aug 9, 2022
1 parent 2e56198 commit 7bba0a0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Expand Up @@ -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
Expand Down
@@ -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 <securedrop@freedom.press> Wed, 03 Aug 2022 14:26:30 -0400
-- SecureDrop Team <securedrop@freedom.press> Mon, 08 Aug 2022 21:54:36 -0400

securedrop-app-code (2.4.1+focal) focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion molecule/shared/stable.ver
@@ -1 +1 @@
2.4.1
2.4.2
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = '2.4.2~rc1'
__version__ = '2.4.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 7bba0a0

Please sign in to comment.