Commit graph

2620 commits

Author SHA1 Message Date
Álvaro Fernández Rojas
1ea6d644dc bcm27xx-eeprom: add package for updating RPi bootloader
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-27 09:23:34 -10:00
Hannu Nyman
09fd4445b3 nano: update to 4.9
Update nano editor to version 4.9

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-26 21:36:36 +02:00
Hannu Nyman
286557e906 collectd: disable onewire plugin, BROKEN since 2009
Mark the onewire plugin as disabled, as the plugin
has been marked BROKEN since it was introduced in 2009 by
https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=commitdiff;h=0de38b88d6ba8c52b8386d3059baba7dca22961f

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-26 18:48:52 +02:00
Marc Benoit
a9443eb0eb syncthing: configuration cleanup & hardening
Run the service under an unprivileged
user account

The following parameters are now configurable
  niceness
  max concurrency (defaults to number of CPUs)
  user

Added flags "-no-browser"
Disabled in-place upgrades (disabled in the
build already)

Redirected stderr/stdout to syslog

Added support for "reload_config"

Increased "term_timeout" to 15s to give it
plenty of time to shut down gracefully

Properly handled non-existing directories

Removed a softlink that assumes a specific naming
convention in syncthing

Added a comment that using external storage is a
recommend configration

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
[increased package release]
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-24 10:36:51 -10:00
Paul Spooren
3a651638ce syncthing: bump to 1.4.0
Release information:
https://github.com/syncthing/syncthing/releases/tag/v1.4.0

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-23 17:18:01 -10:00
Paul Spooren
b85e387cc2 syncthing: fixup version detection
Since upstream commit dc92994 the LDFLAGS used for settings the version
(and build host and user) changed resulting in "unknown" versions in
syncthing.

Correct version detection is important for syncthing to assure
compatibility with other running instances. The "unknown" version fails
to communicate and sync with correctly compiled instances.

This patch updates the syncthing Makefile to inject the correct
variables and thereby fixes the version detection in syncthing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-23 16:37:36 -10:00
Stijn Tintel
43d0e07789 domoticz: bump to 2020.1
Drop upstreamed patches.

The file appversion.default was removed from Domoticz, causing the hacks
to inject APPVERSION, APPDATE and APPHASH to fail. As the appversion.h
is generated during compile time, implementing a new way to inject these
defines is non-trivial, so simply drop them.

As the minor version for this release is no longer based on the number
of commits, the package versioning needs to be revised if we want to
build a git snapshot instead of stable release. Leave this for another
day and drop that logic for now.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-03-23 22:37:36 +02:00
Stijn Tintel
5b2d98284b openzwave: bump to 1.6.1063
Replace all patches with Make options or sed to improve maintainability.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-03-23 21:32:34 +02:00
Florian Eckert
f426ad6acc
Merge pull request #11593 from TDT-AG/pr/20200319-prometheus-statsd-exporter
prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
2020-03-23 09:02:13 +01:00
Dirk Brenken
f491e56bb2
Merge pull request #11613 from dibdot/mc
mc: update to 4.8.24
2020-03-23 07:48:10 +01:00
Hannu Nyman
b936fc4e0d collectd: disable dpdk_telemetry module
Explicitly disable the new dpdk_telemetry module to fix
compilation in buildbot.
(other dpdk modules are aleady disabled)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-23 07:58:25 +02:00
Hannu Nyman
1d11a0c892 collectd: update to 5.11.0
* Update collectd to version 5.11.0
* Refresh patches

Release notes:
https://github.com/collectd/collectd/releases/tag/collectd-5.11.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-22 22:48:31 +02:00
Rosen Penev
647721c61e
mbtools: fix compilation with newer glib
Remove Werror as glib throws deprecation warnings.

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-20 16:00:15 -07:00
Dirk Brenken
b99468cf84
mc: update to 4.8.24
* changes see http://midnight-commander.org/wiki/NEWS-4.8.24

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-20 20:50:43 +01:00
Daniel F. Dickinson
290ab508ab treewide: Remove myself as maintainer
Life changes, I'm no longer avaiable to be an sufficiently active
OpenWrt developer.  Therefore removing myself from maintainer from
all packages I maintained in OpenWrt.

