Commit Graph

23627 Commits

Author SHA1 Message Date
Nicholas Smith 87593abb06 modemmanager: bump to 1.14.6
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-10-15 09:39:02 +10:00
Rosen Penev daa6ed8980 Merge pull request #13656 from odmdas/freeradius3-fix_version
freeradius3: move "release_" from PKG_VERSION
2020-10-14 14:04:23 -07:00
Hannu Nyman 6459c0aeb8 Merge pull request #13642 from ja-pa/ooniprobe-3.0.8
ooniprobe: update to version 3.0.8
2020-10-14 18:31:35 +03:00
Hannu Nyman 054c4d8bb6 Merge pull request #13660 from zhaojh329/libuhttpd
libuhttpd: Update to 3.4.0
2020-10-14 18:29:49 +03:00
Jianhui Zhao 3ee48340a0 libuhttpd: Update to 3.4.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-10-14 22:25:17 +08:00
Jan Pavlinec d8b07415e8 ooniprobe: update to version 3.0.8
Changes:
-Add tag to disable QUIC
-remove dependecy for measurement-kit

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-10-14 13:54:54 +02:00
Alexey Dobrovolsky 11aa0b9653 freeradius3: move "release_" from PKG_VERSION
The substring "release_" does not reflect the version number.
In addition, package names will be shorter.

Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
2020-10-14 13:02:22 +03:00
Michal Hrusecky c11f3948b8 mariadb: Cleanup and bump
Remove few no longer needed bits - like checking that datadir is defined
or mysqld_safe from server package and bumping revision after all the
init script cleanups.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2020-10-14 11:08:42 +02:00
Michal Hrusecky 595f0f1a2d mariadb: Use procd and run as user
Drop mysqld_safe and use procd instead. Also run as a user.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2020-10-14 09:47:53 +02:00
Rosen Penev bb93351d0a Merge pull request #13657 from neheb/tran
transmission: fix mbedtls search
2020-10-13 21:28:02 -07:00
Rosen Penev 27ba7533e1 transmission: fix mbedtls search
mbedcrypto should be searched, not mbedtls. Also, there is no pkgconfig
file with mbedtls. Fixed that as well. Removed Makefile hacks.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-13 21:07:46 -07:00
Rosen Penev c1cec7b134 Merge pull request #13647 from jefferyto/seafile-server-7.1.5
seafile-server: Update to 7.1.5
2020-10-13 15:36:55 -07:00
Rosen Penev 89e47e937a Merge pull request #13651 from neheb/build
treewide: add missing BUILDONLY
2020-10-13 15:24:35 -07:00
Pavel Demkovich dd586837e8 znc: Add support for many configurable listeners for znc
Function add_listener called from /etc/init.d/znc, but not implemented

Signed-off-by: Pavel Demkovich <finn@finnix.servebeer.com>
2020-10-13 15:40:11 +03:00
Rosen Penev dd4bdf47cd Merge pull request #13645 from aleksander0m/aleksander/libqmi-1-26-6
Update libqmi to 1.26.6 and make QMI-over-MBIM support optional
2020-10-13 02:55:41 -07:00
Florian Eckert 6519bc5b76 Merge pull request #13641 from TDT-AG/pr/20201012-keepalived
keepalived: update to 2.1.5
2020-10-13 11:42:52 +02:00
Aleksander Morgado 540c8f63a3 libqmi: make QMI-over-MBIM support optional
There is no need to force every user of libqmi to require libmbim and
build with QMI-over-MBIM support, if they know they're not going to
use it. Just make it optional and enabled by default.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-13 09:18:57 +02:00
Michal Hrusecky a01637ddf0 mariadb: Do not use mysqladmin in init
Rewrite init script as mysqladmin requires access to the MySQL which is
hard to guarantee. Use standard signals instead.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2020-10-13 08:58:29 +02:00
Michal Hrusecky 7c628580a6 mariadb: Use defaults and change default datadir
Use /srv/mysql as default datadir as /var/lib/mysql is in tmpfs. This
doesn't affect any existing setup as up till now it had to be always
specified in configuration. That is addressed in the second part of this
commit - init script now uses even defaults as compiled in MariaDB so
not everything has to be specified in configuration file.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2020-10-13 08:58:29 +02:00
Rosen Penev 5a7148d112 treewide: add missing BUILDONLY
Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 17:43:49 -07:00
Rosen Penev 233398ced5 Merge pull request #13648 from neheb/canu
canutils: remove usleep and bzero
2020-10-12 16:29:29 -07:00
Rosen Penev 8ac7fc0d65 Merge pull request #13649 from neheb/pico
picocom: remove usleep
2020-10-12 16:24:08 -07:00
Rosen Penev 2cd89652c1 canutils: remove usleep and bzero
Both removed in POSIX 2008.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 16:23:35 -07:00
Rosen Penev 7f91a77daa picocom: remove usleep
usleep is removed in POSIX 2008.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 16:17:32 -07:00
Rosen Penev 9fe9aa0493 Merge pull request #13636 from neheb/pdnsr2
pdns-resursor: add missing dependency
2020-10-12 16:12:20 -07:00
Rosen Penev 7ec063a4cc Merge pull request #13577 from BKPepe/click
click: update to version 7.1.2
2020-10-12 16:09:45 -07:00
Rosen Penev 9250e521b9 Merge pull request #13639 from neheb/geth
geth: update to 1.9.22
2020-10-12 16:01:02 -07:00
Rosen Penev 52bad86a53 Merge pull request #13638 from neheb/imgma
imagemagick: remove lto for GCC10
2020-10-12 16:00:45 -07:00
Rosen Penev e3e7005454 Merge pull request #13631 from brvphoenix/boost
boost: refine the dependences
2020-10-12 15:56:30 -07:00
Jeffery To d183759998 seafile-server: Update to 7.1.5, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-13 06:42:27 +08:00
Jeffery To a702c90b9a seafile-seahub: Update to 7.1.5, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-13 06:42:26 +08:00
Jeffery To f841fedd7b seafile-ccnet: Update to 7.1.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-13 06:42:26 +08:00
Rosen Penev 182ee3f046 Merge pull request #13606 from PolynomialDivision/add-hostapd-ubus-exporter
prometheus-node-exporter-lua: hostad ubus stats
2020-10-12 14:19:22 -07:00
David Bauer ed80af94ca Merge pull request #13630 from blocktrron/pr-static-neighbor-reports
static-neighbor-reports: add package
2020-10-12 20:30:11 +02:00
Michal Hrusecky aa62c4c157 mariadb: Add basic test
Add simple to test to try to run MariaDB and get the version.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
2020-10-12 07:51:48 -10:00
Nick Hainke d34d788735 prometheus-node-exporter-lua: hostad ubus stats
There is already the hostapd_stations exporter, which uses
hostapd-utils (more precisely hostapd-cli) to get client statistics.
However, the ubus interface is permanently integrated under hostapd
in OpenWrt. So this exporter needs one dependency less.

For now it exports mainly the rrm statistics. Many people are
interested in what your device supports. The exporter provides
information about the radio-resource-managment extensions.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-10-12 19:51:38 +02:00
Hannu Nyman dd40c92fc2 Merge pull request #13644 from Wedmer/zoneinfo_update
zoneinfo: Updated to the latest release
2020-10-12 20:24:07 +03:00
Vladimir Ulrich 1f5f599d0e zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-10-12 14:58:26 +03:00
Aleksander Morgado ebe4f5ff27 libqmi: update version to 1.26.6
https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003416.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-12 13:45:38 +02:00
Aleksander Morgado 860dcbac18 libqmi: update version to 1.26.4
https://lists.freedesktop.org/archives/libqmi-devel/2020-August/003377.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-12 13:44:38 +02:00
Rosen Penev 1bd2c738e1 Merge pull request #13637 from neheb/postf
postfix: update to 3.5.7
2020-10-12 01:04:41 -07:00
Rosen Penev b6275b0202 Merge pull request #13640 from neheb/mar
mariadb: fix compilation when selinux is present
2020-10-12 00:56:07 -07:00
Van Waholtz 31b4830539 boost: refine the dependences
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2020-10-12 00:08:53 -07:00
Florian Eckert 7a503ca84b keepalived: update PKG_VERSION to 2.1.5
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-10-12 08:55:18 +02:00
Rosen Penev 8fa42fe787 mariadb: fix compilation when selinux is present
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 22:14:02 -07:00
Rosen Penev 76441fe18d gammu: add back nls.mk
Because glib2 uses libintl, this is needed to prevent a linking error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 19:14:24 -07:00
Rosen Penev bc039f8421 geth: update to 1.9.22
Removed bogus PKGARCH.

Added nls.mk to fix compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 19:13:38 -07:00
Rosen Penev 605ea8a21e imagemagick: remove lto for GCC10
It does not work with GCC10.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 19:12:53 -07:00
Rosen Penev c9ad71dbfd postfix: update to 3.5.7
Fix compilation with GCC10.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 19:11:53 -07:00
Rosen Penev 983e7b34a7 pdns-resursor: add missing dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-11 19:11:15 -07:00