feed/packages.git
5 years agoMerge pull request #9425 from neheb/open
Rosen Penev [Tue, 9 Jul 2019 16:49:02 +0000 (09:49 -0700)]
Merge pull request #9425 from neheb/open

squid: Fix compilation with GCC9

5 years agoMerge pull request #9428 from neheb/urcu
Rosen Penev [Tue, 9 Jul 2019 16:47:27 +0000 (09:47 -0700)]
Merge pull request #9428 from neheb/urcu

liburcu: Update to 0.11.1

5 years agoMerge pull request #9389 from TDT-AG/pr/20190704-mwan3
Florian Eckert [Tue, 9 Jul 2019 14:00:17 +0000 (16:00 +0200)]
Merge pull request #9389 from TDT-AG/pr/20190704-mwan3

mwan3: change and add new mwan3 ubus informations

5 years agodnscrypt-proxy2: add init script using procd 9401/head
Adam Mizerski [Thu, 10 May 2018 21:47:41 +0000 (23:47 +0200)]
dnscrypt-proxy2: add init script using procd

Signed-off-by: Adam Mizerski <adam@mizerski.pl>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agodnscrypt-proxy2: add a new package
Josef Schlehofer [Wed, 3 Jul 2019 11:39:00 +0000 (13:39 +0200)]
dnscrypt-proxy2: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopulseaudio: fix recursive dependencies
Sebastian Kemper [Wed, 26 Jun 2019 19:32:45 +0000 (21:32 +0200)]
pulseaudio: fix recursive dependencies

Since OpenWrt commit e82a4d9cfb ("config: regenerate *_shipped sources")
a few recursive dependencies have been discovered that were not visible
before.

$ make menuconfig
tmp/.config-package.in:103098:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:103098: symbol PACKAGE_baresip-mod-pulse depends on PACKAGE_baresip-mod-pulse
tmp/.config-package.in:121863:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:121863: symbol PACKAGE_pulseaudio-profiles depends on PACKAGE_pulseaudio-profiles
tmp/.config-package.in:121878:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
tmp/.config-package.in:121878: symbol PACKAGE_pulseaudio-tools depends on PACKAGE_pulseaudio-tools

This commit addresses the pulseaudio package's own recursive
dependencies and partially resolves #9300 (baresip will be handled in
telephony repository).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agoliburcu: Update to 0.11.1 9428/head
Rosen Penev [Tue, 9 Jul 2019 03:12:29 +0000 (20:12 -0700)]
liburcu: Update to 0.11.1

Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9344 from neheb/sho
Rosen Penev [Tue, 9 Jul 2019 01:39:46 +0000 (18:39 -0700)]
Merge pull request #9344 from neheb/sho

libshout: Update to 2.4.3

5 years agoMerge pull request #9345 from neheb/bitl
Rosen Penev [Tue, 9 Jul 2019 01:38:31 +0000 (18:38 -0700)]
Merge pull request #9345 from neheb/bitl

bitlbee: Update to 3.6-1

5 years agobitlbee: Update to 3.6 9345/head
Rosen Penev [Fri, 28 Jun 2019 00:03:14 +0000 (17:03 -0700)]
bitlbee: Update to 3.6

Removed upstreamed patch.

Removed mirror. It seems it has a wrong HTTPS certificate.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9287 from lucize/openfortivpn
Rosen Penev [Mon, 8 Jul 2019 21:18:10 +0000 (14:18 -0700)]
Merge pull request #9287 from lucize/openfortivpn

openfortivpn: add package

5 years agosquid: Fix compilation with GCC9 9425/head
Rosen Penev [Sun, 7 Jul 2019 20:27:25 +0000 (13:27 -0700)]
squid: Fix compilation with GCC9

by passing -Werror. Also added -latomic as some platforms need it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9411 from neheb/gps
Rosen Penev [Mon, 8 Jul 2019 20:06:40 +0000 (13:06 -0700)]
Merge pull request #9411 from neheb/gps

gpsd: Add missing define

5 years agoMerge pull request #9370 from neheb/avr
Rosen Penev [Mon, 8 Jul 2019 20:03:04 +0000 (13:03 -0700)]
Merge pull request #9370 from neheb/avr

avrdude: Fix GPIO path building

5 years agoMerge pull request #9381 from neheb/gdb
Rosen Penev [Mon, 8 Jul 2019 20:02:38 +0000 (13:02 -0700)]
Merge pull request #9381 from neheb/gdb

gdbm: Update to 1.18.1

5 years agoMerge pull request #9383 from neheb/jhj
Rosen Penev [Mon, 8 Jul 2019 20:02:04 +0000 (13:02 -0700)]
Merge pull request #9383 from neheb/jhj

setserial: Add missing headers

5 years agoMerge pull request #9414 from neheb/cmdp
Rosen Penev [Mon, 8 Jul 2019 20:01:43 +0000 (13:01 -0700)]
Merge pull request #9414 from neheb/cmdp

cmdpad: Fix compilation with musl

5 years agoMerge pull request #9407 from neheb/spoo
Rosen Penev [Mon, 8 Jul 2019 20:00:10 +0000 (13:00 -0700)]
Merge pull request #9407 from neheb/spoo

spoofer: Update to 1.4.5

5 years agoMerge pull request #9376 from Cynerd/bigclown-firmware-tool
Rosen Penev [Mon, 8 Jul 2019 19:59:23 +0000 (12:59 -0700)]
Merge pull request #9376 from Cynerd/bigclown-firmware-tool

Bigclown firmware tool

5 years agoMerge pull request #9422 from nxhack/fix_iot_gateway
Rosen Penev [Mon, 8 Jul 2019 18:01:42 +0000 (11:01 -0700)]
Merge pull request #9422 from nxhack/fix_iot_gateway

node-mozilla-iot-gateway: Remove unnecessary step

5 years agobuild: only install changed packages
Paul Spooren [Sun, 7 Jul 2019 20:17:44 +0000 (22:17 +0200)]
build: only install changed packages

Installing all packages via ./scripts/feeds install -a produces a lot of
error messages, it is also possible to only install the packages which
were touched by the PR.

Signed-off-by: Paul Spooren <mail@aparcar.org>
5 years agoMerge pull request #9423 from dibdot/travelmate
Dirk Brenken [Mon, 8 Jul 2019 14:43:05 +0000 (16:43 +0200)]
Merge pull request #9423 from dibdot/travelmate

travelmate: update 1.4.9

5 years agobigclown-firmware-tool: add new package 9376/head
Karel Kočí [Sat, 29 Jun 2019 09:39:40 +0000 (11:39 +0200)]
bigclown-firmware-tool: add new package

This is tool to flash/manage firmware in Bigclown modules.

Signed-off-by: Karel Kočí <cynerd@email.cz>
5 years agopython-intelhex: add new package
Karel Kočí [Sat, 29 Jun 2019 09:46:25 +0000 (11:46 +0200)]
python-intelhex: add new package

This is Python library to parse, generate and in general handle files
in Intel HEX format.

Signed-off-by: Karel Kočí <cynerd@email.cz>
5 years agotravelmate: update 1.4.9 9423/head
Dirk Brenken [Mon, 8 Jul 2019 12:02:47 +0000 (14:02 +0200)]
travelmate: update 1.4.9

* fix a corner case issue with auto expiry of the
  'Faulty Station' list (the last run information was not updated)

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge branch 'sqlalchemy' of BKPepe/packages
Josef Schlehofer [Mon, 8 Jul 2019 08:38:12 +0000 (10:38 +0200)]
Merge branch 'sqlalchemy' of BKPepe/packages

5 years agonode-mozilla-iot-gateway: Remove unnecessary step 9422/head
Hirokazu MORIKAWA [Mon, 8 Jul 2019 02:25:54 +0000 (11:25 +0900)]
node-mozilla-iot-gateway: Remove unnecessary step

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
5 years agoMerge pull request #9404 from BKPepe/bcrypt
Rosen Penev [Mon, 8 Jul 2019 04:47:02 +0000 (21:47 -0700)]
Merge pull request #9404 from BKPepe/bcrypt

