Commit graph

6226 commits

Author SHA1 Message Date
Darryl Sokoloski
e94d771197 netifyd: Updated to v2.98
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.98:

[FIX] OpenWrt: Silence ABI warnings.
[FIX] Fixed socket buffer dead-lock (pop < 0 bytes).
[FIX] Silenced site UUID errors (moved to debug level).
[FIX] Updated to SPDX identifier for GPL license.

[IMP] Migrated from libjson-c to nlohmann JSON for Modern C++.
[IMP] Updated agent status with CPU utilization and sink service status.
[IMP] Reformatted sink queue utilization status output.
[IMP] Support OS-specific restarting.
[IMP] Added payload upload and update frequency control.
[IMP] Added MAC addresses to JSON interface list.
[IMP] Added option to send established flows to connecting clients.
[IMP] Added offline capture processing script.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-12-09 12:46:57 -05:00
Richard Yu
d551758310
nlbwmon: add procd reload trigger for nlbwmon config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-09 20:28:11 +08:00
James Taylor
d4e00eca55 pdns-recursor: update to 4.2.1
Updates pdns-recursor to current stable 4.2.1. Also includes more complete fix
for boost.m4 BOOST::THREAD detection, removing dependency on boost-thread.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-09 23:05:22 +11:00
Josef Schlehofer
cddf39cbd1
dnscrypt-proxy2: Update to version 2.0.34
Repository was renamed to github.com/DNSCrypt/dnscrypt-proxy

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-09 00:58:08 +01:00
Rosen Penev
73d29b9fd7
prosody: Update to 0.11.3
Several Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:49:13 -08:00
Rosen Penev
cbcfc7a3e2 geth: Update to 1.9.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:33:37 -08:00
Rosen Penev
3260950f4c
Merge pull request #10706 from neheb/ss
sstp-client: Update to 1.0.13
2019-12-08 13:42:07 -08:00
James Taylor
fd62baea73 pdns: Upgrade to PowerDNS Authoritative 4.2.1
Upgraded to pdns-4.2.1 and corrected issues with dependency management on
modules, in addition to moving zone2ldap under the ldap backend (It's only
compiled if ldap backend is enabled)

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-12-08 14:03:00 +11:00
Gregory L. Dietsche
bce8c6ef0f safe-search: Update Google host list.
Periodic update of the list of Google domains using
https://www.google.com/supported_domains
as a reference.

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2019-12-07 10:48:46 -06:00
Noah Meyerhans
556698cedf iputils: Move the iputils tools to packages
Per discussion in https://github.com/openwrt/openwrt/pull/1804, iputils is
moving from the main openwrt repository to the packages feed, and is switching
from the abandoned skbuff.net upstream to github.com/iputils/iputils

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2019-12-05 17:06:40 -08:00
Stijn Tintel
f32a06a877
Merge pull request #10610 from paulfertser/strongswan-set-reqid
strongswan: allow to specify per-connection reqid with UCI
2019-12-05 14:37:51 +02:00
Rosen Penev
b3f52f80ad
sstp-client: Update to 1.0.13
Edited deprecated OpenSSL patch slightly.

Fixed up license information.

Reorganized Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-04 10:23:51 -08:00
Andy Walsh
1298a4ceda samba4: make host-buildtools private/add suffix
* fix openwrt/packages#10700
* add suffix to asn1_compile, compile_et to avoid krb5 conflicts
* bundle samba's com_err

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-12-03 16:06:07 +01:00
Karl Palsson
5da8ae16b2 mosquitto: bump to version 1.6.8
This is a bugfix release.
Full changelog available at:
https://mosquitto.org/blog/2019/11/version-1-6-8-released/

Many smaller fixes in various areas, nothing particularly standout as of
special interest to OpenWrt.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-12-03 13:14:16 +00:00
Sergey Urushkin
569e06c82f arp-scan: update to 1.9.7
Signed-off-by: Sergey Urushkin <urusha.v1.0@gmail.com>
2019-12-02 09:51:19 +03:00
Rosen Penev
1d434b00e7
Merge pull request #10688 from neheb/ope
openconnect: Switch to HTTPS for the source URL
2019-12-01 16:51:29 -08:00
Rosen Penev
13513957f8
Merge pull request #10681 from gram25gwh/ddns-scripts-https-afraid-org
ddns-scripts: Change protocols of afraid.org urls to HTTPS.
2019-11-30 23:51:37 -08:00
Kwonjin Jeong
e25b558999 ddns-scripts: Change protocols of afraid.org urls to HTTPS.
- Use HTTPS protocol for updating urls for afraid.org to protect the password.
- Bump/align package version number.

Signed-off-by: Kwonjin Jeong <gram25gwh@gmail.com>
2019-12-01 15:24:38 +09:00
Rosen Penev
3b31e4e13b
Merge pull request #10668 from Andy2244/samba4_4.9.16_cleanup
samba4: update to 4.9.16, remove AD-DC/Winbind options
2019-11-30 18:34:55 -08:00
Rosen Penev
4d7c5af6e1 openconnect: Switch to HTTPS for the source URL
Goes through firewalls easier.

Switched to xz tarball, which is both implicit and smaller.

Rearranged some stuff for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-30 18:30:35 -08:00
Dirk Brenken
e97f350a00
banip: update 0.3.11
* fix ssh daemon autodetection
* fix 'sshd' logfile parsing

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-30 19:31:14 +01:00
Hannu Nyman
52e6151d11
Merge pull request #10655 from gladiac1337/haproxy-2.0.10
haproxy: Update HAProxy to v2.0.10
2019-11-29 17:28:55 +02:00
Christian Lachner
19623a4ef9 haproxy: Update HAProxy to v2.0.10
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.10.html)
- This fixes CVE-2019-19330 (See: https://nvd.nist.gov/vuln/detail/CVE-2019-19330)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-29 12:25:21 +01:00
Rosen Penev
47772cc9c6
Merge pull request #10657 from neheb/addr
addrwatch: Add missing limits header for PATH_MAX
2019-11-29 02:12:07 -08:00
Rosen Penev
5b3a1591bc
Merge pull request #10654 from leonghui/wiki-link-update
treewide: replace old wiki links
2019-11-28 20:21:31 -08:00
Leong Hui Wong
a6f1ff5a85 treewide: update wiki links
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-11-29 09:16:02 +08:00
Sebastian Kemper
18335dc424 ntpd: create config_file directory
ntpd's configuration is stored in /var/etc, but the init script doesn't
create this directory. To be fair this folder is used by other packages
as well, for instance dnsmasq. Still, it's better not to rely on other
packages to create it.

Fixes: #10636

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-11-28 22:27:03 +01:00
Andy Walsh
226e0c6497 samba4: update to 4.9.16, remove AD-DC/Winbind options
* update to 4.9.16
* cherry-pick some musl alpine/openembedded patches
* cleanup/remove AD-DC/Winbind options and related code
* build the compile_et via samba4/host

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-28 17:11:55 +01:00
Florian Eckert
32efe3609d stunnel: update to version 5.56
Update to version 5.56

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-28 12:09:52 +01:00
Josef Schlehofer
f39cdba7c0
Merge pull request #10511 from SibrenVasse/openssh8.1
openssh: update to 8.1p1
2019-11-28 09:27:58 +01:00
Rosen Penev
8003eea2b9
addrwatch: Add missing limits header for PATH_MAX
Fixes compilation on musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:38:35 -08:00
Rosen Penev
f0eb182472
Merge pull request #10611 from ldir-EDB0/bumpdns
net/https-dns-proxy: Update to 2019-10-09
2019-11-27 13:50:22 -08:00
Andy Walsh
b85a124ff6 cifsd: update to git (2019-11-27), fix reload/restart not applying smb.conf changes
* fix reload/restart not applying luci/smb.conf changes
* remove hotfix for 'read only = no' (fixed by upstream)
* update documentation, example
*cifsd: fix the lost of dos file attributes
*cifsd: store FILE_ATTRIBUTE_SPARSE into xattr
*cifsd: release v2.0.2
*cifsd-tools: add smb.conf.list file to show supported parameters list
*cifsd-tools: set CIFSD_SHARE_FLAG_WRITEABLE flags if read only = no
*cifsd-tools: release cifsd-tools v2.0.2

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-27 22:11:16 +01:00
Sebastian Kemper
7d4f1b8589 nut: update OpenSSL 1.1.0 patch
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>
2019-11-27 19:52:30 +01:00
Sebastian Kemper
cdd660a41d nut: fix CGI setup
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>
2019-11-27 19:42:54 +01:00
Aleksander Morgado
5f11888b12 modemmanager: install common utils in /usr/share/ModemManager
The modemmanager.common file includes several utility functions that
are used in several places like the protocol handler and in hotplug
scripts. These utilities should not be installed in /etc as they're
not configuration.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-27 09:28:10 +01:00
Aleksander Morgado
ecad39fd60 modemmanager: don't flag the 'device' option as 'device' type
Unlike other modem protocol handlers like the ones implemented by uqmi
or umbim, in the modemmanager protocol handler the 'device' option
does not specify a device node in /dev. Therefore, we shouldn't flag
the option as 'device' type (dt_type_device).

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-27 09:28:10 +01:00
Aleksander Morgado
a684cdbab0 modemmanager: fix device unplug handling
When a USB modem device is unplugged, we had to do two different
things: first, cleanup the sysfs cache; and second, set interface as
unavailable.

Those two things were never being done properly due to several
different issues:

 * The parent sysfs path retrieval logic relies on checking for which
 sysfs path has the vid/pid files. This logic obviously only works
 when the device is available, and cannot be used on e.g. removal
 events.

 * The command to cleanup the modem wait status from the sysfs cache
 was not removing the previous state properly, because the sysfs path
 variable wasn't escaped properly for the sed command.

This patch handles those issues in order to have a proper device
removal handling, by making sure the sysfs path is properly escaped in
the sed command, and by introducing a new hotplug script that runs
when the full USB device is removed.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-27 09:28:10 +01:00
Aleksander Morgado
cc4ee2fd3c modemmanager: flag as available and no_device when initializing
Otherwise, if the modem is reseted, netifd will think that the device
is gone forever.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-27 09:28:10 +01:00
Aleksander Morgado
92781ecc7f modemmanager: add default proto configs
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-27 09:28:10 +01:00
Rosen Penev
4dbb240c5c
Merge pull request #10645 from Andy2244/softethervpn5-9672
softethervpn5: update to 5.01.9672
2019-11-26 14:23:45 -08:00
Sebastian Kemper
a08cc5b533 nut: revert 81e6bb7
gdlib pc file doesn't set a version, so "pkg-config --modversion gdlib"
returns nothing. Also, the test

  if test "$?" != "0" -a -n "${GD_VERSION}"; then

is wrong as pkg-config wouldn't return != 0 on success.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-11-26 21:16:47 +01:00
Andy Walsh
a6054083dd softethervpn5: update to 5.01.9672
* 5.01.9672 release
* Cedar: handle UDP acceleration and R-UDP versions
* Mayaqua: implement R-UDP version 2, powered by ChaCha20-Poly1305
* Cedar: implement UDP acceleration version 2, powered by ChaCha20-Poly1305
* Cedar: serve new web management interface
* Cedar: implement detailed protocol info
* Mayaqua: add Windows Server 2019 to the supported operating systems list
* Cedar: various fixes
* Cedar: add "DisableIPsecAggressiveMode" option
* Make install dir for unit files configurable
* Protocol.c: adapt ClientConnectGetSocket() for new proxy functions
* Wpc.c: adapt WpcSockConnectEx() for new proxy functions
* Protocol: add ProxyCodeToCedar()
* Move generic proxy stuff from Cedar to Mayaqua
* Proto_OpenVPN.c: improve OvsProcessData(), fix out-of-bounds access found by Coverity
* Proto_OpenVPN.c: fix segmentation fault in OvsProceccRecvPacket()
* Addressing the UDP reflection amplification attack: https://github.com/SoftEtherVPN/SoftEtherVPN/issues/1001
* Mayaqua.h: include <stdarg.h> for "va_list" on Illumos
* Protocol.c: fix bug in ClientConnectGetSocket() causing custom HTTP header not to work
* Mayaqua: move HTTP functions from "Network" to "HTTP"
* Move GetMimeTypeFromFileName() and related structure to Mayaqua
* Mayaqua.h: include <stdio.h> for "FILE"
* Mayaqua.h: include <stddef.h>, for "wchar_t"
* Bump mixin-deep in /src/bin/hamcore/wwwroot/admin/default
* - Fixed the problem occurs when RPC messages between Cluster Members exceed 64Kbytes. - Fixed the RADIUS PEAP client to use the standard TLS versioning. - Implementation of a function to fix the MAC address of L3 VPN protocol by entering e.g. "MAC: 112233445566" in the "Notes" field of the user information. - Implementation of a function to fix the virtual MAC address to be assigned to the L3 VPN client as a string attribute from RADIUS server when authentication.
* Updating built-in Win32 libraries - OpenSSL 1.1.1 -> 1.1.1d - zlib 1.2.3 -> 1.2.11
* Update strtable_cn.stb
* Avoid using hardcoded paths in log file enumeration
* Fix buffer overflow during NETBIOS name resolution
* Update SEVPN.sln
* Create strtable_pt_br.stb
* ci: display error if vpntest failed
* Fix several compile warnings on MS VC++ 2008.
* Enables crash minidump for Win32 vpntest. Minidump files will be saved to the 'C:\Users\<username>\AppData\Local\Temp\vpn_debug' (for normal user) or 'src\bin\vpn_debug\' (for administrator user).
* OpenVPN: use new protocol interface
* Add interface for easy protocol implementation
* add "no-deprecated" to openssl builds "no-deprecated" is widely used in openwrt devices
* Fix LibreSSL support
* Switch to OpenSSL THREADID API
* travis-ci: update openssl, libressl
* enable sonar-scan in travis-ci builds
* Virtual: fix race condition in DHCP server which resulted in multiple clients receiving the same IP
* Mayaqua: Fix compilation without deprecated OpenSSL APIs
* Mayaqua: Replace GNU specific sys/poll.h header with POSIX poll.h
* systemd: replace deprecated CAP_SYS_ADMIN with CAP_SYSLOG

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-26 15:14:25 +01:00
Paul Fertser
a8fa557cd5 strongswan: allow to specify per-connection reqid with UCI
This is useful to assign all traffic to a fw3 zone, e.g.:

/etc/config/ipsec:

config remote 'test'
	list tunnel		'dev'
...

config 'tunnel' 'dev'
	option reqid		'33'
...

/etc/config/firewall:

config zone
	option name		wan
	option extra_src	"-m policy --pol none --dir in"
	option extra_dest	"-m policy --pol none --dir out"
...

config zone
	option name		vpn
	# subnet needed for firewall3 before 22 Nov 2019, 8174814a
	list subnet		'0.0.0.0/0'
	option extra_src	"-m policy --pol ipsec --dir in --reqid 33"
	option extra_dest	"-m policy --pol ipsec --dir out --reqid 33"
...

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2019-11-26 15:27:54 +03:00
Andy Walsh
67e529da18 cifsd-tools: update to git (2019-11-25)
* cifsd-tools: fix Assignment of a signed value which has type 'long'
* init: convert hide_dot_files to yes/no option
* 'read only = no' seems bugged for cifsd/smb.conf, so fix via 'writeable = yes'

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-25 17:11:46 +01:00
Rosen Penev
6d9ee2ec86
transmission: Disable webseeding
It causes 100% CPU usage in certain situations. Just disable it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-24 19:01:58 -08:00
William Fleurant
be4fe496ce yggdrasil: bump to 0.3.12
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-11-24 19:18:53 -05:00
Hannu Nyman
c6a8853c0d
Merge pull request #10519 from BKPepe/git
git: Update to version 2.24.0
2019-11-24 15:49:42 +02:00
Rosen Penev
2707a95d31
clamav: Shellcheck fixes
Fix SC2129

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-23 18:55:22 +01:00
Josef Schlehofer
c7ad27ebbd
clamav: Update to version 0.101.4
Change deprecated options to a new one:
DetectBrokenExecutables to AlertBrokenExecutables
ArchiveBlockEncrypted to AlertEncrypted

Fixes: CVE-2019-12900 and CVE-2019-12625

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-23 18:55:22 +01:00
Dirk Brenken
219abdc5a1
adblock: update 3.8.12
* fix possible dns restart issue with DNS File Reset (race condition)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-23 13:44:54 +01:00
Rosen Penev
9d57b11e44
Merge pull request #10616 from Andy2244/samba4-22-11-2019
samba4: add UCI option 'disable_async_io'
2019-11-22 08:33:45 -08:00
Rosen Penev
a47004dfbb
Merge pull request #10615 from Andy2244/cifsd-22-11-2019
cifsd: update to git (2019-11-22)
2019-11-22 08:27:20 -08:00
Andy Walsh
ec3225b495 samba4: add UCI option 'disable_async_io'
* add UCI option 'disable_async_io'
* remove [homes] options

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-22 13:54:24 +01:00
Andy Walsh
5c2706a9ad cifsd: update to git (2019-11-22)
* cifsd: fix uninitialized fp could be freed
* cifsd: fix potential uninitialized spnego_blob could be freed
* cifsd: smbd: replace spinlock_irqsave with spinlock
* cifsd: smbd: avoid the lack of client's send credits
* cifsd-tools: add version generation script
* cifsd-tools: do not abbrev git describe
* cifsd-tools: use 'unknown' version string if git describe fails

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-22 13:43:17 +01:00
Chao Liu
c233165fe0
kcptun: bump to v20191112
Signed-off-by: Chao Liu <expiron18@gmail.com>
2019-11-22 14:29:51 +08:00
Kevin Darbyshire-Bryant
0b30945de0 net/https-dns-proxy: Update to 2019-10-09
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-11-21 21:05:44 +00:00
Florian Eckert
58010dbd88
Merge pull request #10547 from zhoreeq/yggdrasil_uci
yggdrasil: Change package configuration to UCI
2019-11-21 20:01:12 +01:00
Rosen Penev
fa0ef9c189
Merge pull request #10605 from rs/nextdns-1.1.5
nextdns: Update version 1.1.5 + add per host config option
2019-11-21 09:35:38 -08:00
Rosen Penev
82d4a10fe8
Merge pull request #10608 from ja-pa/bind-9.14.8
bind: update to version 9.14.8 (security fix)
2019-11-21 09:34:29 -08:00
George Iv
6857fd45c8 yggdrasil: Change package configuration to UCI
Signed-off-by: George Iv <57254463+zhoreeq@users.noreply.github.com>
2019-11-21 11:15:29 -05:00
Jan Pavlinec
46ca2c79ca
bind: update to version 9.14.8 (security fix)
Fixes CVE-2019-6477

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-11-21 13:14:23 +01:00
Olivier Poitrey
8619255463 nextdns: Update version 1.1.5 + add per host config option
* Update nextdns to version 1.1.5 which adds IPv6 dual stack support.
* Add the ability to configure per host configuration id from uci.

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2019-11-21 02:41:28 -08:00
Josef Schlehofer
24667753a2
unbound: Update to version 1.9.5
Fixes CVE-2019-18934

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-21 09:01:56 +01:00
Rosen Penev
dfe3924f33
Merge pull request #10583 from neheb/cif
cifs-utils: Add smbinfo utility
2019-11-20 16:48:51 -08:00
Rosen Penev
09ac44a5b7
Merge pull request #10587 from Payne-X6/master
knot: update to version 2.9.1
2019-11-19 11:13:05 -08:00
Dirk Brenken
760c3a2240
Merge pull request #10581 from dibdot/travelmate
travelmate: update 1.5.3
2019-11-19 08:31:50 +01:00
Rosen Penev
fea1468506
cifs-utils: Add smbinfo utility
Switched to PKG_INSTALL for simplicity.

Added PKG_BUILD_PARALLEL for faster compilation.

Added InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-18 15:21:13 -08:00
Dirk Brenken
05c3153bb7
travelmate: update 1.5.3
* some init tweaks
* use the usual wifi wrapper for reloads
* compatibility fix for latest wifi-related changes
  in master (dynamic wireless radio reconfiguration)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-18 19:28:23 +01:00
Jan Hak
559672d6b0 knot: update to version 2.9.1
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2019-11-18 17:13:17 +01:00
Florian Eckert
0150459a78
Merge pull request #10538 from TDT-AG/pr/20191113-mwan3
mwan3: add https ping possibility and a minor fix
2019-11-18 09:28:48 +01:00
Florian Eckert
6d638c3e23 mwan3: change license to SPDX compatible identifier
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-18 09:26:51 +01:00
Petr Štetiar
8383c19b90 treewide: fix service status command in procd compatible services
Fix breaking change introduced in the main tree with a commit
7519a36774ca ("base-files,procd: add generic service status") where the
old service `status` callback function doesn't work anymore and needs to
be renamed to `status_service`.  This name was chosen for consistency
with start and stop function callbacks, which are using `start_service`
and `stop_service` naming schemes.

While at it, fix whitespace issues in the status_service as well.

Ref: http://lists.infradead.org/pipermail/openwrt-devel/2019-September/019035.html
Reported-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-11-18 06:28:57 +01:00
Rosen Penev
e027b47069
Merge pull request #10545 from lucize/frrup
frr: add missing build options
2019-11-17 18:07:47 -08:00
Rosen Penev
d8c0baaf9e
Merge pull request #10546 from TDT-AG/pr/20191114-xtables-addons
xtables-addons: disable ASLR PIE
2019-11-17 17:53:17 -08:00
Rosen Penev
6ca10a0865
Merge pull request #10551 from aleksander0m/aleksander/mm-fix-any-ip-type
modemmanager: fix 'any' iptype setting
2019-11-17 17:52:58 -08:00
Rosen Penev
0cb776a2e2
Merge pull request #10566 from rs/nextdns-1.1.3
nextdns: update to 1.1.3
2019-11-17 17:52:24 -08:00
Olivier Poitrey
06b649555e nextdns: update to 1.1.3
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2019-11-17 17:41:30 -08:00
Rosen Penev
0023ac151d
Merge pull request #10544 from ewsi/dcwapd-procd
dcwapd: Update init script to use procd
2019-11-17 14:14:40 -08:00
Hannu Nyman
5a334383a8
Merge pull request #10571 from gladiac1337/haproxy-2.0.9
haproxy: Update HAProxy to v2.0.9
2019-11-17 19:25:15 +02:00
Toke Høiland-Jørgensen
81605d8c59 acme: Add dependency on luci-compat for luci-app-acme
Fixes #10564.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-11-17 16:15:22 +01:00
Christian Lachner
03a7a01f4e haproxy: Update HAProxy to v2.0.9
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-17 10:24:27 +01:00
Dirk Brenken
4671a5c2d9
Merge pull request #10562 from dibdot/adblock
adblock: update 3.8.11
2019-11-17 08:42:37 +01:00
Hannu Nyman
8fc4efe3e0
Merge pull request #10561 from Ansuel/nginx
nginx: update to 1.17.5
2019-11-16 21:14:57 +02:00
Dirk Brenken
bc299d03f2
adblock: update 3.8.11
* some more init tweaks
* update/cleanup readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-16 17:36:08 +01:00
Ansuel Smith
7e20373cde
nginx: update to 1.17.5
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-11-16 17:16:00 +01:00
Carey Sonsino
0d5b50c4bf dcwapd: Update init script to use procd
consolidate shell scripts into init script
remove "litter" from uci file
update default UCI values

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
2019-11-15 18:06:05 -05:00
Rosen Penev
8892d5f632
Merge pull request #10474 from leonghui/leech
leech: add new package
2019-11-15 14:54:51 -08:00
Jeffery To
47c385eaf9 sysrepo: Remove Lua bindings, build Python bindings in separate package
This change:

* Removes building of Lua bindings. These bindings were already removed
  upstream[1].

* Fixes building of Python bindings:
  * Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated
    whenever the swig package is upgraded)
  * Fix Python module paths and filenames

* Packages the Python bindings in a new package (python3-sysrepo) and
  builds it by default, instead of depending on a config option.

[1]: https://github.com/sysrepo/sysrepo/pull/1429

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-11-16 03:47:00 +08:00
Lucian Cristian
df6263b9e6 frr: add missing build options
and some backports in fixing ramips target

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-11-15 21:26:07 +02:00
Dirk Brenken
de149441a4
banip: update 0.3.10
* add missing logd dependency
* check if logd is enabled during runtime
* some more init tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-15 16:19:40 +01:00
Aleksander Morgado
470fcc221b modemmanager: fix 'any' iptype setting
When the user requests 'any' as 'iptype', we may get either IPv4 or
IPv6 settings.

Simplify the logic by not requiring any explicit iptype before loading
the method reported by the bearer object for IPv4 and IPv6; just load
the methods right away and setup settings based on those.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-15 15:41:25 +01:00
Leong Hui Wong
217b254290 leech: remove empty install defines
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-11-15 14:11:02 +00:00
Rosen Penev
e036312e6b
Merge pull request #10535 from rs/feature_nextdns
nextdns: add DNS over HTTPS with NextDNS integration
2019-11-14 17:38:55 -08:00
Martin Schiller
3804006e60 xtables-addons: disable ASLR PIE
This package uses ld for linking and therefor does not support the
-specs option.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-11-14 08:27:05 +01:00
Florian Eckert
14dd084662 mwan3: update version to 2.8.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 08:01:52 +01:00
Florian Eckert
a689e168aa mwan3: add httping_ssl option
Till now we could only ping http targets on port 80. With this change by
adding the config boolean config option httping_ssl we could also ping
https ping targets on port 443.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 07:57:11 +01:00
Florian Eckert
581d7df844 mwan3: fix variable naming
The variable IPT is not valid at this point. Set the variable usage to IPT4
fixes this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 07:57:11 +01:00
yurtesen
94e0c78826 mwan3: Fix json_load fails with some data
Sometimes the return value of `ubus -S call network.interface.wan status`
cause `json_load` to return `Failed to parse message data` error.

To avoid this, the JSON data always should be quoted with double quotes.

Signed-off-by: Evren Yurtesen <eyurtese@abo.fi>
Removed quoatation marks from commit heading
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-14 07:43:18 +01:00
Olivier Poitrey
dd8b0685ed nextdns: add DNS over HTTPS with NextDNS integration
Maintainer: @rs

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2019-11-13 12:59:12 -08:00
Rosen Penev
526b384503
jool: Remove ethtool dependency
Unneeded since jool 4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-12 20:13:56 -08:00
Rosen Penev
7ec6bf291a
Merge pull request #10523 from wfleurant/ygg-buildver-fix
yggdrasil: fixes build name and version #10309
2019-11-12 19:11:47 -08:00
Rosen Penev
3e84848c7e
Merge pull request #10516 from James-TR/fix/dependency-garbage
pdns-recursor: add temporary depends to fix build
2019-11-12 19:09:48 -08:00
Rosen Penev
ef97cde481
Merge pull request #10526 from cotequeiroz/seafile_libevent2_phtreads
seafile-server: depend on libevent2-threads
2019-11-12 07:08:02 -08:00
James Taylor
36ed75624c pdns-recursor: add temporary depends to fix build
There is an issue with the included build scripts which improperly check for a
requirement on libboost-thread where another implementation is available.

