Search Criteria
Package Details: xtables-addons 3.13-1
Git Clone URL: | https://aur.archlinux.org/xtables-addons.git (read-only, click to copy) |
---|---|
Package Base: | xtables-addons |
Description: | Xtables-addons is a 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: | |
Conflicts: | |
Replaces: | |
Submitter: | None |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 30 |
Popularity: | 0.000026 |
First Submitted: | 2009-04-20 09:21 |
Last Updated: | 2020-12-08 06:55 |
Dependencies (8)
- glibc (glibc-git)
- iptables (iptables-git, iptables-minimal-git, iptables-nosystemd-minimal-git, iptables-fullconenat, iptables-fullconenat-nft, iptables-nft)
- linux (linux-surfacepro3-git, linux-aarch64-rock64-bin, linux-ec2, linux-galliumos, linux-zest-git, linux-lts49-kallsyms, linux-bootsplash, linux-odroid)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- libtool (libtool-git) (make)
- linux-api-headers (linux-api-headers-git) (make)
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, kernel-uek-devel, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
k0ste commented on 2018-05-17 09:25
4.16.8 works fine.
kenubi commented on 2018-05-17 09:21
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
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
@amish, nope. Your usage is very uncommon. Make packets for yourself as you wish.
k0ste commented on 2017-12-25 06:14
@amish I added another variable. Try to define this in PKGBUILD and .install script.
_linux_custom="lts"
_linux_localversion="-lts"
k0ste commented on 2017-12-16 04:47
Not true. If kernel is upgraded and not rebooted, for example from 4.5.1 to 4.5.2 then "defaults" try to build over 4.5.1 - and build will failed.
k0ste commented on 2016-08-17 09:00
Forgot push commit. Now install on 4.7.0-1 okay.
oksijun commented on 2016-08-17 08:51
Depmod step in install stage failed with linux 4.7.0-1-ARCH.
In xtables-addons.install, I replaced :
kernver="`pacman -Qe linux | awk '{print $2"-ARCH"}'`"
with:
kernver="`pacman -Ql linux | awk -F'/' '/(\/modules\/)([0-9.-])+-ARCH\/$/ {print $5}'`"
to get it to succeed.
jskier commented on 2016-05-22 20:35
Thanks, appears to work good now.
dtschmitz commented on 2016-05-21 21:05
@nmset,
Thanks for attaching 'your' diff file.
I ran it with no errors.