Search Criteria
Package Details: opensnitch-git 1.6.3.r152.1984fb99-1
Package Actions
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: | 43 |
Popularity: | 0.50 |
First Submitted: | 2017-05-03 14:15 (UTC) |
Last Updated: | 2024-07-25 10:25 (UTC) |
Dependencies (23)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnetfilter_queue (libnetfilter_queue-gitAUR)
- libpcap (libpcap-gitAUR)
- python-grpcio
- python-notify2
- python-protobuf (python-protobuf-gitAUR)
- python-pyinotify
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-slugify
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- python-build (make)
- python-grpcio-tools (make)
- python-installer (python-installer-gitAUR) (make)
- python-jaraco.text (make)
- python-nspektr (make)
- python-setuptools (make)
- python-wheel (make)
- qt5-tools (make)
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR) (optional) – logfile rotation
- Show 3 more dependencies...
Required by (3)
- opensnitch-ebpf-module (requires opensnitch)
- opensnitch-ebpf-module-git (requires opensnitch)
- simple-stateful-firewall (requires opensnitch) (optional)
Sources (5)
- fix-systemd-service.patch
- git+https://github.com/evilsocket/opensnitch.git
- https://raw.githubusercontent.com/archlinux/svntogit-community/eebb5fb16ed15251d3ead163e8e4b4229c21a999/trunk/fix-setup.py.patch
- https://raw.githubusercontent.com/archlinux/svntogit-community/eebb5fb16ed15251d3ead163e8e4b4229c21a999/trunk/remove-debian-path.patch
- https://raw.githubusercontent.com/archlinux/svntogit-community/eebb5fb16ed15251d3ead163e8e4b4229c21a999/trunk/tmpfiles.conf
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »
shollingsworth commented on 2021-07-08 18:37 (UTC)
@lsf that did the trick! thanks :)
lsf commented on 2021-07-08 18:25 (UTC)
That's odd (I always run my test builds in a clean chroot, and even there everything built smoothly).
If we'd want to keep the python build call in the
build()
function (instead of moving it topackage()
via the removal of--skip-build
), it might be worth a try to just movesed -i 's/^import ui_pb2/from . import ui_pb2/' opensnitch/ui_pb2*
up one line. That way it would still explicitly be before the python build and should be always included during packaging.I'll get a commit for it ready, maybe that'll do the trick :)
shollingsworth commented on 2021-07-08 18:13 (UTC) (edited on 2021-07-08 18:16 (UTC) by shollingsworth)
@lsf I tested it again, and as is, it's having the same error.
for whatever reason, this patch works though.
lsf commented on 2021-07-08 17:15 (UTC)
Thanks, I've implemented your changes!
I've also added the eBPF module mentioned there as an optional dependency with a separate package as opensnitch-ebpf-module-git ^^
shollingsworth commented on 2021-07-08 14:01 (UTC)
FYI, this patch should fix recent runtime issues.
Not sure how to make pull requests here.
https://github.com/evilsocket/opensnitch/issues/450#issuecomment-876146606
lsf commented on 2021-06-06 12:33 (UTC)
Hm. Are you on Manjaro? maybe some of the dependencies there are out of date (related to python-grpcio-tools); that could always get a bit messy.
compiler1413 commented on 2021-06-06 12:06 (UTC) (edited on 2021-06-06 12:08 (UTC) by compiler1413)
I'm getting build issues now, I'm not sure if this is upstream related or not. I checked all my network settings, nothing is being blocked.
lsf commented on 2021-03-30 10:00 (UTC)
Thanks @tioguda – I've added the PR as a patch to the PKGBUILD until it gets merged upstream :)
tioguda commented on 2021-03-30 00:33 (UTC)
I was only able to compile after using this commit.
Greetings.
Willusetologin commented on 2021-03-23 08:04 (UTC) (edited on 2021-03-24 05:05 (UTC) by Willusetologin)
Who have problems with the compilation like me...
file: PKGBUILD
...
build() {
## if you have a problem with go requirements
cd "$srcdir/opensnitch-$pkgver/daemon"
go get -a
## if you need the daemon creating a socket when start.
sed -i 's%ExecStart=.*%& -ui-socket \"unix:///tmp/osui.sock\"%' opensnitchd.service
...
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »