Search Criteria
Package Details: xtables-addons 3.27-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xtables-addons.git (read-only, click to copy) |
---|---|
Package Base: | xtables-addons |
Description: | Set of additional extensions for the Xtables packet filter that is present in the Linux kernel |
Upstream URL: | https://inai.de/projects/xtables-addons |
Keywords: | iptablex xtables |
Licenses: | GPL2 |
Conflicts: | xtables-addons-dkms |
Replaces: | xtables-addons-dkms |
Submitter: | None |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 31 |
Popularity: | 0.61 |
First Submitted: | 2009-04-20 09:21 (UTC) |
Last Updated: | 2024-12-27 13:33 (UTC) |
Dependencies (8)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- iptables (iptables-gitAUR, iptables-fullconenatAUR, iptables-fullconenat-nftAUR, iptables-nft)
- linux
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- libtool (libtool-gitAUR) (make)
- linux-api-headers (make)
- linux-headers (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
kenubi commented on 2018-09-18 13:28 (UTC)
4.18.8 :( """CC [M] /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.o /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.c: In function ‘dnetmap_tg’: /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.c:406:32: error: passing argument 2 of ‘nf_nat_setup_info’ from incompatible pointer type [-Werror=incompatible-pointer-types] return nf_nat_setup_info(ct, &newrange, ^~~~~~~~~ In file included from /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.c:35: ./include/net/netfilter/nf_nat.h:42:39: note: expected ‘const struct nf_nat_range2 ’ but argument is of type ‘struct nf_nat_range ’ const struct nf_nat_range2 range, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.c:495:31: error: passing argument 2 of ‘nf_nat_setup_info’ from incompatible pointer type [-Werror=incompatible-pointer-types] return nf_nat_setup_info(ct, &newrange, HOOK2MANIP(par->state->hook)); ^~~~~~~~~ In file included from /alt/packages/xtables-addons-3.0-2/xtables-addons/src/xtables-addons-3.0/extensions/xt_DNETMAP.c:35: ./include/net/netfilter/nf_nat.h:42:39: note: expected ‘const struct nf_nat_range2 ’ but argument is of type ‘struct nf_nat_range ’ const struct nf_nat_range2 range, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ cc1: some warnings being treated as errors """
k0ste commented on 2018-05-17 09:40 (UTC)
Compiling is fine, was checked already.
kenubi commented on 2018-05-17 09:39 (UTC) (edited on 2018-05-17 10:11 (UTC) by kenubi)
can you check the compilation? /var/pacman.log: [2018-05-17 10:17] [ALPM] upgraded linux-api-headers (4.14.8-1 -> 4.16.1-1) ??; gcc-libs (7.3.1+20180312-2 -> 8.1.0-1) -big change? ; linux (4.15.14-1 -> 4.16.8-1); linux-headers (4.15.14-1 -> 4.16.8-1) ("checked already." thanks k0ste) [edit:] I'm stupid :), I worked with an old pkgbuild (Feb / 2018), I was looking at PKGBUILD pkgver = 3.0 pkgrel = 1
k0ste commented on 2018-05-17 09:25 (UTC)
4.16.8 works fine.
kenubi commented on 2018-05-17 09:21 (UTC) (edited on 2018-05-17 09:26 (UTC) by kenubi)
today I updated the system (4.16.8-1, previous 4.15.14). $makepkg .., makepkg reports the file is missing: ./include/linux/kernel.h:6:10: fatal error: stdarg.h: #include <stdarg.h> (in xtables-addons-3.0/src/doc/changelog.txt - "support for Linux 4.15, 4.16") solution? https://github.com/lwfinger/rtl8188eu/issues/238 ?</stdarg.h>
dcuk commented on 2018-02-08 17:06 (UTC)
Hmm, this seems to be broken against kernel 4.15.1-2-ARCH, no upstream patches that I can see. I'll see if I can turn up a fix.
k0ste commented on 2017-12-25 07:19 (UTC)
@amish, nope. Your usage is very uncommon. Make packets for yourself as you wish.
k0ste commented on 2017-12-25 06:14 (UTC) (edited on 2017-12-25 06:14 (UTC) by k0ste)
@amish I added another variable. Try to define this in PKGBUILD and .install script.
_linux_custom="lts"
_linux_localversion="-lts"
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »