Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed Jun 19, 2023
1 parent a01de5a commit c674afc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.0.2

* Fix bug introduced in 8b352f75 when fixing #168
capsh does not set HOME to the user's home. Reverting to sudo is
necessary to set the user's HOME and other login environment.
sudo was previously replaced with capsh in 930fa012.
Fixes #169
* Set zmpath from user's HOME (tilde prefix)

## v1.0.1

* Bugfix: zmcertmgr breaks if it cannot chdir into PWD
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The preferred way is to install it is by using the wizard [at Certbot's home](ht
Download the latest release and install it (copy the latest URL from the Releases tab):

```
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/1.0.1.tar.gz
tar xf certbot-zimbra-1.0.1.tar.gz
cd certbot-zimbra-1.0.1
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/1.0.2.tar.gz
tar xf certbot-zimbra-1.0.2.tar.gz
cd certbot-zimbra-1.0.2
./install all
```
If you have bash older than 4.3 (RHEL/CentOS 7), use `./install_posix` instead.
Expand Down
2 changes: 1 addition & 1 deletion certbot_zimbra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

readonly progname="certbot_zimbra.sh"
readonly version="1.0.1"
readonly version="1.0.2"
readonly github_url="https://github.com/YetOpen/certbot-zimbra"
readonly copyright="Copyright (c) 2023 Lorenzo Milesi <[email protected]>, Jernej Jakob <[email protected]>"
# paths
Expand Down
4 changes: 2 additions & 2 deletions certbot_zimbra.sh.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH CERTBOT_ZIMBRA.SH "1" "June 2023" "certbot_zimbra.sh 1.0.1" "User Commands"
.TH CERTBOT_ZIMBRA.SH "1" "June 2023" "certbot_zimbra.sh 1.0.2" "User Commands"
.SH NAME
certbot_zimbra.sh \- manual page for certbot_zimbra.sh 1.0.1
certbot_zimbra.sh \- manual page for certbot_zimbra.sh 1.0.2
.SH SYNOPSIS
.B certbot_zimbra.sh
[ \fI\,-d | -n | -p \/\fR] [\fI\,options\/\fR]...
Expand Down

0 comments on commit c674afc

Please sign in to comment.