Commit graph

18136 commits

Author SHA1 Message Date
Rosen Penev
1f26fad34a
Merge pull request #11264 from neheb/rhgerg3343
avahi: convert to procd
2020-02-10 16:14:12 -08:00
Rosen Penev
f102d570d6
Merge pull request #11300 from lucize/nssup
nss: update to 3.50
2020-02-10 16:13:51 -08:00
Rosen Penev
9f061bff98
Merge pull request #11299 from lucize/nsprup
nspr: update to 4.25
2020-02-10 16:11:42 -08:00
Lucian Cristian
8633c2bc54 nss: update to 3.50
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-11 00:43:46 +02:00
Lucian Cristian
6acb26cd66 nspr: update to 4.25
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-02-11 00:42:48 +02:00
Etienne Champetier
d8974e8cb4
Merge pull request #11293 from champtar/phantap
phantap: update to latest commit
2020-02-09 21:58:21 -05: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
Rosen Penev
f913c5ce63
Merge pull request #11291 from mwarning/kadnode
kadnod: update to version 2.3.0
2020-02-09 18:26:04 -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
aae466d08e Merge pull request #11286 from tsilia/libtins-config-options
libtins: Added menu configuration options
2020-02-09 15:19:32 -08: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
Daniel Engberg
d114028615 Merge pull request #11290 from Andy2244/ksmbd-update-3.1.3
ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support
2020-02-09 23:41:55 +01:00
Daniel Engberg
540872f090 Merge pull request #11288 from Andy2244/rpcsvc-proto_switch-to-git
rpcsvc-proto: switch to git release (2020-01-16)
2020-02-09 23:41:27 +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
Andy Walsh
852eb51cfc rpcsvc-proto: switch to git release (2020-01-16)
* switch to git release (2020-01-16)
* fixes #11249

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-02-09 23:18:18 +01:00
Ilya Tsybulsky
b93136bdea
libtins: Added menu configuration options
Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
2020-02-10 00:48:35 +03: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
Alexander Ryzhov
fed1b3b11b
perl: define $sysroot for extensions
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-08 23:08:58 -08:00
Rosen Penev
f41612bc9c
avahi: convert to procd
Add license information.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-08 19:47:49 -08:00
Rosen Penev
616b865697
Merge pull request #11244 from Robby-/master-rlmpython_and_fixproxycfgconflict
freeradius3: Fix proxy.conf file conflict and enable the rlm_python and rlm_python3 modules
2020-02-08 17:43:39 -08:00
Rosen Penev
897414cf56
Merge pull request #11235 from neheb/rhgr
ttyd: fix compilation without deprecated OpenSSL APIs
2020-02-08 16:48:27 -08:00
Rosen Penev
426dd60a4d ttyd: fix compilation without deprecated OpenSSL APIs
Removed CMAKE_INSTALL as there's no need for InstallDev.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-08 16:49:29 -08:00
Rosen Penev
ac08ce9ab9
Merge pull request #11274 from nxhack/libhttp-parser_293
libhttp-parser: update to v2.9.3
2020-02-08 16:15:22 -08:00
Stijn Tintel
4f3f064ac4
Merge pull request #11267 from aparcar/python-zipp
python-zipp: remove myself as maintainer
2020-02-09 00:34:02 +01:00
Stijn Tintel
7d7e654643 Merge pull request #11280 from BKPepe/nnn
nnn: update to version 2.9
2020-02-09 00:33:05 +01:00
Stijn Tintel
e8249030db
Merge pull request #11271 from aparcar/prom2.15.2
prometheus: bump to 2.15.2
2020-02-09 00:31:42 +01:00
Hannu Nyman
7bc96280d3 nano: update to 4.8
Update nano editor to version 4.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-08 11:24:35 +02:00
Rosen Penev
d46c9585aa
Merge pull request #10179 from nxhack/node_v12
node: update to v12.15.0
2020-02-08 00:36:13 -08:00
Josef Schlehofer
d511e2d863
nnn: update to version 2.9
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-08 09:33:18 +01:00
Rosen Penev
7ae3bac516
usbmuxd: enable systemd support
This is needed as the options loop is totally broken and doesn't accept
both -f and -z together.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-07 19:49:55 -08:00
Rosen Penev
fc79b1bce5
Merge pull request #11102 from neheb/sys
sysstat: update to 2.2.1
2020-02-07 18:50:13 -08:00
Rosen Penev
752241eb8b
Merge pull request #11272 from aparcar/syncthing1.3.4
syncthing: bump to 1.3.4
2020-02-07 15:55:39 -08:00
Paul Spooren
87afddea5a prometheus: bump to 2.15.2
Also remove fsnotify patch as compiling without it worked for mipsel64le

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-02-07 10:53:19 -10:00
Paul Spooren
7c1d6571ca syncthing: bump to 1.3.4
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-02-07 10:51:36 -10:00
Rosen Penev
973ca6954e
Merge pull request #11270 from eduardoabinader/bump_check_0.14
check: bump 0.14.0
2020-02-07 09:56:15 -08: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
Hannu Nyman
bb434355b1
Merge pull request #11276 from zhaojh329/rtty
rtty: update to 7.1.0
2020-02-07 15:35:11 +02: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
Jianhui Zhao
2260824a79 rtty: update to 7.1.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-07 16:02:23 +08:00
Hirokazu MORIKAWA
f4b95fc4ab libhttp-parser: update to v2.9.3
Support multi-coding Transfer-Encoding
CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-02-07 10:43:20 +09: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
Etienne Champetier
2c86fac6f6
Merge pull request #11265 from neheb/rhhethert
zabbix: remove configure patch
2020-02-06 17:15:49 -05:00
Paul Spooren
5cb49c776f python-zipp: remove myself as maintainer
Jan Pavlinec <jan.pavlinec@nic.cz> stays maintainer for the package.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-02-06 11:51:35 -10:00