aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | sysrepo: update the sysrepo/netopeer2 stackMislav Novakovic2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch includes updates to packages: netopeer2: update to version 0.4.0 sysrepo: update to 0.7.0 libnetconf2: update to 0.9.15 libyang: update to 0.13.46 Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | | | | | | libredblack: add packageMislav Novakovic2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | | | | Merge pull request #4847 from mlichvar/chrony-update-3.2Hannu Nyman2017-09-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | chrony: update to 3.2
| * | | | | | | | | | | chrony: update to 3.2Miroslav Lichvar2017-09-18
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | | | | | | Merge pull request #4841 from hnyman/wget191Hannu Nyman2017-09-18
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | wget: update to 1.19.1
| * | | | | | | | | | wget: update to 1.19.1Hannu Nyman2017-09-16
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update wget to 1.19.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | shadowsocks-libev: bump to version 3.1.0Yousong Zhou2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.8 ede744a: depends on libcares now instead of libudns 1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY 9201619: ss-local: check if client supports socks5 protocol and no-auth-required method f8283fc: Fix potential buffer overflow when parsing json config 380fddb: redir: fix conversion from DSCP to ToS The two patches are now in the offical repo
* | | | | | | | | | shadowsocks-libev: ss-rules: eliminiate not needed local varYousong Zhou2017-09-18
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scriptschamptar2017-09-15
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | htpdate: modify init scripts to use procd and uci configuration
| * | | | | | | | htpdate: modify init scripts to use procd and uci configurationMarcin Jurkowski2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify init script to use standard uci configuration and procd for process management. We benefit from: - use of standard LEDE configuration with its ability to revert and commit changes - validation of configuration variables - procd taking care of restarting daemon when config changes and user wants to reload it - automatic respawning of daemon process in case it dies The source is patched to make it possible to run as a daemon in foreground. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | | Merge pull request #4835 from dibdot/adblockHannu Nyman2017-09-15
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | adblock: update 3.0.2
| * | | | | | | | adblock: update 3.0.2Dirk Brenken2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better system information * several kresd related documentation fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #4833 from commodo/python-updates2Hannu Nyman2017-09-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python3: fix install mk filenames
| * | | | | | | | | python3: fix install mk filenamesAlexandru Ardelean2017-09-15
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy + paste error. Seems I fixed it while testing but forgot to update PR with this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #4708 from commodo/python-cffi-fixchamptar2017-09-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libffi: fix location of host side headers ; python,python3: set correct build flags to host pip build
| * | | | | | | | | python,python3: add host-flags/settings to host pip install rulesAlexandru Ardelean2017-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host pip install should have the host's CFLAGS, LDFLAGS, etc available. And not the target's flags. Otherwise, weird things can happen when installing packages (host-side) that need to build C code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | libffi: fix install location of host libffi headersAlexandru Ardelean2017-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that the header files for the host libffi headers are installed in the wrong place. i.e. $(STAGING_DIR_HOSTPKG)/lib/libffi-3.2.1/include when it should be $(STAGING_DIR_HOSTPKG)/include Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #4815 from tru7/masterchamptar2017-09-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | linknx: bump to new upstream version
| * | | | | | | | | | linknx: bump to new upstream versionOthmar Truniger2017-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | | Merge pull request #4632 from smutt/python-dpktchamptar2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-dpkt:Add package lang/python-dpkt
| * | | | | | | | | | | python-dpkt: Add package python-dpktAndrew McConachie2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com>
* | | | | | | | | | | | Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-statechamptar2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | net/mwan3: fix mwan3track initial_state and track_ip order
| * | | | | | | | | | | | net/mwan3: fix track_ips orderFlorian Eckert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | | | | | net/mwan3: fix mwan3track STATUS if initial_state is offlineFlorian Eckert2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | | | | Merge pull request #4609 from StevenHessing/noddoschamptar2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | noddos: introduction of noddos package
| * | | | | | | | | | | | noddos: introduction of noddos packageSteven Hessing2017-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
* | | | | | | | | | | | | collectd: uptime plugin: apply fix from upstreamHannu Nyman2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uptime plugin fails to adjust for system time changes after boot. As Openwrt/LEDE routers usually do not have a RTC, the system time gets adjusted with NTP possibly after collectd has already started. But collectd continues to use the initial time set by 'sysfixtime', which can lead to incorrect uptime calculations. Apply a proposed fix from upstream that uses /proc/uptime Reference to https://github.com/collectd/collectd/pull/2034 Fixes #4819 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | Merge pull request #4828 from ianchi/zipHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | zip: add host compile
| * | | | | | | | | | | | | zip: add host compileAdrian Panella2017-09-13
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make it available as a tool for building other packages Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | | | | | | | | Merge pull request #4774 from lucize/doveupHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dovecot: update to 2.2.32
| * | | | | | | | | | | | | dovecot: update to 2.2.32Lucian Cristian2017-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | | | | Merge pull request #4775 from lucize/pigeonupHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pigeonhole: update to 0.4.20
| * | | | | | | | | | | | | | pigeonhole: update to 0.4.20Lucian Cristian2017-08-28
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | | | | Merge pull request #4478 from valdi74/add_package_python-curlHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-curl: add new package
| * | | | | | | | | | | | | | python-curl: add new packageWaldemar Konik2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | | | | | | | | | | | | | Merge pull request #4823 from ianchi/youtube-dlHannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: update version
| * | | | | | | | | | | | | | | youtube-dl: add zip host dependencyAdrian Panella2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zip is not included in default Tools, so add it as Host dependency in case is not present in building environment Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | | | | | | | | | | | | youtube-dl: update versionAdrian Panella2017-09-12
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | | | | | | | | | | Merge pull request #4830 from commodo/python-updates1Hannu Nyman2017-09-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python,python3: build updates
| * | | | | | | | | | | | | | | python,python3: install mk files in both host build and InstallDev partAlexandru Ardelean2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure how it can happen that the files are not installed via the host build. Maybe some SDK-like build. Let's make sure they are installed via InstallDev rule too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | | | | | | python,python3: add host-flags/settings to host pip install rulesAlexandru Ardelean2017-09-14
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host pip install should have the host's CFLAGS, LDFLAGS, etc available. And not the target's flags. Otherwise, weird things can happen when installing packages (host-side) that need to build C code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / / / / / / / / / / / / shadowsocks-libev: minor tweak without functional changeYousong Zhou2017-09-14
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | | | | Merge pull request #4787 from cwluxul/unsquashfs-fix-segfault-armHannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | squashfs-tools: fix segfault
| * | | | | | | | | | | | | squashfs-tools: fix segfaultColby Whitney2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unsquashfs was segfaulting. When examining in gdb the stack was corrupt. I found that converting the variable length arrays to malloc caused the stack corruption to not happen and the segfault went away. This is due to the musl pthread stack size being 80k by default. So the chance of a stack overflow is high. Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
* | | | | | | | | | | | | | Merge pull request #4811 from ↵Hannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic mwan3: fix interface-bound traffic when interface is offline
| * | | | | | | | | | | | | | mwan3: fix interface-bound traffic when interface is offlineMarcin Jurkowski2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixed what 6d99b602 was supposed to fix without affecting interface-bound traffic. Before 6d99b602 interface-bound traffic was working normally as long as at least one interface was online. However when the last interface went offline, it was impossible to ping and such state was unrecoverable. Commit 6d99b602 fixed unrecoverable offline state problem (it was possible to ping -I iface) but messed inteface-bound traffic. Traffic with interface source address was not working if the interface was in "offline" state, even if another interface was online. The problem was caused by an inconsistent "offline" interface state: iptables-related rules were kept while routing table and policy were deleted. The idea behind this commit is to: 1. Keep all the rules for each interface (iptables, routing table, policy) regardless of its state. This ensures consistency, 2. Make interface state hotplug events affect only iptables' mwan3_policy_* rules. Interface-related iptables, routing table and policy is removed only when mwan3 is manually stopped. To make such changes possible, it's necessary to change the way mwan3_policy_* rule generator keeps track of interface state hotplug events. Until now, it checked for the existence of custom interface-related routing table (table id 1, 2, 3, ...). Clearly we can no longer rely on that so each interface state is stored explicitly in file. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #4820 from dibdot/adblockHannu Nyman2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | adblock: bugfix 3.0.1
| * | | | | | | | | | | | | | adblock: bugfix 3.0.1Dirk Brenken2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix startup issues with backends like dnscrypt-proxy or kresd which does not come up without an existing block list * fix a small 'chown' issue Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | glib2: update to 2.53.7Peter Wagner2017-09-12
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | | Merge pull request #4817 from nxhack/omit_unexpected_spacePhilip Prindeville2017-09-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | node: delete unnecessary TAB characters at the end of a line