Commit graph

6410 commits

Author SHA1 Message Date
Karl Palsson
88fb4ac6b7 pagekite: avoid redundant information in syslog
Patch from upstream: 7b45878185

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Karl Palsson
af84a226f0 pagekite: bump to v0.91.200218
pings the front ends less aggressively, reducing cpu usage on the host.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-02-26 11:21:53 +00:00
Nikos Mavrogiannopoulos
f61be91299 ocserv: updated to 0.12.6
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-02-26 05:58:54 +01:00
Lucian Cristian
f37d1b698d libreswan: update to 3.30
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-25 22:49:52 +02:00
Rosen Penev
eaf5225323
stubby: makefile and init script cleanup
Reordered Makefile according to
https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 .

Added PKG_BUILD_PARALLEL for faster compilation.

Remove duplicated conffiles section.

Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere

Run init script through shellcheck and clean it up.

Added chmod for the stubby config file, to fix a LuCI issue.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-24 16:26:12 -08:00
Daniel Bermond
b1aed107b6
samba4: bring back the fix to build with parallel jobs
Fixes #11417

The fix was implemented in commit 710700c and was later removed in
commit c50c583.

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2020-02-23 19:07:52 +00:00
Stijn Segers
839c2e3cae unbound: enable ipset support for the unbound-daemon-heavy variant.
This patch enables ipset support in the unbound-daemon-heavy variant. See [1] for
instructions on how to use it.

Also fix a minor typo in the libunbound-light description.

[1] https://github.com/NLnetLabs/unbound/pull/28

Signed-off-by: Stijn Segers <foss@volatilesystems.org>
2020-02-23 16:03:37 +01:00
Stijn Segers
f779ef48cd Unbound: update to 1.10.0
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
2020-02-23 12:02:26 +01:00
Hannu Nyman
9c64725f3f
Merge pull request #11414 from wfleurant/ygg-bump-0-3-13
yggdrasil: bump to 0.3.13
2020-02-23 16:40:47 +07:00
Rosen Penev
90135f75e4
Merge pull request #11408 from tru7/knxd
knxd: bump to version 0.14.31
2020-02-23 01:15:39 -08:00
Othmar Truniger
9db03d90c2 knxd: bump to version 0.14.31
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-02-23 09:50:47 +01:00
Hannu Nyman
484f12874d
Merge pull request #11411 from rs/nextdns-1.4.33
nextdns: Update to version 1.4.33
2020-02-23 14:36:12 +07:00
William Fleurant
0642927d5d yggdrasil: bump to 0.3.13
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2020-02-22 22:31:04 -05:00
Olivier Poitrey
bc97902cf3 nextdns: Update to version 1.4.33
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-02-22 16:34:51 -08:00
Josef Schlehofer
e5928b372d
lighttpd: update to version 1.4.55
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-22 21:54:45 +01:00
Jo-Philipp Wich
4f4a7e9532 cgi-io: use O_TMPFILE for uploads and attempt to directly link target file
Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the
file in place using linkat(). Only fall back to the old file copy when
linking the tempfile fails.

Avoids double memory use if both the temporary upload file and the
destination file are located in /tmp.

Ref: https://github.com/openwrt/luci/issues/3654
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-22 18:17:33 +01:00
Kimmo Vuorinen
e7088fe82c sshtunnel: init script improvements
* Fix for OpenSSH pickiness about argument order to be able to use
  tap devices.
* Allow tun/tap devices to be used from index 0 as demonstrated in
  example config.
* Change arithmetic expressions.

Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
2020-02-20 09:04:33 +01:00
Rosen Penev
fe71eacbc6
geth: update to 1.9.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 19:37:43 -08:00
Rosen Penev
ef8ee4f94f
Merge pull request #11257 from jefferyto/python3-django1
django1: Rename django1-restframework, add python3-django1
2020-02-18 19:52:00 -08:00
David Bauer
a1a8f74368 jool: compile common module first
Compile the common module first, as otherwise the dependency on the
jool-common module is not detected.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-19 00:57:02 +01:00
Rosen Penev
288fcd89b1
Merge pull request #10031 from neheb/htt
apache: fix compilation without deprecated OpenSSL APIs
2020-02-18 15:18:33 -08:00
Rosen Penev
309e708a7d
Merge pull request #11344 from neheb/abaskat3ra321
sslh: update to 1.20
2020-02-18 15:03:26 -08:00
Rosen Penev
c9b35dfbac
Merge pull request #11380 from wvdakker/master
Shorewall: Bump to 5.2.3.6
2020-02-18 14:50:26 -08:00
W. van den Akker
d4fe9302c5
Shorewall6: Bump to version 5.2.3.6
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:16:51 +01:00
W. van den Akker
dafd5cb21a
Shorewall: Bump to version 5.2.3.6
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:15:49 +01:00
W. van den Akker
37b932d102
Shorewall6-lite: Bump to version 5.2.3.6
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:14:56 +01:00
W. van den Akker
7d806ec024
Shorewall-lite: Bump to version 5.2.3.6
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:14:16 +01:00
W. van den Akker
1a399e4d59
Shorewall-core: Bump to version 5.2.3.6
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-02-18 16:13:22 +01:00
Marcos Del Sol Vives
ab6d05d366 acme: update to 2.8.5
Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
2020-02-18 15:47:52 +01:00
Rosen Penev
2ec5401a3b
Merge pull request #11342 from neheb/abaskat3ra3
lftp: update to 4.9.1
2020-02-18 01:26:41 -08:00
Rosen Penev
41205b9a19
Merge pull request #11328 from neheb/aba
socat: update to 1.7.3.4
2020-02-17 16:29:14 -08:00
Rosen Penev
e76a71e667
Merge pull request #11294 from peter-stadler/nginx-util
[RFC] nginx-util: resolve recursive CONFLICTS
2020-02-16 19:37:58 -08:00
Rosen Penev
f47522c67e
Merge pull request #11316 from br101/pingcheck-update
pingcheck: Update and add script directories
2020-02-16 19:34:13 -08:00
Rosen Penev
e2bd991ff7
Merge pull request #11355 from neheb/abaska222
nfdump: fix compilation with musl-fts
2020-02-16 11:18:00 -08:00
Jo-Philipp Wich
acc731f314
Merge pull request #11352 from dengqf6/nlbw
nlbwmon: bump to latest git
2020-02-16 16:15:13 +01:00
Rosen Penev
69c5459599
nfdump: fix compilation with musl-fts
This either uses it, or falls back on its own implementation.

Removed nls.mk. It's not needed/used.

Added size reduction FLAGS.

Cleaned up for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-15 21:40:04 -08:00
Rosen Penev
11f7efd3a2
Merge pull request #11347 from neheb/abaskat31
cifs-utils: update to 6.10
2020-02-15 19:47:39 -08:00
Rosen Penev
ea0cd8d774
Merge pull request #11348 from neheb/qw
miniupnpc: update to 2.1.20191224
2020-02-15 19:47:20 -08:00
Rosen Penev
efdca28bfc
Merge pull request #11337 from neheb/prot
spoofer: remove host build + cleanups
2020-02-15 19:35:32 -08:00
DENG Qingfang
5e140462e4 nlbwmon: bump to latest git
e921ca0a Add further commonly used protocols to the protocol file.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-16 01:53:22 +08:00
Rosen Penev
acabb2cf50 tor: fix init scripts
pidfile should not be set. tor handles it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-15 03:55:02 -08:00
Rosen Penev
a0cab3ca3a
Merge pull request #11330 from neheb/abask
uacme: update to 1.0.22
2020-02-15 01:58:52 -08:00
Rosen Penev
3e54fabd9d
cifs-utils: update to 6.10
Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 21:02:58 -08:00
Rosen Penev
d573632dac
miniupnpc: update to 2.1.20191224
Removed inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 20:31:09 -08:00
Rosen Penev
ded3ad41b8
sslh: update to 1.20
Fixed maintainer entry.

Added patch fixing compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 16:59:06 -08:00
Rosen Penev
d47092c521
lftp: update to 4.9.1
Fix CPE ID.

Use PKG_INSTALL for consistency between packages.

Use PKG_BUILD_PARALLEL for faster compilation.

Remove outdated std parameter.

Change URLs to HTTPS.

Various minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 16:23:04 -08:00
Rosen Penev
63107fa8c0
spoofer: remove host build + cleanups
The host build is not used by anything.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Added missing protobuf/host build dependency. This was previously
specified as a host dependency, which is wrong.

Removed pointless std parameter.  It's only useful for old G++ versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:16:35 -08:00
Hannu Nyman
8cd7528cb0
Merge pull request #11306 from adrianschmutzler/brcm
collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
2020-02-14 15:53:16 +02:00
Rosen Penev
a2228a1071
Merge pull request #11331 from neheb/abaska
udpxy: update to 1.0-24.1
2020-02-13 20:49:07 -08:00
Rosen Penev
549be0480a
Merge pull request #11275 from neheb/upnp
miniupnpd: convert to procd
2020-02-13 16:42:24 -08:00
Rosen Penev
368d686757
udpxy: update to 1.0-24.1
Switched to codeload tarballs. Simplified the Makefile as a result.

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:56:11 -08:00
Rosen Penev
88378b18d3
uacme: update to 1.0.22
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:55:28 -08:00
Rosen Penev
aa87fde482
socat: update to 1.7.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:53:36 -08:00
Rosen Penev
4bd8f1bae6
dnsdist: fix compilation on PIE ARM64
$(FPIC) evaluates to -fpic on ARM64, breaking compilation:

The dnsdist build system handles it properly anyway. Added --with-pic to
make it explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:48:44 -08:00
Rosen Penev
c61614a849
miniupnpd: convert to procd
Massive cleanup of the shell script. Many issues were fixed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:34:25 -08:00
Hannu Nyman
51f656e29f
Merge pull request #11322 from gladiac1337/haproxy-2.1.3
haproxy: Update HAProxy to v2.1.3
2020-02-13 21:18:14 +02:00
David Bauer
770ae84245 jool: increment PKG_RELEASE
Fixes 1a85f72e51

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-13 10:15:14 +01:00
Christian Lachner
4824685d08 haproxy: Update HAProxy to v2.1.3
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.3.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-02-13 10:05:17 +01:00
Jo-Philipp Wich
39087eba18 cgi-io: use dynamic memory for post decoding, support proc files
Allocate dynamic buffer memory for decoding post data and allow post
requsts up to 128KB compared to the previos 1KB limit.

Also support downloading /proc and /sys files by falling back to
chunked transfer encoding when the file size cannot be determined.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-13 08:38:32 +01:00
Jeffery To
ec97bdee35 django1-restframework: Rename to django-restframework39, add Py3 package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-02-13 15:29:08 +08:00
Rosen Penev
57dd0ca59b
Merge pull request #11230 from flyn-org/nfdump
nfdump: add new package
2020-02-12 19:48:06 -08:00
W. Michael Petullo
6cf3da648b nfdump: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-02-12 22:12:33 -05:00
Rosen Penev
597560311b
Merge pull request #11315 from aleksander0m/aleksander/mm-1-12-6
modemmanager: release 1.12.6
2020-02-12 15:20:27 -08:00
Rosen Penev
3f7990667a
Merge pull request #10908 from ja-pa/tor-config
tor: add basic uci config
2020-02-12 14:51:12 -08:00
Jan Pavlinec
ca6528f002
tor: update init script
Changes:
-add uci config
-create pid file by procd
-add reload function

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-12 23:40:40 +01:00
David Bauer
1a85f72e51 jool: package missing components
Jool as well as the jool-siit package depend on jool-common, which isn't
currently built nur packages up. Compile and include jool-common with
the jool package to fix this.

The iptables component is currently also not packaged up. Fix this also.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-12 21:52:05 +01:00
Peter Stadler
d5dcbc3898 nginx-util: resolve recursive CONFLICTS
Plus change the TITLE that it fits.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-12 18:16:47 +01:00
Bruno Randolf
5c4a32ff03 pingcheck: Update and add script directories
- Update to version with longer interface names.

- Add /etc/pingcheck/(on|off)line.d/ directories with an example
  script. Closes #11263

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-02-12 12:17:12 +00:00
Aleksander Morgado
d121e270e8 modemmanager: release 1.12.6
https://lists.freedesktop.org/archives/modemmanager-devel/2020-February/007713.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-02-12 11:34:47 +01:00
Xingwang Liao
8a4cb6ede3
webui-arai2: bump to v2018-12-09
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2020-02-12 16:05:11 +08:00
Adrian Schmutzler
37b52fc053 lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
Since the brcm2708 target has been renamed to bcm27xx in openwrt
repo, update the dependency to the target in this package.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-11 14:05:35 +01:00
DENG Qingfang
83f1f95e68 nginx: update to 1.17.8
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-11 12:04:44 +08:00
Etienne Champetier
088a5c1c9a phantap: update to latest commit
fb3be84 Split out ebtables anti-leak rules in phantap-early, improve logs
e3fbe61 phantap-learn: use libnl instead of ip executable
b2c2514 phantap/Readme: Warn about OpenWrt failsafe leak
394d3b7 Readme: Update to add blogpost link and detection via Internet traffic

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2020-02-09 21:47:59 -05:00
Rosen Penev
0da869ee7e
Merge pull request #11220 from jow-/openconnect-quote-fix
openconnect: preserve whitespace in arguments
2020-02-09 18:28:37 -08:00
Moritz Warning
735d5180bd kadnode: update to version 2.3.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2020-02-10 01:59:54 +01:00
Rosen Penev
478470d16e Merge pull request #11253 from neheb/wav
wavemon: update to 0.9.1
2020-02-09 15:18:01 -08:00
Rosen Penev
d0cc092c9e Merge pull request #11287 from farmergreg/patch-1
pingcheck: Fix spelling in description
2020-02-09 15:04:13 -08:00
Rosen Penev
b47decdc3e
Merge pull request #11284 from peter-stadler/nginx-util
nginx-util: add tests, clean up and fix issues
2020-02-09 14:50:54 -08:00
Daniel Engberg
81d7dcb6d3 Merge pull request #11289 from Andy2244/samba4-update-4.11.6
samba4: update to 4.11.6, add new UCI option
2020-02-09 23:43:28 +01:00
Andy Walsh
e60ef2c820 ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support
* ksmbd: update to 3.1.3
* ksmbd-tools: update to 3.2.1
* add new package build option "KSMBD_SMB_INSECURE_SERVER"
* enable smb1 support to kmod by default
* add new UCI option "allow_legacy_protocols" to section [globals]

* ksmbd: release 3.1.3 version
* ksmbd: lock SMB2_QUERY_INFO_HE request with read lock
* ksmbd: fix potential racy between query_dir and ksmbd_vfs_empty_dir
* ksmbd: fix racy issue between deleting file and checking empty directory
* ksmbd: don't register interface which are member of bridge
* ksmbd: SO_REUSEADDR is no property of tcp_setsockopt
* ksmbd: release 3.1.2 version
* ksmbd: fix read caching buffer size as max_read_size
* ksmbd: fix the infinite loop of handling FSCTL_QUERY_ALLOCATED_RANGES
* ksmbd: use compounding for smb2 flush
* ksmbd: downgrade error message to debug in get_file_all_info
* ksmbd: rename usmbd to ksmbd.mountd in trvis-ci
* ksmbd: release 3.1.1 version
* ksmbd: does not work if ipv6 module is not loaded or compiled in
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: update README file

* ksmbd-tools: release 3.2.1 version
* ksmbd-tools: revert "remove glib2.0 dependancy" patch
* ksmbd-tools: release 3.2.0 version
* ksmbd-tools: update how to restart ksmbd in README file
* Revert "ksmbd-tools: disable tbuf and rbuf caching by default"
* ksmbd-tools: disable tbuf and rbuf caching by default
* ksmbd-tools: replace usmbd prefix with ksmbd prefix
* ksmbd-tools: update README file
* ksmbd-tools: fix warning ignoring return value of 'fread'
* ksmbd-tools: downgrade unsupported command print to debug
* ksmbd-tools: remove GLIB_LIBS in Makefiles
* ksmbd-tools: rename usmbd, smbuseradd, smbshareadd to ksmbd.mountd, ksmbd.adduser and ksmbd.addshare
* ksmbd-tools: fix null pointer dereference in _list_remove
* ksmbd-tools: fix the sanity check fails depending on the password length
* ksmbd-tools: fix build error(not found glib.h)
* ksmbd-tools: remove glib-2.0 dependancy
* ksmbd-tools: update README to add libglib2.0-dev for Ubuntu preprequisite packages

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-09 23:25:56 +01:00
Andy Walsh
8a13ba8de1 samba4: update to 4.11.6, add new UCI option
* update to 4.11.6
* add new UCI option "allow_legacy_protocols" to section [samba]

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-09 23:21:35 +01:00
Greg Dietsche
e83417482f pingcheck: Fix spelling in description
Correct: wether => whether

Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
2020-02-09 15:43:29 -06:00
Peter Stadler
e247efa254 nginx-util: add tests, clean up and fix issues
Add tests for nginx-ssl-util and nginx-ssl-util-nopcre using (fake)chroot.
Clean the code up making nginx-ssl-util a header file.
Both changes are for better (future) code quality only.

There are minor functional improvements:
* fix compiler error of gcc7 by using std=c++17
* fix error if there is no lan/loopback interface
* notice instead of error message if there is no default server
* add ipv6-prefix-assignment.*.local-address.address for LAN
* add CONFLICTS in Makefile for choosing the right version
* add cast to release of unique_ptr to avoid warning
* add version message to help message

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-09 13:02:54 +01:00
Robby K
a0f219ec5b freeradius3: Enable the rlm_python and rlm_python3 modules.
Signed-off-by: Robby K <robbyke@gmail.com>
2020-02-07 17:02:18 +01:00
Robby K
c81d176e80 freeradius3: Fix proxy.conf file conflict.
It was provided by both the freeradius3 and freeradius3-mod-realm packages.
Now provided by the freeradius3 package only.

Signed-off-by: Robby K <robbyke@gmail.com>
2020-02-07 17:00:02 +01:00
Toke Høiland-Jørgensen
ce1d0b18f6
Merge pull request #11261 from neheb/rhgerg344
sqm-scripts: fix hash and simplify Makefile slightly
2020-02-07 10:28:53 +01:00
Rosen Penev
ab19ba4425
sqm-scripts: fix hash and simplify Makefile slightly
The previous commit required the hash to be updated.

Removed a bunch of redundant variables.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-06 15:23:24 -08:00
Rosen Penev
d84356662d
Merge pull request #11242 from peter-stadler/nginx
nginx: fix endianness issue with http2
2020-02-05 19:46:59 -08:00
Rosen Penev
34ec8facc5
wavemon: update to 0.9.1
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-04 22:35:11 -08:00
Rosen Penev
60399a2c4c
Merge pull request #11250 from micmac1/apache-conf-vars-apr
apache: apr update + configure vars
2020-02-04 14:23:58 -08:00
Rosen Penev
3481dcdc85
Merge pull request #11238 from peter-stadler/ariang
ariang: use new configuration of Nginx
2020-02-04 14:22:36 -08:00
Rosen Penev
d00f2c9a40
Merge pull request #11232 from neheb/lswan
libreswan: fix compilation with musl
2020-02-04 13:02:41 -08:00
Sebastian Kemper
d44ad09fcd apache: add gettid support
gettid happens to be supported by all glibc, musl and uclibc, but
configure cannot detect it when cross-compiling. This adds a configure
variable for it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-02-04 22:00:57 +01:00
tripolar
d9bf300c97
Merge pull request #11246 from ja-pa/tor-update-0.4.2.6
tor: update to version 0.4.2.6
2020-02-04 21:06:38 +01:00
Jan Pavlinec
6b46b5b6f8
tor: update to version 0.4.2.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-04 18:54:28 +01:00
Peter Stadler
045adbeb66 nginx: fix endianness issue #8988
Patch the auto/endianess file to use CONFIG_BIG_ENDIAN.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-04 16:14:46 +01:00
Peter Stadler
5241d60614 ariang: use new configuration of Nginx
Remove the superfluous parts of the uci-defaults file.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-02-04 14:51:09 +01:00
Rosen Penev
6e6e076eef
Merge pull request #11233 from neheb/hhg
zerotier: fix compilation with libcxx
2020-02-04 03:01:52 -08:00
Rosen Penev
7744104b74 nmap: fix compilation with libcxx
Missing headers and confusion between std::bind and bind.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-04 09:22:24 +01:00
Rosen Penev
697024f3a2
zerotier: fix compilation with libcxx
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-03 21:08:48 -08:00