Bump daemon version to 1.0.1

This commit is contained in:
Gustavo Iñiguez Goia 2020-07-30 22:01:13 +02:00
parent c2daf45df3
commit 544ce11a21
3 changed files with 9 additions and 3 deletions

View file

@ -2,7 +2,7 @@ package core
const (
Name = "opensnitch-daemon"
Version = "1.0.0"
Version = "1.0.1"
Author = "Simone 'evilsocket' Margaritelli"
Website = "https://github.com/evilsocket/opensnitch"
)

View file

@ -1,5 +1,5 @@
Name: opensnitch
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: OpenSnitch is a GNU/Linux application firewall
@ -35,7 +35,6 @@ mkdir -p go/src/github.com/gustavo-iniguez-goya
ln -s $(pwd) go/src/github.com/gustavo-iniguez-goya/opensnitch
export GOPATH=$(pwd)/go
cd go/src/github.com/gustavo-iniguez-goya/opensnitch/daemon/
#dep ensure
go build -o opensnitchd .
%install

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
opensnitch (1.0.1-1) unstable; urgency=medium
* Fixed app exit when IPv6 is not supported.
* Other fixes.
-- gustavo-iniguez-goya <gooffy1@gmail.com> Thu, 30 Jul 2020 21:56:20 +0200
opensnitch (1.0.0-1) unstable; urgency=medium
* v1.0.0 released.