aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #14593 from neheb/udpRosen Penev2021-01-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | udpspeeded: add missing libatomic dependency
| * | | | | | | udpspeeder: add missing libatomic dependencyRosen Penev2021-01-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | rtty: update to 7.3.0Jianhui Zhao2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | | bind: bump to 9.17.9Noah Meyerhans2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop obsolete patches - 001-no-tests.patch - 002-fix-cross-compilation.patch Move several user-executable binaries from /usr/sbin to /usr/bin per upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | Merge pull request #14601 from pprindeville/isc-dhcp-add-multihoming-domainPhilip Prindeville2021-01-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | isc-dhcp: add multihoming domain
| * | | | | | isc-dhcp: add support for multi-homing in 'domain' configsPhilip Prindeville2021-01-28
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #14545 from ↵Rosen Penev2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | PolynomialDivision/generate-ipv6-adddress-autorelease generate-ipv6-address: use autorelease feature
| * | | | | | generate-ipv6-address: use autorelease featureNick Hainke2021-01-23
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #14544 from PolynomialDivision/libradiotap-use-autoreleaseRosen Penev2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | libradiotap: use autorelease feature
| * | | | | | libradiotap: use autorelease featureNick Hainke2021-01-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #14543 from PolynomialDivision/libuwifi-use-autoreleaseRosen Penev2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | libuwifi: use autorelease feature
| * | | | | | libuwifi: use autorelease featureNick Hainke2021-01-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #14542 from PolynomialDivision/sipcalc-use-autoreleaseRosen Penev2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | sipcalc: use autorelease feature
| * | | | | | sipcalc: use autorelease featureNick Hainke2021-01-23
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #14595 from jmarcet/docker-compose-updateRosen Penev2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | docker-compose: Update to version 1.28.2
| * | | | | | docker-compose: Update to version 1.28.2Javier Marcet2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Revert to Python 3.7 bump for Linux static builds - Add bash completion for docker-compose logs|up --no-log-prefix Miscellaneous: - CI setup update Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | apk: fix compilation without deprecated OpenSSL APIsRosen Penev2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream Backport. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14568 from PolynomialDivision/collectd-fix-snmp6Hannu Nyman2021-01-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | collectd: refactor snmp6
| * | | | | | | collectd: snmp6 further improvementsNick Hainke2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return with "-1" if parsing fails in read function. Reduce buffersize of splitstring function. Signed-off-by: Nick Hainke <vincent@systemli.org>
| * | | | | | | collectd: fix snmp6 not showing all interfacesNick Hainke2021-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Getifaddrs() is not working all the time (e.g. wireguard interfaces). Instead we use if_nameindex() syscall as suggested in: https://stackoverflow.com/a/45796495/8474618 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | Merge pull request #14588 from TDT-AG/pr/20210127-keepalivedFlorian Eckert2021-01-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | keepalived: update to version 2.1.1
| * | | | | | | | keepalived: use autorelease featureFlorian Eckert2021-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | keepalived: update to version 2.2.1Florian Eckert2021-01-27
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | gl-mifi-mcu: compatibility with linux >= 5.6Ilya Lipnitskiy2021-01-28
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | | Merge pull request #14592 from dobo90/socat_improvementRosen Penev2021-01-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | socat: allow more complex command line options
| * | | | | | | 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>