bcrypt: Update to version 3.1.7

5 years agoMerge pull request #9420 from BKPepe/sentry-update
Rosen Penev [Mon, 8 Jul 2019 01:15:34 +0000 (18:15 -0700)]
Merge pull request #9420 from BKPepe/sentry-update

python-sentry-sdk: Update to version 0.10.0

5 years agopython-sentry-sdk: Update to version 0.10.0 9420/head
Josef Schlehofer [Sun, 7 Jul 2019 16:45:17 +0000 (18:45 +0200)]
python-sentry-sdk: Update to version 0.10.0

- Reorder alphabetically dependencies
- Add python3-logging as a dependency

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #9360 from neheb/frr3ge
Rosen Penev [Sun, 7 Jul 2019 15:41:44 +0000 (08:41 -0700)]
Merge pull request #9360 from neheb/frr3ge

libprotobuf-c: Update to 1.32

5 years agoMerge pull request #9253 from dddaniel/master
Daniel Golle [Sun, 7 Jul 2019 07:40:56 +0000 (09:40 +0200)]
Merge pull request #9253 from dddaniel/master

postgresql: Update to version 11.3

5 years agoMerge pull request #9412 from neheb/ext
Daniel Golle [Sun, 7 Jul 2019 07:20:24 +0000 (09:20 +0200)]
Merge pull request #9412 from neheb/ext

libextractor: Add missing header

5 years agoMerge pull request #9413 from neheb/gk
Rosen Penev [Sun, 7 Jul 2019 01:03:23 +0000 (18:03 -0700)]
Merge pull request #9413 from neheb/gk

gkermit: Fix compilation with -Wimplicit-function-declaration

5 years agolibextractor: Add missing header 9412/head
Rosen Penev [Sat, 6 Jul 2019 22:38:56 +0000 (15:38 -0700)]
libextractor: Add missing header

Fixes compilation with -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agocmdpad: Fix compilation with musl 9414/head
Rosen Penev [Fri, 5 Jul 2019 06:30:48 +0000 (23:30 -0700)]
cmdpad: Fix compilation with musl

When passing -Wimplicit-function-declaration

Also got rid of std=gnu89. It's easy to patch out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogkermit: Fix compilation with -Wimplicit-function-declaration 9413/head
Rosen Penev [Sat, 6 Jul 2019 22:36:44 +0000 (15:36 -0700)]
gkermit: Fix compilation with -Wimplicit-function-declaration

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogpsd: Add missing define 9411/head
Rosen Penev [Sat, 6 Jul 2019 22:43:09 +0000 (15:43 -0700)]
gpsd: Add missing define

musl needs _BSD_SOURCE defined for strlcat/cpy

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9410 from Wedmer/master
Rosen Penev [Sat, 6 Jul 2019 17:57:08 +0000 (10:57 -0700)]
Merge pull request #9410 from Wedmer/master

zoneinfo: Updated to the latest release.

5 years agozoneinfo: Updated to the latest release. 9410/head
Vladimir Ulrich [Sat, 6 Jul 2019 17:41:16 +0000 (20:41 +0300)]
zoneinfo: Updated to the latest release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
5 years agobcrypt: Update to version 3.1.7 9404/head
Josef Schlehofer [Sat, 6 Jul 2019 06:37:27 +0000 (08:37 +0200)]
bcrypt: Update to version 3.1.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agobcrypt: Reorder Makefile and change TITLE
Josef Schlehofer [Sat, 6 Jul 2019 06:33:48 +0000 (08:33 +0200)]
bcrypt: Reorder Makefile and change TITLE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #8734 from BKPepe/aiohttp-cors
Rosen Penev [Sat, 6 Jul 2019 03:00:40 +0000 (20:00 -0700)]
Merge pull request #8734 from BKPepe/aiohttp-cors

python-aiohttp-cors: add package

5 years agospoofer: Update to 1.4.5 9407/head
Rosen Penev [Fri, 5 Jul 2019 23:12:30 +0000 (16:12 -0700)]
spoofer: Update to 1.4.5

Needed for the new protobuf update.

Cleaned up Makefile.

Got rid of HOST_BUILD_DEPENDS. This package does not have a host build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9387 from neheb/v4l23
Rosen Penev [Fri, 5 Jul 2019 20:01:39 +0000 (13:01 -0700)]
Merge pull request #9387 from neheb/v4l23

libv4l: Add missing INTL dependency

5 years agopython-sqlalchemy: add package with version 1.3.5 9405/head
Josef Schlehofer [Fri, 5 Jul 2019 18:25:31 +0000 (20:25 +0200)]
python-sqlalchemy: add package with version 1.3.5

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-aiohttp-cors: add package 8734/head
Josef Schlehofer [Sat, 20 Apr 2019 19:52:37 +0000 (21:52 +0200)]
python-aiohttp-cors: add package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #9402 from BKPepe/sentrysdk
Rosen Penev [Fri, 5 Jul 2019 18:58:52 +0000 (11:58 -0700)]
Merge pull request #9402 from BKPepe/sentrysdk

python-sentry-sdk: add package with version 0.9.0

5 years agoMerge pull request #9382 from neheb/rsy
Rosen Penev [Fri, 5 Jul 2019 18:53:17 +0000 (11:53 -0700)]
Merge pull request #9382 from neheb/rsy

rsync: Fix compile with -Wimplicit-function-declaration

5 years agoMerge pull request #9359 from BKPepe/bottle-update
Rosen Penev [Fri, 5 Jul 2019 18:51:36 +0000 (11:51 -0700)]
Merge pull request #9359 from BKPepe/bottle-update

python3-bottle: update to version 0.12.17

5 years agopython-sentry-sdk: add package with version 0.9.5 9402/head
Josef Schlehofer [Sat, 15 Jun 2019 10:40:17 +0000 (12:40 +0200)]
python-sentry-sdk: add package with version 0.9.5

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
5 years agortl-ais: Add missing header
Rosen Penev [Thu, 4 Jul 2019 03:51:14 +0000 (20:51 -0700)]
rtl-ais: Add missing header

Fixes -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9347 from commodo/mstpd2
Rosen Penev [Fri, 5 Jul 2019 08:38:10 +0000 (01:38 -0700)]
Merge pull request #9347 from commodo/mstpd2

mstpd: new package (multiple spanning tree daemon)

5 years agopython3-bottle: update to version 0.12.17 9359/head
Josef Schlehofer [Sun, 30 Jun 2019 21:43:31 +0000 (23:43 +0200)]
python3-bottle: update to version 0.12.17

Shorter TITLE
- The longer one was not shown in make menuconfig.
Reodered stuff in Makefile
Removed PKG_UNPACK and change PKG_BUILD_DIR

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agonet: mstpd: new package (multiple spanning tree daemon) 9347/head
Alexandru Ardelean [Tue, 7 Nov 2017 18:48:10 +0000 (20:48 +0200)]
net: mstpd: new package (multiple spanning tree daemon)

This change adds support for mstpd (Multiple Spanning Tree Protocol
Daemon).

mstpd works reasonably well with RSTP.
MSTP protocol works ok, but is known to have some issues with some managed
switches.

In order to get this to work, each physical switch port needs to have it's
own software network interface (so, for example: port 0 <==> eth0). This
means that this is suited mostly for higher end devices that can process
STP packets in software.

An interface for `swconfig` or Linux's DSA or switchdev would haven been
interesting, but it never materialized.

Adding this in the OpenWrt packages feed may provide some interest or
feedback on whether `mstpd` should do more, to integrate with managed
switches and offer some basis for Linux (through OpenWrt) as an OS for
managed switches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #9030 from dengqf6/xt3.2
Rosen Penev [Fri, 5 Jul 2019 05:53:14 +0000 (22:53 -0700)]
Merge pull request #9030 from dengqf6/xt3.2

xtables-addons: update to 3.3

5 years agoMerge pull request #9271 from jpellegrini/master
Rosen Penev [Fri, 5 Jul 2019 05:51:40 +0000 (22:51 -0700)]
Merge pull request #9271 from jpellegrini/master

chicken: upgrade to 5.1.0  change Makefile license

5 years agoMerge pull request #9380 from BKPepe/yaml-update
Rosen Penev [Fri, 5 Jul 2019 05:50:14 +0000 (22:50 -0700)]
Merge pull request #9380 from BKPepe/yaml-update

python-yaml: update to version 5.1.1

5 years agoMerge pull request #9377 from zhaojh329/libuwsc
Rosen Penev [Fri, 5 Jul 2019 05:48:21 +0000 (22:48 -0700)]
Merge pull request #9377 from zhaojh329/libuwsc

libuwsc: update to 3.3.2

5 years agoMerge pull request #9363 from adde88/master
Rosen Penev [Fri, 5 Jul 2019 05:45:16 +0000 (22:45 -0700)]
Merge pull request #9363 from adde88/master

Added hcxdumptool and hcxtools, created by @ZerBea

5 years agoMerge pull request #9379 from BKPepe/unidecode-update
Rosen Penev [Fri, 5 Jul 2019 05:40:38 +0000 (22:40 -0700)]
Merge pull request #9379 from BKPepe/unidecode-update

python3-unidecode: update to version 1.1.1

5 years agoMerge pull request #9388 from BKPepe/syslog
Rosen Penev [Fri, 5 Jul 2019 05:38:58 +0000 (22:38 -0700)]
Merge pull request #9388 from BKPepe/syslog

syslog-ng: update to version 3.22.1

5 years agoMerge pull request #9395 from stangri/master-simple-adblock
Dirk Brenken [Fri, 5 Jul 2019 04:40:00 +0000 (06:40 +0200)]
Merge pull request #9395 from stangri/master-simple-adblock

simple-adblock: options to filter non-ASCII domains, local compressed storage

5 years agosimple-adblock: options to filter non-ASCII domains, local compressed storage 9395/head
Stan Grishin [Thu, 4 Jul 2019 22:38:58 +0000 (15:38 -0700)]
simple-adblock: options to filter non-ASCII domains, local compressed storage

Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years agoMerge pull request #9391 from mwarning/zerotier
Rosen Penev [Thu, 4 Jul 2019 20:13:07 +0000 (13:13 -0700)]
Merge pull request #9391 from mwarning/zerotier

zerotier: keep configuration file on update

5 years agozerotier: keep configuration file on update 9391/head
Moritz Warning [Thu, 4 Jul 2019 13:52:09 +0000 (15:52 +0200)]
zerotier: keep configuration file on update

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 years agoMerge pull request #9299 from neheb/hgfhgh
Rosen Penev [Thu, 4 Jul 2019 19:11:38 +0000 (12:11 -0700)]
Merge pull request #9299 from neheb/hgfhgh

protobuf: Update to 3.8.0

5 years agoMerge pull request #9390 from cotequeiroz/coova-chilli-parallel
Rosen Penev [Thu, 4 Jul 2019 19:10:49 +0000 (12:10 -0700)]
Merge pull request #9390 from cotequeiroz/coova-chilli-parallel

coova-chilli: disable parallel build

5 years agoMerge pull request #9386 from neheb/ke2
Rosen Penev [Thu, 4 Jul 2019 17:18:06 +0000 (10:18 -0700)]
Merge pull request #9386 from neheb/ke2

kea: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #9230 from James-TR/pdns-recursor
Rosen Penev [Thu, 4 Jul 2019 17:17:32 +0000 (10:17 -0700)]
Merge pull request #9230 from James-TR/pdns-recursor

pdns-recursor: add package

