Commit Graph

15389 Commits

Author SHA1 Message Date
Rosen Penev 2b29d8356e rtl-ais: Add missing header
Fixes -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-05 11:56:00 +02:00
Rosen Penev 09ec3916a5
Merge pull request #9347 from commodo/mstpd2
mstpd: new package (multiple spanning tree daemon)
2019-07-05 01:38:10 -07:00
Alexandru Ardelean 1d383c23f4 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>
2019-07-05 10:27:44 +03:00
Rosen Penev f378bf1a9e
Merge pull request #9030 from dengqf6/xt3.2
xtables-addons: update to 3.3
2019-07-04 22:53:14 -07:00
Rosen Penev d71172383a
Merge pull request #9271 from jpellegrini/master
chicken: upgrade to 5.1.0  change Makefile license
2019-07-04 22:51:40 -07:00
Rosen Penev 272a4f6611
Merge pull request #9380 from BKPepe/yaml-update
python-yaml: update to version 5.1.1
2019-07-04 22:50:14 -07:00
Rosen Penev a60b0a8a8d
Merge pull request #9377 from zhaojh329/libuwsc
libuwsc: update to 3.3.2
2019-07-04 22:48:21 -07:00
Rosen Penev b74cb7dbce
Merge pull request #9363 from adde88/master
Added hcxdumptool and hcxtools, created by @ZerBea
2019-07-04 22:45:16 -07:00
Rosen Penev 23c36d475f
Merge pull request #9379 from BKPepe/unidecode-update
python3-unidecode: update to version 1.1.1
2019-07-04 22:40:38 -07:00
Rosen Penev d1491ff5cf
Merge pull request #9388 from BKPepe/syslog
syslog-ng: update to version 3.22.1
2019-07-04 22:38:58 -07:00
Dirk Brenken 3485794b98
Merge pull request #9395 from stangri/master-simple-adblock
simple-adblock: options to filter non-ASCII domains, local compressed storage
2019-07-05 06:40:00 +02:00
Stan Grishin 79245d4552 simple-adblock: options to filter non-ASCII domains, local compressed storage
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-04 15:38:58 -07:00
Rosen Penev fbc16be02f
Merge pull request #9391 from mwarning/zerotier
zerotier: keep configuration file on update
2019-07-04 13:13:07 -07:00
Moritz Warning 85292a9f92 zerotier: keep configuration file on update
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-07-04 21:36:00 +02:00
Rosen Penev 3254ae3323
Merge pull request #9299 from neheb/hgfhgh
protobuf: Update to 3.8.0
2019-07-04 12:11:38 -07:00
Rosen Penev 905e1e1766
Merge pull request #9390 from cotequeiroz/coova-chilli-parallel
coova-chilli: disable parallel build
2019-07-04 12:10:49 -07:00
Rosen Penev eeff4f6376
Merge pull request #9386 from neheb/ke2
kea: Fix compilation without deprecated OpenSSL APIs
2019-07-04 10:18:06 -07:00
Rosen Penev c7713b5ef6
Merge pull request #9230 from James-TR/pdns-recursor
pdns-recursor: add package
2019-07-04 10:17:32 -07:00
Eneas U de Queiroz 4ca57ae9c2
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>
2019-07-04 09:01:52 -03:00
Gerard Ryan 992b2c70e6 cgroupfs-mount: Added cgroup mount scripts
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan f2793d55fe docker-ce: Added Docker community edition
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan e6edb0b442 containerd: Added containerd
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Gerard Ryan 1e4b5bddb9 runc: Added runc
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-04 19:35:15 +08:00
Florian Eckert 6c64f8f4ba 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>
2019-07-04 13:14:40 +02:00
Rosen Penev ca52096218
Merge pull request #9107 from dibdot/ddns-fixes
ddns-scripts: various fixes
2019-07-04 00:41:25 -07:00
Josef Schlehofer e07cc320d8
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>
2019-07-04 07:29:22 +02:00
Josef Schlehofer 2d13229b33
youtube-dl: update to version 2019.7.2
Simplify Makefile

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-04 06:24:31 +02:00
Rosen Penev 54d7bc119d
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>
2019-07-03 20:58:30 -07:00
Rosen Penev 50abfa2fd7
Merge pull request #8355 from robho/squeezelite_no_auto_config
squeezelite: Remove codec auto configuration
2019-07-03 13:51:27 -07:00
Rosen Penev 385e48aec2
Merge pull request #9362 from neheb/tg43ht
flashrom: Add ARC support
2019-07-03 13:45:03 -07:00
Dirk Brenken 2e06c4ec93
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>
2019-07-03 22:41:26 +02:00
Nikos Mavrogiannopoulos cefb2f03e2 ocserv: updated to 0.12.4
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-07-03 21:32:35 +02:00
Josef Schlehofer bec7011401
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>
2019-07-03 21:19:49 +02:00
Josef Schlehofer a5ad8f70f5
python3-unidecode: update to version 1.1.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-03 21:10:17 +02:00
Jianhui Zhao 46ec912121 libuwsc: update to 3.3.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-07-04 01:37:47 +08:00
James Taylor 41c2f33698 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>
2019-07-03 11:51:36 -03:00
Rosen Penev e2aa918e0e
Merge pull request #9372 from neheb/pyt
python-cryptography: Remove NPN
2019-07-03 07:42:15 -07:00
James Taylor 7264fbe153 pdns-recursor: add package
Maintainer: me

Compile tested: armv7l, OpenWRT SDK
Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 -
confirmed PowerDNS recursor links correctly against libraries and runs on my
target environment.

Description:
PowerDNS Recursor is a high-performance resolving name server, utilizing
multiple processor and including Lua scripting capabilities.

This commit includes the recursive nameserver

https://www.powerdns.com/recursor.html

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-07-03 21:19:30 +10:00
Andreas Nilsen 0ae6958740 hcxtools: Fixed typo in both Makefiles
PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-07-03 08:02:21 +02:00
Rosen Penev c319b9f53d
Merge pull request #9367 from gladiac1337/haproxy-2.0.1-master
haproxy: Update HAProxy to v2.0.1
2019-07-02 22:34:34 -07:00
Christian Lachner dc08318f01 haproxy: Change DEPENDS from libncursesw to libncurses
- Change DEPENDS from libncrusesw to libncurses

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-07-03 07:12:32 +02:00
Rosen Penev a6d7ad8573
Merge pull request #9368 from neheb/torr
RTorrent updates
2019-07-02 21:50:04 -07:00
Rosen Penev 0f79c6b76a
Merge pull request #9337 from neheb/nod
noddos: Fix compilation without deprecated OpenSSL APIs
2019-07-02 21:13:36 -07:00
Rosen Penev f08a949f4b
Merge pull request #9334 from neheb/net1
Netopeer2: Fix compilation without deprecated OpenSSL APIs
2019-07-02 21:12:59 -07:00
Rosen Penev 6896d0af32
Merge pull request #9335 from neheb/libn
libnetconf2: Fix compilation without deprecated OpenSSL APIs
2019-07-02 21:12:48 -07:00
Alexandru Ardelean 5fd0baac09 net: seafile-seahub: update maintainer & license file
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-07-02 18:10:34 -03:00
Alexandru Ardelean 441f486081 django-restframework: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-07-02 18:10:34 -03:00
Alexandru Ardelean 15272fcc65 django-postoffice: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-07-02 18:10:34 -03:00
Alexandru Ardelean 6a7f547a38 django-picklefield: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-07-02 18:10:34 -03:00
Alexandru Ardelean 7bbc5131f2 django-jsonfield: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-07-02 18:10:34 -03:00