Rosen Penev [Tue, 4 Feb 2020 22:22:04 +0000 (14:22 -0800)]
Merge pull request #11248 from ejurgensen/forked-daapd_update_271
forked-daapd: update to 27.1
Rosen Penev [Tue, 4 Feb 2020 21:14:13 +0000 (13:14 -0800)]
Merge pull request #11247 from micmac1/maria104-CVE-2020-7221
mariadb: follow up on CVE-2020-7221
Rosen Penev [Tue, 4 Feb 2020 21:02:41 +0000 (13:02 -0800)]
Merge pull request #11232 from neheb/lswan
libreswan: fix compilation with musl
tripolar [Tue, 4 Feb 2020 20:06:38 +0000 (21:06 +0100)]
Merge pull request #11246 from ja-pa/tor-update-0.4.2.6
tor: update to version 0.4.2.6
Sebastian Kemper [Tue, 4 Feb 2020 18:58:59 +0000 (19:58 +0100)]
mariadb: follow up on CVE-2020-7221
Today CVE-2020-7221 was publicly discussed on oss-sec [1]. MariaDB
upstream had not mentioned this CVE in their last release notes. The CVE
is related to auth-pam and the possibility of a local mariadb to root
user exploit in the mysql_install_db script.
Upstream has made amendments to the script, but according to the oss-sec
posts the folder permissions were not updated as they should have been.
In OpenWrt the script mysql_install_db is actually patched to never run
the commands in question. This has been this way since MariaDB 10.4 was
made available.
Still, the directory permissions set by the postinstall script are too
lax. To quote the discoverer of the issue, Matthias Gerstner from Suse,
they exhibit "the dangerous situation of a setuid-root binary residing
in a directory owned by an unprivileged user".
This commit fixes this by changing the permissions to the following:
root:mariadb 0750 /usr/lib/mariadb/plugin/auth_pam_tool_dir
This way the setuid-root binary is only available to root and the
mariadb user, while at the same time the mariadb user has no ownership
of the directory.
[1] https://seclists.org/oss-sec/2020/q1/55
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jan Pavlinec [Tue, 4 Feb 2020 17:54:06 +0000 (18:54 +0100)]
tor: update to version 0.4.2.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 4 Feb 2020 11:01:52 +0000 (03:01 -0800)]
Merge pull request #11233 from neheb/hhg
zerotier: fix compilation with libcxx
Rosen Penev [Tue, 4 Feb 2020 04:51:49 +0000 (20:51 -0800)]
nmap: fix compilation with libcxx
Missing headers and confusion between std::bind and bind.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 4 Feb 2020 05:40:16 +0000 (21:40 -0800)]
mpd: fix ffmpeg AIFF and AMR support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 4 Feb 2020 05:04:48 +0000 (21:04 -0800)]
zerotier: fix compilation with libcxx
Missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 4 Feb 2020 05:05:52 +0000 (21:05 -0800)]
libreswan: fix compilation with musl
Added missing limits header. This is normally included in fortify-headers,
which I have disabled locally.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 4 Feb 2020 04:44:37 +0000 (20:44 -0800)]
Merge pull request #11145 from jefferyto/aircrack-ng-1.6
aircrack-ng: Update to 1.6
Rosen Penev [Tue, 4 Feb 2020 04:29:28 +0000 (20:29 -0800)]
Merge pull request #11188 from neheb/mpd
mpd changes
Rosen Penev [Fri, 31 Jan 2020 05:07:25 +0000 (21:07 -0800)]
mpd: replace mpg123 with libmad
libmad is almost half the size of libmpg123. The docoding is done with
integers instead of floats.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 31 Jan 2020 05:02:11 +0000 (21:02 -0800)]
mpd: fix compilation with uClibc-ng
With mpd's build system, it requires either an iconv built into the libc
or icu. Since uClibc-ng as configured by OpenWrt currently has no iconv,
use icu for it to work around the problem. This is the simplest solution.
Added a patch to use boost's rounding functions. They are more appropriate
and work with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Etienne Champetier [Tue, 4 Feb 2020 04:26:26 +0000 (23:26 -0500)]
Merge pull request #11221 from blocktrron/prom-hostapd
prometheus-node-exporter-lua: add hostapd exporter
Rosen Penev [Tue, 4 Feb 2020 01:06:01 +0000 (17:06 -0800)]
Merge pull request #11212 from adde88/master
hcxtools: update to latest version
Rosen Penev [Mon, 3 Feb 2020 22:13:18 +0000 (14:13 -0800)]
Merge pull request #11189 from neheb/shad
shadow: update to 4.8.1
Rosen Penev [Mon, 3 Feb 2020 22:12:19 +0000 (14:12 -0800)]
Merge pull request #11217 from peter-stadler/ariang-nginx
ariang: rename nginx configuration file
Rosen Penev [Mon, 3 Feb 2020 22:09:51 +0000 (14:09 -0800)]
Merge pull request #11225 from peter-stadler/nginx-util
nginx-util: allow comments in begin of regex
Rosen Penev [Mon, 3 Feb 2020 22:08:40 +0000 (14:08 -0800)]
Merge pull request #11081 from peter-stadler/nginx
nginx: use /etc/nginx/nginx.conf enabling conf.d/
Rosen Penev [Mon, 3 Feb 2020 22:04:47 +0000 (14:04 -0800)]
Merge pull request #11228 from jefferyto/golang-env-fixes
golang: Improve build isolation from user environment
Jeffery To [Mon, 3 Feb 2020 20:05:29 +0000 (04:05 +0800)]
golang: Improve build isolation from user environment
* Set GOENV=off when building Go compiler and packages, to ignore user's
environment configuration file
* Set GOCACHE when building host Go
* Unset GOTMPDIR, to use the buildroot temp directory instead of temp
directories in build_dir
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Mon, 3 Feb 2020 18:32:30 +0000 (19:32 +0100)]
Merge pull request #11224 from sartura/sqlite3-update
sqlite3: update to version 3.31.1
Peter Stadler [Thu, 23 Jan 2020 14:42:03 +0000 (15:42 +0100)]
nginx-util: allow comments in begin of regex
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Andreas Nilsen [Sun, 2 Feb 2020 12:56:30 +0000 (13:56 +0100)]
hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries being compiled
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
hcxdumptool: forgot to add new openssl dependency
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
David Bauer [Tue, 3 Dec 2019 23:40:08 +0000 (00:40 +0100)]
prometheus-node-exporter-lua: add hostapd exporter
This exporter exposes information of the connected stations acquired
from hostapd. These contain additional information compared to the
existing station exporter, however they require a full build of hostapd
/ wpad.
Signed-off-by: David Bauer <mail@david-bauer.net>
Rosen Penev [Mon, 3 Feb 2020 13:18:48 +0000 (05:18 -0800)]
Merge pull request #11179 from peter-stadler/django-rest-framework
django-restframework: fix by splitting variants
Josip Kelečić [Mon, 3 Feb 2020 10:08:52 +0000 (11:08 +0100)]
sqlite3: update to version 3.31.1
Signed-off-by: Josip Kelečić <josip.kelecic@sartura.hr>
Josef Schlehofer [Sun, 2 Feb 2020 22:05:35 +0000 (23:05 +0100)]
dnscrypt-proxy2: update to version 2.0.39
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Mon, 3 Feb 2020 07:47:44 +0000 (23:47 -0800)]
Merge pull request #11223 from gladiac1337/haproxy-2.1.2
haproxy: Update HAProxy to v2.1.2
Christian Lachner [Sun, 2 Feb 2020 10:09:32 +0000 (11:09 +0100)]
haproxy: Update HAProxy to v2.1.2
- Major version jump from v2.0 to v2.1
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.2.html)
- Stop building LUA 5.3 in the haproxy build-process and use liblua5.3 as a dependency instead
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Mon, 3 Feb 2020 05:34:56 +0000 (21:34 -0800)]
mpd: update to 0.21.19
Changed URLs to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Luiz Angelo Daros de Luca [Mon, 3 Feb 2020 00:22:46 +0000 (21:22 -0300)]
sane-backends: update to 1.0.29
- Migrate libusb dependency back to libsane
(virtually all useful backends for OpenWrt would need it anyway)
- Disabled new usb-record-replay feature (avoid libxml2 dep)
- Disabled new escl backend (network-only backend are not too useful
for OpenWrt and it requires libcurl, libnetsnmp, libavahi and libxml2)
- Workaround sane-daemon/postinst installation on Imagebuild
- Enabled backends kvs40xx and mustek_usb2 (fixed upstream)
- Fix bigendian compilation
(https://gitlab.com/sane-project/backends/-/merge_requests/329)
- Fix missing std::round() for uclibc
(https://gitlab.com/sane-project/backends/issues/237)
- Fixes FS#2685: coldplug was running before usblp was loaded. Now
it grants access do usblp when a device using it is plugged.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Espen Jürgensen [Sun, 2 Feb 2020 22:49:09 +0000 (14:49 -0800)]
forked-daapd: update to 27.1
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Rosen Penev [Sun, 2 Feb 2020 22:06:09 +0000 (14:06 -0800)]
Merge pull request #11218 from jefferyto/golang-1.13.7
golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
Nikos Mavrogiannopoulos [Sun, 2 Feb 2020 21:41:40 +0000 (22:41 +0100)]
libtasn1: updated to 4.16.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Nikos Mavrogiannopoulos [Sun, 2 Feb 2020 21:41:20 +0000 (22:41 +0100)]
gnutls: updated to 3.6.12
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Fri, 31 Jan 2020 03:07:26 +0000 (19:07 -0800)]
shadow: update to 4.8.1
Fixed license information.
Removed patch requiring autoreconf and replaced with a configure variable.
Removed faulty patch that broke systems without a disabled crypt size hack.
Replaced with using a SED command as well as bcrypt, which works in musl.
Removed su patch and converted it to a SED command in the Makefile.
Added new shadow utilities.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Sun, 2 Feb 2020 20:35:09 +0000 (04:35 +0800)]
golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
This update includes fixes for[1]:
* CVE-2020-7919 - doesn't appear to be published publicly yet
* CVE-2020-0601 - a Windows-related issue
[1]: https://github.com/golang/go/issues?q=milestone%3AGo1.13.7+label%3ACherryPickApproved
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Peter Stadler [Sun, 2 Feb 2020 18:13:30 +0000 (19:13 +0100)]
ariang: rename nginx configuration file
This makes the ariang-nginx ready for Nginx using the conf.d directory.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Hannu Nyman [Sun, 2 Feb 2020 18:19:06 +0000 (20:19 +0200)]
Merge pull request #11215 from Andy2244/wsdd2-typo_fix
wsdd2: fix typos
Dirk Brenken [Sun, 2 Feb 2020 14:16:19 +0000 (15:16 +0100)]
Merge pull request #11210 from dibdot/master
adblock: update 3.8.15
Dirk Brenken [Sun, 2 Feb 2020 06:49:37 +0000 (07:49 +0100)]
adblock: update 3.8.15
* remove 'reg_cz' list (abandoned)
* add 'notracking' list (provided by @rcarmo)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Andy Walsh [Sun, 2 Feb 2020 14:04:28 +0000 (15:04 +0100)]
wsdd2: fix typos
* fix typos (WG_PARM, reload_trigger)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andreas Nilsen [Sun, 2 Feb 2020 12:55:31 +0000 (13:55 +0100)]
hcxdumptool: update to 6.0.1
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
Hannu Nyman [Sun, 2 Feb 2020 11:33:49 +0000 (13:33 +0200)]
Merge pull request #11202 from hnyman/zip
zip: rename package to infozip to avoid name collision with tools
Rosen Penev [Sun, 2 Feb 2020 01:03:22 +0000 (17:03 -0800)]
Merge pull request #11182 from cotequeiroz/afalg_1.2.0-beta
afalg_engine: Update to 1.2.0-beta.1
Rosen Penev [Sun, 2 Feb 2020 01:01:31 +0000 (17:01 -0800)]
Merge pull request #11199 from neheb/meas
measurement-kit: Fix compilation with uClibc-ng
Michael Heimpold [Sat, 1 Feb 2020 23:00:12 +0000 (00:00 +0100)]
libzip: update to 1.6.0
Also remove upstreamed patch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sat, 1 Feb 2020 08:18:54 +0000 (10:18 +0200)]
zip: rename package to infozip to avoid name collision with tools
Rename "zip" to "infozip" to avoid name collision, as the same
zip package has been introduces to the build tools as zip.
Buildbot does not like that.
Reference to #10985 and #11089 as well as
https://github.com/openwrt/openwrt/commit/
ad8c2d6099a7da5192ee6e2c52a8303642271877
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Olivier Poitrey [Sun, 12 Jan 2020 21:48:29 +0000 (13:48 -0800)]
nextdns: Update to version 1.4.23
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>
Hannu Nyman [Sat, 1 Feb 2020 07:29:36 +0000 (09:29 +0200)]
Merge pull request #11164 from commodo/pymysql-opt-crypt
pymysql: make python3-cryptography optional
Rosen Penev [Sat, 1 Feb 2020 05:58:51 +0000 (21:58 -0800)]
measurement-kit: Fix compilation with uClibc-ng
The define in the codebase is wrong. Fixed in the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 1 Feb 2020 05:28:44 +0000 (21:28 -0800)]
Merge pull request #11198 from VergLsm/master
minidlna: Added support RMVB
Vision Lsm [Sat, 1 Feb 2020 04:08:45 +0000 (12:08 +0800)]
minidlna: Added support RMVB
Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
Felix Fietkau [Fri, 31 Jan 2020 17:02:08 +0000 (18:02 +0100)]
luaposix: use fake uname script to fix OS detection
Avoid picking up the host OS for detecting the build type
Fixes build on macOS
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Fri, 31 Jan 2020 17:00:37 +0000 (18:00 +0100)]
luarocks: fix site config for host build
The host utility is used to build other lua modules for the target.
For that, the site config needs to specify the correct arch/system type.
Use target dependent build/staging dirs to avoid issue when switching
between targets
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Jianhui Zhao [Fri, 31 Jan 2020 08:31:09 +0000 (16:31 +0800)]
rtty: update to 7.0.1
Drop the depend of libuwsc
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Peter Stadler [Fri, 31 Jan 2020 07:29:20 +0000 (08:29 +0100)]
django-restframework: fix by splitting variants
Split python2 and python3 packages and update to newest versions:
* python-django-restframework version 3.9.4 using django1
* python3-django-restframework version 3.11.0 using django3
This fixes the issue that the restframework cannot import name
'python_2_unicode_compatible' from 'django.utils.encoding', when
using version 3.9.x together with Django 3.y.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Fri, 31 Jan 2020 00:31:29 +0000 (16:31 -0800)]
Merge pull request #11185 from micmac1/apache-1-up
apache/apr/apr-util: fix some nitpicks
Rosen Penev [Fri, 31 Jan 2020 00:29:37 +0000 (16:29 -0800)]
Merge pull request #11183 from micmac1/master-maria-10.4.12
mariadb: bump to 10.4.12 (CVE fix)
Rosen Penev [Fri, 31 Jan 2020 00:29:02 +0000 (16:29 -0800)]
Merge pull request #11181 from peter-stadler/django-etesync-journal
python3-django-etesync-journal: update to version 1.2.0
Rosen Penev [Fri, 31 Jan 2020 00:28:51 +0000 (16:28 -0800)]
Merge pull request #11180 from peter-stadler/django-asgiref
python3-asgiref: add package to fix django
Rosen Penev [Fri, 31 Jan 2020 00:28:01 +0000 (16:28 -0800)]
Merge pull request #11178 from jefferyto/python-packages-cleanup
python-packages: Clean up Makefiles
Rosen Penev [Fri, 31 Jan 2020 00:27:37 +0000 (16:27 -0800)]
Merge pull request #11175 from jefferyto/python-fix-float-byte-order
python: Fix float byte order detection
Rosen Penev [Fri, 31 Jan 2020 00:23:13 +0000 (16:23 -0800)]
Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"
This reverts commit
3dbdd67cf93e5f2c271e7663b35353f8c8102757.
This is totally wrong. tunnelbroker.net is completely different.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 31 Jan 2020 00:20:56 +0000 (16:20 -0800)]
Revert "ddns-scripts: fix cloudflare.com-v4"
This reverts commit
67e2efb301f9e6ac9ee471d2457f08feda7fab38.
This is totally wrong. The actual bug is in the luci app.
Sebastian Kemper [Thu, 30 Jan 2020 21:03:08 +0000 (22:03 +0100)]
apache: don't install exp file
This file is meant for AIX, OpenWrt doesn't need it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 30 Jan 2020 20:56:40 +0000 (21:56 +0100)]
apr-util: workaround reconfigure issue
PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build
system doesn't always work out the way OpenWrt intends it to. This was
found by pure chance. apr-util was in build directory without any
plugins selected. Then apache got selected, causing plugins to be
selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in
apr-util. But afterward apache couldn't find symbols related to LDAP.
To workaround this add "clean" to make targets.
No rev bump because no change for the apr-util packages.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 30 Jan 2020 20:53:07 +0000 (21:53 +0100)]
apr-util: clean up InstallDev
This removes the ifneq in InstallDev, because the maintainers are likely
to forget to extend it when new plugins are added (this has already
occurred).
Also, this removes the la files, because OpenWrt won't allow them into
staging anyway.
No rev bump because meaningless for the apr-util packages.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 30 Jan 2020 20:49:53 +0000 (21:49 +0100)]
apr: don't install la files to staging
They're deleted by OpenWrt build system anyway.
No rev bump as meaningless for apr package.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 30 Jan 2020 20:27:44 +0000 (21:27 +0100)]
libmariadb: bump to 3.1.7
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 30 Jan 2020 20:24:47 +0000 (21:24 +0100)]
mariadb: security bump to 10.4.12
Fixes CVE-2020-2574.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Peter Stadler [Tue, 28 Jan 2020 20:31:58 +0000 (21:31 +0100)]
python3-asgiref: add package to fix django
Django 3 has this package as dependency.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Jeffery To [Thu, 30 Jan 2020 14:44:26 +0000 (22:44 +0800)]
python-packages: Clean up Makefiles
* Replace $(PKG_NAME) with package name in call, define, and eval lines
* Remove extra "define" in $(call define Package/.../description)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Eneas U de Queiroz [Thu, 30 Jan 2020 12:22:40 +0000 (09:22 -0300)]
afalg_engine: Update to 1.2.0-beta.1
This is a beta release that introduces a software fallback mechanism
that greatly speeds up smaller requests by fulfilling them in software,
avoiding the latency of switching to kernel-mode for small jobs.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Peter Stadler [Tue, 28 Jan 2020 12:25:10 +0000 (13:25 +0100)]
python3-django-etesync-journal: update to version 1.2.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Daniel Golle [Thu, 30 Jan 2020 13:05:33 +0000 (15:05 +0200)]
python-libmodbus: add package
Python Interface for libmodbus written with CFFI.
This libmodbus wrapper is compatible with Python 2 and Python 3.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jeffery To [Thu, 30 Jan 2020 10:28:49 +0000 (18:28 +0800)]
python: Fix float byte order detection
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>
Rosen Penev [Thu, 30 Jan 2020 00:26:47 +0000 (16:26 -0800)]
Merge pull request #11173 from Andy2244/ksmbd-avahi
ksmbd-tools: add avahi service file package
Andy Walsh [Wed, 29 Jan 2020 20:57:25 +0000 (21:57 +0100)]
ksmbd-tools: add avahi service file package
* add avahi service file package, so linux clients can discover ksmbd shares
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Toke Høiland-Jørgensen [Wed, 29 Jan 2020 16:26:30 +0000 (17:26 +0100)]
Merge pull request #11119 from neheb/hjk
radsecproxy: update to 1.8.1
Alexandru Ardelean [Wed, 29 Jan 2020 07:25:10 +0000 (09:25 +0200)]
pymysql: make python3-cryptography optional
According to the installation guide [1], the support for "sha256_password"
or "caching_sha2_password" for authentication is optional.
This change makes it optional for the OpenWrt package by providing a build
option to enable it.
By default it won't be enabled, and packages can choose to enable it.
[1] https://pymysql.readthedocs.io/en/latest/user/installation.html
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Tue, 28 Jan 2020 21:16:45 +0000 (23:16 +0200)]
Merge pull request #11162 from eglooca/master
netifyd: Updated to v2.99
Darryl Sokoloski [Tue, 28 Jan 2020 18:26:48 +0000 (13:26 -0500)]
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600
Change log for v2.99:
[FIX] Fixed broken JSON parsing (include missing uuid_site).
[FIX] FreeBSD: Fixed 10x support.
[FIX] OPNsense: Fixed path to xmllint.
[IMP] Switched to libtcmalloc minimal.
[IMP] Added metadata extraction from SSDP queries/responses.
[IMP] Added automatic building of bundled gperftools when enabled.
[IMP] Removed bundled packages that are no longer needed.
[IMP] Always display JSON status even when stale.
[IMP] CentOS: Added support for CentOS 8.
[IMP] CentOS: Removed support for CentOS 6.
[IMP] OPNsense: Added support for OPNsense 19x.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Hannu Nyman [Tue, 28 Jan 2020 16:05:45 +0000 (18:05 +0200)]
Merge pull request #11093 from valdi74/update_python-curl
python-curl: update to version 7.43.0.4
Peter Stadler [Mon, 20 Jan 2020 21:49:27 +0000 (22:49 +0100)]
nginx: use /etc/nginx/nginx.conf enabling conf.d/
Instead of the default nginx.conf file this file is a small variant
without examples that enables the /etc/nginx/conf.d/ directory.
It will pull in all configuration files from the conf.d directory.
So, other packages can add their server parts in the conf.d directory
without modifying the main nginx.conf file (cf. #9860).
Changed also the default logging behavior:
error_log stderr; # the init forwards it to logd
access_log off;
See the updated documentation at:
https://openwrt.org/docs/guide-user/services/webserver/nginx
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Tue, 28 Jan 2020 09:51:11 +0000 (01:51 -0800)]
Merge pull request #11147 from micmac1/svn2
subversion: fix build failure
Rosen Penev [Tue, 28 Jan 2020 06:20:27 +0000 (22:20 -0800)]
ddns-scripts: use HTTP for IPv6 dyndns URL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 06:17:26 +0000 (22:17 -0800)]
ddns-scripts: remove HTTPS from dyndns URL
HTTPS support is not provided by default.
Also fixed a mistakenly added ].
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:21:13 +0000 (21:21 -0800)]
ddns-scripts: use new DDNS URL for dyndns.org
https://github.com/openwrt/packages/issues/8360
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:11:51 +0000 (21:11 -0800)]
ddns-scripts: update ddnss.de response
https://github.com/openwrt/packages/issues/8013
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:06:43 +0000 (21:06 -0800)]
ddns-scripts: fix cloudflare.com-v4
https://github.com/openwrt/packages/issues/11042
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Euler Alves [Wed, 8 Jan 2020 00:00:25 +0000 (21:00 -0300)]
ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net
Hurricane Electric provides a free IPv6inIPv4 tunnel. It changed its ipv4 ddns service, fully needed to keep the ipv6 tunnel up, to the domain tunnelbroker.net. Besides, the old he.net script was bugged because it doesn't had a [USERNAME] placement but instead two [DOMAIN]. The new tunnelbroker.net update URL, still provided by Hurricane Electric, is https://[USERNAME]:[PASSWORD]@ipv4.tunnelbroker.net/nic/update?hostname=[DOMAIN]&myip=[IP] and it gets the response good or nochg
Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Euler Alves [Tue, 7 Jan 2020 23:55:56 +0000 (20:55 -0300)]
ddns-scripts: Incremented PKG_RELEASE: fix in files/services
PKG_RELEASE was incremented to 15 because of a fix in files/services
Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 02:55:31 +0000 (18:55 -0800)]
prometheus-node-exporter-lua: fixed small warning
This happens during compilation:
Enabling network
./etc/init.d/prometheus-node-exporter-lua: line 7: /lib/functions/network.sh: No such file or directory
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 02:23:29 +0000 (18:23 -0800)]
vim: install vimdiff symlink for vim-fuller
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 01:46:33 +0000 (17:46 -0800)]
Merge pull request #11146 from BKPepe/libredblack
libredblack: pass CFLAGS properly
Rosen Penev [Tue, 28 Jan 2020 01:46:12 +0000 (17:46 -0800)]
Merge pull request #11137 from BKPepe/sqlalchemy
python-sqlalchemy: update to version 1.3.13