5 years agocoova-chilli: disable parallel build 9390/head
Eneas U de Queiroz [Thu, 4 Jul 2019 12:01:52 +0000 (09:01 -0300)]
coova-chilli: disable parallel build

Parallel building is causing a failure because it executes some
commands, such as patch, more than once.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years agocgroupfs-mount: Added cgroup mount scripts
Gerard Ryan [Sat, 22 Jun 2019 08:26:17 +0000 (18:26 +1000)]
cgroupfs-mount: Added cgroup mount scripts

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agodocker-ce: Added Docker community edition
Gerard Ryan [Sun, 14 Oct 2018 03:18:43 +0000 (13:18 +1000)]
docker-ce: Added Docker community edition

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agocontainerd: Added containerd
Gerard Ryan [Thu, 17 Jan 2019 12:44:33 +0000 (22:44 +1000)]
containerd: Added containerd

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agorunc: Added runc
Gerard Ryan [Tue, 22 Jan 2019 12:44:59 +0000 (22:44 +1000)]
runc: Added runc

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
5 years agocollectd: move jshn.sh include to remove warning
Florian Eckert [Wed, 3 Jul 2019 08:08:44 +0000 (10:08 +0200)]
collectd: move jshn.sh include to remove warning

Redmine-patch-id: 3680
If I build an image with the imagebuilder I get the following output
during image building:

../root-x86/etc/init.d/collectd: line 4: /usr/share/libubox/jshn.sh:
No such file or directory

To remove this messsage move include to the needed postion, so that the
message does not occur during image building on the host system anymore.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: update version to 2.8.0 9389/head
Florian Eckert [Thu, 4 Jul 2019 10:06:27 +0000 (12:06 +0200)]
mwan3: update version to 2.8.0

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: add netifd up info to mwan3 ubus status output
Florian Eckert [Wed, 3 Jul 2019 14:37:16 +0000 (16:37 +0200)]
mwan3: add netifd up info to mwan3 ubus status output

Add the netifd up status output to the mwan3 ubus status output.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: add enabled info to mwan3 ubus status
Florian Eckert [Tue, 2 Jul 2019 09:47:47 +0000 (11:47 +0200)]
mwan3: add enabled info to mwan3 ubus status

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: add interface uptime netifd value to ubus mwan3 status output
Florian Eckert [Fri, 28 Jun 2019 11:04:46 +0000 (13:04 +0200)]
mwan3: add interface uptime netifd value to ubus mwan3 status output

Add missing netifd uptime info to ubus status call.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: rename downtime to offline
Florian Eckert [Fri, 28 Jun 2019 10:41:17 +0000 (12:41 +0200)]
mwan3: rename downtime to offline

Rename downtime ubus output from mwan3 to offline.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: rename uptime to online
Florian Eckert [Fri, 28 Jun 2019 10:39:05 +0000 (12:39 +0200)]
mwan3: rename uptime to online

Rename uptime ubus output from mwan3 to online.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agomwan3: add migration script for flush_conntrack config
Florian Eckert [Wed, 26 Jun 2019 14:34:11 +0000 (16:34 +0200)]
mwan3: add migration script for flush_conntrack config

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoMerge pull request #9107 from dibdot/ddns-fixes
Rosen Penev [Thu, 4 Jul 2019 07:41:25 +0000 (00:41 -0700)]
Merge pull request #9107 from dibdot/ddns-fixes

ddns-scripts: various fixes

5 years agosyslog-ng: update to version 3.22.1 9388/head
Josef Schlehofer [Thu, 4 Jul 2019 04:44:36 +0000 (06:44 +0200)]
syslog-ng: update to version 3.22.1

- Bump version in the config and improve a link for documentation
- Disable snmp destination for now

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoyoutube-dl: update to version 2019.7.2
Josef Schlehofer [Wed, 3 Jul 2019 19:01:19 +0000 (21:01 +0200)]
youtube-dl: update to version 2019.7.2

