Skip to content

Commit 8764942

Browse files
authored
Merge pull request #6495 from freedomofpress/backport-20220719-builder
[2.4.1] backport updated builder image and bump version to 2.4.1.rc1
2 parents 50035cb + b220114 commit 8764942

7 files changed

Lines changed: 17 additions & 6 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.4.1~rc1
4+
5+
* Bugfix: fixed codename filter bug affecting messages with non-ASCII characters (#6492)
6+
* Added exclusions for 2 irrelevant safety db entries (#6473, #6477)
7+
38
## 2.4.0
49

510
### Web Applications

install_files/ansible-base/group_vars/all/securedrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables that apply to both the app and monitor server go in this file
33
# If the monitor or app server need different values define the variable in
44
# hosts_vars/app.yml or host_vars/mon.yml
5-
securedrop_version: "2.4.0"
5+
securedrop_version: "2.4.1~rc1"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

install_files/ansible-base/roles/build-securedrop-app-code-deb-pkg/files/changelog-focal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (2.4.1~rc1+focal) focal; urgency=medium
2+
3+
* see changelog.md
4+
5+
-- SecureDrop Team <securedrop@freedom.press> Tue, 19 Jul 2022 08:32:11 -0400
6+
17
securedrop-app-code (2.4.0+focal) focal; urgency=medium
28

39
* see changelog.md

molecule/builder-focal/image_hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_05_23
2-
e206eeb8d1a307db74d7e782a505f83aa60a3455ab3dd71a496d8d7706cda615
1+
# sha256 digest quay.io/freedomofpress/sd-docker-builder-focal:2022_07_19
2+
b33a676fbdaa7d7703648ca9ac8b6775dd8e51c75767af6d208c7201cb42c355

molecule/builder-focal/tests/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
securedrop_version: "2.4.0"
2+
securedrop_version: "2.4.1~rc1"
33
ossec_version: "3.6.0"
44
keyring_version: "0.1.6"
55
config_version: "0.1.4"

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.4.0'
1+
__version__ = '2.4.1~rc1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.4.0",
7+
version="2.4.1~rc1",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

0 commit comments

Comments
 (0)