- Feb 01, 2020
-
-
Sebastian Kemper authored
Commit 218f0229a4594b32d9db6ad0678cdce7e2663e27 added a workaround for a problem. The host compile overwrote xml2-config in "$(STAGING_DIR)/host/bin". The workaround fixed the issue for regular target packages. But it didn't leave a proper xml2-config script for host packages. Times have changed. Host packages are now installed in "$(STAGING_DIR_HOSTPKG). So there is no longer any danger of the host package overwriting the xml2-config script for target packages. So revert the mentioned commit, leaving us with two proper xml2-config scripts, one for target package builds and one for host package builds. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Olivier Poitrey authored
Changelog: * Fix OpenWRT with existing forwarder + fix dnsmasq restore issue * Refactor service execution to better report errors * Refactor merlin tz setup so it does not need to curl on boot * Improve upgrade command for install.sh * Do not mask curl error on install * Fix timezone logging issue with Merlin * Add support for Merlin John's fork * Add raspbian support to installer * Fix upgrade not reinstalling service * Limit the aarch64 fix to merlin * Reset DHCP DNS to self on Merlin router setup * Fix memory issue with aarch64 based router * Update Go version * Allow override of detected env * Setup timezone correctly on Merlin init script * Don't ignore curl error on install * Fix Asus Merlin John’s fork trust store issue * Fix synology auto setup * Fix report client info not enabled with setup-router option * Add support for edgeos DHCP lease file locations * Fix signal handling when running as a service * Fix exit menu keyboard shortcut * Do not fail on upgrade if uninstall failed * Fix exit menu in installer * Remove failing upx (for now) * Make sure nextdns keeps running once ssh session is closed * Add auto setup of Synology with DHCP server enabled * Use router's DNS to discover more names * Get A/AAAA from both answer and addition sections * Ignore certain invalid names during discovery * Fix activate with setup-router * Fix serveral install issues * Add exponential backoff to mdns probe retry * Correctly end dhcp lease probing when discovery is cancelled * Store DHCP/MDNS discovered addrs separately to avoid ping/pong discovery * Add DHCP lease support to client discovery * Do not report mdns listen unreachable error as start will retry * Reimplement mdns client discovery * Fix installer GOARCH detection with arm6+ * Fix bin install on platforms needing sudo * Correctly detect edgeos and ddwrt as routers * Fix install.sh sudo * Disable upx as it break many platforms * Fix installer regression with merlin * Fix mips64 detection * Fix OpenWRT detection * Fix UPX post build script * Fix install with John's Asuswrt-Merlin fork * Fix more DDWRT * Fix DDWRT support * Fix merlin service add/remove * Use UPX to compress binaries typicially used on routers * Revert "Remove direct dep on reflect" * Use letters for installer menus * Fix install script for upgrades not working if binary is running * Do not return an error on mdns listen if at least one interface worked * Fix installer for synology * Fix pfSense support * Remove the logs for each server on each connect * Move install instructions to wiki * Fix install.sh uid detection with merlin * Fix install.sh for arm6+ * Add Synology init system support * Fix install.sh * Add a generic router setup that just changes the listen to public * Update README * Add auto setup support for EdgeOS * Restore per OS install instruction in readme during installer beta * Refactor install.sh * Remove dep on golang.org/x/net/ipv[4|6] * Remove direct dep on reflect * Rewrite the zeroconf code to use dnsmessage instead miekg/dns * Add auto setup support for DD-WRT * Improve arch detection * Add auto setup support for OpenWRT * Add automatic router setup support * Fix service * Remove dep en seq on sysv style init scripts * Add Entware init system support * Report init system used on install and in UA * Add EdgeOS support * Reads /etc/hosts before forwarding queries to the upstream * Fix localhost resolution with Linux arch empty /etc/hosts * Use /etc/hosts file to resolve listen address and list on all IPs listed * Add support for multiple router firmware * Fix hardened privacy disabling dual stack * Add a config set sub command and refactor commands handling * Add support for activate on freebsd * Fix inverted MAC matching * Add unit test for conf prefix match #35 * Activate uses listen address instead of static 127.0.0.1 * Improve FreeBSD integration * Add FreeBSD support * Fix a typo * Use zip for windows archive Signed-off-by:
Olivier Poitrey <rs@nextdns.io> Edited PKG_RELEASE to 1 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit a3b028b3)
-
Hannu Nyman authored
Backport
-
- Jan 31, 2020
-
-
Ansuel Smith authored
To support new luci version uwsgi has been changed. Backport this changes to 19.07 Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
Ansuel Smith authored
Currently luci is broken in 19.07. Changes done to fix this problem didn't merge in the 19.07 release. Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com>
-
Rosen Penev authored
[19.07] mariadb: security bump to 10.2.31
-
Rosen Penev authored
[openwrt-19.07] python,python3: Fix float byte order detection
-
- Jan 30, 2020
-
-
Sebastian Kemper authored
Addresses CVE-2020-2574. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
Eneas U de Queiroz authored
This is a regular Mozilla CA bundle update. Signed-off-by:
Eneas U de Queiroz <cotequeiroz@gmail.com> (cherry picked from commit c799f2a9)
-
Jeffery To authored
This backports patches from bpo-34585[1] to fix byte order detection of floats. Fixing byte order detection allows the repr() of floats to be shorter[2]. sys.float_repr_style should be 'short' instead of 'legacy' on supported platforms. See #11134. [1]: https://bugs.python.org/issue34585 [2]: https://docs.python.org/3.8/whatsnew/3.1.html#other-language-changes Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
Jeffery To authored
This backports patches from bpo-34585[1] to fix byte order detection of floats. Fixing byte order detection allows the repr() of floats to be shorter (a feature backported to Python 2.7 from Python 3.1[2]). sys.float_repr_style should be 'short' instead of 'legacy' on supported platforms. See #11134. [1]: https://bugs.python.org/issue34585 [2]: https://docs.python.org/2.7/whatsnew/2.7.html#python-3-1-features Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from a0da5aec) Omitted PKG_RELEASE change
-
Rosen Penev authored
Optionally fixes compilation with uClibc-ng. Based on the surrounding code, this looks like an oversight. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from 608df65a) Adjusted PKG_RELEASE Signed-off-by:
Jeffery To <jeffery.to@gmail.com>
-
- Jan 28, 2020
-
-
Sebastian Kemper authored
The host build requires libxml2-dev. This commit adds the dependency for libxml2/host, as the host system may not have it installed. This also avoids using the host's xml2-config (in /usr/bin for instance) while linking to libraries in staging_dir/hostpkg. ldd staging_dir/hostpkg/bin/xsltproc | grep xml2 libxml2.so.2 => /home/sk/tmp/openwrt/staging_dir/hostpkg/lib/libxml2.so.2 (0x00007fcc0644c000) Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net> (cherry-picked from 05f0beb6)
-
Jan Pavlinec authored
Fixes: CVE-2019-13117 CVE-2019-13118 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz> (cherry-picked from f77c53cf)
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked from 48ad713a)
-
Rosen Penev authored
backport ModemManager and dependencies to 19.07
-
Nicholas Smith authored
Signed-off-by:
Nicholas Smith <nicholas.smith@telcoantennas.com.au>
-
Nicholas Smith authored
Signed-off-by:
Nicholas Smith <nicholas.smith@telcoantennas.com.au>
-
Nicholas Smith authored
Signed-off-by:
Nicholas Smith <nicholas.smith@telcoantennas.com.au>
-
- Jan 27, 2020
-
-
Rosen Penev authored
[19.07] smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"
-
Rosen Penev authored
[19.07] wsdd2: update for renamed smbd->ksmbd
-
Andy Walsh authored
* allows building as mips16 (fixes broken mips16/32 mixed static linking) * add some static link related flags to reduce target binary size Signed-off-by:
Andy Walsh <andy.walsh44+github@gmail.com> (cherry-picked from a558b209)
-
Rosen Penev authored
On GCC9, it throws a Wformat-nonliteral error. Unfortunately, there's no easy was to fix it as it is fortify-headers where the warning ultimately comes from. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry-picked from abdec893)
-
Andy Walsh authored
* update for renamed smbd->ksmbd * fix build warning for global network.sh include Signed-off-by:
Andy Walsh <andy.walsh44+github@gmail.com>
-
Andy Walsh authored
* rename smbd->ksmbd (upstream name change) * ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb) * new etc folder location = /etc/ksmbd/smb.conf * new database name = /etc/ksmbd/ksmbdpwd.db * fixes "map to guest = Bad User" while userdb is also used * fixes missing ipv6 support * update/rename to "luci-app-ksmbd" * remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global]) * ksmbd: release 3.1.1 version * ksmbd: does not work if ipv6 module is not loaded or compiled in * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: release 3.1.0 version * ksmbd: fix over 80 character warnings * ksmbd: rename smbd-tools to ksmbd-tools in travis.yml * ksmbd: fix password db file location in travis.yml * ksmbd: rename smbd prefix function to ksmbd * ksmbd: rename smbd prefix source files to ksmbd * Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory" * ksmbd: rename smbd to ksmbd in .travis.yml * smbd: rename module name to ksmbd.ko * smbd: set connection status with SMBD_SESS_EXITING instead of direct destory * smbd: previous session with same user and same password should be deleted * smbd: only use global session table in smb2 session * smbd: add support for ipv6 * smbd: fix empty macro issue from smbd_debug * cifsd: fix printing of file names in find_next Signed-off-by:
Andy Walsh <andy.walsh44+github@gmail.com>
-
- Jan 26, 2020
-
-
Hannu Nyman authored
[19.07] https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
-
Rosen Penev authored
[19.07] freeradius3: Update to 3.0.20
-
Jiri Slachta authored
[19.07] tiff: update version to 4.1.0
-
Robby K authored
Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185). Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da Signed-off-by:
Robby K <robbyke@gmail.com>
-
Jiri Slachta authored
Signed-off-by:
Jiri Slachta <jiri@slachta.eu>
-
Stan Grishin authored
Signed-off-by:
Stan Grishin <stangri@melmac.net>
-
- Jan 24, 2020
-
-
Rosen Penev authored
%ud is a GNU extension. It's not really supported elsewhere. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry-picked from 536c6b8b)
-
- Jan 23, 2020
-
-
Rosen Penev authored
[OpenWrt 19.07] django: update to version 1.11.27
-
- Jan 20, 2020
-
-
Rosen Penev authored
radicale-py3: Add python3-urllib dependency
-
Dennis Dast authored
Depend on python3-urllib instead of python3-email (python3-urllib has python3-email as a dependency). Signed-off-by:
Dennis Dast <mail@ddast.de>
-
Matt Merhar authored
This allows custom config parameters to be added to the generated config files, enabling the original intended functionality per https://openwrt.org/docs/guide-user/services/ups/software.nut . Example usage from /etc/config/nut_server: config driver 'apc' option driver 'snmp-ups' option snmp_version 'v3' option port '172.16.100.5' list other 'secLevel' list other 'secName' list other 'authPassword' list otherflag 'notransferoids' config other 'other_secLevel' option value 'authNoPriv' config other 'other_secName' option value 'some_username' config other 'other_authPassword' option value 'some_password' config other 'otherflag_notransferoids' option value '1' Signed-off-by:
Matt Merhar <mattmerhar@protonmail.com> (cherry-picked from 0b04dd34)
-
Sebastian Kemper authored
Replaces OpenWrt patch with upstream patch. Also removes 0002-Fix-check-for-empty-string.patch as this is included in upstream OpenSSL 1.1.0 patch. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net> (cherry-picked from 7d4f1b85)
-
Sebastian Kemper authored
This commit makes - the libgd dependency (as well as specifying libs and includes) - the configure argument "--with-cgi" dependant on whether the package nut-web-cgi is selected. nut-web-cgi is also added to PKG_CONFIG_DEPENDS. Resolves: #10641 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net> (cherry-picked from cdd660a4)
-
- Jan 19, 2020
-
-
Hannu Nyman authored
[openwrt-19.07] unbound: improve dependencies for okpg
-
Eric Luehrsen authored
Signed-off-by:
Eric Luehrsen <ericluehrsen@gmail.com> cherry pick 6505154a
-