Skip to content

Commit 4154adc

Browse files
committed
SecureDrop 0.12.2-rc1
1 parent 3d35d91 commit 4154adc

File tree

10 files changed

+42
-7
lines changed

10 files changed

+42
-7
lines changed

changelog.md

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

3+
## 0.12.2~rc1
4+
5+
### Web Application
6+
7+
* Remove NoScript upload instructions on Source Interface (#4160)
8+
* Disable Source Interface on instances running Trusty after April 30th (#4325)
9+
* SecureDrop application dependencies have been updated (#4346)
10+
11+
### Operations
12+
13+
* SecureDrop grsec kernels have been updated to 4.4.177 and provide support for Intel e1000e series NICs (#4308)
14+
* OSSEC test notifications will now generate ossec alerts (#4340)
15+
16+
### Tails Environment
17+
18+
* Backup script should now more reliably download large backups from the app server (#4326)
19+
* SecureDrop GUI updater should now be limited to a single running instance (#4309)
20+
21+
### Documentation
22+
23+
* Instruct admin to look up latest Tails version for Xenial upgrade (#4325)
24+
25+
326
## 0.12.1
427

528
### Web Application

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_app_code_version: "0.12.1"
5+
securedrop_app_code_version: "0.12.2~rc1"
66

77
grsecurity: true
88
install_local_packages: false

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (0.12.2~rc1+trusty) trusty; urgency=medium
2+
3+
* See changelog.md
4+
5+
-- SecureDrop Team <[email protected]> Wed, 17 Apr 2019 18:32:37 +0000
6+
17
securedrop-app-code (0.12.1+trusty) trusty; urgency=medium
28

39
* See changelog.md

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
securedrop-app-code (0.12.2~rc1+xenial) xenial; urgency=medium
2+
3+
* See changelog.md
4+
5+
-- SecureDrop Team <[email protected]> Wed, 17 Apr 2019 18:32:47 +0000
6+
17
securedrop-app-code (0.12.1+xenial) xenial; urgency=medium
28

39
* See changelog.md

install_files/securedrop-config/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-config
7-
Version: 0.1.3+0.12.1
7+
Version: 0.1.3+0.12.2~rc1
88
Architecture: all
99
Description: Establishes baseline system state for running SecureDrop.
1010
Configures apt repositories.

install_files/securedrop-keyring/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-keyring
7-
Version: 0.1.2+0.12.1
7+
Version: 0.1.2+0.12.2~rc1
88
Architecture: amd64
99
Depends: gnupg
1010
Description: Provides an apt keyring for SecureDrop-related packages, so the master signing key used for SecureDrop packages can be updated via apt.

install_files/securedrop-ossec-agent/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-ossec-agent
7-
Version: 3.0.0+0.12.1
7+
Version: 3.0.0+0.12.2~rc1
88
Architecture: amd64
99
Depends: ossec-agent,securedrop-keyring,securedrop-config
1010
Replaces: ossec-agent

install_files/securedrop-ossec-server/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: SecureDrop Team <[email protected]>
55
Homepage: https://securedrop.org
66
Package: securedrop-ossec-server
7-
Version: 3.0.0+0.12.1
7+
Version: 3.0.0+0.12.2~rc1
88
Architecture: amd64
99
Depends: ossec-server,securedrop-keyring,securedrop-config
1010
Replaces: ossec-server

molecule/builder-trusty/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: "0.12.1"
2+
securedrop_version: "0.12.2~rc1"
33
ossec_version: "3.0.0"
44
keyring_version: "0.1.2"
55
config_version: "0.1.3"

securedrop/version.py

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

0 commit comments

Comments
 (0)