Commit Graph

15389 Commits

Author SHA1 Message Date
Josef Schlehofer 79831ee0ab
boost: Makefile polishing
Corrected License according to SPDX in PKG_LICENSE
Added PKG_LICENSE_FILES
HTTPS in their website
Reordered some stuff

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-22 19:30:19 +02:00
Josef Schlehofer 47a36636c1
youtube-dl: Update to version 2019.6.21
Makefile polishing - Move DEPENDS under URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-22 18:18:14 +02:00
Rosen Penev 3afa70ddea
Merge pull request #7023 from luizluca/switchdev_poller
switchdev_poller: add new package (RFC)
2019-06-22 00:34:13 -07:00
Luiz Angelo Daros de Luca b1fa127952 switchdev-poller: add new package
This service monitors (each 3s) switchdev ports and brings down CPU
ports when all related non-CPU vlan ports are also down. Otherwise,
it brings the port up.

In order to hide CPU ports from netifd, when a device is brought down,
the device is renamed adding the suffix "_down".

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-06-22 00:49:00 -03:00
Daniel Engberg c33a3ff087
Merge pull request #9284 from gladiac1337/feature-haproxy-v2.0.0
haproxy: Update HAProxy to v2.0.0 (LTS)
2019-06-21 23:00:04 +02:00
Rosen Penev 50719a639a
elektra: Fix compilation with uClibc-ng
Add patch that checks for libiconv instead of iconv. nls.mk handles this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-21 12:25:54 -07:00
Rosen Penev d68afee955
Merge pull request #9276 from neheb/fbz
fbzmq: Fix compilation with newer GCC
2019-06-21 08:31:21 -07:00
Christian Lachner 6cc24a477f haproxy: Update HAProxy to v2.0.0 (LTS)
- Update haproxy download URL and hash
- Add new patches
- Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+
- Update default configuration
- Add check-command (for config) to init-script
- Add prometheus-service from contribs by default

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-06-21 09:09:11 +02:00
Michael Heimpold 134ebb7a9d php7: update to 7.2.19
Compile and run tested on mxs platform

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-06-21 06:48:42 +02:00
Rosen Penev dd035c54e0
Merge pull request #9282 from neheb/uvc
uvcdynctrl: Fix compilation with uClibc-ng
2019-06-20 21:39:11 -07:00
Yousong Zhou 9ff174097b netdata: netdata.init: fix indentation 2019-06-21 01:58:36 +00:00
Yousong Zhou 9ac5ac81ab treewide: avoid deref symlinks when installing .so
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

	grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-21 09:52:32 +08:00
Rosen Penev 6f18a460fe
uvcdynctrl: Fix compilation with uClibc-ng
Got rid of libiconv-full dependency. Relying on nls.mk

Fixed up the license information.

Added CMAKE_INSTALL to get rid of the InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-20 16:46:06 -07:00
Rosen Penev fbfe49d7ff
dosfsutils: Properly fix iconv linking
Necessary when using libiconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-20 15:24:41 -07:00
Rosen Penev 274b111782
Merge pull request #9180 from neheb/unr
unrar: Update to 5.7.5
2019-06-20 09:55:00 -07:00
Rosen Penev 5a24cf1969
Merge pull request #9277 from neheb/md
mdnsresponder: Fix compilation with uClibc-ng
2019-06-20 09:50:50 -07:00
Nikos Mavrogiannopoulos 3053f2aee1
Merge pull request #9176 from neheb/p11
p11-kit: Update to 0.23.16.1
2019-06-20 17:03:05 +02:00
Alexandru Ardelean 4bc29f54ac seafile-server: fix build with libssp & non-musl libc
Fixes: https://github.com/openwrt/packages/issues/9255

This seems to fail the build for this package only.
So, this change patches the build, to add `-lssp` to the LDFLAGS of this
package, in case the build uses GCC's libssp.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-06-20 20:54:14 +08:00
Hannu Nyman 2bdd3856fd nano: update to 4.3
Update nano to 4.3

Release notes at https://nano-editor.org/news.php

2019.06.18 - GNU nano 4.3
* The ability to read from and write to a FIFO has been regained.
* Startup time is reduced by fully parsing a syntax only when needed.
* Asking for help (^G) when using --operatingdir does not crash.
* The reading of a huge or slow file can be stopped with ^C.
* Cut, zap, and copy operations are undone separately when intermixed.
* M-D reports the correct number of lines (zero for an empty buffer).

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-20 14:49:17 +03:00
Hannu Nyman aa27ff8d75
Merge pull request #9246 from EricLuehrsen/unbound_192
unbound: update to 1.9.2
2019-06-20 13:14:44 +03:00
Yousong Zhou 6aef8faae7 openvswitch: bump to version 2.11.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-20 08:35:31 +00:00
Yousong Zhou 51a68f08c5 openvswitch: drop dependencies on kmod-mpls
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-20 08:35:31 +00:00
Yousong Zhou 885fc52411 openvswitch: conditionally select kmod-nsh
The nsh.ko requirement was introduced in kernel 4.15.  Currently there
are 3 kernel versions in base system, 4.9, 4.14, 4.19

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-20 08:35:31 +00:00
Yousong Zhou a6ec885522 openvswitch: rework skipping intree kmod build for unsupported kernels
This is a workaround to prevent the whole build from failing because of
the intree kmods are not supported yet by upstream project.

