mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Bump versions to 1.6.0-rc.3
This commit is contained in:
parent
bfe7b579f7
commit
6bfe6cef8d
7 changed files with 21 additions and 9 deletions
|
@ -3,7 +3,7 @@ package core
|
|||
// version related consts
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.6.0rc2"
|
||||
Version = "1.6.0rc3"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.6.0rc2'
|
||||
version = '1.6.0rc3'
|
||||
|
|
|
@ -7,7 +7,7 @@ opensnitch (1.6.0-rc.3-1) unstable; urgency=medium
|
|||
- /usr/local/lib/opensnitchd/ebpf/
|
||||
- /usr/lib/opensnitchd/ebpf/
|
||||
|
||||
Modules under /etc/opensnitchd/ will still ne loaded if found, but it's
|
||||
Modules under /etc/opensnitchd/ will still be loaded if found, but it's
|
||||
deprecated and will be removed in the future.
|
||||
|
||||
There's a new module to intercept processes execution. It may cause some
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
opensnitch (1.6.0-rc.3-1) unstable; urgency=medium
|
||||
|
||||
* eBPF modules are now installed under /usr/lib/opensnitchd/.
|
||||
|
||||
-- gustavo-iniguez-goya <gustavo.iniguez.goya@gmail.com> ga <ga@ono-sendai> Tue, 15 Nov 2022 00:13:09 +0100
|
||||
|
||||
opensnitch (1.6.0-rc.2-1) unstable; urgency=medium
|
||||
|
||||
* New eBPF module to receive events (new execs, etc).
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: opensnitch
|
||||
Version: 1.6.0rc2
|
||||
Version: 1.6.0rc3
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenSnitch is a GNU/Linux application firewall
|
||||
|
||||
|
@ -59,9 +59,9 @@ if [ -f /etc/opensnitchd/system-fw.json ]; then
|
|||
fi
|
||||
install -m 644 -b $B daemon/system-fw.json %{buildroot}/etc/opensnitchd/system-fw.json
|
||||
|
||||
install -m 644 ebpf_prog/opensnitch.o %{buildroot}/etc/opensnitchd/opensnitch.o
|
||||
install -m 644 ebpf_prog/opensnitch-dns.o %{buildroot}/etc/opensnitchd/opensnitch-dns.o
|
||||
install -m 644 ebpf_prog/opensnitch-procs.o %{buildroot}/etc/opensnitchd/opensnitch-procs.o
|
||||
install -m 644 ebpf_prog/opensnitch.o %{buildroot}/usr/lib/opensnitchd/opensnitch.o
|
||||
install -m 644 ebpf_prog/opensnitch-dns.o %{buildroot}/usr/lib/opensnitchd/opensnitch-dns.o
|
||||
install -m 644 ebpf_prog/opensnitch-procs.o %{buildroot}/usr/lib/opensnitchd/opensnitch-procs.o
|
||||
|
||||
# upgrade, uninstall
|
||||
%preun
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
opensnitch-ui (1.6.0-rc.3-1) unstable; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
|
||||
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Tue, 15 Nov 2022 00:14:48 +0100
|
||||
|
||||
opensnitch-ui (1.6.0-rc.2-1) unstable; urgency=medium
|
||||
|
||||
* Bugfixes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%define name opensnitch-ui
|
||||
%define version 1.6.0rc2
|
||||
%define unmangled_version 1.6.0rc2
|
||||
%define version 1.6.0rc3
|
||||
%define unmangled_version 1.6.0rc3
|
||||
%define release 1
|
||||
%define __python python3
|
||||
%define desktop_file opensnitch_ui.desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue