Package Details: opensnitch-git 1.6.0rc5.r84.e1afd24-2

Git Clone URL: https://aur.archlinux.org/opensnitch-git.git (read-only, click to copy)
Package Base: opensnitch-git
Description: A GNU/Linux port of the Little Snitch application firewall
Upstream URL: https://github.com/evilsocket/opensnitch
Licenses: GPL3
Conflicts: opensnitch
Provides: opensnitch
Submitter: None
Maintainer: lsf
Last Packager: lsf
Votes: 40
Popularity: 0.002756
First Submitted: 2017-05-03 14:15 (UTC)
Last Updated: 2023-06-11 11:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 18 Next › Last »

yochananmarqos commented on 2021-02-26 17:51 (UTC)

@lsf: Oops, forgot you were still around when I adjusted the Maintainers / Contributors.

I'm not using this and it's been to much of a hassle to maintain.

lsf commented on 2021-02-26 15:42 (UTC)

Things should build (and run) again now.

I'm not certain if I can always properly maintain the package in a timely manner, so if anyone else feels up to the task, I'd be happy to pass it on.

Still, as long as I'll keep using it myself, I'll at least try to keep things running ^^

conradob commented on 2021-02-26 14:09 (UTC)

I'm also facing the same issue @malcolm mentioned.

malcolm commented on 2021-02-23 15:02 (UTC)

Hi, the build() it's not working

==> Starting build()...
~/.cache/yay/opensnitch-git/src/opensnitch/daemon ~/.cache/yay/opensnitch-git/src/opensnitch
go: downloading github.com/golang/protobuf v1.4.3
go: downloading google.golang.org/protobuf v1.23.0
# github.com/golang/protobuf/protoc-gen-go
loadinternal: cannot find runtime/cgo
go get: upgraded github.com/golang/protobuf v1.0.0 => v1.4.3
procmon/watcher.go:8:2: missing go.sum entry for module providing package github.com/evilsocket/ftrace (imported by github.com/evilsocket/opensnitch/daemon/procmon); to add:
        go get github.com/evilsocket/opensnitch/daemon/procmon
conman/connection.go:16:2: no required module provides package github.com/evilsocket/opensnitch/daemon/ui/protocol; to add it:
        go get github.com/evilsocket/opensnitch/daemon/ui/protocol
firewall/config.go:10:2: missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by github.com/evilsocket/opensnitch/daemon/firewall); to add:
        go get github.com/evilsocket/opensnitch/daemon/firewall
netfilter/packet.go:6:2: missing go.sum entry for module providing package github.com/google/gopacket (imported by github.com/evilsocket/opensnitch/daemon/dns); to add:
        go get github.com/evilsocket/opensnitch/daemon/dns
netfilter/queue.go:21:2: missing go.sum entry for module providing package github.com/google/gopacket/layers (imported by github.com/evilsocket/opensnitch/daemon/conman); to add:
        go get github.com/evilsocket/opensnitch/daemon/conman
netlink/socket_linux.go:11:2: missing go.sum entry for module providing package github.com/vishvananda/netlink/nl (imported by github.com/evilsocket/opensnitch/daemon/netlink); to add:
        go get github.com/evilsocket/opensnitch/daemon/netlink
ui/client.go:16:2: missing go.sum entry for module providing package golang.org/x/net/context (imported by github.com/evilsocket/opensnitch/daemon/ui); to add:
        go get github.com/evilsocket/opensnitch/daemon/ui
ui/client.go:17:2: missing go.sum entry for module providing package google.golang.org/grpc (imported by github.com/evilsocket/opensnitch/daemon/ui); to add:
        go get github.com/evilsocket/opensnitch/daemon/ui
ui/client.go:18:2: missing go.sum entry for module providing package google.golang.org/grpc/connectivity (imported by github.com/evilsocket/opensnitch/daemon/ui); to add:
        go get github.com/evilsocket/opensnitch/daemon/ui
make: *** [Makefile:15: opensnitchd] Erro 1

lambdaclan commented on 2020-12-25 00:56 (UTC)

@yochananmarqos:Seems like the newest build requires an extra build dependency?

https://github.com/gustavo-iniguez-goya/opensnitch/wiki/Compilation#installation-from-sources

Adding protoc-gen-go/protoc-gen-go-grpc to makedepends seems to resolve the issue.

squalou commented on 2020-12-14 07:40 (UTC)

thx !

btw, keep an eye on https://github.com/gustavo-iniguez-goya/opensnitch/issues/103 in case some other news happens regarding repos, things may still change in near future.

yochananmarqos commented on 2020-12-13 16:07 (UTC)

@squalou: Done.

lsf commented on 2020-12-13 14:35 (UTC)

@yochananmarqos: I'll do that. Thanks for all your your work on it! (and as I said: I'll stick around, maybe I can still help out every now and then ;)

squalou commented on 2020-12-13 14:32 (UTC) (edited on 2020-12-13 14:35 (UTC) by squalou)

Hi, as per request from gustavo-iniguez-goya, could you please switch back this package to original github repo : https://github.com/evilsocket/opensnitch

New developments will be done there.

(see this for details https://github.com/gustavo-iniguez-goya/opensnitch/issues/103 )

thanks!

BTY : @rtt, I faced the same issue, was related to a packaging issue in python-grpc. Fixed since. see thsi for details https://github.com/gustavo-iniguez-goya/opensnitch/issues/98

yochananmarqos commented on 2020-12-09 00:12 (UTC)

@rtt: Do not flag VCS packages out of date when you have a build issue, post a comment instead. You did so, but the error seems to be because you need to rebuild your Python packages for Python 3.9.

@lsf: You can orphan it if you don't want responsibility anymore, no worries.