aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | socat: allow more complex command line optionsDobroslaw Kijowski2021-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current implementation of socat's init service doesn't allow to run more complex configurations. As an example there's no possibility to execute following command: socat TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1 \ EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80" In such command the first line is argv[1] and the second line is argv[2]. SocatOptions config option is a string. As as a consequence of this each word will be passed as a separate argv element. Socat won't be able to parse arguments correctly. In order to mitigate this issue, we can also accept SocatOptions as a list of strings. Following config file will work correctly: config socat 'tunnel_8080_into_somenetns' option enable '1' list SocatOptions 'TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1' list SocatOptions 'EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80"' While we're at it, pass stdout and stderr into logread. Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | | | | python-pytest: update to version 6.2.2Jan Pavlinec2021-01-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | python-pytest-xdist: update to version 2.2.0Jan Pavlinec2021-01-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | rtty: update to 7.2.3Jianhui Zhao2021-01-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | python-psutil: update to version 5.8.0Jan Pavlinec2021-01-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #14584 from EdiTurn/masterFlorian Eckert2021-01-27
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: make WGET_SSL executable
| * | | | | ddns-scripts: make WGET_SSL executableEdi Turn2021-01-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Edi Turn <yyxstter@gmail.com>
* | | | | sudo: update to version 1.9.5p2Josef Schlehofer2021-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2021-3156 (known as Baron Samedit) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #14541 from PolynomialDivision/use-autoreleaseRosen Penev2021-01-27
|\ \ \ \ \ | |_|/ / / |/| | | | dawn: use autorelease feature
| * | | | dawn: use autorelease featureNick Hainke2021-01-27
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | apk: add packagePaul Spooren2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Alpine Package Keeper is the default package manager for Alpine Linux. They manage their own repositoriy with thousends of packages and as musl is used for compilation, their binaries can directly run on OpenWrt. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | Merge pull request #14515 from sartura/sysrepoRosen Penev2021-01-26
|\ \ \ \ | | | | | | | | | | netopeer2: merge-config: listen on ipv6 and ipv4
| * | | | netopeer2: merge-config: listen on ipv6 and ipv4Jakov Smolic2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The default local-adress makes Netopeer2-server listen on ipv4 only. We change it to :: in order to listen on ipv6 as well as ipv4. Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | | | Merge pull request #14494 from neheb/nRosen Penev2021-01-26
|\ \ \ \ \ | | | | | | | | | | | | nfs-kernel-server: update to 2.5.2
| * | | | | nfs-kernel-server: update to 2.5.2Rosen Penev2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove uClibc-ng patch as it was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14520 from neheb/atoRosen Penev2021-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | atop: update to 2.6.0
| * | | | | | atop: update to 2.6.0Rosen Penev2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reordered some stuff in the Makefile for consistency between packages. Refreshed patches. Added a musl fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14578 from lucize/frrupRosen Penev2021-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | frr: update 7.5 to latest backports
| * | | | | | | frr: update 7.5 to latest backportsLucian Cristian2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #14576 from Andy2244/ksmbd-fix-#13758Rosen Penev2021-01-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ksmbd-tools: fix #13758
| * | | | | | | | ksmbd-tools: fix #13758Andy Walsh2021-01-26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix for possible exploit #13758 * sanetize all external template/config inputs * fix some shellcheck warnings Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #14574 from Andy2244/samba-4.13.4Rosen Penev2021-01-26
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | samba4: update to 4.13.4
| * | | | | | | samba4: update to 4.13.4Andy Walsh2021-01-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.4 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #14551 from geraldhansen/fix-ddns-providerFlorian Eckert2021-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix ddns provider
| * | | | | | | ddns-scripts: Increase PKG_RELEASEGerald Hansen2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerald Hansen <gerald.hansen@posteo.de>
| * | | | | | | ddns-scripts: Remove not working ddns providerGerald Hansen2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I checked the hostname for existing DNS A and AAAA entries and these ones didn't have an entry. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
| * | | | | | | ddns-scripts: Change parameter for myonlineportalGerald Hansen2021-01-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the default uclient-fetch doesn't support authentication header and the ddns provider myonlineportal.net support also username and passwort as url parameter this can be changed. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
* | | | | | | Merge pull request #14571 from neheb/jRosen Penev2021-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pthsem: try to fix ARC compilation
| * | | | | | | pthsem: try to fix ARC compilationRosen Penev2021-01-25
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14566 from rs/nextdns-1.10.1-masterRosen Penev2021-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nextdns: Update to version 1.10.1
| * | | | | | | nextdns: Update to version 1.10.1Olivier Poitrey2021-01-25
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | | | Merge pull request #14561 from ja-pa/libmaxminddb-1.5.0Rosen Penev2021-01-25
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libmaxminddb: update to version 1.5.0
| * | | | | | libmaxminddb: update to version 1.5.0Jan Pavlinec2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | zoneinfo: Updated to the latest releaseVladimir Ulrich2021-01-25
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | Merge pull request #14557 from jefferyto/golang-1.15.7Rosen Penev2021-01-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | golang: Update to 1.15.7
| * | | | | | golang: Update to 1.15.7Jeffery To2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes fixes for: * CVE-2021-3114: crypto/elliptic: incorrect operations on the P-224 curve * CVE-2021-3115: cmd/go: packages using cgo can cause arbitrary code execution on Windows Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #14555 from fatbob313/umurmur0.2.19Rosen Penev2021-01-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | uMurmur: Update to 0.2.19. Patches required for 0.2.17 merged upstream.
| * | | | | | | uMurmur: Update to 0.2.19. Patches required for 0.2.17 merged upstream.Martin Johansson2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Johansson <martin@fatbob.nu>
* | | | | | | | Merge pull request #14553 from nickberry17/update_libqmiRosen Penev2021-01-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libqmi: bump version
| * | | | | | | | libqmi: bump versionNicholas Smith2021-01-25
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | | Merge pull request #14552 from nickberry17/update_libmbimRosen Penev2021-01-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libmbim: bump version
| * | | | | | | | libmbim: bump versionNicholas Smith2021-01-25
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | | Merge pull request #14539 from PolynomialDivision/owipcalc-default-routeJo-Philipp Wich2021-01-25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | owipcalc: fix contains not respect default route
| * | | | | | | owipcalc: fix contains not respect default routeNick Hainke2021-01-23
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In IPv4 the default route can be written as 0.0.0.0/0 In IPv6 the default route can be written as ::/0 If u try owipcalc 0.0.0.0/0 contains 1.1.1.1 or owipcalc ::/0 contains ::1 owipcalc will respond with 0 meaning that the "default prefixes" do not contain the routes. That is why we check now for 0 prefix. Furthermore, if the prefix is 0, i will be 16. We will access a negative array entry in the line: uint8_t net1 = x->s6_addr[15-i] & m; Divide by % 16 to prevent i becoming 16: uint8_t i = ((128 - a->prefix) / 8) % 16; Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | Merge pull request #14546 from 1715173329/new-yqRosen Penev2021-01-24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | yq: Update to v4.4.1
| * | | | | | yq: Update to v4.4.1Tianling Shen2021-01-23
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | Merge pull request #14334 from bogdik/masterHannu Nyman2021-01-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Eoip packege
| * | | | | | eoip: Add packageBogdan Shatik2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add eoip package,this can create ethernet tunnels compatible with Mikrotik EoIP tunnel. At current moment it is easiest way to create stateless tunnel with Mikrotik. Signed-off-by: Bogdan Shatik <bogdikxxx@mail.ru>
* | | | | | | python-flask-seasurf: update to version 0.3.0Josef Schlehofer2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | youtube-dl: update to version 2021.1.16Josef Schlehofer2021-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>