Paul Fertser and Stijn Tintel
243673b2d0
strongswan: allow to specify per-connection reqid with UCI
...
This is useful to assign all traffic to a fw3 zone, e.g.:
/etc/config/ipsec:
config remote 'test'
list tunnel 'dev'
...
config 'tunnel' 'dev'
option reqid '33'
...
/etc/config/firewall:
config zone
option name wan
option extra_src "-m policy --pol none --dir in"
option extra_dest "-m policy --pol none --dir out"
...
config zone
option name vpn
# subnet needed for firewall3 before 22 Nov 2019, 8174814a
list subnet '0.0.0.0/0'
option extra_src "-m policy --pol ipsec --dir in --reqid 33"
option extra_dest "-m policy --pol ipsec --dir out --reqid 33"
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2020-01-17 01:07:32 +02:00
Paul Fertser
1d58e2797d
openocd: bump version to 0.10.0
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2017-01-24 17:05:05 +03:00
Paul Fertser
7eb58cb2bf
nginx: add support for SPNEGO authentication
...
This adds a module suitable for Kerberos SSO, e.g. for integrating
into Active Directory domains.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-09-01 08:15:26 +03:00
Paul Fertser
608d71b26f
openocd: include nls.mk to fix build with full NLS support
...
Since openocd depends on hidapi it needs appropriate LD_FLAGS to link
against it as that library depends on libiconv.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-08-29 14:35:22 +03:00
Paul Fertser
26c9101b54
freetype: fix include path for cross-compilation
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-07-19 18:53:55 +03:00
Paul Fertser
4869be787a
macchanger: fix build with musl
...
According to netdevice(7) ifr_data is a "char *", not caddr_t.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-06-21 15:06:32 +03:00
Paul Fertser and Karl Palsson
6e416709e8
openocd: update to final 0.9.0
...
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-06-02 10:05:25 +00:00
Paul Fertser
fea9189e89
openocd: update to 0.9.0-rc1
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-04-24 19:27:15 +03:00
Paul Fertser
ad9ae24a29
openocd: fix package dependencies
...
OpenOCD autoselects libftdi1 when it's present, and should explicitly
depend on it, same about libusb-0.1 API which is provided by
libusb-compat.
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-02-03 17:11:37 +03:00
Paul Fertser
361c320678
openocd: add OpenOCD, a tool to work with on-chip debug and JTAG
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-02-01 21:18:00 +03:00
Paul Fertser
d045b02883
hidapi: add HIDAPI, a library to access HID devices
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com >
2015-02-01 21:17:52 +03:00