Commit graph

2082 commits

Author SHA1 Message Date
Rosen Penev
9cd01fd1c5 flent-tools: Update to 1.2.2
Simplified the Makefile and fixed compilation with uClibc-ng by including
nls.mk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-12 00:32:38 -07:00
Rosen Penev
5b742358b6
Merge pull request from neheb/hfs
hfsprogs: Fix compilation with uClibc-ng
2019-05-11 12:12:26 -07:00
Rosen Penev
f681ca8bf2
Merge pull request from micmac1/maria10224
mariadb: security bump + init script brush-up
2019-05-10 21:37:35 -07:00
Daniel Golle
8199a4b8ab gawk: update to version 5.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:40:36 +02:00
Daniel Golle
00175b4fa4 pcsc-tools: update to version 1.5.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:36:49 +02:00
Daniel Golle
9cd172336d pcsc-lite: update to version 1.8.25
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:36:49 +02:00
Sebastian Kemper
65036add44 mariadb: init script update
- added trailing '--' to logger to make it foolproof
- user is extracted from config instead of using hard-coded value
- log directory is now also extracted from config (if set)
- directory creation is now done via awk script (more robust)
- improved log messages

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-10 22:42:40 +02:00
Sebastian Kemper
498ccc192c mariadb: bump to 10.2.24
From Release Notes:

  Security

    MDEV-18686 - Add option to PAM authentication plugin to allow case insensitive username matching
    bugfix - multi-update checked privileges on views incorrectly (commit 5057d4637525eadad438d25ee6a4870a4e6b384c)
    MDEV-19276 - during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, if log_warnings > 1
    MDEV-17456 - Malicious SUPER user can possibly change audit log configuration without leaving traces.

    Fixes for the following security vulnerabilities:
        CVE-2019-2614
        CVE-2019-2627
        CVE-2019-2628

OpenWrt changes:

  - added PKG_CPE_ID
  - shortened default description to make "opkg info" output easier on the eyes
  - refreshed patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-10 22:27:07 +02:00
Josef Schlehofer
760073f734
Merge pull request from trldp/master
Hashdeep: add package
2019-05-08 17:19:15 +02:00
Florian Eckert
70c3ceba57
Merge pull request from TDT-AG/pr/20190227-collectd
collectd: add uci config support
2019-05-07 21:15:39 +02:00
Rosen Penev
1ad8faa86f
Merge pull request from neheb/zst
zstd: Fix compilation on uClibc-ng
2019-05-06 23:13:00 -07:00
Daniel Engberg
464e0363e6
Merge pull request from mstorchak/tmux
tmux: update to 2.9a
2019-05-06 11:48:45 +02:00
Maxim Storchak
17f73fd182 tmux: update to 2.9a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-05-06 12:00:37 +03:00
Rosen Penev
4639e208b3
hfsprogs: Fix compilation with uClibc-ng
Replaced deprecated and unsupported valloc with posix_memalign.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 16:00:30 -07:00
Rosen Penev
5f28facc38
Merge pull request from neheb/i
libimobiledevice packages updated to git
2019-05-05 11:49:51 -07:00
Rosen Penev
a5f01ff73f
usbmuxd: Update to latest git
Upstream makes infrequent releases while having an active git repository
with important bugfixes.

Removed maintainer from all three packages due to inactivity.

Removed systemd support as systemd is not used in OpenWrt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-05 11:39:06 -07:00
Rosen Penev
c5e946f818
Merge pull request from jefferyto/xz-pkg-config
xz: Use relative paths in pkg-config metadata file
2019-05-03 11:38:59 -07:00
Rosen Penev
de7dd1477e
Merge pull request from Arduous/temperUSB_update
temperusb: package update to 2.3
2019-05-03 09:34:56 -07:00
Samuel Progin
4ca726ae02 temperusb: package upgrade
Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
2019-05-02 21:46:30 +02:00
Jeffery To
2f5a79cdc2 xz: Use relative paths in pkg-config metadata file
By default, the liblzma pkg-config file (liblzma.pc) is generated with
absolute paths, which $(STAGING_DIR_HOST)/bin/pkg-config is unable to
override.

This patches the file to use paths relative to ${prefix} and
${exec_prefix}.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-03 01:17:12 +08:00
Rosen Penev
e2d5f0b8ff
Merge pull request from luizluca/sane-usblp
sane-backends: rebind printers to usblp after scan
2019-05-02 00:04:09 -07:00
Luiz Angelo Daros de Luca
7dd2e1776e sane-backends: rebind printers to usblp after scan
While scanning, sane unbinds usb device from usblp module. This
patch creates a saned wrapper that keep track of all usb devices
binded to usblp before saned is launched and rebind them back
if not still bound after saned exits.

This workaround is only effective if saned is launched by a super
daemon like xinetd as it needs to exit after scan job finish. If
not, printing will not be available while saned service is running.

