Skip to content

Commit

Permalink
Raised wg-meta version to 0.3.3 to fix deadlock when calling reload c…
Browse files Browse the repository at this point in the history
…allbacks
  • Loading branch information
sirtoobii committed Dec 20, 2022
1 parent 4d5f988 commit 42e5ec1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 465 deletions.
8 changes: 7 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
wg-wrangler (0.2.3) unstable; urgency=medium

* Raised wg-meta version to 0.3.3 to fix deadlock when calling the reload callback

-- Tobias Bossert <bossert@oetiker.ch> Thu, 25 Dec 2022 11:35:59 +0100

wg-wrangler (0.2.2) unstable; urgency=medium

* fixed ip suggestions

-- Tobias Bossert <bossert@oetiker.ch> Fri, 25 Jul 2022 20:57:23 +0100
-- Tobias Bossert <bossert@oetiker.ch> Fri, 25 Nov 2022 20:57:23 +0100

wg-wrangler (0.2.1) unstable; urgency=medium

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WGwrangler
===========
Version: 0.2.2
Date: 2022-11-25
Date: 2022-12-20

WGwrangler is a web application to manage local Wireguard Configuration using
[wg-meta](https://metacpan.org/release/Wireguard-WGmeta) in its backend.
Expand Down Expand Up @@ -61,7 +61,7 @@ setup:
Type=simple
User=wireguard_manager
Group=wireguard_manager
ExecStart=/usr/bin/perl /home/wireguard_manager/opt/wgwrangler/bin/wgwrangler prefork --listen 'http://127.0.0.1:7171'
ExecStart=/usr/bin/perl /home/wireguard_manager/opt/wgwrangler/bin/wgwrangler prefork --listen 'http://0.2.2.1:7171'
[Install]
WantedBy=multi-user.target
Expand Down Expand Up @@ -110,7 +110,7 @@ You can also package the application as a nice tar.gz file, it uses carton to
install dependent module. If you want to make sure that your project builds with perl
5.22, make sure to set the `PERL` environment variable to a perl 5.22
interpreter, make sure to delete any `PERL5LIB` environment variable, and run
`make clean && make`. This will cause a `cpanfile-0.1.0.snapshot` file to be included
`make clean && make`. This will cause a `cpanfile-0.2.2.snapshot` file to be included
with your tar ball, when building the app this snapshot will be used to make sure
all the right versions of the dependent modules get installed.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requires 'CallBackery', '>= 0.42.4';
requires 'Mojo::SQLite';
requires 'Wireguard::WGmeta', '>= 0.3.2';
requires 'Wireguard::WGmeta', '>= 0.3.3';
requires 'Net::IP', '>=1.26';
requires 'Email::MIME';
requires 'Email::Sender';
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
wg-wrangler (0.2.3) unstable; urgency=medium

* Raised wg-meta version to 0.3.3 to fix deadlock when calling the reload callback

-- Tobias Bossert <bossert@oetiker.ch> Thu, 25 Dec 2022 11:35:59 +0100

wg-wrangler (0.2.2) unstable; urgency=medium

* fixed ip suggestions

-- Tobias Bossert <bossert@oetiker.ch> Fri, 25 Jul 2022 20:57:23 +0100
-- Tobias Bossert <bossert@oetiker.ch> Fri, 25 Nov 2022 20:57:23 +0100

wg-wrangler (0.2.1) unstable; urgency=medium

Expand Down
Loading

0 comments on commit 42e5ec1

Please sign in to comment.