Simplify Makefile

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agolibv4l: Add missing INTL dependency 9387/head
Rosen Penev [Thu, 4 Jul 2019 03:47:27 +0000 (20:47 -0700)]
libv4l: Add missing INTL dependency

Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agokea: Fix compilation without deprecated OpenSSL APIs 9386/head
Rosen Penev [Thu, 4 Jul 2019 03:48:56 +0000 (20:48 -0700)]
kea: Fix compilation without deprecated OpenSSL APIs

Forgot to add this one to the last pull request.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agosetserial: Add missing headers 9383/head
Rosen Penev [Thu, 4 Jul 2019 03:54:14 +0000 (20:54 -0700)]
setserial: Add missing headers

Fixes compilation with -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogdbm: Update to 1.18.1 9381/head
Rosen Penev [Tue, 2 Jul 2019 20:07:52 +0000 (13:07 -0700)]
gdbm: Update to 1.18.1

Fixes compilation with -Werror=implicit-function-declaration

This has received no version updates for over 5 years.

Cleaned up Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agorsync: Fix compile with -Wimplicit-function-declaration 9382/head
Rosen Penev [Thu, 4 Jul 2019 01:25:50 +0000 (18:25 -0700)]
rsync: Fix compile with -Wimplicit-function-declaration

The configure test for gettimeofday does not include the proper header.
Override the variable as all OpenWrt libc have two arguments for
gettimeofday.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8355 from robho/squeezelite_no_auto_config
Rosen Penev [Wed, 3 Jul 2019 20:51:27 +0000 (13:51 -0700)]
Merge pull request #8355 from robho/squeezelite_no_auto_config

squeezelite: Remove codec auto configuration

5 years agoMerge pull request #9362 from neheb/tg43ht
Rosen Penev [Wed, 3 Jul 2019 20:45:03 +0000 (13:45 -0700)]
Merge pull request #9362 from neheb/tg43ht

flashrom: Add ARC support

5 years agoddns-scripts: various fixes 9107/head
Dirk Brenken [Tue, 28 May 2019 07:30:45 +0000 (09:30 +0200)]
ddns-scripts: various fixes

* use '$ddns_rundir' in 'get_service_data' for pipe creation, fix #8971
* add missing local variables in 'get_service_data'
* change DNS server verification with drill in 'verify_host_port',
fix/supersed #8935
* remove needless cat calls in 'verify_host_port'
* set cloudfare TTL to min. 120 seconds, fix #7745
* bump/align package version number

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoocserv: updated to 0.12.4
Nikos Mavrogiannopoulos [Wed, 3 Jul 2019 19:32:35 +0000 (21:32 +0200)]
ocserv: updated to 0.12.4

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
5 years agopython-yaml: update to version 5.1.1 9380/head
Josef Schlehofer [Wed, 3 Jul 2019 19:19:49 +0000 (21:19 +0200)]
python-yaml: update to version 5.1.1

Reorder one thing in Makefile and add two spaces in description

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython3-unidecode: update to version 1.1.1 9379/head
Josef Schlehofer [Wed, 3 Jul 2019 19:10:17 +0000 (21:10 +0200)]
python3-unidecode: update to version 1.1.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agolibuwsc: update to 3.3.2 9377/head
Jianhui Zhao [Wed, 3 Jul 2019 17:37:47 +0000 (01:37 +0800)]
libuwsc: update to 3.3.2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agopdns: correct incomplete fix for build failure
James Taylor [Wed, 3 Jul 2019 10:23:45 +0000 (20:23 +1000)]
pdns: correct incomplete fix for build failure

Maintainer: me

This commit addresses a build failure around guards on execinfo.h usage to
prevent uclibc from pulling it in, as it defines both  __GLIBC__ and __UCLIBC__.
The original patch had invalid syntax which this corrects.

Signed-off-by: James Taylor <james@jtaylor.id.au>
5 years agoMerge pull request #9372 from neheb/pyt
Rosen Penev [Wed, 3 Jul 2019 14:42:15 +0000 (07:42 -0700)]
Merge pull request #9372 from neheb/pyt

python-cryptography: Remove NPN