WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 7 files changed +23
-11
lines changed
Expand file tree Collapse file tree 7 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package core
33// version related consts
44const (
55 Name = "opensnitch-daemon"
6- Version = "1.7.3 "
6+ Version = "1.8.0 "
77 Author = "Simone 'evilsocket' Margaritelli"
88 Website = "https://github.com/evilsocket/opensnitch"
99)
Original file line number Diff line number Diff line change 1- version = '1.7.3 '
1+ version = '1.8.0 '
Original file line number Diff line number Diff line change 1+ opensnitch (1.8.0-1) unstable; urgency=medium
2+
3+ * Non-maintainer upload.
4+
5+ -- gustavo-iniguez-goya <
[email protected] > Sun, 23 Nov 2025 23:07:49 +0100
6+
17opensnitch (1.7.2-1) unstable; urgency=medium
28
39 * Non-maintainer upload.
Original file line number Diff line number Diff line change 1- daemon/default-config.json etc/opensnitchd/
2- daemon/system-fw.json etc/opensnitchd/
3- daemon/network_aliases.json etc/opensnitchd/
1+ daemon/data/ default-config.json etc/opensnitchd/
2+ daemon/data/ system-fw.json etc/opensnitchd/
3+ daemon/data/ network_aliases.json etc/opensnitchd/
44daemon/data/rules/* etc/opensnitchd/rules/
55daemon/data/tasks/* etc/opensnitchd/tasks/
66ebpf_prog/opensnitch.o usr/lib/opensnitchd/ebpf/
Original file line number Diff line number Diff line change 11Name: opensnitch
2- Version: 1.7.2
2+ Version: 1.8.0
33Release: 1%{?dist }
44Summary: OpenSnitch is a GNU/Linux interactive application firewall
55
5151if [ -f /etc/opensnitchd/default-config.json ]; then
5252 B= "-b"
5353fi
54- install -m 644 $B daemon/default-config.json %{buildroot }/etc/opensnitchd/default-config.json
54+ install -m 644 $B daemon/data/ default-config.json %{buildroot }/etc/opensnitchd/default-config.json
5555
5656B= ""
5757if [ -f /etc/opensnitchd/system-fw.json ]; then
5858 B= "-b"
5959fi
60- install -m 644 $B daemon/system-fw.json %{buildroot }/etc/opensnitchd/system-fw.json
60+ install -m 644 $B daemon/data/ system-fw.json %{buildroot }/etc/opensnitchd/system-fw.json
6161
6262B= ""
6363if [ -f /etc/opensnitchd/network_aliases.json ]; then
6464 B= "-b"
6565fi
66- install -m 644 $B daemon/network_aliases.json %{buildroot }/etc/opensnitchd/network_aliases.json
66+ install -m 644 $B daemon/data/ network_aliases.json %{buildroot }/etc/opensnitchd/network_aliases.json
6767
6868install -m 644 ebpf_prog/opensnitch.o %{buildroot }/usr/lib/opensnitchd/ebpf/opensnitch.o
6969install -m 644 ebpf_prog/opensnitch-dns.o %{buildroot }/usr/lib/opensnitchd/ebpf/opensnitch-dns.o
Original file line number Diff line number Diff line change 1+ opensnitch-ui (1.8.0-1) unstable; urgency=medium
2+
3+ * Non-maintainer upload.
4+
5+ -- Gustavo Iñiguez Goia <
[email protected] > Sun, 23 Nov 2025 23:08:36 +0100
6+
17opensnitch-ui (1.7.2-1) unstable; urgency=medium
28
39 * Non-maintainer upload.
Original file line number Diff line number Diff line change 11%define name opensnitch-ui
2- %define version 1.7.2
3- %define unmangled_version 1.7.2
2+ %define version 1.8.0
3+ %define unmangled_version 1.8.0
44%define release 1
55%define __python python3
66%define desktop_file opensnitch_ui.desktop
You can’t perform that action at this time.
0 commit comments