Fixes #10273.

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-11-12 21:29:14 +11:00
Hannu Nyman
c934c77bb3
Merge pull request #10521 from Ansuel/nginx-ubus
nginx: update broken ubus module
2019-11-11 16:37:08 +02:00
Eneas U de Queiroz
ae057405f8
seafile-server: depend on libevent2-threads
seafile-server uses libevhtp pthreads support.  libevhtp needs
libevent2-pthreads for that. However, since there is no installable
package for libevhtp--the library is build static-only--then
seafile-server, its consumer, needs to add the dependecy.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-11-11 08:42:23 -03:00
Rosen Penev
de88d05c77
Merge pull request #10497 from aleksander0m/aleksander/mm-ipv6
modemmanager: add IPv6/IPv4v6 support
2019-11-10 22:10:11 -08:00
William Fleurant
bd415bc7bf yggdrasil: fixes build name and version #10309
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-11-11 00:10:48 -05:00
Ansuel Smith
90766a1f8a
nginx: update broken ubus module
Current version of ubus module have some problem with list method. Update the module to fix this problem.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-11-11 02:23:15 +01:00
Dirk Brenken
e38810f38e
banip: update 0.3.9
* fix 'enabled' service check

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-10 18:55:21 +01:00
Dirk Brenken
be7a89cecb
adblock: update 3.8.10
* fix broken unbound integration

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-10 18:48:54 +01:00
Josef Schlehofer
887b4e90e6
git: Update to version 2.24.0
Refresh patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-10 17:42:28 +01:00
Rosen Penev
753f378ac0
Merge pull request #10367 from flyn-org/dmapd
dmapd: update to 0.0.84
2019-11-09 20:29:23 -08:00
W. Michael Petullo
9af54304b8 dmapd: update to 0.0.84
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-11-09 22:57:21 -05:00
Rosen Penev
0e5b3b6b74
Merge pull request #10430 from gladiac1337/haproxy-2.0.8-up
haproxy: Update patches for HAProxy v2.0.8 + migrate to procd
2019-11-09 18:50:07 -08:00
Sibren Vasse
0c2554222f openssh: update to 8.1p1
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
2019-11-09 15:17:35 +01:00
Dirk Brenken
086ca890f6
Merge pull request #10506 from dibdot/banIP
banIP: update 0.3.8
2019-11-09 10:48:17 +01:00
Dirk Brenken
0dee2a92de
banIP: update 0.3.8
* limit firewall hotplug trigger to certain wan 'INTERFACE' as well,
  to prevent possible race conditions during boot

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-09 06:40:40 +01:00
Hannu Nyman
9004608ece
Merge pull request #10502 from Andy2244/cifsd-2019-10-31
cifsd: update to git (2019-10-31)
2019-11-08 21:20:40 +02:00
Dirk Brenken
98ba0a3c9b
Merge pull request #10505 from dibdot/banIP
banip: update 0.3.7
2019-11-08 19:12:53 +01:00
Dirk Brenken
49b43b81e8
banip: update 0.3.7
* fix a logical glitch in the hotplug event handler
* properly handle fatal iptables errors - even in subshells

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-08 18:40:30 +01:00
Christian Lachner
9630b04433 haproxy: Rework hotplug script for HAProxy
- Migrated init-script to procd.
- Removed the old hotplug script as it is unnecessary and
  caused long boot-times for r7800 and possibly others.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-08 14:38:31 +01:00
