Skip to content

Commit ea83806

Browse files
SecureDrop 2.5.2
1 parent 1f98448 commit ea83806

7 files changed

Lines changed: 11 additions & 35 deletions

File tree

changelog.md

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

3-
## 2.5.2~rc1
3+
## 2.5.2
44

55
### Web applications
66
- Updated dependencies:
77
- werkzeug from 2.0.2 to 2.2.3, markupsafe from 2.0.1 to 2.1.2, Flask-SQLAlchemy from 2.4.0
88
to 2.5.1 (#6752)
99
- cryptography from 3.4.7 to 39.0.1 (#6746, #6751)
1010
- certifi from 2017.7.27.1 to 2022-12.07 (#6708)
11-
- flask from 2.0.2 to 2.0.3 (#6624)
11+
- flask from 2.0.2 to 2.0.3 (#6624,#6634)
1212

1313
### Development
1414
- Fixed staging app creation in source.wsgi, added application smoke test in testinfra (#6742)

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.5.2~rc1"
5+
securedrop_version: "2.5.2"
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: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
securedrop-app-code (2.5.2~rc1+focal) focal; urgency=medium
1+
securedrop-app-code (2.5.2+focal) focal; urgency=medium
22

33
* see changelog.md
44

5-
-- SecureDrop Team <securedrop@freedom.press> Tue, 21 Feb 2023 16:10:41 -0500
5+
-- SecureDrop Team <securedrop@freedom.press> Thu, 23 Feb 2023 16:33:50 -0500
66

77
securedrop-app-code (2.5.1+focal) focal; urgency=medium
88

@@ -16,35 +16,11 @@ securedrop-app-code (2.5.0+focal) focal; urgency=medium
1616

1717
-- SecureDrop Team <securedrop@freedom.press> Tue, 18 Oct 2022 18:03:53 -0400
1818

19-
securedrop-app-code (2.5.0~rc4+focal) focal; urgency=medium
20-
21-
* see changelog.md
22-
23-
-- SecureDrop Team <securedrop@freedom.press> Fri, 14 Oct 2022 15:37:05 -0400
24-
25-
securedrop-app-code (2.5.0~rc3+focal) focal; urgency=medium
26-
27-
* see changelog.md
28-
29-
-- SecureDrop Team <securedrop@freedom.press> Thu, 06 Oct 2022 18:45:02 +0000
30-
31-
securedrop-app-code (2.5.0~rc2+focal) focal; urgency=medium
32-
33-
* see changelog.md
34-
35-
-- SecureDrop Team <securedrop@freedom.press> Wed, 05 Oct 2022 19:32:59 +0000
36-
37-
securedrop-app-code (2.5.0~rc1+focal) focal; urgency=medium
38-
39-
* see changelog.md
40-
41-
-- SecureDrop Team <securedrop@freedom.press> Wed, 28 Sep 2022 12:01:12 -0400
42-
43-
securedrop-app-code (2.5.0~rc1+focal) focal; urgency=medium
19+
securedrop-app-code (2.4.2+focal) focal; urgency=medium
4420

4521
* see changelog.md
4622

47-
-- SecureDrop Team <securedrop@freedom.press> Mon, 25 Jul 2022 14:25:30 -0400
23+
-- SecureDrop Team <securedrop@freedom.press> Mon, 08 Aug 2022 21:54:36 -0400
4824

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

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.5.2~rc1"
2+
securedrop_version: "2.5.2"
33
ossec_version: "3.6.0"
44
keyring_version: "0.1.6"
55
config_version: "0.1.4"

molecule/shared/stable.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.2

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2~rc1"
1+
__version__ = "2.5.2"

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.5.2~rc1",
7+
version="2.5.2",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

0 commit comments

Comments
 (0)