aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-ciso8601: fix missing src packageJosef Schlehofer2020-10-22
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13734 from Meano/fix-udpxyRosen Penev2020-10-21
|\ | | | | udpxy: fix error 'enable verbose' command flag in init script
| * udpxy: fix error 'enable verbose' command flag in init scriptMeano2020-10-21
| | | | | | | | Signed-off-by: Meano <meano@foxmail.com>
* | Merge pull request #13736 from ejurgensen/mxml_update_32Rosen Penev2020-10-21
|\ \ | | | | | | mxml: update to 3.2
| * | mxml: update to 3.2Espen Jürgensen2020-10-21
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | Merge pull request #13183 from mrjoel/mrjoel/ddns-default-bindnetworkRosen Penev2020-10-21
|\ \ \ | |/ / |/| | ddns-scripts: use ip_source as bind_network default
| * | ddns-scripts: use ip_source as bind_network defaultJoel Johnson2020-10-21
| | | | | | | | | | | | | | | | | | Fixes: #13182 on https://github.com/openwrt/packages Signed-off-by: Joel Johnson <mrjoel@lixil.net>
* | | Merge pull request #13169 from aaronjg/mwan3-owner-procdFlorian Eckert2020-10-21
|\ \ \ | |_|/ |/| | mwan3: mwan3track via default routing table and use procd from mwan3track & mwan3rtmon
| * | mwan3: Simplify default configuration, mostly use defaultsJames White2020-10-16
| | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
| * | mwan3: cleanup mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | - reduce duplicate logging code - simplify nping track code - simplify ping result parsing Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: add back support for iputils pingAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | With the new wrapper code, we can override the broken binding behavior of iputils ping v20101006. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: add "use" function to mwan3 utilsAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "mwan3 use" to wrap a command with interface bindings so that you can avoid the mwan3 rules and test behavior on a specific interface. eg "mwan3 use wan ping -c1 1.1.1.1" Additional binding arguments to the command will have their system calls intercepted and ignored. eg "mwan3 use wan ping -c1 -I tun0 1.1.1.1" will use the device associated with "wan", rather than "tun0". Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: use helper library for mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than using a special mwan3 user to manage mwan3track's tracking packets, this commit implements a small helper library to bind to device and to set a fwmark so that the tracking packets can be routed out of the correct interface. This provides a consistent method for binding to a device rather than relying on various packages potentially buggy implementations. For example: #8139 and #12836 This helper issue also allows for more tracking methods to be added even if they do not have a command line option to bind to device, such as iperf3 (eg #13050). Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: give warning if ip of incorrect family specified in a ruleAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | also use global IPv4_REGEX environment variable as consistent IPv4 regex Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: use procd for mwan3rtmon and mwan3trackAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | start all mwan3mon and mwan3track instances on mwan3 start if an interface is down when mwan3track starts, it waits for a signal from the hotplug script to start procd can then handle stopping all of the scripts when mwan3 is halted Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: fix bug when one interface is a prefix of anotherAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | correctly terminate interface status checks with new lines so that interface status does not get confused when one interface is a prefix of another interface. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: only update src_iface rules on ifupAaron Goodman2020-10-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: improvements to route creationAaron Goodman2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle creation of routing tables in mwan3rtmon to avoid race conditions and potentially missing routes handle ipv6 routes that have expiry update directly connected ipset when routes are added or deleted add fall through rules so that the default routing table is not used if no rule in the interface-specific routing table matches add option to comply with mwan3 source based routing get default route parameters from main routing table Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: use MWAN3TRACK_STATUS_DIR variable throughoutAaron Goodman2020-10-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | mwan3: fixup some extra spaces and shellcheck warningsAaron Goodman2020-10-16
| | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | Merge pull request #13733 from val-kulkov/libfreetypeRosen Penev2020-10-20
|\ \ \ | |_|/ |/| | libfreetype: update to 2.10.4
| * | libfreetype: update to 2.10.4Val Kulkov2020-10-21
|/ / | | | | | | | | | | | | Update to the latest upstream version, fixing CVE-2020-15999 among other things. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | zoneinfo: Updated to the latest releaseVladimir Ulrich2020-10-20
| | | | | | | | | | | | Also updated compability options to build in supported by musl format Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | Merge pull request #13731 from lnslbrty/update/libndpiHannu Nyman2020-10-20
|\ \ | | | | | | libndpi: Update to 3.4
| * | libndpi: Update to 3.4Toni Uhlig2020-10-20
|/ / | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge pull request #13694 from BKPepe/psmiscJosef Schlehofer2020-10-20
|\ \ | | | | | | psmisc: add package
| * | psmisc: add packageJosef Schlehofer2020-10-17
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #13695 from BKPepe/reptyrJosef Schlehofer2020-10-20
|\ \ \ | | | | | | | | reptyr: add package
| * | | reptyr: add runtime testJosef Schlehofer2020-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | reptyr: add packageJosef Schlehofer2020-10-17
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #13721 from jefferyto/golang-1.15.3Rosen Penev2020-10-20
|\ \ \ | | | | | | | | golang: Update to 1.15.3
| * | | golang: Update to 1.15.3Jeffery To2020-10-20
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #13617 from PolynomialDivision/sipcalcRosen Penev2020-10-19
|\ \ \ \ | | | | | | | | | | sipcalc: add IPv4/IPv6 calculator
| * | | | sipcalc: add IPv4/IPv6 calculatorNick Hainke2020-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sipcalc is an advanced ip calculator supporting both IPv4 and IPv6. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #13699 from peter-stadler/etesync-serverRosen Penev2020-10-19
|\ \ \ \ \ | | | | | | | | | | | | etesync-server: use relative path for static_url
| * | | | | etesync-server: use relative path for static_urlPeter Stadler2020-10-17
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 3.1 supports relative paths for static_url. Use it to make it more flexible. Minor fixes for upgrade: * ignore-fail-on-non-empty for rmdir /usr/share/etesync-server/etesync_server * do not stop service (it is stopped already and init file is removed) Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #13717 from kimheino/masterRosen Penev2020-10-19
|\ \ \ \ \ | | | | | | | | | | | | muninlite: update to new upstream release (2.1.1)
| * | | | | muninlite: update to new upstream release (2.1.1)Kim B. Heino2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kim B. Heino <b@bbbs.net>
* | | | | | Merge pull request #13676 from brvphoenix/boostRosen Penev2020-10-19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | boost: improve package compilation
| * | | | | boost: fix the LDFLAGS and reduce the package sizeVan Waholtz2020-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add -lstdc++ to LDFLAGS. 2. Add "-Wl,--gc-sections,--as-needed" to LDFLAGS and "-ffunction-sections -fdata-sections -flto" to CFLAGS which will reduce the size by 10% ~ 13%. 3. Only a virtual package will be created if only static libs are built, which will avoid compiliation failures. 4. Other improvements Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | | fastd: update to v21Matthias Schiffer2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | Merge pull request #13711 from commodo/python-updatesHannu Nyman2020-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Python updates
| * | | | | | python-lxml: bump to version 4.6.1Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | pillow: bump to version 8.0.0Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #13709 from commodo/python-bumpHannu Nyman2020-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3: bump to version 3.9.0
| * | | | | | | python3: bump to version 3.9.0Alexandru Ardelean2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Dropped 'patches-setuptools/004-site-patch.patch' Does not apply anymore. Setuptools has removed site.py support: https://github.com/pypa/setuptools/issues/2165 If this is still needed, we may need to re-think it's implementation. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Revert "zoneinfo: Updated to the latest release"Hannu Nyman2020-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1f5f599d0ea434820e06fd540ecbc9c7f15399b4 that bumped the zoneinfo version from 2020a to 2020b. Apparently some libc are incompatible with the data format in 2020b. At least our default libc, musl, fails to parse timezones from the compiled 2020b zoneinfo files. Release notes mention that deprecated "posixrules" feature is now omitted from the default build. Possibly musl uses it? Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #13710 from dibdot/adblockDirk Brenken2020-10-19
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | adblock: update 4.0.7-2
| * | | | | | | adblock: update 4.0.7-2Dirk Brenken2020-10-19
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch all safesearch providers to dynamic ips (derived from cname) * made the new safesearch approach compatible with bind-nslookup * removed 3.x config compatibility code Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #13700 from peter-stadler/asgirefRosen Penev2020-10-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3-asgiref: update to version 3.3.0