Commit Graph

3125 Commits

Author SHA1 Message Date
Toni Uhlig 62cd5a3d9a dumb-init: add package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-10-26 21:48:17 -07:00
Huangbin Zhan 8e7e0bde7f coreutils: Add alternatives support for chcon
Avoid conflict with package busybox-selinux

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-10-27 05:43:43 +08:00
Rosen Penev 53d86c2680
Merge pull request #13746 from Cynerd/bigclown-mqtt2influxdb-1.4.0
bigclown-mqtt2influxdb: bump to version 1.4.0
2020-10-22 21:50:12 -07:00
Rosen Penev c33bd3180e
Merge pull request #13745 from Cynerd/bigclown-firmware-tool-1.5.2
bigclown-firmware-tool: bump to version 1.5.2
2020-10-22 21:49:46 -07:00
Vladimir Ulrich 4315b0e4f2 zoneinfo: Updated to the latest release
Also updated compability options to build in supported by musl format

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-10-20 17:27:41 +03:00
Karel Kočí ba8748f957
bigclown-mqtt2influxdb: bump to version 1.4.0
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-10-20 14:05:23 +02:00
Karel Kočí 7c583e09b3
bigclown-firmware-tool: bump to version 1.5.2
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-10-20 14:00:09 +02:00
Josef Schlehofer 5027b80bab
Merge pull request #13694 from BKPepe/psmisc
psmisc: add package
2020-10-20 12:56:48 +02:00
Josef Schlehofer 54532224d6
Merge pull request #13695 from BKPepe/reptyr
reptyr: add package
2020-10-20 12:55:42 +02:00
Rosen Penev 5f43e3c1c5
Merge pull request #13617 from PolynomialDivision/sipcalc
sipcalc: add IPv4/IPv6 calculator
2020-10-19 16:15:46 -07:00
Hannu Nyman dc4705478a Revert "zoneinfo: Updated to the latest release"
This reverts commit 1f5f599d0e
that bumped the zoneinfo version from 2020a to 2020b.

Apparently some libc are incompatible with the data format in 2020b.
At least our default libc, musl, fails to parse timezones from the
compiled 2020b zoneinfo files.

Release notes mention that deprecated "posixrules" feature is now
omitted from the default build. Possibly musl uses it?

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-19 20:32:58 +03:00
Paul Spooren 08ba430c7d prometheus: bump to 2.22.0
As announced in the 2.21.0 release notes, the experimental gRPC API v2
has been removed.

[CHANGE] web: Remove APIv2. #7935
[ENHANCEMENT] React UI: Implement missing TSDB head stats section. #7876
[ENHANCEMENT] UI: Add Collapse all button to targets page. #6957
[ENHANCEMENT] UI: Clarify alert state toggle via checkbox icon. #7936
[ENHANCEMENT] Add rule_group_last_evaluation_samples and
    prometheus_tsdb_data_replay_duration_seconds metrics. #7737 #7977
[ENHANCEMENT] Gracefully handle unknown WAL record types. #8004
[ENHANCEMENT] Issue a warning for 64 bit systems running 32 bit
    binaries. #8012
[BUGFIX] Adjust scrape timestamps to align them to the intended
    schedule, effectively reducing block size. Workaround for a regression
    in go1.14+. #7976
[BUGFIX] promtool: Ensure alert rules are marked as restored in unit
    tests. #7661
[BUGFIX] Eureka: Fix service discovery when compiled in 32-bit. #7964
[BUGFIX] Don't do literal regex matching optimisation when case
    insensitive. #8013
[BUGFIX] Fix classic UI sometimes running queries for instant query when
    in range query mode. #7984

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-18 10:18:53 -10:00
Josef Schlehofer 70851a23a5
reptyr: add runtime test
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-17 22:24:41 +02:00
Josef Schlehofer ddad2a9bfe
reptyr: add package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-17 22:24:41 +02:00
Josef Schlehofer 1b8711877c
psmisc: add package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-17 18:16:19 +02:00
Josef Schlehofer 725b9481d7
logrotate: add runtime test
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-17 13:54:41 +02:00
Josef Schlehofer ba8a34e0d9
logrotate: update to version 3.17.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-17 13:54:38 +02:00
Rosen Penev 2415ab0e5b
Merge pull request #13658 from miska/mariadb-procd
mariadb: procd adoption
2020-10-16 14:25:07 -07:00
Rosen Penev 9ea62e1507 gammu: update to 1.42.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-14 19:45:13 -07: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
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 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 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
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
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
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
Paul Spooren d964a3ba92 vim: run test.sh only for vim{-full,-fuller}
Previously the test.sh script would also run for the `vim-help` package
which isn't a binary package but just a tar archive.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-09 15:54:04 -10:00
Rosen Penev d64b945013
Merge pull request #13603 from neheb/ctop
ctop: match ARCH with docker-ce
2020-10-09 18:19:21 -07:00
Nick Hainke aa86f1503e sipcalc: add IPv4/IPv6 calculator
Sipcalc is an advanced ip calculator supporting both IPv4 and IPv6.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-10-09 22:41:08 +02:00
Rosen Penev e495e1985e
open-vm-tools: update to 11.1.15
Refreshed patches. Reworked several of them as musl has changed.
Removed several upstreamed ones.

Added musl 1.2.0 patch which uses 64-bit time_t.

Removed -Werror as there's a redefinition warning caused by nls.mk.

Replaced glib2/host dependency with rpcsvc-proto.

Fixed compilation with full NLS.

Fixed compilation with musl 1.2.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-09 03:51:42 -07:00
Rosen Penev d625b6ddd0 ctop: match ARCH with docker-ce
Only makes sense as ctop uses docker-ce.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-08 01:41:12 -07:00
Rosen Penev 709bf168fd dump1090: update to 4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-07 18:12:24 -07:00
Rosen Penev 5d1127b7fe
Merge pull request #13544 from PolynomialDivision/feature/updatdawnexporter
prometheus-node-exporter-lua: update dawn exporter
2020-10-07 15:17:15 -07:00
Hannu Nyman 4690a1f1c9 nano: update to 5.3
Update nano editor to version 5.3.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-10-07 18:22:50 +03:00
Nick Hainke 8dfd1bc59a prometheus-node-exporter-lua: update dawn exporter
Add dawn exporter to Makefile.
Add hostname to export.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-10-07 13:54:23 +02:00
Rosen Penev 445872a996
Merge pull request #13570 from jefferyto/golang-1.15
golang: Update to 1.15.2, update/enhance Makefiles
2020-10-07 03:09:43 -07:00
Josef Schlehofer f775fa89ca
btrfs-progs: update to version 5.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-06 16:09:57 +02:00
Jeffery To 9074dbd917
golang: Share build cache across package builds
This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the
location of the build cache directory.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-10-06 16:28:06 +08:00
Rosen Penev 81f6d680a2
Merge pull request #13546 from miska/maria-cleanup-update
MariaDB: cleanup & update
2020-10-03 16:09:29 -07:00
Josef Schlehofer 860bb3b2f6
Merge pull request #13559 from BKPepe/nnn
nnn: update to version 3.4
2020-10-03 10:09:27 +02:00
Yanase Yuki 9bcea2de2c
beep: fix dependency to support non-x86 target and kmod-gpio-beeper
Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper.

This change is useful for some non-x86 enterprise APs and development boards
that have a buzzer connected to GPIO.

Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch
Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch

Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2020-10-03 14:13:24 +09:00
Yanase Yuki ac52356c0b
beep: add missing PKG_MIRROR_HASH
Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
2020-10-03 14:13:11 +09:00
Josef Schlehofer 53f54c45e4
nnn: update to version 3.4
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-02 23:12:21 +02:00