All the best for those who keep up the good work!

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2020-03-20 14:12:55 -04:00
Yousong Zhou
ca7ea1402c qemu: add ui options to PKG_CONFIG_DEPENDS
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Florian Eckert
bf3c61fe4a prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-03-19 09:20:37 +01:00
Rosen Penev
448da99edd
Merge pull request #11572 from neheb/crrrrr
cryptsetup: add NLS support
2020-03-15 20:05:24 -07:00
Rosen Penev
13cc866ac0
Merge pull request #11542 from neheb/acp
acpid: convert to procd
2020-03-15 20:02:50 -07:00
Rosen Penev
23f0b838ce
hdparm: remove myself as maintainer
Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:52:25 -07:00
Rosen Penev
5aedc2206a
picocom: remove myself as maintainer
Fix license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:47:12 -07:00
Rosen Penev
473c49224a
openobex: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:45:33 -07:00
Rosen Penev
015ddbc02d
sispmctl: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:42:33 -07:00
Rosen Penev
ec138735be
fio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:38:07 -07:00
Rosen Penev
ed61877501
fio: update to 3.19
Added compilation fixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 15:03:56 -07:00
Rosen Penev
0e0c52eb06
sispmctl: update to 4.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 14:12:07 -07:00
Rosen Penev
8fd12aa10b
Merge pull request #11154 from dengqf6/antfs
[RFT] antfs: new package
2020-03-15 11:53:30 -07:00
Kevin Darbyshire-Bryant
d5717f3930 collectd: adjust dependecies for iptables bump
iptables 1.8.4 drops support for a combined libiptc, providing split
libip4tc & libip6tc instead.  Adjust collectd dependencies in advance of
iptables bump from 1.8.3 to 1.8.4

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-15 15:48:27 +00:00
DENG Qingfang
047fd15b54 antfs-mount: mount script for antfs
block-mount needs "mount.ntfs" script to mount NTFS drives

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-15 13:26:57 +08:00
Rosen Penev
e4d1fb27c6
cryptsetup: add NLS support
Needed for uClibc-ng.

Added InstallDev section. Because why not.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-14 16:18:41 -07:00
Rosen Penev
da288e1f28
Merge pull request #11475 from neheb/hfewfh
smartmontools: convert init script to procd
2020-03-14 16:05:37 -07:00
Hannu Nyman
d730fd501a
Merge pull request #11569 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.8 and updated relevant dependencies
2020-03-14 19:05:27 +02:00
Gerard Ryan
90ef59eab7 runc: Updated to 1.0.0-rc10 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 17:38:42 +10:00
Gerard Ryan
902d9d73b0 libnetwork: Updated to 9fd385be for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 17:38:29 +10:00
Gerard Ryan
c4eade6145 containerd: Updated to v1.2.13 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 15:55:41 +10:00
Gerard Ryan
67fb6eed76 docker-ce: Updated to 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 15:55:29 +10:00
Karel Kočí
1ef38f45d9
haveged: move init script from 13 to 01
This is intended as a match with standard urngd. They serve same purpose
and urngd starts as first with 00. Starting haveged later can create
issues if you replace urngd with it. The example problem is if
uci-defaults script decides to generate certificate. Haveged can supply
entropy but it is started later and to mitigate this urngd would still
have to be installed. This means that haveget can't serve as replacement
without moving it to match start order of urngd.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-03-11 11:23:16 +01:00
Russell Senior
d56990cc03 sed: disable acl
If libacl is built, gnu sed finds it during configuration and enables support
linking in libacl. This results in build failures due to the missing dependency.
Consequently, use CONFIGURE_ARGS to disable acl support.

Reported-by: Rosen Penev rosenp@gmail.com
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-03-09 17:52:23 -07:00
Rosen Penev
9d46a814d5
sispmctl: update to 4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 14:39:08 -07:00
Rosen Penev
d385bbe752
acpid: convert to procd
acpid has no option -x, so removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 14:10:43 -07:00
Karel Kočí
3e2995aff2
btrfs-progs: fix check for btrfs in btrfs scan
The previous implementation always succeeded so no scan was performed.
This now fixes that and it correctly scans for BTRFS  devices if BTRFS
support is in kernel.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-03-09 15:19:36 +01:00
Daniel Golle
9a51acc81f
Merge pull request #11509 from neheb/lvm
lvm2: update to 2.03.08
2020-03-05 23:47:24 +01:00
Daniel Golle
3dcb66ea43
Merge pull request #11508 from neheb/crypt
cryptsetup: update to 2.3.0
2020-03-05 23:46:36 +01:00
Jeffery To
fa3189b65f shinit: Remove package
The original patch[1] this package was based on has been merged into
OpenWrt master, making this package unnecessary.

[1]: https://patchwork.ozlabs.org/patch/1094493/

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-05 15:27:21 +08:00
Rosen Penev
78360ebdda
lvm2: update to 2.03.08
Add PKG_BUILD_PARALLEL for faster compilation.

Replace '  ' with TAB for consistency between packages.

Refresh patches and remove outdated ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 20:21:30 -08:00
Rosen Penev
9758497e74
cryptsetup: update to 2.3.0
Use PKG_INSTALL for consistency between packages.

Add PKG_BUILD_PARALLEL for faster compilation.

Fix wrong locking path. First discovered here:
https://forum.openwrt.org/t/cannot-setup-dm-crypt/56836

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 19:30:52 -08:00
Rosen Penev
e12d4ce068
Merge pull request #11491 from RussellSenior/add-gnu-sed
sed: add Gnu sed
2020-03-04 15:31:07 -08:00
Rosen Penev
44976306ec
Merge pull request #11453 from neheb/gptk
gptfdisk: update to 1.0.5
2020-03-04 15:16:46 -08:00
Marc Benoit
b6078559cd irqbalance: support reload_config & start later
Added support for reload_config

This service does not need to start so early (even
before the netwrok is up). Start it after
the device is mostly up and operational.

Compile-tested on: ipq806x
Runtime-tested on: ipq806x

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-03-03 07:58:27 -05:00
Russell Senior
66f1b5958a sed: add Gnu sed
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-03-02 23:40:40 -08:00