1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02:00
Commit Graph

1911 Commits

Author SHA1 Message Date
Rosen Penev
71b6d908ad btrfs-progs: Update to 4.20.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-27 15:32:04 -08:00
Sebastian Kemper
db9ceb300b mariadb: bump to 10.2.21
Version bump. Adds new upstream plugin caching_sha2_password.so to the
client lib package.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-01-27 16:26:54 +01:00
Sebastian Kemper
9c56b2de11 mariadb: move 50-client.cnf to lib pkg
50-client.cnf is used by the client library, so it should be installed
with the library. This commit moves the configuration file to the
correct package and updates its depend (50-client.cnf is sourced by
my.cnf from mariadb-common).

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-01-27 16:20:20 +01:00
champtar
ddea6e79ca
Merge pull request #7813 from pm73/master
prometheus-node-exporter-lua: change network metric type to counter
2019-01-27 07:52:02 -05:00
Hannu Nyman
0878993e26
Merge pull request #7991 from neheb/pci2
pciutils: Update to 3.6.2
2019-01-27 12:19:06 +02:00
Hannu Nyman
ceada9ba26
Merge pull request #7776 from neheb/patch-15
lvm2: Update to 2.03.02
2019-01-27 12:13:05 +02:00
Hannu Nyman
f1561b309d
Merge pull request #7833 from neheb/m
mariadb: Fix compilation without deprecated OpenSSL APIs
2019-01-27 12:04:54 +02:00
Hannu Nyman
0a4c29b33d
Merge pull request #7928 from dhewg/pull/prometheus-statsd-exporter
prometheus-statsd-exporter: switch config to openwrt interface names
2019-01-27 12:02:32 +02:00
Hannu Nyman
fcb1cc6b06
Merge pull request #7949 from dengqf6/zsh
zsh: size optimizations and fix build without musl
2019-01-27 11:55:26 +02:00
Hannu Nyman
f5bcc5490a
Merge pull request #7994 from neheb/patch-11
gzip: Update to 1.10
2019-01-27 11:45:05 +02:00
Hannu Nyman
8f14b6deac
Merge pull request #8010 from neheb/hdp
hdparm: Fix LDFLAGS
2019-01-27 11:43:42 +02:00
Hannu Nyman
6ff8b353f5
Merge pull request #8030 from jow-/at-elf-depends
at: change libelf1 dependency to libelf
2019-01-26 10:21:54 +02:00
Ted Hess
2fa8dfd1a0
Merge pull request #8029 from jow-/avrdude-elf-depends
avrdude: change libelf1 dependency to libelf
2019-01-24 12:25:55 -05:00
Daniel Engberg
c48a405b23 utils/bash: Update to 5.0
Update bash to 5.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-01-24 20:20:53 +08:00
Jo-Philipp Wich
2fcb74aaba at: change libelf1 dependency to libelf
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in "at" accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-24 13:15:38 +01:00
Jo-Philipp Wich
24061255cd avrdude: change libelf1 dependency to libelf
The libelf1 source package has been renamed to libelf in OpenWrt base,
adjust the dependency in avrdude accordingly.

There are no functional changes and no changes in the resulting binary.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-24 13:13:15 +01:00
Rosen Penev
cb6e9c6f21 hdparm: Fix LDFLAGS
Based on debian patch. LDFLAGS were not being passed, which caused relro
to not be applies.

Also made stock CFLAGS optional. -fkeep-inline was keeping sizes high.

Removed PKG_NO_MIPS16 as the original problem seems to be gone.

Size from 54338 to 50761

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-21 21:38:57 -08:00
Hannu Nyman
c0d4684528
Merge pull request #8008 from aparcar/prometheus-2.6.1
prometheus: update to 2.6.1
2019-01-21 21:52:02 +02:00
Paul Spooren
bd577f1d57 prometheus: update to 2.6.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-01-21 19:05:55 +01:00
Hannu Nyman
49e441c259
Merge pull request #8003 from neheb/btr
btrfs-progs: Update to 4.20
2019-01-21 17:41:02 +02:00
Rosen Penev
16f623b387 rtl-ais: Fix compilation on i386
The code from 1996 is using pre-c99 inline semantics that cause compilation
failures on i386. Added std-gnu89 to fix this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-21 11:38:56 +01:00
Rosen Penev
fb93387ec3 btrfs-progs: Update to 4.20
Remove copyright.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 11:22:44 -08:00
Deng Qingfang
db10582fdb lm-sensors: use codeload and add ABI_VERSION
Use codeload URL suggested by neheb
Add ABI_VERSION:=5 to libsensors

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>

Bump PKG_RELEASE just in case.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-01-20 20:42:31 +02:00
Hannu Nyman
cd09ac7557
Merge pull request #7943 from neheb/sm
smartmontools: Update to 7.0
2019-01-20 12:10:26 +02:00
Rosen Penev
db5d6d7a7f
gzip: Update to 1.10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:20:45 -08:00
Rosen Penev
119851b14e pciutils: Update to 3.6.2
Switched source to the same one as usbutils as it is versioned.

