feed/packages.git
5 years agologrotate: move config option to menu
Eneas U de Queiroz [Wed, 10 Jul 2019 20:23:15 +0000 (17:23 -0300)]
logrotate: move config option to menu

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years agoMerge pull request #9371 from neheb/gpge
Rosen Penev [Wed, 10 Jul 2019 18:23:39 +0000 (11:23 -0700)]
Merge pull request #9371 from neheb/gpge

libgpg-error: Fix compilation with GAWK 5.0

5 years agoMerge pull request #9426 from neheb/fhfh
Rosen Penev [Wed, 10 Jul 2019 18:23:20 +0000 (11:23 -0700)]
Merge pull request #9426 from neheb/fhfh

open2300: Switch to GitHub fork

5 years agoMerge pull request #9373 from neheb/log2
Rosen Penev [Wed, 10 Jul 2019 18:22:51 +0000 (11:22 -0700)]
Merge pull request #9373 from neheb/log2

logrotate: Add ACL support

5 years agoirssi: update to version 1.2.1 (security fix)
Jan Pavlinec [Wed, 10 Jul 2019 13:43:25 +0000 (15:43 +0200)]
irssi: update to version 1.2.1 (security fix)

Fixes CVE-2019-13045

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agopython-sentry-sdk: Update to version 0.10.1
Josef Schlehofer [Tue, 9 Jul 2019 19:33:48 +0000 (21:33 +0200)]
python-sentry-sdk: Update to version 0.10.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython3: Update to version 3.7.4
Josef Schlehofer [Tue, 9 Jul 2019 18:56:33 +0000 (20:56 +0200)]
python3: Update to version 3.7.4

- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)

Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #9415 from neheb/newt
Rosen Penev [Wed, 10 Jul 2019 06:32:11 +0000 (23:32 -0700)]
Merge pull request #9415 from neheb/newt

newt: Fix compile with full NLS

5 years agoMerge pull request #9432 from cotequeiroz/wifidog
Rosen Penev [Wed, 10 Jul 2019 02:21:58 +0000 (19:21 -0700)]
Merge pull request #9432 from cotequeiroz/wifidog

wifidog: fix getting ip from interface, cleanup

5 years agologrotate: Add ACL support
Rosen Penev [Tue, 2 Jul 2019 19:10:56 +0000 (12:10 -0700)]
logrotate: Add ACL support

Various Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonewt: Fix compile with full NLS
Rosen Penev [Fri, 5 Jul 2019 06:27:35 +0000 (23:27 -0700)]
newt: Fix compile with full NLS

Linker flag was missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9393 from neheb/ld
Rosen Penev [Tue, 9 Jul 2019 17:38:38 +0000 (10:38 -0700)]
Merge pull request #9393 from neheb/ld

ldbus: Update to latest version

5 years agowifidog: fix getting ip from interface, cleanup
Eneas U de Queiroz [Tue, 9 Jul 2019 12:21:12 +0000 (09:21 -0300)]
wifidog: fix getting ip from interface, cleanup

Patch taken from upstream fixes an Invalid argument error while trying
to get the IP address of an interface.
Makefile was updated to current style.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
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
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
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
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 agoopen2300: Switch to GitHub fork
Rosen Penev [Sun, 7 Jul 2019 20:33:48 +0000 (13:33 -0700)]
open2300: Switch to GitHub fork

It applies the single patch here as well as adding some fixes.

The upstream project is dead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agosquid: Fix compilation with GCC9
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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)
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
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 agoluarocks: Change luarocks patch to point to lua5.1
Rosen Penev [Thu, 4 Jul 2019 20:44:35 +0000 (13:44 -0700)]
luarocks: Change luarocks patch to point to lua5.1

The recent lua 5.3 addition broke this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoldbus: Update to latest version
Rosen Penev [Wed, 3 Jul 2019 21:10:32 +0000 (14:10 -0700)]
ldbus: Update to latest version

The only difference is two fixes for cross compilation.

Added those to fix the buildbots as lua5.3 is causing conflicts.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
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
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
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
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