- Sep 04, 2018
-
-
Jan Kardell authored
-
- Aug 15, 2018
-
-
Daniel Golle authored
postgresql: security bump to 9.6.10 for 18.06
-
Sebastian Kemper authored
This update includes fixes for the following CVEs: - CVE-2018-1115 - CVE-2018-10925 - CVE-2018-10915 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-
- Aug 14, 2018
-
-
Philip Prindeville authored
Currently external modules and non-base packages are numbered from their own internal number space, and even though the Perl ABI number is embedded into them this isn't externally visible. For example, perl-html-parser-3.72.1 could be built for ABI 5.26 or for 5.28, we can't easily tell. This changes all of that by embedding the ABI number into the filename. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit 0d958472)
-
- Aug 12, 2018
-
-
Dirk Brenken authored
mariadb[18.06]: security bump to 10.1.35
-
- Aug 11, 2018
-
-
Sebastian Kemper authored
Bump minor version. Bugfix release. 100% backward compatible. Includes fixes for: CVE-2018-3064 CVE-2018-3063 CVE-2018-3058 CVE-2018-3066 Also includes CPPFLAGS fix from master (to get fortify-source headers etc.). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-
Dirk Brenken authored
* fix restart behaviour after successful connection * fix labeling of faulty stations * optimize re-connect behaviour at locations where multiple uplinks with the same SSID are in range * use procd pidfile handling * refine logging * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org> (cherry picked from commit bc78ad82)
-
- Aug 05, 2018
-
-
Jo-Philipp Wich authored
Since https://git.openwrt.org/d0e0b7049f88774e67c3d5ad6b573f7070e5f900 , OpenWrt SDKs ship the appropriate sources for building usbip userspace packages, so special nonshared handling is not required anymore. Sucessfully tested by compiling usbip utilities for various architectures using self built SDKs after applying the change linked above. Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit eded6ed7)
-
- Aug 03, 2018
-
-
Philip Prindeville authored
Refresh patches 900 and 910. Add fix (920) for improperly gated variable. Add workaround (020) for Storable's run-time check for stacksize. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit b9474449)
-
Philip Prindeville authored
Since Travis runs as a batch job and logs are typically looked at after-the-fact (if at all), there's not any point to seeing progress when cloning git repos. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit fc3beffe)
-
Philip Prindeville authored
The internal nameservers and the DHCP default domain should be squirted into /tmp/resolv.conf. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> (cherry picked from commit db6adb61)
-
Philip Prindeville authored
Looking at Configure and Porting/config.sh, it seems that Perl requires both of these options to build correctly. Should fix FS #1464. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-
- Aug 02, 2018
-
-
Daniel F. Dickinson authored
nut-monitor failed to create required dir /var/etc/nut, as well as failing to set appropriate user on the directory and conf files. Fixing this closes https://github.com/openwrt/packages/issues/6644 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com> (cherry picked from commit 98fdf16e)
-
Daniel F. Dickinson authored
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com> (cherry picked from commit b4fe49d2)
-
Eneas U de Queiroz authored
We need to force this since a *.m4 file is patched. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> (cherry picked from commit 6543859d)
-
Eneas U de Queiroz authored
Also added a fix in a check for empty string. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> (cherry picked from commit 1a9a7cc2)
-
- Aug 01, 2018
-
-
Hannu Nyman authored
ddns-scripts[18.06]: bump to version 2.7.8-1
-
Christian Schoenebeck authored
- synchronize with "master" incl. add service FreeDNS.42.pl - remove Cloudflare v1 protocol support #6084 #6519 - fix goip.de update url #6448 #6519 - change Cloudflare v4 to read "Proxied" from current setting at Cloudflare Dashboard #5097 #6364 #6505 - fix replace of password inside logfile #6568 - remove myself as PKG_MAINTAINER Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
-
Jo-Philipp Wich authored
OpenWrt changed the way the uci shell parsing functions deal with list configuration items. This change broke the generation of the privoxy runtime configuration because no callbacks were emitted anymore. Fix the problem by defining a list_cb() that simply calls the existing option_cb() to deal with list item values. Ref: c9c0fc28 ("base-files: fix UCI config parsing and callback handling") Ref: https://forum.lede-project.org/t/openwrt-snapshot-privoxy-error/15919 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 3113d623)
-
- Jul 31, 2018
-
-
Eneas U de Queiroz authored
The sources for usbip are within the kernel. A patch that was included with the package, which changed the old signal name SIGCLD to the new one, SIGCHLD, was merged upstream. However, different targets use different kernel versions. Current version 4.14 and 4.9 are fine, but older versions do not have the patch applied. So, I used -DSIGCLD=SIGCHLD to please both worlds. libudev-fbsd currently used by openwrt does not implement the udev_device_get_devpath function. eudev's implementation of libudev sets it as (src/libudev/libudev-device.c): udev_device->devpath = udev_device->syspath + strlen("/sys"); I used a command-line define to use the same logic, as it works with new and old versions of the kernel--the use of ..devpath is quite recent. I also linked with libbsd, when using glibc. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> (cherry picked from commit 633fe0db)
-
Eneas U de Queiroz authored
These patches are obsolete and are never applied. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> (cherry picked from commit 0baaabb6)
-
- Jul 30, 2018
-
-
Hannu Nyman authored
travelmate[18.06]: backport release 1.2.1 to 18.06 branch
-
Hannu Nyman authored
adblock[18.06]: backport release 3.5.4 to 18.06 branch
-
W. Michael Petullo authored
Signed-off-by: W. Michael Petullo <mike@flyn.org> (cherry picked from commit 8256b967)
-
W. Michael Petullo authored
Signed-off-by: W. Michael Petullo <mike@flyn.org> (cherry picked from commit 536d5554)
-
Andy Walsh authored
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com> (cherry picked from commit ebc41d57)
-
Dirk Brenken authored
Tested with latest 18.06 branch (OpenWrt 18.06-SNAPSHOT, r7175+5-ca0c649a) Signed-off-by: Dirk Brenken <dev@brenken.org>
-
Dirk Brenken authored
Tested with latest 18.06 branch (OpenWrt 18.06-SNAPSHOT, r7175+5-ca0c649a) Signed-off-by: Dirk Brenken <dev@brenken.org>
-
- Jul 29, 2018
-
-
Rafał Miłecki authored
This backports upstream fix from the master branch. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit 13d57a5e) (cherry picked from commit 6e1104cc)
-
- Jul 25, 2018
-
-
Etienne Champetier authored
Also fix missing dependency of openwrt collector Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
Etienne Champetier authored
This was OKed sometimes ago by @simonswine https://github.com/openwrt/packages/pull/5128 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
Dirk Brenken authored
[openwrt-18.06] unbound: fix TLS override documentation
-
Eric Luehrsen authored
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
-
- Jul 21, 2018
-
-
Michael Heimpold authored
[openwrt-18.06] php7: update to latest version and include bugfixes
-
Michael Heimpold authored
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-
Michael Heimpold authored
This problem was reported by Teun Lubberhuizen, thanks! Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-
Michael Heimpold authored
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-
Rafał Miłecki authored
Having "select PACKAGE_zoneinfo-core" wasn't enough for builds without php7-cli=y or php7-cgi=y. It didn't result in installing zoneinfo-core when using "opkg install" (during runtime or when building images with CONFIG_TARGET_PER_DEVICE_ROOTFS). Missing zoneinfo results in PHP fatal errors, e.g.: Fatal error: DateTime::createFromFormat(): Timezone database is corrupt - this should *never* happen! For years users were told to manually install zoneinfo-core package. This problem was hidden for some time (including 17.01 release) due to disabled support for CONFIG_PHP7_SYSTEMTZDATA. It's now back as support for --with-system-tzdata was enabled again. The proper solution is to simply make php7 package depend on zoneinfo-core when PHP7_SYSTEMTZDATA is used. Fixes: 84e5012e ("php7: re-enable system timezone data usage") Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-
Sebastian Kemper authored
This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to 10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.: In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0: /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory #include <my_list.h> Upstream seems unlikely to fix this, see https://bugs.php.net/bug.php?id=75612 . In the bug report it is suggested to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd (MySQL Native Driver) provided by PHP. This is the default anyway. So add the mysqlnd module and remove the libmariadbclient depends. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-
Michael Heimpold authored
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-