Search Criteria
Package Details: pgl-cli 2.3.1-1
Git Clone URL: | https://aur.archlinux.org/pgl-cli.git (read-only, click to copy) |
---|---|
Package Base: | pgl-cli |
Description: | A privacy oriented firewall application (Daemon & CLI). |
Upstream URL: | http://sourceforge.net/projects/peerguardian/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Gilrain |
Maintainer: | Gilrain |
Last Packager: | Gilrain |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2011-08-25 13:04 |
Last Updated: | 2016-01-14 14:34 |
Dependencies (16)
- bash (bash-devel-git, bash-devel-static-git)
- coreutils (coreutils-git, coreutils-selinux)
- dbus (dbus-elogind, dbus-git, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux, dbus-nosystemd)
- iptables (iptables-git, iptables-nosystemd-minimal-git, iptables-fullconenat, iptables-fullconenat-nft, iptables-minimal-git, iptables-nft)
- libnetfilter_queue (libnetfilter_queue-git)
- logrotate (logrotate-git, logrotate-selinux)
- procps-ng (procps-ng-git, procps-ng-static, procps-ng-nosystemd-minimal-git, procps-ng-nosystemd)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- wget (wget-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git) (optional) – to whitelist local IP addresses
- networkmanager (networkmanager-secure, networkmanager-noscan, networkmanager-consolekit, networkmanager-git, networkmanager-iwd) (optional) – to whitelist newly started network interfaces
- p7zip (p7zip-natspec, p7zip-jinfeihan57-git) (optional) – for 7z blocklists
- smtp-forwarder (femtomail-git, ssmtp-plain, opensmtpd-snapshot, exim-mysql, opensmtpd-git, dma, exim-heavy, esmtp, sendmail, exim-gnutls, ssmtp, courier-mta, exim, msmtp-mta, nullmailer, opensmtpd, postfix) (optional) – to send reports
- tcptraceroute (optional) – to diagnose connection problems
- unzip (unzip-natspec, unzip-iconv) (optional) – for zipped blocklists
Latest Comments
1 2 3 4 5 6 ... Next › Last »
jre commented on 2016-01-22 00:57
Patches are of course always welcome. However please note that we are currently finally working on the code touching /tmp. When we're done /tmp will only be touched by pglcmd.
Gilrain commented on 2016-01-21 20:46
> The package tries to install /tmp with different permissions.
That's an upstream problem: compiling the software creates a bunch of (unnecessary) standard directories. Feel free to look at the source's makefiles and submit a patch.
bo0ts commented on 2016-01-21 17:57
The package tries to install /tmp with different permissions.
pacman -Ql pgl-cli | grep tmp
pgl-cli /tmp/
graysky commented on 2015-05-04 19:32
Crazy. It's working now.. must be gremlins.
Gilrain commented on 2015-05-04 19:30
No problems here on an up to date system (same kernel).
graysky commented on 2015-05-04 19:18
Under linux 4.0.1-1-ARCH, pgl fails with this in the log:
Error 170: Could not load kernel module xt_NFQUEUE, not starting pgld! ... failed!
Thoughts? Upstream bug?
pientro commented on 2015-03-07 08:38
Please add arch=('armv7h') ...
It works!
graysky commented on 2015-01-25 21:50
It's just systemd that needed to be present in addition to your others. I think only base-devel and anything it drags down are not needed.
graysky commented on 2015-01-25 20:42
It's just systemd that needed to be present in addition to your others. I think only base-devel and anything it drags down are needed.
Gilrain commented on 2015-01-25 20:34
@graysky: I had assumed that since systemd and a bunch of other tools are part of the base group, they need not be listed as dependencies but I couldn't find an official word on this except in https://wiki.archlinux.org/index.php/Arch_User_Repository#Foo_in_AUR_does_not_compile_when_I_run_makepkg.3B_what_should_I_do.3F
The deps are now listed to the last, should help.