A few other Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 18:11:15 -08:00
Rosen Penev
2fa60e3e6d mariadb: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 12:52:53 -08:00
Hannu Nyman
2cf3336481
Merge pull request #7939 from dengqf6/lm-sensors
lm-sensors: update to 3.5.0
2019-01-19 13:14:29 +02:00
Hannu Nyman
cbced99807
Merge pull request #7811 from neheb/b
bonnie++: Replace libstdcpp depend with generic CXX.
2019-01-18 17:31:24 +02:00
Jan Pavlinec
1bf4e7ddf2 unzip: fix PKG_CPE_ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-17 21:58:54 +08:00
Rosen Penev
4dd0b9e685 smartmontools: Update to 7.0
Removed weird uclibc++ compatibility stuff as it seems to not be needed
anymore.

Switched to standard variables.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed PKG_FIXUP as it seems the package has been fixed already.

A few changes to the CFLAGS and linker options resulted in ipk size going
from 244694 to 244283, possibly due to previous overlinking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-15 11:00:48 -08:00
Deng Qingfang
e23379746f lm-sensors: update to 3.5.0
Also switch to GitHub tarball
Removed upstreamed patch

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-16 00:00:44 +08:00
Jan Pavlinec
cb24d1022b unzip: patch CVE-2018-1000035 and add PKG_CPE_IDE
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-15 20:35:52 +08:00
Deng Qingfang
b09d620139 zsh: size optimizations and fix build without musl
Disable dynamic libraries and enable LTO
Only use `--enable-libc-musl` when musl is selected
Shrinks ipk size by about 200KB

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-14 13:06:12 +08:00
Rosen Penev
1e9d2f2bd0 bonnie++: Replace libstdcpp depend with generic CXX.
This allows to get rid of the heavy libstdcpp dependency.

Added -fno-rtti to save a little space (200 bytes).

Also did some Makefile rearrangements for consistency.

Added HTTPS to URLs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-12 16:25:17 -08:00
Hannu Nyman
6bc225ac65
Merge pull request #7779 from neheb/patch-3
grep: Update to 3.3
2019-01-12 11:33:50 +02:00
Hannu Nyman
1f0a005722 collectd: remove lm-sensors version upper limit
Backport an upstream patch to remove the upper limit of
lm-sensors version check, so that using lm-sensors 3.5.0
will work.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-01-12 10:39:24 +02:00
Hannu Nyman
0e162458c0
Merge pull request #7911 from br101/bluez-util
bluez: Add bdaddr tool
2019-01-09 21:04:59 +02:00
Andre Heider
55d820ee36 prometheus-statsd-exporter: bump version
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-01-09 09:26:31 +01:00
Andre Heider
c5eb9e9e42 prometheus-statsd-exporter: add a config reload trigger
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-01-09 09:26:31 +01:00
Andre Heider
b53fcc98b9 prometheus-statsd-exporter: switch config to openwrt interface names
Drop the config knobs '*_address' and introduce '*_interface'
and '*_ipv6' instead.

'*_interface' takes an openwrt interface name ('loopback', 'lan',
'wan' etc), from which the primary IP is used to listen on. If
the matching '*_ipv6' is set to '1', the IPv6 adress will be used,
IPv4 elsewise.

procd interface triggers are now combined with this, so if a listen
interface is not yet configured when the init script is executed, the
process start is defered, and the trigger takes care of that once
the interfaces are ready.

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-01-09 09:25:43 +01:00
Jianhui Zhao
92f805325d rtty: Update to 6.5.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-01-09 11:17:37 +08:00
Bruno Randolf
deb050b46c bluez: Add bdaddr tool
Let't add the bdaddr tool, it's handy to change the BT address.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2019-01-08 15:04:28 +00:00
Michael Heimpold
e53aadba0d
Merge pull request #7650 from mhei/open-plc-utils-missing-tools
open-plc-utils: package missing tools amprule, pev and evse
2019-01-06 08:45:07 +01:00
Hannu Nyman
180d9bab4b
Merge pull request #7857 from dhewg/pull/prometheus-statsd-exporter
prometheus-statsd-exporter: fix compilation with go 1.11.4
2019-01-05 20:12:53 +02:00
Hannu Nyman
6101062547
Merge pull request #7862 from cshoredaniel/pr-findutils-alternatives
findutils: Fix conflict with busybox find/xargs
2019-01-05 20:07:50 +02:00
Vladimir Ulrich
3e6bd1169f zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-01-04 18:20:23 +03:00
Andre Heider
9fadc6bc7a prometheus-statsd-exporter: fix compilation with go 1.11.4
This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] https://github.com/golang/go/issues/29281
[1] https://github.com/prometheus/statsd_exporter/pull/171

Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-01-04 07:33:15 +01:00
Andre Heider
cdacfc888c prometheus-statsd-exporter: add myself as maintainer
Signed-off-by: Andre Heider <a.heider@gmail.com>
2019-01-04 07:33:15 +01:00
Hannu Nyman
f56d487897
Merge pull request #7864 from dibdot/mc
mc: midnight commander 4.8.22
2019-01-03 22:35:03 +02:00