Write access to /sys/bus/usb/drivers/usblp/bind is required. So,
normally it would require root access.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-05-02 03:31:45 -03:00
Rosen Penev
171c81db0a
zstd: Fix compilation on uClibc-ng
uClibc-ng defines __GLIBCC__ and does not compile in execinfo.h. Disable
it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-01 14:13:17 -07:00
Rosen Penev
bae0448263
device-observatory: Fix compilation with uClibc-ng
Two protocol definitions are missing. Took values from Musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-01 12:26:25 -07:00
Rosen Penev
8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
Rosen Penev
aa06af37a1
Merge pull request from neheb/sumo
sumo: Update to 1.1.0
2019-04-30 11:52:11 -07:00
Yousong Zhou
8875e3c513 qemu: bump to version 4.0.0
Group configure options by the functionality category they roughly
belong to

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-30 12:46:45 +00:00
Luiz Angelo Daros de Luca
fedc5cf5a4 hplip: bump to 3.19.3
040-fix_bool.patch: fixed upstream
060-fix-uclibc.patch: workaround for uclibc build (arc_arc700)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-30 00:42:49 -03:00
Rosen Penev
62eebff668
Merge pull request from marcin1j/pr/20181211-owfs-remove-avahi-dependency
owfs: disable avahi dependency
2019-04-29 10:54:39 -07:00
champtar
b30fcbb99c
Merge pull request from klukonin/Prometheus_add_more_metrics
prometheus-node-exporter-lua: Add more wifi_station metrics
2019-04-28 12:42:50 -03:00
Stijn Tintel
990b083990
Merge pull request from neheb/domo
domoticz: fix boost 1.70 compat
2019-04-26 11:55:09 +03:00
Yuhei OKAWA
ae34387186 open-vm-tools: bump to 10.3.10
Tested on ESXi 6.7

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
2019-04-26 10:31:34 +08:00
Rosen Penev
b07e20ecbf
Merge pull request from rosysong/ntfs-3g
ntfs-3g: allow build without ntfs3g.probe utility
2019-04-25 17:04:24 -07:00
Rosen Penev
3fc9f0a108
domoticz: fix boost 1.70 compat
This is an upstream backport that deals with an API change in Boost.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-25 16:47:14 -07:00
Rosen Penev
9b1bb1b80a
Merge pull request from jefferyto/slide-switch-0.9.4
slide-switch: Update to 0.9.4
2019-04-25 10:46:32 -07:00
Jeffery To
aba17784fa slide-switch: Update to 0.9.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-04-25 19:48:48 +08:00
Florian Eckert
3d15ebca31 collectd: add uci config support
Add uci config support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 13:01:42 +02:00
Florian Eckert
d826eb27f4 collectd: update forgotten PKG_RELEASE number after last change
Update PKG_RELEASE mumber.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 12:57:54 +02:00
Florian Eckert
6382a043b0
Merge pull request from TDT-AG/pr/20190206-collectd
collectd: enable lua support
2019-04-25 12:44:31 +02:00
Florian Eckert
30db5cc1c1 collectd: fix lua callback registration
If you want to register more than one lua plugin, you cannot start the
collectd.

You get always the error message:

"The read function "lua/(null)" is already registered. Check for
duplicates in your configuration!"

This is not what I expect and what the documenation says.
With this change it is now possible to registrate more then one lua
Script.

See https://github.com/collectd/collectd/pull/2379

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 11:13:52 +02:00
Florian Eckert
be86e43e22 collectd: enable lua support
This will enable the lua support for collectd.
The new package name is collectd-mod-lua

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-25 11:13:52 +02:00
Jianhui Zhao
49984c2e22 rtty: update to 6.6.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-25 11:54:35 +08:00
Hannu Nyman
aee8628696 nano: update to 4.2
* update nano to 4.2

Release notes at https://nano-editor.org/news.php

2019.04.24 - GNU nano 4.2
* The integrated spell checker does not crash when 'spell' is missing.
* Option --breaklonglines works also when --ignorercfiles is used.
* Automatic hard-wrapping is more persistent in pushing words to the
  same overflow line.

Tested with ipq806x/R7800 and mvebu/WRT3200ACM

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-04-24 16:22:11 +03:00
Rosen Penev
01e479d56d
sumo: Update to 1.1.0
Cleaned up Makefile slightly. Updated URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-23 16:20:36 -07:00
Florian Eckert
3b8085b57f
micrond: use procd for service start
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2019-04-22 19:32:40 +02:00
Florian Eckert
ad697d867e
micrond: initial check-in from freifunk-gluon package feed
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-04-22 19:32:39 +02:00
Amol Bhave
bea3caf836 zstd: bump zstd version to 1.4.0
This diff bumps the zstd version to 1.4.0

Tested with NBG6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-21 12:32:51 -07:00
Tobe Deprez
31d91fdba7 Hashdeep: add package
Signed-off-by: Tobe Deprez <trldp@outlook.com>
2019-04-19 10:33:20 +02:00
Rosy Song
aa5ac89d85 ntfs-3g: allow build without ntfs3g.probe utility
This can save ~1024 Bytes size for the ipk

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-04-18 16:09:30 +08:00
Hannu Nyman
5c212b1a13 nano: update to 4.1
* update nano to 4.1
* implement Makefile style changes proposed in 

Release notes at https://nano-editor.org/news.php

2019.04.15 - GNU nano 4.1
* By default, a newline character is again automatically added at the
  end of a buffer, to produce valid POSIX text files by default, but
  also to get back the easy adding of text at the bottom.
* The now unneeded option --finalnewline (-f) has been removed.
* Syntax files are read in alphabetical order when globbing, so that
  the precedence of syntaxes becomes predictable.
* In the C syntax, preprocessor directives are highlighted differently.
* M-S now toggles soft wrapping, and M-N toggles line numbers.
* The jumpy-scrolling toggle has been removed.
* The legacy keystrokes ^W^Y and ^W^V are recognized again.
* Executing an external command is disallowed when in view mode.
* Problems with resizing during external or speller commands were fixed.

Tested with ipq806x R7800

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-04-16 18:19:00 +03:00