mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Bump daemon version to 1.0.1
This commit is contained in:
parent
c2daf45df3
commit
544ce11a21
3 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
|
|
@ -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
7
debian/changelog
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue