Commit Graph

6326 Commits

Author SHA1 Message Date
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 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
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