aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #11869 from br101/bluez-5.54Hannu Nyman2020-04-17
|\ | | | | bluez: Update to version 5.54
| * bluez: Update to version 5.54Bruno Randolf2020-04-17
| | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | squashfs-tools: bump to version 4.4Alexandru Ardelean2020-04-17
|/ | | | | | | | | | | | | All patches are not needed anymore. squashfs-tools has implemented them in one way or another. Converted to download release tarballs. This should work better to get notified of a newer release. Also adds support for ZSTD compression: https://facebook.github.io/zstd/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* flashrom: bump to 1.2Stijn Tintel2020-04-16
| | | | | | | | | | | | | | | Add new PCI and USB drivers to flashrom.mk to disable them in other build variant.s Fix DefineConfig calls to use new config symbols, and have it only append NEED_FEATURE=yes to MAKE_FLAGS. Appending NEED_FEATURE=no would still enable the feature because upstream compares against an empty string instead of comparing to yes. Drop libusb-compat dependency as all drivers use libusb-1 now. Remove upstreamed patch 010-add-arc.patch. Rework 0001-fix_internal_bitbang.patch, give it a correct prefix and more descriptive name. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* quote: disable a bunch of optionsRosen Penev2020-04-14
| | | | | | | | | | | | | | | libwrap is fairly useless. It's also legacy and should not be used/ dbus is a big dependency. It's fairly useless in the OpenWrt context. I don't know how useful netlink is. Disabling BSD behavior results in a slightly smaller size. Disable LDAP. No size difference but I have a feeling it pulls in another dependency... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* quota: add necessary dependenciesW. Michael Petullo2020-04-09
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #11784 from cotequeiroz/sane-backendsLuiz Angelo Daros de Luca2020-04-09
|\ | | | | sane-backends: use "tristate" instead of "prompt"
| * sane-backends: use "tristate" instead of "prompt"Eneas U de Queiroz2020-04-06
| | | | | | | | | | | | | | | | Remove "prompt" command, dropped in kconfig-v5.6, from Package/sane-backends/config, replacing it with "tristate". This does not affect the generated package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | nano: update to 4.9.2Hannu Nyman2020-04-07
| | | | | | | | | | | | Update nano editor to version 4.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #11748 from flyn-org/quotaRosen Penev2020-04-06
|\ \ | |/ |/| quota: add new package
| * quota: add new packageW. Michael Petullo2020-04-06
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | nano: update to 4.9.1Hannu Nyman2020-04-05
| | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 4.9.1 2020.03.31 - GNU nano 4.9.1 "Sapperdeflap" Two bugs introduced in version 4.9 are fixed: the cursor getting misplaced when undoing line cuts, and filtering of the whole buffer to a new buffer not working. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Revert "collectd: disable nut plugin temporarily"Hannu Nyman2020-04-05
| | | | | | | | | | | | | | | | | | | | This reverts commit 97dbc515e59b09c069d34e9a5dea7e5efec4f077. libgd has been been fixed to provide correct pkgconfig info, so that nut again compiles in buildbot. Thus the nut plugin can be re-enabled in collectd. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | collectd: disable nut plugin temporarilyHannu Nyman2020-04-04
| | | | | | | | | | | | | | | | Disable nut plugin for now, as nut is currently failing to build in buildbot (maybe due to libgd), and the nut plugin prevents compiling collectd itself. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | rtty: update to 7.1.3Jianhui Zhao2020-04-04
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | rtl_433: update to 20.02Rosen Penev2020-04-03
|/ | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11692 from neheb/evt2Rosen Penev2020-04-01
|\ | | | | evtest: fix compilation with newer musl
| * evtest: fix compilation with newer muslRosen Penev2020-03-28
| | | | | | | | | | | | Backported from master. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | i2c-tools: Remove Python 2 SMBus bindings packageJeffery To2020-04-01
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | yunbridge: Remove packageJeffery To2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | This version of yunbridge will cease to function once Python 2 is removed from the feed. It does not appear[1] that upstream will be updated with a version that uses Python 3. This package will be added to the abandoned packages feed. [1]: https://github.com/arduino/YunBridge/issues/31 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | qemu: fix building on mips archYousong Zhou2020-03-30
| | | | | | | | | | | | | | | | | | | | Add fallback zero value definition for MAP_SYNC etc. even when building for CONFIG_LINUX. Fixes openwrt/packages#11067 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #11695 from neheb/gammmRosen Penev2020-03-29
|\ \ | | | | | | gammu: remove nls.mk
| * | gammu: remove nls.mkRosen Penev2020-03-28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's causing issues with newer glib2: ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open' ../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close' It's because the libiconv-stub does not include a shared library that gammu can link to. Removed most patches since they don't seem to be needed. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11681 from neheb/xzRosen Penev2020-03-28
|\ \ | | | | | | xz: update to 5.2.5
| * | xz: update to 5.2.5Rosen Penev2020-03-27
| |/ | | | | | | | | | | Switched to smaller xz archive. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / hfsprogs: fix compile with newer muslRosen Penev2020-03-28
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>