aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | 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>
* | | | | | | Merge pull request #14529 from ja-pa/ooniprobe-3.4.0Josef Schlehofer2021-01-24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | ooniprobe: update to version 3.4.0
| * | | | | | ooniprobe: update to version 3.4.0Jan Pavlinec2021-01-22
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #14538 from zpc0/hwdata-0343Rosen Penev2021-01-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | hwdata: update to 0.343
| * | | | | | hwdata: update to 0.343Yanase Yuki2021-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* | | | | | | Merge pull request #14531 from adschm/calcmoveRosen Penev2021-01-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | owipcalc/maccalc: import from base
| * | | | | | maccalc: import from baseAdrian Schmutzler2021-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a helpful utility, but it does not have any dependencies in base repository. Move it to packages feed. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| * | | | | | owipcalc: import from baseAdrian Schmutzler2021-01-22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a helpful utility, but it does not have any dependencies in base repository. Move it to packages feed. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* | | | | | Merge pull request #14530 from TDT-AG/pr/20210122-iperfRosen Penev2021-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | iperf: import iperf3 and iperf from base
| * | | | | | iperf3: import from baseFlorian Eckert2021-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | iperf: import from baseFlorian Eckert2021-01-22
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #14500 from stangri/master-https-dns-proxyRosen Penev2021-01-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | https-dns-proxy: bugfix: high CPU utilization
| * | | | | | https-dns-proxy: bugfix: high CPU utilizationStan Grishin2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #14506 from neheb/spmRosen Penev2021-01-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | perl-mail-spamassassin: change perl dependency to not use select
| * | | | | | | perl-net-dns: add perl/host dependencyRosen Penev2021-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for host build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | perl-mail-spamassassin: change perl dependency to not use selectRosen Penev2021-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This properly disables compilation on ARC, where perl is not supported. Also matches dependencies with other perl packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14528 from ja-pa/tor-hs-updateRosen Penev2021-01-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tor-hs: fix rpcd
| * | | | | | | | tor-hs: fix rpcdJan Pavlinec2021-01-22
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - add rpcd dependecy - handle rpcd in post inst/rm sections Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #14527 from ja-pa/czmq-4.2.1Rosen Penev2021-01-22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | czmq: update to version 4.2.1
| * | | | | | | czmq: update to version 4.2.1Jan Pavlinec2021-01-22
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #14510 from zhanhb/ddns-scriptsFlorian Eckert2021-01-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ddns-scripts: fix wget-ssl path
| * | | | | | | ddns-scripts: fix wget-ssl pathHuangbin Zhan2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | | Merge pull request #14489 from pprindeville/isc-dhcp-add-other-rfc1918-netsPhilip Prindeville2021-01-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | isc-dhcp: support dynamic dns for 10/8 and 172.16/12
| * | | | | | | | isc-dhcp: support dynamic dns for 10/8 and 172.16/12Philip Prindeville2021-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | Merge pull request #14526 from zhaojh329/rttyRosen Penev2021-01-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rtty: update to 7.2.1
| * | | | | | | | | rtty: update to 7.2.1Jianhui Zhao2021-01-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | | | | cjson: fix wrong pkgconfig pathsRosen Penev2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .pc file points to OS paths instead of target ones. Remove CMAKE_INSTALL as InstallDev is explicit. Move MAINTAINER to PKG_MAINTAINER for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | mosquitto: bump to 2.0.5Karl Palsson2021-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes 2.0.5 https://mosquitto.org/blog/2021/01/version-2-0-5-released/ Includes 2.0.4 https://mosquitto.org/blog/2020/12/version-2-0-4-released/ Includes 2.0.3 https://mosquitto.org/blog/2020/12/version-2-0-3-released/ Multiple fixes to broker and client and libraries, related the 2.x changes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | Merge pull request #14524 from Payne-X6/masterJosef Schlehofer2021-01-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | knot: update to version 3.0.4
| * | | | | | | | | knot: update to version 3.0.4Jan Hak2021-01-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | | | Merge pull request #14519 from jmarcet/docker-compose-updateRosen Penev2021-01-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | docker-compose: update to v1.28.0
| * | | | | | | | | docker-compose: update to v1.28.0Javier Marcet2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Support for Nvidia GPUs via device requests - Support for service profiles - Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable) - Add flag to disable log prefix - Add flag for ansi output control Bugs: - Make parallel_pull=True by default - Bring back warning for configs in non-swarm mode - Take --file in account when defining project_dir - On compose up, attach only to services we read logs from Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | | safe-search: restart dnsmasq instead of reloadGregory L. Dietsche2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users have reported that reloading dnsmasq does not always work. It sometimes stop responding to DNS lookup requests after being reloaded. This patch changes "safe-search-maintenance" so that it restarts dnsmasq instead of reloading it. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | | | | | | safe-search: Dynamic UpdatesGregory L. Dietsche2021-01-20
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that the best available IP is always used for all supported safe-search providers. This is accomplished by periodically checking DNS for the most recent list of IP addresses associated with each provider. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | | | | | python-evdev: bump to version 1.4.0Alexandru Ardelean2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | openpyxl: bump to version 3.0.6Alexandru Ardelean2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #14505 from BKPepe/msmtpJosef Schlehofer2021-01-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | msmtp: update to version 1.8.14
| * | | | | | | | | msmtp: update to version 1.8.14Josef Schlehofer2021-01-18
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.8.1.3: https://marlam.de/msmtp/news/msmtp-1-8-13/ Release notes for 1.8.1.4: https://marlam.de/msmtp/news/msmtp-1-8-13/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #14514 from Hopbox/udpspeederRosen Penev2021-01-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | udpspeeder: Update to version 20210116.0 of upstream
| * | | | | | | | udpspeeder: Update to version 20210116.0 of upstreamNishant Sharma2021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
* | | | | | | | | Merge pull request #14512 from commodo/sudo-bumpRosen Penev2021-01-20
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | sudo: bump to version 1.9.5p1
| * | | | | | | | sudo: bump to version 1.9.5p1Alexandru Ardelean2021-01-20
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>