Skip to content

Commit

Permalink
SecureDrop 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Dec 7, 2022
1 parent ab1863d commit 8a3cfe4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,10 @@
# Changelog

## 2.5.1

### Security
* Users and permissions: /var/www/securedrop is now root-owned, but world-readable. Python code, including manage.py, is all executed as the www-data user.

## 2.5.0

### Web Applications
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.0"
securedrop_version: "2.5.1"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
@@ -1,3 +1,9 @@
securedrop-app-code (2.5.1+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Wed, 07 Dec 2022 13:36:13 -0500

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

* see changelog.md
Expand Down
2 changes: 1 addition & 1 deletion molecule/builder-focal/tests/vars.yml
@@ -1,5 +1,5 @@
---
securedrop_version: "2.5.0"
securedrop_version: "2.5.1"
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.0
2.5.1
2 changes: 1 addition & 1 deletion securedrop/version.py
@@ -1 +1 @@
__version__ = "2.5.0"
__version__ = "2.5.1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 8a3cfe4

Please sign in to comment.