Jakub Piotr Cłapa
f9f02db82d git: Override uname result for cross-compilation.
Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
2019-11-08 13:38:00 +01:00
Andy Walsh
905254a81c cifsd: update to git (2019-10-31)
* update to git (2019-10-31)
* adds config parameters: "durable handle", "smb3 encryption", "cache read buffers", "cache trans buffers", "smb2 max trans"

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-08 13:24:44 +01:00
Andy Walsh
d08b1279eb samba4: update to 4.9.15
* update to 4.9.15
* fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847
* update smb.conf.template (aio, sendfile)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-11-08 13:21:45 +01:00
Aleksander Morgado
859becef19 modemmanager: add IPv6/IPv4v6 support
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-08 11:27:13 +01:00
Florian Eckert
f190dc89a4
Merge pull request #10487 from aleksander0m/aleksander/mm-fixes
ModemManager fixes and update to 1.12.0
2019-11-08 09:35:13 +01:00
Rosen Penev
cbc1ff5a1b
Merge pull request #9491 from neheb/bundle
Netopeer2 Bundle
2019-11-07 10:45:52 -08:00
Aleksander Morgado
579dd0b3bf modemmanager: bump to version 1.12.0
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-07 10:04:53 +01:00
Aleksander Morgado
fc47c47b39 modemmanager: add proto dynamic defaults on dhcp setup
Also, explicitly close the JSON object.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-07 10:01:39 +01:00
Aleksander Morgado
fa3f9542de modemmanager: add missing path for PID file
The procd based init setup uses a custom `pidfile` parameter, but the
used MODEMMANAGER_PID_FILE was not being defined anywhere.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-07 10:01:39 +01:00
Aleksander Morgado
a346d2b953 modemmanager: install carrier mapping configuration files
Since ModemManager 1.10.2, per-device carrier mapping configuration
files may be installed, providing support for automatic carrier config
selection.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-07 10:01:39 +01:00
Aleksander Morgado
35b93c81ff modemmanager: fix bearer disconnection logic
The bearer status wasn't being loaded in key/value mode, and therefore
would always fail to load the IPv4 config method.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-11-07 10:01:39 +01:00
Dirk Brenken
4aba995d43
Merge pull request #10484 from dibdot/travelmate
travelmate: update 1.5.2
2019-11-07 05:22:28 +01:00
Dirk Brenken
875c225576
Merge pull request #10483 from dibdot/banIP
banip: update 0.3.6
2019-11-07 05:21:59 +01:00
Dirk Brenken
ac502db9ac
Merge pull request #10482 from dibdot/adblock
adblock: update 3.8.9
2019-11-07 05:21:24 +01:00
Rosen Penev
b4ec6c61cf
Merge pull request #10413 from stangri/master-https-dns-proxy
https_dns_proxy: implement dnsmasq integration
2019-11-06 14:53:15 -08:00
Toke Høiland-Jørgensen
d1c7c54306
Merge pull request #10459 from ZachCook/patch-1
Add required new depends for luci-app-sqm
2019-11-06 22:57:20 +01:00
Dirk Brenken
0d406b2a42
travelmate: update 1.5.2
* print to stdout if 'logger' is not available
* add support to set the service nice level (default is 0)
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-06 21:02:17 +01:00
Dirk Brenken
72fba3a17b
banip: update 0.3.6
* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-06 20:45:20 +01:00
Dirk Brenken
2c3cb6f1d1
adblock: update 3.8.9
* more startup tweaks
* re-use f_log function in helper scripts
* small fixes / polish up for forthcoming 19.07 release

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-06 20:29:48 +01:00
Rosen Penev
6b7316da8f
Merge pull request #10480 from tiagogaspar8/jool-4.0.6-update
jool: Update to 4.0.6
2019-11-06 10:39:32 -08:00
Josef Schlehofer
7b9af101f6
bind: Update to version 9.14.7
Fixes CVE-2019-6475 and CVE-2019-6476

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-06 18:15:20 +01:00
Tiago Gaspar
e64cac5d7b jool: Update to 4.0.6
Update jool to te latest stable version (4.0.6).

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-11-06 17:00:22 +00:00
Yousong Zhou
0a2b3b3b82 shadowsocks-libev: README.md: more notes on the dns configuration
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-06 15:40:24 +00:00
Florian Eckert
27e1489eee
Merge pull request #10454 from TDT-AG/pr/20191104-keepalived
keepalived: fix run errors on non x86_64 architectures
2019-11-06 14:28:11 +01:00
Leong Hui Wong
2d2bf83541 leech: add new package
A set of scripts that parse RSS feeds and downloads files for you.
Recipes are available to send download links to transmission and aria2.

Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
2019-11-06 17:04:22 +08:00
Rosen Penev
a5cda7269b
Merge pull request #10274 from lucize/frrup
frr: update to 7.2
2019-11-05 17:01:36 -08:00
Rosen Penev
c6cf2dadc0 sysrepo: Switch to Python 3
Python 2 will be EOL by the end of the year. Switch to Python 3 as there
is already support for it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:24:07 -08:00
Rosen Penev
4e23b0fcf6 Netopeer2: Update to 0.7-r2
Small cleanups.

Removed upstreamed patch.

Suffixed all patches with .patch

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:05:27 -08:00
Rosen Penev
98c04e04c4 sysrepo: Update to 0.7.8
Makefile cleanups for consistency between packages.

Placed libsysrepo in Libraries instead of Utilities.

Removed InstallDev as it is implied by CMAKE_INSTALL.

Added .patch at the end of patch files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 12:05:27 -08:00
Rosen Penev
4b7fb1f882
Merge pull request #10418 from neheb/get
geth: Update to 1.9.6
2019-11-04 11:31:33 -08:00
Rosen Penev
507990bd48
Merge pull request #10416 from neheb/h
e2guardian: Remove
2019-11-04 11:28:36 -08:00
Rosen Penev
92c74106bf
Merge pull request #10403 from neheb/mi
mii-tool: Clean up Makefile
2019-11-04 11:27:18 -08:00
Rosen Penev
af1123f5ad
Merge pull request #10400 from neheb/fo
foolism: Update to 1.0.13
2019-11-04 11:26:14 -08:00
Zachary Cook
3af3de77e8 sqm-scripts: Add required new depends for luci-app-sqm
The new luci-compat package is required to be able to run luci-app-sqm, see:
d5dff8f9a5

Signed-off-by: Zachary Cook <zachcook1991@gmail.com>
2019-11-04 12:27:36 -05:00
Florian Eckert
bc98aaa3f7 keepalived: set default run directory for pid file on build
This fixes a runtime startup error on system which does not have a
toplevel runtime directory for the pid file. On openwrt the pid is
located at /var/run and not on /run. To fix that add a configure option to
move the pid location to /var/run.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-04 13:44:02 +01:00
Florian Eckert
9d0439cc12 keepalived: fix runtime error if kernel option CONFIG_PROC_EVENTS is not enabled
This fixes a runtime startup error for system, which does not have enabled the
kernel config option CONFIG_PROC_EVENTS.

This workaround was published on github under the following URL.
https://github.com/acassen/keepalived/issues/1119

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-11-04 13:43:32 +01:00
Yousong Zhou
97bada594b shadowsocks-libev: bump to version 3.3.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-04 04:54:43 +00:00
Dirk Brenken
af504f1288
Merge pull request #10446 from dibdot/adblock
adblock: update 3.8.8
2019-11-03 20:37:39 +01:00
Dirk Brenken
9c82e9e282
adblock: update 3.8.8
* print to stdout if 'logger' is not available
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03 19:44:41 +01:00
Dirk Brenken
fcea2f75c3
banip: update 0.3.5
* fix race condition in download utility detection during boot
* fix multiple possible bugs in ipset creation
* prevent parallel service starts
* refine service trigger handling
* add ssh daemon auto detection
* print to stdout if 'logger' is not available

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03 16:44:22 +01:00
Lucian Cristian
5cf5dc5294 frr: update to 7.2
add support to build against OpenSSL

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-11-02 15:08:13 +02:00
Christian Lachner
d1a86e9f53 haproxy: Update patches for HAProxy v2.0.8
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-02 12:11:07 +01:00
Hannu Nyman
66fc0e25a4
Merge pull request #10415 from nickberry17/update_mm
modemmanager: bump version to 1.10.8
2019-11-02 12:52:22 +02:00
Josef Schlehofer
69316134c3 dnscrypt-proxy2: Update to version 2.0.29
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-02 11:01:59 +01:00
Hannu Nyman
4c033535c5
Merge pull request #10352 from Ansuel/nginx-ubus
nginx: adds ubus external module
2019-11-01 17:57:04 +02:00
Rosen Penev
c5b7a6958b geth: Update to 1.9.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:12:24 -07:00
Rosen Penev
43f2ad9fb9 e2guardian: Remove
This has been unmaintained since at least 2016 and is woefully out of
date.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:05:10 -07:00
Nicholas Smith
52cd7d5e1d modemmanager: bump version to 1.10.8
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-11-01 06:40:52 +10:00
Dirk Brenken
1b4f838815
Merge pull request #10406 from dibdot/adblock
adblock: update 3.8.7
2019-10-31 21:09:42 +01:00
Stan Grishin
338dc52e5c https-dns-proxy: implement dnsmasq integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-31 12:55:08 -07:00
Rosen Penev
df72b551a2
Merge pull request #10412 from bobafetthotmail/patch-1
modemmanager: enable mbim/qmi support by default
2019-10-31 12:33:04 -07:00
Florian Eckert
1a58d8c28e
Merge pull request #10379 from defanator/arp-scan-1.9.6
arp-scan: update to 1.9.6
2019-10-31 18:26:09 +01:00
Alberto Bursi
9f15a632c0 modemmanager: enable mbim/qmi support by default
MBIM and QMI support (necessary for modern and
high-performance LTE modems) should be default
y otherwise the only way to use modemmanager
with these protocols is to recompile the package.
This is very inconvenient for most end users.