Root cause is that kernel version should not play a part when making
DEPENDS as the generated kconfig was for all targets that may have
different kernel versions.

One less than ideal effect of this change is that for an unsupported
kernel version, people can still select the intree kmod but it won't be
built.  This may contradict expectation if the warning was not noticed
by them

Resolves openwrt/packages#9274

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-06-20 08:24:55 +00:00
Rosen Penev 4dda57d73c p11-kit: Update to 0.23.16.1
Added --as-needed linker flag for smaller size.

Small configure adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-20 00:24:57 -07:00
Rosen Penev 16e5309750 mdnsresponder: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-19 14:54:19 -07:00
Rosen Penev 50f8657141 fbzmq: Fix compilation with newer GCC
Added -faligned-new to fix compilation.

As fbzmq is passing -Werror, fixed compilation with newer GCC versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-19 13:32:06 -07:00
Rosen Penev d1517aa627
Merge pull request #9264 from cotequeiroz/bcrypt
bcrypt: add python-cffi/host build dependency
2019-06-19 12:19:10 -07:00
Jeffery To 4521b13477 python: Clarify README for Python 2-only libraries
This clarifies that Python 2-only libraries will have a Python 3 version
added, instead of being replaced by a Python 3 version (before the 2020
mass removal).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-19 21:09:10 +08:00
Hannu Nyman ec53bac6a5
Merge pull request #9239 from hnyman/collectd390
collectd: update to 5.9.0
2019-06-19 13:44:51 +03:00
Josef Schlehofer cbdcca8f73
Merge pull request #9224 from BKPepe/markdown
python-markdown: add a new package
2019-06-19 12:25:24 +02:00
Dirk Brenken 8517cb1493
Merge pull request #9259 from dibdot/banIP
banip: update 0.1.4
2019-06-19 11:57:51 +02:00
Karl Palsson 08ab75d88b mosquitto: update to 1.6.3
Fixes multiple issues, primarily of interest to OpenWrt:
* getrandom issues with and without TLS and glibc
See https://github.com/openwrt/packages/issues/9005 and
https://github.com/openwrt/packages/pull/9243

Many many many other fixes related to mqttv5/v3.1.1 interactions and
mqtt5 support options.

Full changelog at: https://mosquitto.org/blog/2019/06/version-1-6-3-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-06-19 09:48:11 +00:00
Richard Yu 0ad456bb1a frp: add new package
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-06-19 17:38:34 +08:00
Dengfeng Liu b639f37c0f apfree-wifidog: Update to v3.11.1716
Change log for v3.11.1716:
[IMP] Replaced libhttpd with libevent, therefore commented thread
related parameters in  wifidogx conf file
[IMP] Added REQUEST_TYPE_COUNTERS_V2 to wifidog protocol
[IMP] Sent online and offline client's counter info to auth server

[FIX] Fixed missing setting online_time parameter bug

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2019-06-19 17:17:50 +08:00
Rosen Penev 8530ae7cfd
Merge pull request #9256 from BKPepe/pycurl
python-curl: update to version 7.43.0.3
2019-06-18 23:28:42 -07:00
Eric Luehrsen 68b094d411 unbound: improve a few UCI settings
- treat RFC6762 'local.' as nxdomain because avahi and other services
will disable if SOA or NS records appear in central DNS.
- allow two threads to be enabled with the 'heavy traffic' variant of
Unbound packages.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-06-19 00:50:28 -04:00
Eric Luehrsen fb2757146f unbound: update to 1.9.2
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-06-19 00:50:28 -04:00
Rosen Penev 5f08a7b01d
Merge pull request #9265 from nxhack/libupm_2.0.0
libupm: update to 2.0.0
2019-06-18 20:56:26 -07:00
Rosen Penev b38b69c971
Merge pull request #9266 from zhaojh329/libuhttpd
libuhttpd: update to 2.2.2
2019-06-18 20:55:44 -07:00
Jianhui Zhao 4e705708ae libuhttpd: update to 2.2.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-06-19 11:30:00 +08:00
Rosen Penev 205df2eb36
Merge pull request #9099 from CGretski/feature_ostiary
ostiary: Initial package creation
2019-06-18 18:57:54 -07:00
Rosen Penev 8adf60ff28
Merge pull request #8829 from flyn-org/mdnsresponder
mdnsresponder: update to IETF104
2019-06-18 18:43:27 -07:00
Hirokazu MORIKAWA 6e6740b0a5 libupm: update to 2.0.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-06-19 10:43:21 +09:00
Eneas U de Queiroz 86fb008751
bcrypt: add python-cffi/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-06-18 19:11:42 -03:00
Josef Schlehofer 4ed575c4e4
python3-unidecode: Update to version 1.1.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-18 23:22:57 +02:00
Karel Kočí 6cdcfd906f
python-markdown: add a new package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
[Add me as maintainer]
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-18 23:19:24 +02:00
Dirk Brenken f8f539e21c
banip: update 0.1.4
* refine 'refresh' mode, add normal processing/download as fallback
* remove needless reload trigger
* fix various ipset warnings
* fix timer in 'refresh' mode
* adapt ssbl regex to new source list format

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-18 22:23:17 +02:00
Rosen Penev 7cd204e99e libaio: Update to 0.3.112
Replace inactive maintainer with myself.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-18 11:02:47 -07:00
Josef Schlehofer 3856573798
python-curl: update to version 7.43.0.3
Patch was accepted.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-18 19:59:14 +02:00