aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* bcm27xx-eeprom: add package for updating RPi bootloaderÁlvaro Fernández Rojas2020-03-27
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* nano: update to 4.9Hannu Nyman2020-03-26
| | | | | | Update nano editor to version 4.9 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* collectd: disable onewire plugin, BROKEN since 2009Hannu Nyman2020-03-26
| | | | | | | | 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>
* syncthing: configuration cleanup & hardeningMarc Benoit2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* syncthing: bump to 1.4.0Paul Spooren2020-03-23
| | | | | | | Release information: https://github.com/syncthing/syncthing/releases/tag/v1.4.0 Signed-off-by: Paul Spooren <mail@aparcar.org>
* syncthing: fixup version detectionPaul Spooren2020-03-23
| | | | | | | | | | | | | | | 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>
* domoticz: bump to 2020.1Stijn Tintel2020-03-23
| | | | | | | | | | | | | | | | 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>
* openzwave: bump to 1.6.1063Stijn Tintel2020-03-23
| | | | | | Replace all patches with Make options or sed to improve maintainability. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #11593 from TDT-AG/pr/20200319-prometheus-statsd-exporterFlorian Eckert2020-03-23
|\ | | | | prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
| * prometheus-statsd-exporter: update PGK_VERSION to v0.15.0Florian Eckert2020-03-19
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #11613 from dibdot/mcDirk Brenken2020-03-23
|\ \ | | | | | | mc: update to 4.8.24
| * | mc: update to 4.8.24Dirk Brenken2020-03-20
| | | | | | | | | | | | | | | * changes see http://midnight-commander.org/wiki/NEWS-4.8.24 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | collectd: disable dpdk_telemetry moduleHannu Nyman2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | collectd: update to 5.11.0Hannu Nyman2020-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | mbtools: fix compilation with newer glibRosen Penev2020-03-20
| | | | | | | | | | | | | | | | | | | | | | | | Remove Werror as glib throws deprecation warnings. Cleaned up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | treewide: Remove myself as maintainerDaniel F. Dickinson2020-03-20
|/ / | | | | | | | | | | | | | | | | | | 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>
* / qemu: add ui options to PKG_CONFIG_DEPENDSYousong Zhou2020-03-20
|/ | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #11572 from neheb/crrrrrRosen Penev2020-03-15
|\ | | | | cryptsetup: add NLS support
| * cryptsetup: add NLS supportRosen Penev2020-03-14
| | | | | | | | | | | | | | | | Needed for uClibc-ng. Added InstallDev section. Because why not. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11542 from neheb/acpRosen Penev2020-03-15
|\ \ | | | | | | acpid: convert to procd
| * | acpid: convert to procdRosen Penev2020-03-09
| | | | | | | | | | | | | | | | | | acpid has no option -x, so removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | hdparm: remove myself as maintainerRosen Penev2020-03-15
| | | | | | | | | | | | | | | | | | Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | picocom: remove myself as maintainerRosen Penev2020-03-15
| | | | | | | | | | | | | | | | | | Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | openobex: remove myself as maintainerRosen Penev2020-03-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | sispmctl: remove myself as maintainerRosen Penev2020-03-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fio: remove myself as maintainerRosen Penev2020-03-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fio: update to 3.19Rosen Penev2020-03-15
| | | | | | | | | | | | | | | | | | Added compilation fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | sispmctl: update to 4.5Rosen Penev2020-03-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11154 from dengqf6/antfsRosen Penev2020-03-15
|\ \ \ | | | | | | | | [RFT] antfs: new package
| * | | antfs-mount: mount script for antfsDENG Qingfang2020-03-15
| | | | | | | | | | | | | | | | | | | | | | | | block-mount needs "mount.ntfs" script to mount NTFS drives Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | collectd: adjust dependecies for iptables bumpKevin Darbyshire-Bryant2020-03-15
| |_|/ |/| | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #11475 from neheb/hfewfhRosen Penev2020-03-14
|\ \ \ | | | | | | | | smartmontools: convert init script to procd
| * | | smartmontools: convert init script to procdRosen Penev2020-03-01
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11569 from G-M0N3Y-2503/feature_docker-ce_updateHannu Nyman2020-03-14
|\ \ \ \ | | | | | | | | | | docker-ce: Updated to 19.03.8 and updated relevant dependencies
| * | | | runc: Updated to 1.0.0-rc10 for docker 19.03.8Gerard Ryan2020-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | libnetwork: Updated to 9fd385be for docker 19.03.8Gerard Ryan2020-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | containerd: Updated to v1.2.13 for docker 19.03.8Gerard Ryan2020-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | docker-ce: Updated to 19.03.8Gerard Ryan2020-03-14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* / | | haveged: move init script from 13 to 01Karel Kočí2020-03-11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | sed: disable aclRussell Senior2020-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | sispmctl: update to 4.4Rosen Penev2020-03-09
| |/ |/| | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | btrfs-progs: fix check for btrfs in btrfs scanKarel Kočí2020-03-09
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #11509 from neheb/lvmDaniel Golle2020-03-05
|\ \ | | | | | | lvm2: update to 2.03.08
| * | lvm2: update to 2.03.08Rosen Penev2020-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #11508 from neheb/cryptDaniel Golle2020-03-05
|\ \ \ | | | | | | | | cryptsetup: update to 2.3.0
| * | | cryptsetup: update to 2.3.0Rosen Penev2020-03-04
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / shinit: Remove packageJeffery To2020-03-05
|/ / | | | | | | | | | | | | | | | | 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>
* | Merge pull request #11491 from RussellSenior/add-gnu-sedRosen Penev2020-03-04
|\ \ | | | | | | sed: add Gnu sed
| * | sed: add Gnu sedRussell Senior2020-03-02
| |/ | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | Merge pull request #11453 from neheb/gptkRosen Penev2020-03-04
|\ \ | | | | | | gptfdisk: update to 1.0.5