Also fix typo in PKG_HASH definition.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2019-10-31 14:03:47 +01:00
Andrei Belov
41ff8a50b2
arp-scan: move MAC databases to separate package
Signed-off-by: Andrei Belov <defanator@gmail.com>
2019-10-31 14:50:22 +03:00
Andrei Belov
aa4853d53f
arp-scan: update to 1.9.6
Signed-off-by: Andrei Belov <defanator@gmail.com>
2019-10-31 14:48:41 +03:00
Dirk Brenken
a9aae9095f
adblock: update 3.8.7
* prevent forced parallel adblock service starts
* refine service trigger

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-31 12:40:22 +01:00
Rosen Penev
5ae85b7952 treewide: Replace MD5SUM with HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 15:54:36 +08:00
Rosen Penev
1901af7875
mii-tool: Clean up Makefile
Fixed license information.

Use xz archives.

Use PKG_SOURCE_DATE instead of PKG_VERSION, which evaluates to the same.

Use HTTPS, which goes through firewalls more easily.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 14:32:22 -07:00
Ansuel Smith
980296574c
nginx: adds ubus external module
- Adds ubus module to nginx
- Select module by default
- Adds script to detect ubus module and append config for luci
- Switch all external module to xz

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-30 21:32:12 +01:00
Rosen Penev
a283d6186e
foolism: Update to 1.0.13
Switched to standard PKG_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Added some size optimizations.

Added license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 11:31:13 -07:00
Hannu Nyman
5329e65e46
Merge pull request #10396 from val-kulkov/subversion-package
subversion: update to the latest release
2019-10-30 20:06:37 +02:00
Val Kulkov
9926660e1d subversion: update to the latest release
Update to subversion v1.13.0, the latest regular release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-10-30 13:02:27 -04:00
Rosen Penev
c037c8d988
kea: Remove openssl host dependency
OpenSSL is already built as part of tools (LibreSSL actually) and can be
used instead for the host build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 09:36:46 -07:00
Jeffery To
635cb1309c treewide: Use pypi.mk for Python packages
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-30 23:16:18 +08:00
Daniel Golle
29ef2938d1 gnunet: update to 0.11.8
Allows to remove local patch again.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-30 14:36:26 +01:00
Daniel Golle
fb54e9c22b gnunet-secushare: build against gnunet 0.11.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Daniel Golle
8bee758bc0 gnunet: update to version 0.11.7
Backport dist bug and add missing header file.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Sebastian Kemper
e11a3d101f umurmur: fix paths
The wrong paths slipped into the Makefile when converting to CMake. This
commit corrects them.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-29 20:54:22 +01:00
Saverio Proto
251d4043df tinc: fix build regression in pkg 1.0.36-1
the patches 010-Fix-compilation-when-OpenSSL-has-no-ENGINE-support
and 020-Fix-compilation-without-deprecated-OpenSSL-APIs are now
merged upstream, so they must be dropped from the OpenWrt pkg

Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-29 10:47:42 +01:00
Rosen Penev
f2ddeb214a
Merge pull request #10362 from micmac1/modemmanager-host-tools
modemmanager: fix compilation
2019-10-28 19:22:18 -07:00
Ansuel Smith
e35042bc3d nginx: update nginx-dav-ext-module to 3.0
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-28 08:00:47 -03:00
Hannu Nyman
5e8a504705
Merge pull request #10366 from wfleurant/ygg-init-uci
yggdrasil: uci firewall Section name and cover both IP versions
2019-10-27 21:04:49 +02:00
Sebastian Kemper
fa8ad6e69c modemmanager: fix compilation
MM has a problem with cross-compiling. It needs to run some
tools during compilation (glib-mkenums & gdbus-codegen) but uses
pkg-config to detect them. But like this it finds the wrong tools, the
ones in $(STAGING_DIR). The correct tools are in
$(STAGING_DIR_HOSTPKG)/bin.

As a workaround this commit patches configure.ac so the correct tools
are used, the ones from glib2/host. The latter is also added to
PKG_BUILD_DEPENDS to reflect this.

libxslt/host is also added to PKG_BUILD_DEPENDS and the related
RequireCommand call is removed. This is OK to do since we have
libxslt/host available since a few days ago.

