Skip to content

Commit

Permalink
SecureDrop 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Feb 23, 2023
1 parent 1f98448 commit ea83806
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 35 deletions.
4 changes: 2 additions & 2 deletions changelog.md
@@ -1,14 +1,14 @@
# Changelog

## 2.5.2~rc1
## 2.5.2

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

### Development
- Fixed staging app creation in source.wsgi, added application smoke test in testinfra (#6742)
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.5.2~rc1"
securedrop_version: "2.5.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.5.2~rc1+focal) focal; urgency=medium
securedrop-app-code (2.5.2+focal) focal; urgency=medium

* see changelog.md

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

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

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

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

securedrop-app-code (2.5.0~rc4+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Fri, 14 Oct 2022 15:37:05 -0400

securedrop-app-code (2.5.0~rc3+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 06 Oct 2022 18:45:02 +0000

securedrop-app-code (2.5.0~rc2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 05 Oct 2022 19:32:59 +0000

securedrop-app-code (2.5.0~rc1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 28 Sep 2022 12:01:12 -0400

securedrop-app-code (2.5.0~rc1+focal) focal; urgency=medium
securedrop-app-code (2.4.2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Mon, 25 Jul 2022 14:25: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.5.2~rc1"
securedrop_version: "2.5.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.5.1
2.5.2
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = "2.5.2~rc1"
__version__ = "2.5.2"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.5.2~rc1",
version="2.5.2",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down

0 comments on commit ea83806

Please sign in to comment.