Commit graph

2642 commits

Author SHA1 Message Date
Rosen Penev
e1935bb4b6
quote: disable a bunch of options
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>
2020-04-14 16:18:14 -07:00
W. Michael Petullo
c2b4fe6331 quota: add necessary dependencies
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-04-09 16:33:15 -04:00
Luiz Angelo Daros de Luca
36d0e2eaf4
Merge pull request #11784 from cotequeiroz/sane-backends
sane-backends: use "tristate" instead of "prompt"
2020-04-09 15:10:28 -03:00
Hannu Nyman
f11833d46c nano: update to 4.9.2
Update nano editor to version 4.9.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-07 18:05:11 +03:00
Rosen Penev
f4b71afcce
Merge pull request #11748 from flyn-org/quota
quota: add new package
2020-04-06 20:31:17 -07:00
W. Michael Petullo
1022f952ba quota: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-04-06 23:25:39 -04:00
Eneas U de Queiroz
018392a988
sane-backends: use "tristate" instead of "prompt"
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>
2020-04-06 22:15:33 -03:00
Hannu Nyman
f5c47a2606 nano: update to 4.9.1
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>
2020-04-05 19:20:19 +03:00
Hannu Nyman
18cf4a15ca Revert "collectd: disable nut plugin temporarily"
This reverts commit 97dbc515e5.

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>
2020-04-05 18:14:22 +03:00
Hannu Nyman
97dbc515e5 collectd: disable nut plugin temporarily
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>
2020-04-04 18:12:11 +03:00
Jianhui Zhao
9bcc126c59 rtty: update to 7.1.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-04-04 17:38:40 +08:00
Rosen Penev
1b88b5f7c2
rtl_433: update to 20.02
Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-03 22:00:01 -07:00
Rosen Penev
3732cab3df
Merge pull request #11692 from neheb/evt2
evtest: fix compilation with newer musl
2020-04-01 22:48:34 -07:00
Jeffery To
92e1ce5c8e i2c-tools: Remove Python 2 SMBus bindings package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 02:09:24 +08:00
Jeffery To
d50f961f06 yunbridge: Remove package
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>
2020-03-31 14:54:23 +08:00
Yousong Zhou
47d9bf8418 qemu: fix building on mips arch
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>
2020-03-30 13:23:39 +08:00
Rosen Penev
9e7e751900
Merge pull request #11695 from neheb/gammm
gammu: remove nls.mk
2020-03-29 00:57:55 -07:00
Rosen Penev
bbca5f91a7
Merge pull request #11681 from neheb/xz
xz: update to 5.2.5
2020-03-28 20:49:57 -07:00
Rosen Penev
d0a4d12d6d
hfsprogs: fix compile with newer musl
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:48:22 -07:00
Rosen Penev
b8f1e9240c
gammu: remove nls.mk
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>
2020-03-28 20:46:29 -07:00
Rosen Penev
74459faae4
evtest: fix compilation with newer musl
Backported from master.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:42:48 -07:00
Rosen Penev
8c5d0c673d
xz: update to 5.2.5
Switched to smaller xz archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-27 19:56:16 -07:00
Á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