Jan Engelhardt
f6e2fb815e
Xtables-addons 1.27
2010-05-16 22:19:02 +02:00
Jan Engelhardt
54d80a73b4
compat_xtables: more 2.6.35 support
2010-05-14 11:51:34 +02:00
Jan Engelhardt
a46ca95078
Xtables-addons 1.26
2010-04-30 22:54:06 +02:00
Jan Engelhardt
03e10ff544
Xtables-addons 1.25
2010-04-26 14:14:02 +02:00
Jan Engelhardt
6340363394
Xtables-addons 1.24
2010-03-17 02:50:23 +01:00
Jan Engelhardt
749e0b788a
build: fix build of userspace modules against old headers from linux-glibc-devel
2010-03-17 02:10:56 +01:00
Jan Engelhardt
8b71d90002
Xtables-addons 1.23
2010-02-24 20:59:38 +01:00
Jan Engelhardt
457e86b908
build: support for Linux 2.6.34
2010-02-24 12:11:10 +01:00
Jonas Berlin
1f8b91ce53
doc: improve documentation for using non-standard location of libxtables
...
How to use PKG_CONFIG_PATH. Get rid of remaining references to
recently removed --with-xtables flag.
2010-02-18 12:56:46 +01:00
Jan Engelhardt
40d0345f1e
build: remove unnecessasry --with-xtables option
...
Jonas Berlin notes that --with-xtables only emitted a -I parameter
and -L was absent.
On second look, we would also be missing -Wl,-rpath, and that would
all be system-dependent. The --with-xtables option is actually not
needed; one can easily specify extra include directories and linker
flags by means of overriding libxtables_CFLAGS and libxtables_LIBS
(even when there are no installed pkgconfig files for libxtables).
2010-02-16 22:26:07 +01:00
Jan Engelhardt
3e70d6289d
build: remove unused kinclude_CFLAGS
2010-02-16 22:26:07 +01:00
Jan Engelhardt
d99c8570f3
build: remove unused --with-ksource option
2010-02-16 22:26:07 +01:00
Jan Engelhardt
b4b0ab9ef4
Xtables-addons 1.22
2010-01-22 20:14:37 +01:00
Jan Engelhardt
50c4ee1a5e
Xtables-addons 1.21
2009-12-09 21:24:12 +01:00
Jan Engelhardt
3c0397867b
Xtables-addons 1.20
2009-11-19 12:14:26 +01:00
Jan Engelhardt
15de3beb63
build: consolidate xtables_CFLAGS and libxtables_CFLAGS
...
There was one variable too much around.
2009-11-07 21:03:04 +01:00
Natanael Copa
7bd0157a9a
build: fix --without-kbuild semantics
...
The --without-build option is useful when your distro has multiple
kernels and/or you want to build a common package for userspace stuff
only. Support this option properly.
2009-11-03 17:45:49 +01:00
Jan Engelhardt
3f426f3b43
build: reword warning message for x_tables.h absence
2009-10-14 15:19:57 +02:00
Jan Engelhardt
0b3ae22673
build: check for /usr/include/linux files
2009-10-13 11:45:12 +02:00
Jan Engelhardt
bc5a7d8e3a
Xtables-addons 1.19
2009-10-12 18:57:08 +02:00
Jan Engelhardt
00573d0172
Merge branch 'pknock'
2009-10-12 18:46:53 +02:00
Jan Engelhardt
5184176c3b
pknock: move into separate directory
...
There will be a number of pknock-related tools, e.g. the trigger
programs, so move that out to its own directory.
2009-10-09 17:50:05 +02:00
Jan Engelhardt
69dd0686e2
doc: remove --with-ksource from help text
...
--with-ksource should almost never be needed, so do not visibily
offer it.
2009-10-07 00:07:24 +02:00
Jan Engelhardt
48325a209e
build: support for Linux 2.6.32
2009-10-07 00:02:56 +02:00
Jan Engelhardt
3131448443
build: require at least automake 1.10
...
Automake 1.10 seems to be the first to set abs_srcdir and such.
2009-09-26 00:11:35 +02:00
Jan Engelhardt
5cb36ed213
ACCOUNT: move xt_ACCOUNT into its own subdirectory
...
Will be adding related userspace programs shortly, and an extra
directory for the same reason it is for ipset/.
2009-09-24 01:00:15 +02:00
Jan Engelhardt
2c53605084
build: enable automake for extensions/ directory
...
Because we are likely to be having more userspace programs soon, and
reproducing manual makefiles is a bad idea, make extensions/ ready
for automake traversal. The build pattern now is:
1. toplevel Makefile.am starts off with extensions/Makefile.am
2. Makefile.am
a. builds programs in current directory
b. runs Kbuild
- only from extensions/Makefile.am
(so it does not get reinvoked from case 2cII)
- Kbuild recurses on its own
c. runs Mbuild
I. builds iptables shared libraries in current directory
II. runs Makefile.am in each subdir (goto step 2.)
2009-09-24 00:59:59 +02:00
Jan Engelhardt
537f25dbad
build: use automake in ipset/
2009-09-19 20:11:59 +02:00
Jan Engelhardt
b0a6111054
build: stable version number detection fix
2009-09-12 02:42:40 +02:00
Jan Engelhardt
26f25a43a9
Xtables-addons 1.18
2009-09-09 17:37:07 +02:00
Jan Engelhardt
6b2ca78af7
build: fix kernel version info
2009-07-02 01:04:48 +02:00
Jan Engelhardt
ee24cd1ac1
Xtables-addons 1.17
2009-06-16 16:25:53 +02:00
Jan Engelhardt
23e83aa04c
Xtables-addons 1.16
2009-05-27 14:55:51 +02:00
Jan Engelhardt
fe7a66f3cb
Xtables-addons 1.15
2009-04-30 20:58:23 +02:00
Jan Engelhardt
5e2085a45f
build: reword RH5-unsupported warning
2009-04-28 01:41:57 +02:00
Jan Engelhardt
b427c930f2
build: add kernel version check to configure
2009-04-26 20:22:40 +02:00
Jan Engelhardt
7dd96ec357
Xtables-addons 1.14
2009-03-31 22:55:29 +02:00
Jan Engelhardt
f96bc08f35
Xtables-addons 1.13
2009-03-23 15:50:42 +01:00
Jan Engelhardt
a0c791dc88
Upgrade to iptables 1.4.3 API
2009-03-19 11:05:26 +01:00
Jan Engelhardt
0bb538ba69
Xtables-addons 1.12
2009-03-07 03:24:21 +01:00
Jan Engelhardt
08cb9e5584
Xtables-addons 1.10
2009-02-18 00:31:26 +01:00
Jan Engelhardt
c168a2f142
Xtables-addons 1.9
2009-01-30 06:34:07 +01:00
Jan Engelhardt
85cab10371
Xtables-addons 1.8
2009-01-10 14:05:46 +01:00
Jan Engelhardt
598c7ede37
Xtables-addons 1.7
2008-12-25 20:10:38 +01:00
Jan Engelhardt
5b1bfedb82
Xtables-addons 1.6
2008-11-18 18:16:34 +01:00
Jan Engelhardt
e87dc5d5e1
Xtables-addons 1.5.7
2008-09-01 15:35:51 -04:00
Jan Engelhardt
8a7354d8d5
build: remove dependency on netinet/in6.h
2008-09-01 15:27:43 -04:00
Jan Engelhardt
c18fae4f2f
Xtables-addons 1.5.5
2008-08-03 16:29:33 -04:00
Jan Engelhardt
9d696b727a
Import ipset-2.3.2a (userspace components)
2008-07-04 18:38:58 +02:00
Jan Engelhardt
0959b60b07
Xtables-addons 1.5.4.1
2008-04-26 12:57:08 +02:00