Resolves #10249

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-27 17:58:34 +01:00
Saverio Proto
b6ec718b98 tinc: version bump to 1.0.36
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-27 09:27:31 +01:00
William Fleurant
2baab77b77 yggdrasil: uci firewall Section name and cover both IP versions
- rename the section instance to yggdrasil (feat. request)
- allow zone to cover both ip4 and ip6 fam

Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 14:13:47 -04:00
Hannu Nyman
faf346eb4d
Merge pull request #10346 from lucize/libreprocd
libreswan: switch to procd
2019-10-26 12:32:36 +03:00
Hannu Nyman
a58461ba42
Merge pull request #10359 from wfleurant/ygg-bump-0-3-11
yggdrasil: bump to 0.3.11
2019-10-26 12:31:56 +03:00
William Fleurant
06bdd7aebf yggdrasil: bump to 0.3.11
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 00:24:30 -04:00
Chao Liu
68318682a7 kcptun: bump to v20190924, add new config options
This commit updates:
- bump version to v20190924
- add new options for latest release
  (https://github.com/xtaci/kcptun/releases/tag/v20190924)

Signed-off-by: Chao Liu <expiron18@gmail.com>
2019-10-25 22:41:14 +08:00
Josef Schlehofer
00eda4bb0d openvswitch: backport patch to fix compilation
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-25 11:15:50 +08:00
Alexandru Ardelean
c21a453ffd django: split django1 package and update to 2.2.6
After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.

This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.

Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-24 09:13:38 -03:00
Lucian Cristian
875883f2d9 libreswan: switch to procd
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-24 13:56:52 +03:00
Christian Lachner
38a4100d04 haproxy: Update HAProxy to v2.0.8
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-10-23 14:48:09 +02:00
Toke Høiland-Jørgensen
1653894091 acme: Update to upstream 2.8.3
Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Toke Høiland-Jørgensen
7235249df6 acme: Log acme.sh command invocation
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Kenneth J. Miller
ded6468744 ntpd: Fix libevent dependencies
Add required libevent2-pthreads dependency for all ntpd
subpackages.

Remove keygen-specific libevent2-core support as it is
automatically selected by the libevent2-pthreads dependency.

nptd: Bump PKG_RELEASE

Fixes: openwrt/packages#10307

Signed-off-by: Kenneth J. Miller <ken@miller.ec>
2019-10-22 19:44:48 +02:00
Dirk Brenken
7554f5d891
travelmate: update 1.5.1
* fix section naming in wireless & travelmate config
* check/enable disabled 'wifi-device' sections
* fix LuCI frontend issues (separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-22 07:44:34 +02:00
Rosen Penev
5ecf0fabdb
Merge pull request #10317 from TDT-AG/pr/20191021-keepalived
keepalived: update version to 2.0.19
2019-10-21 09:15:39 -07:00
Rosen Penev
ac9eecd36c
Merge pull request #10320 from eglooca/master
netifyd: Updated to v2.93
2019-10-21 09:15:03 -07:00
Darryl Sokoloski
134a19dccf netifyd: Updated to v2.93
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.93:
[IMP] FreeBSD: Added deploy target (package).
[IMP] Debian: Added OS detection.
[IMP] Ubuntu: Added OS detection.
[IMP] CentOS: Added OS detection.
[IMP] RedHat: Added OS detection.
[IMP] OpenWrt: Updated build documentation.

[FIX] Updated function names for enable/disable sink server.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-10-21 10:48:38 -04:00
Florian Eckert
e2689219be keepalived: update version to 2.0.19
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-10-21 07:43:22 +02:00
Stan Grishin
9f135a9042 vpnbypass: bugfix: PROCD command not found on stop
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-20 21:18:43 -07:00
Josef Schlehofer
d8d736711d git: Update to version 2.23.0
Refresh patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-20 12:53:29 +02:00
Josef Schlehofer
4370331d79
dnscrypt-proxy2: Update to version 2.0.28
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:33:53 +02:00
Dirk Brenken
a94610c88f
adblock: minor update 3.8.6-2
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-19 16:01:20 +02:00
Dirk Brenken
df5c52bcfe
Merge pull request #10271 from dibdot/travelmate
travelmate: update 1.5.0
2019-10-18 19:01:48 +02:00
Yousong Zhou
0412c20f1b xl2tpd: fix building failure caused by pfc
Fixes openwrt/packages#10270

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-18 11:43:08 +00:00
Dirk Brenken
ab51b1ba34
travelmate: update 1.5.0
* add WPA3 support
* fix service status message
* refine trigger handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-18 13:25:51 +02:00
Rosen Penev
2fb334f8c4
Merge pull request #9706 from expiron/kcptun-updates
kcptun: bump to v20190809, merge config and service scripts
2019-10-17 18:36:47 -07:00
Ansuel Smith
4d9358bbff
uwsgi-cgi: fix #10235
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-17 17:34:31 +02:00
Jan Hák
f9e3d4e0fa knot: update to version 2.9.0
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2019-10-16 14:42:04 +02:00
Rosen Penev
fc71c87ed1
Merge pull request #10243 from neheb/kn
knxd: Makefile cleanups
2019-10-15 12:28:45 -07:00
Rosen Penev
5a7ac1d83b knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed unnecessary C/LDFLAGS.

Remove libstdcpp depends. It's included with libfmt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 12:16:13 -07:00
Rosen Penev
6e6df4f743
Merge pull request #10197 from tiagogaspar8/kea-1.6.0
kea: update package to 1.6.0
2019-10-14 21:08:31 -07:00
W. Michael Petullo
e29a9ffe2e dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:38 -04:00
W. Michael Petullo
13f7aa5a5f dmapd: update to 0.0.83
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:00 -04:00
Rosen Penev
59290881cb
Merge pull request #10206 from ysc3839/cifsd
cifsd: update to git (2019-10-08)
2019-10-14 01:45:52 -07:00
Yousong Zhou
620ba386b4 xl2tpd: bump to version 1.3.15
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
Yousong Zhou
29991142e2 shadowsocks-libev: bump to version 3.3.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
W. Michael Petullo
102e67cc15 snort: update to 2.9.15
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-13 16:41:24 -04:00
Nikos Mavrogiannopoulos
aeb198bb82
Merge pull request #10208 from dengqf6/oc
openconnect: update to 8.05
2019-10-13 08:06:10 +02:00
Jeffery To
53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Hannu Nyman
7de37d7fea
Merge pull request #10193 from Ansuel/nginx-sock
nginx: adds new socket to luci uwsgi config
2019-10-12 14:46:06 +03:00
Ansuel Smith
b9c7a570a2
nginx: adds new socket to luci uwsgi config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-12 13:22:08 +02:00
Rosen Penev
326b48d5c5
Merge pull request #10207 from dengqf6/upnpd
miniupnpd: update to 2.1.20191006
2019-10-12 00:20:16 -07:00
DENG Qingfang
81f6ef0013 openconnect: update to 8.05
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 15:15:46 +08:00
DENG Qingfang
fcf72ceec4 miniupnpd: update to 2.1.20191006
Removed upstreamed patch:
100-build-on-OpenWrt.patch

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 14:54:26 +08:00
Hannu Nyman
5c1c478b9a
Merge pull request #10173 from Ansuel/uwsgi-fix
uwsgi-cgi: adds patch to fix #10134
2019-10-12 09:39:47 +03:00
Richard Yu
f6ee8cb4e2
cifsd: update to git (2019-10-08)
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-10-12 10:32:04 +08:00
Petr Štetiar
bb6cdb804c cgi-io: iron out extra compiler warnings
Fixes following errors:

 main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
 main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
 main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
4e7411a8d0 cgi-io: cmake: enable extra compiler warnings
Spotting issues during compilation is cheaper.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
fd47e99be4 cgi-io: cmake: fix libraries lookup
In order to make it compile properly in more environments.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Jo-Philipp Wich
f22bd6116a
Merge pull request #10191 from Ansuel/cgi-io-fix
cgi-io: fix various errors
2019-10-11 12:10:47 +02:00
Rosen Penev
2fcdd1fb57 mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-10 20:08:54 -07:00
Ansuel Smith
6cc1ae7fd5
uwsgi-cgi: adds luci webui and cgi-io vassals config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:43 +02:00
Ansuel Smith
e8a391e9c7
uwsgi-cgi: introduce emperor mode as default uwsgi installation
- Use uwsgi in emperor mode by default

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:32 +02:00
Ansuel Smith
fdcb6e6873
uwsgi-cgi: add patch to fix #10134
- add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 01:26:18 +02:00