This commit is contained in:
Joshua Tauberer 2016-08-18 08:36:28 -04:00
parent 83d8dbca3e
commit 7c9f3e0b23
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,10 @@
CHANGELOG CHANGELOG
========= =========
In Development v0.19a (August 18, 2016)
-------------- ------------------------
This update corrects a security issue in v0.19.
* fail2ban won't start if Roundcube had not yet been used - new installations probably do not have fail2ban running. * fail2ban won't start if Roundcube had not yet been used - new installations probably do not have fail2ban running.

View File

@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import $ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.19 $ git verify-tag v0.19a
gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>" gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature! gpg: WARNING: This key is not certified with a trusted signature!
@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
Checkout the tag corresponding to the most recent release: Checkout the tag corresponding to the most recent release:
$ git checkout v0.19 $ git checkout v0.19a
Begin the installation. Begin the installation.

View File

@ -7,7 +7,7 @@
######################################################### #########################################################
if [ -z "$TAG" ]; then if [ -z "$TAG" ]; then
TAG=v0.19 TAG=v0.19a
fi fi
# Are we running as root? # Are we running as root?