- May 21, 2017
-
-
Kevin Darbyshire-Bryant authored
- Security: Fix double-free in server TCP listener cleanup A double-free in the server could be triggered by an authenticated user if dropbear is running with -a (Allow connections to forwarded ports from any host) This could potentially allow arbitrary code execution as root by an authenticated user. Affects versions 2013.56 to 2016.74. Thanks to Mark Shepard for reporting the crash. CVE-2017-9078 https://secure.ucc.asn.au/hg/dropbear/rev/c8114a48837c - Security: Fix information disclosure with ~/.ssh/authorized_keys symlink. Dropbear parsed authorized_keys as root, even if it were a symlink. The fix is to switch to user permissions when opening authorized_keys A user could symlink their ~/.ssh/authorized_keys to a root-owned file they couldn't normally read. If they managed to get that file to contain valid authorized_keys with command= options it might be possible to read other contents of that file. This information disclosure is to an already authenticated user. Thanks to Jann Horn of Google Project Zero for reporting this. CVE-2017-9079 https://secure.ucc.asn.au/hg/dropbear/rev/0d889b068123 Refresh patches, rework 100-pubkey_path.patch to work with new authorized_keys validation. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Hans Ulli Kroll authored
Add support for Realtek RTL8821AE/RTL8812AE PCIe adapter. This device supports 802.11ac and bluetooth testet on PC Engines APU with AP and STA mode Signed-off-by:
Hans Ulli Kroll <ulli.kroll@googlemail.com>
-
Hans Ulli Kroll authored
Add needed firmware to support rtl8821ae pcie adapter Signed-off-by:
Hans Ulli Kroll <ulli.kroll@googlemail.com>
-
- May 20, 2017
-
-
Alexandru Ardelean authored
Bug introduced with 6713694f. I did not count on procd handling reload as mentioned in this doc: https://wiki.openwrt.org/inbox/procd-init-scripts ``` procd_set_param file /var/etc/your_service.conf # /etc/init.d/your_service reload will restart the daemon if these files have changed procd_set_param netdev dev # likewise, except if dev's ifindex changes. procd_set_param data name=value ... # likewise, except if this data changes. ``` The service would be restarted regardless of any of those params. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- May 18, 2017
-
-
Daniel Engberg authored
At some point kernel.org decided to drop xz generated tarballs, switch to gz which they still provide. Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Golle authored
Use chanreg and dccal helpers to reduce the size of ePA code. Signed-off-by:
Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by:
Daniel Golle <daniel@makrotopia.org> [daniel@makrotopia.org: fixed white-space so patch applies]
-
Alexandru Ardelean authored
I think I added these respawn params [a while back], when I did the conversion to procd init script format. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Luiz Angelo Daros de Luca authored
Removed patches (now upstream): - 004-maybe-uninitialized.patch - 007-fix_TEMP_FAILURE_RETRY.patch Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com>
-
Ben Greear authored
This firmware shoul have the same general feature set as the rest of the 10.4 CT firmware (9984, 9980, etc). Build-tested only in LEDE, but firmware has been tested with ath10k-ct driver on other OSs, so likely works just fine. Signed-off-by:
Ben Greear <greearb@candelatech.com>
-
Ben Greear authored
The 988x and 9887 firmwares include a bugfix for a case where blockack did not work sometimes, and many fixes for compiler warnings detected by newer gcc compilers. The 9980 and 9984 firmware includes a large backport of upstream QCA firmware changes to bring it up to date. Signed-off-by:
Ben Greear <greearb@candelatech.com>
-
Ben Greear authored
Supports disabling firmware hex logging that many found too verbose. Increase BMI timer so system works more often with 9888 Compex NIC (and maybe others). Allow configuring a specific board-file per NIC using fwcfg file. Maybe fix a scan-busy problem when using CT firmware. Signed-off-by:
Ben Greear <greearb@candelatech.com>
-
Daniel Engberg authored
Update trace-cmd to version 2.6.1 Switch to tarball download Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Giuseppe Lippolis authored
some modems needs to be enabled with CFUN=1 before to set the pin Signed-off-by:
Giuseppe Lippolis <giu.lippolis@gmail.com>
-
- May 16, 2017
-
-
Philip Prindeville authored
Remove support for NCT6775/6 from W83627EHF driver so the NCT6775 driver will still be used for those chips. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
Arjen de Korte authored
When in ra server mode, configure nameservers passed in router announcements from the dns value (which is already used by odhcpd). This also fixes FS#677 by using the global IPv6 address of the router instead of the link local address (if no nameservers are configured). Signed-off-by:
Arjen de Korte <build+lede@de-korte.org> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
-
Daniel Engberg authored
Update libnftnl to 1.0.7 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update curl to 7.54.0 Update and fresh patches Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update strace to 4.16 Refresh patch Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update ipset to 6.32 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Ansuel Smith authored
We enabled lua interpreter by default as it doesn't make any problem in the uhttpd config file and we modify the index page to use it. Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
Bjørn Mork authored
Signed-off-by:
Bjørn Mork <bjorn@mork.no>
-
- May 15, 2017
-
-
Mantas Pucka authored
Signed-off-by:
Mantas Pucka <mantas@8devices.com>
-
Steffen Weinreich authored
Add rut5xx GPIO PIN selection to om-package startup script. Testet on a RUT500 device, the timeout value of the hardware watchdog is about 280 sec. Signed-off-by:
Steffen Weinreich <steve@weinreich.org> [split into two commits, bump PKG_RELEASE] Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com>
-
Piotr Dymacz authored
Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com>
-
Piotr Dymacz authored
Drop redundant Build/Prepare, empty lines and duplicated Build/Compile. Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com>
-
Hans Dedecker authored
93abe6f config: fix invalid hoplimit in RA message 2ae08d1 config: fix invalid retranstime in RA message 0005cb4 config: fix invalid reachabletime in RA message 5683dd2 config: limit ra_mtu to 65535 f8d40a5 router: fix interface mtu read error f8f4b87 config: limit ra_retranstime to 60000 a2d8bf6 dhcpv4: display two hex digits per octet in syslog a9e9bc4 config: make RA retransTime configurable via uci 2cb6b48 config: make RA reachableTime configurable via uci e4504db config: make RA curHopLimit configurable via uci 9dd5316 config: make RA mtu configurable via UCI 29cb2ff config: fix dhcpv4 server being started 0ef74ec ndp.c: add switch/case fallthrough comments Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- May 14, 2017
-
-
Alberto Bursi authored
uci_set_leds_ataport() allows to set a led to show activity on a specific (s)ata port, which is needed for devices that have a Sata led for each sata port. The led trigger is from the 834-ledtrig-libata.patch LEDE kernel patch. uci_set_leds_usbhost() allows to set a led to show total usb activity. Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it> [Jo-Philipp Wich: use a single underscore to denote private functions] Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Alberto Bursi authored
create a function with code common to all led functions, create another function with code common to functions setting a simple led trigger, restore alphabetical order in function names. Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it> [Jo-Philipp Wich: use a single underscore to denote private functions] Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Gracefully handle cases where the to-be-created wireless interface already exists on the system which might commonly happen with non-multi-SSID capable wireless drivers. This fixes commit 8301e613 which caused previously ignored "Too many open files in system (-23)" errors to fail the wireless setup procedure. With the updated approach we'll still try recreating the vif after one second if the first attempt to do so failed with ENFILE but we will now consider the operation successfull if a second attempt still yields ENFILE with the requested ifname already existing on the system. Fixes FS#664, FS#704. Suggested-by:
Vittorio Gambaletta <openwrt@vittgam.net> Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- May 13, 2017
-
-
Marko Ratkaj authored
Add support for SolidRun ClearFog Base board. The base model is a smaller version of ClearFog Pro without the DSA switch, replacing it with a second copper gigabit port, and only one PCIe socket. Signed-off-by:
Marko Ratkaj <marko.ratkaj@sartura.hr>
-
Marko Ratkaj authored
The conventional model is now known as the "Clearfog Pro" Signed-off-by:
Marko Ratkaj <marko.ratkaj@sartura.hr>
-
Matthias Schiffer authored
One of the latest mac80211 updates added sanity checks, requiring the beacon intervals of all VIFs of the same radio to match. This often broke AP+11s setups, as these modes use different default intervals, at least in some configurations (observed on ath9k). Instead of relying on driver or hostapd defaults, change the scripts to always explicitly set the beacon interval, defaulting to 100. This also applies the beacon interval to 11s interfaces, which had been forgotten before. VIF-specific beacon_int setting is removed from hostapd.sh. Fixes FS#619. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Matthias Schiffer authored
None of the variables in this "local" declaration are actually set in wpa_supplicant_add_network(). Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- May 12, 2017
-
-
Kevin Darbyshire-Bryant authored
Fix [FS#766] Intermittent SIGSEGV crash of dnsmasq-full Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Jo-Philipp Wich authored
Update to version 2.4.2 in order to address two potential Denial-of-Service vectors in OpenVPN. CVE-2017-7478 - Don't assert out on receiving too-large control packets CVE-2017-7479 - Drop packets instead of assert out if packet id rolls over Ref: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24#OpenVPN2.4.2 Ref: https://community.openvpn.net/openvpn/wiki/QuarkslabAndCryptographyEngineerAudits Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- May 11, 2017
-
-
Florian Fainelli authored
Some external toolchains may be configured to enable OpenMP. Provide a package for these libraries which can be used by other packages. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Add the necessary changes to CMakeLists.txt to search zlib.h. Fixes build issues with external toolchains that don't have STAGING_DIR in the default search path. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- May 10, 2017
-
-
Valentin Spreckels authored
The parameter specification missed that -s takes an argument. Signed-off-by:
Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>
-
Alexey Brodkin authored
Toolchain built for ARCv1 (read for ARC700 cores) by default has disabled atomic ops (-mno-atomic). When we build Linux kernel for ARC770 which has LL/SC instructions and thus may handle normally atomic ops we explicitly add "-matomic" in CFLAGS. But since user-space perf utility has no way to extract CPU config options from Kconfig/defconfig it uses compiler default settings. In case of ARCv2 (read ARC HS38) atomics are enabled by default and so perf builds perfectly fine thus reenabling perf for ARC HS38 (actually for non-ARC700 targets). Signed-off-by:
Alexey Brodkin <Alexey.Brodkin@synopsys.com>
-
Arjen de Korte authored
If no DUID is set for a host, it should be empty, not the last one set for a previous host. Signed-off-by:
Arjen de Korte <build+lede@de-korte.org>
-