Commit graph

2010 commits

Author SHA1 Message Date
John Crispin
b931383257 cryptodev: moved to trunk
Signed-off-by: John Crispin <john@phrozen.org>
2018-12-03 07:50:57 +01:00
Hannu Nyman
62b0c876bd
Merge pull request #6621 from neheb/coreu
coreutils: Update to 8.30
2018-12-02 12:43:33 +02:00
Hannu Nyman
03a9f922dd
Merge pull request #7529 from ignisf/collectd-ethstat
collectd: Introduce collectd-mod-ethstat
2018-11-28 22:30:20 +02:00
Petko Bordjukov
dbdd7ead23 collectd: Introduce collectd-mod-ethstat
The ethstat plugin for collectd provides a convenient way to track a large list
of variables associated with network interfaces such as channel busy time and
many others.

A list of the available variables for a given interface may be acquired by
running ethtool -S <interface>

Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2018-11-28 12:34:33 +02:00
TimelessNL
fc723123c1
digitemp: bump to version 3.7.2
Signed-off-by: Jasper Scholte <NightNL@outlook.com>
2018-11-27 11:34:36 +01:00
Rosen Penev
ba4df0f1c6 yara: Fix compile without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 17:46:32 -08:00
champtar
eae9f8cb9e
Merge pull request #7510 from darkk/fix-prometheus-zombies
prometheus-node-exporter-lua: close io.popen files to reap zombies
2018-11-25 16:54:56 -05:00
Hannu Nyman
dfd423bf96
Merge pull request #7478 from neheb/sdr
rtl-sdr: Update to 0.6.0
2018-11-25 18:18:06 +02:00
Leonid Evdokimov
1288bd6473 prometheus-node-exporter-lua: close io.popen files to reap zombies
Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
2018-11-25 17:06:24 +03:00
Hannu Nyman
88e9a53a96
Merge pull request #7201 from neheb/i2c
i2c-tools: Update to 4.0
2018-11-24 08:33:30 +02:00
Hannu Nyman
3c5860e80e
Merge pull request #7405 from neheb/lcd
lcd4linux: Update to 1204
2018-11-23 17:01:55 +02:00
Rosen Penev
f97bbcf561 opensc: Update to 0.19.0
Pass --disable-notify to avoid libgio dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-22 20:10:28 -08:00
Hannu Nyman
9d4a067599
Merge pull request #7465 from neheb/patch-12
tree: Update to 1.8.0
2018-11-20 17:32:58 +02:00
Rosen Penev
8712a0e2c1 rtl-sdr: Update to 0.6.0
Patch was upstreamed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 14:14:35 -08:00
Rosen Penev
9b77576c29 i2c-tools: Update to 4.0
Added a libi2c package as that is now needed.

Fixed the home URL to fix uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:26:17 -08:00
Rosen Penev
dbe1c48c53 tree: Update to 1.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 13:18:24 -08:00
Rosen Penev
8e555b77f4
sispmctl: Update to 4.1
Replace maintainer as previously agreed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-18 12:13:17 -08:00
Hannu Nyman
8baa3571e9
Merge pull request #7331 from neheb/lvm2
lvm2: Update to 2.03.01
2018-11-18 21:27:57 +02:00
Rosen Penev
de6c4d6d74 coreutils: Update to 8.30
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-17 11:29:02 -08:00
Sebastian Kemper
470ee2d94b mariadb: fix build issue
The build breaks when Kerberos is available in staging dir. mariadb
build system exits with error:

CMake Error at libmariadb/cmake/plugins.cmake:43 (message):
  Invalid plugin type NO.  Allowed plugin types are DYNAMIC;STATIC;OFF

It doesn't like the definition "PLUGIN_AUTH_GSSAPI_CLIENT=NO" anymore.
We need to set it to "OFF" to make it happy.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-14 21:00:12 +01:00
Hannu Nyman
083a5cb8b9
Merge pull request #6684 from neheb/pps
pps-tools: Update to 1.0.2 and switch to codeload
2018-11-14 20:44:56 +02:00
Rosen Penev
7c93e4d000 lcd4linux: Update to 1204
Very minor bugfix.

Also adjusted standard to gnu89 to fix compilation issues (lot of missing
prototypes).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 13:38:59 -08:00
Sebastian Kemper
3c8c320b3f mariadb: security bump to 10.2.19
Many, many bug fixes, see release notes for details:
https://mariadb.com/kb/en/library/mariadb-10219-release-notes/

Fixed CVEs:

  CVE-2018-3282
  CVE-2016-9843
  CVE-2018-3174
  CVE-2018-3143
  CVE-2018-3156
  CVE-2018-3251
  CVE-2018-3185
  CVE-2018-3277
  CVE-2018-3162
  CVE-2018-3173
  CVE-2018-3200
  CVE-2018-3284

OpenWrt package changes:

  - include sha256_password in libmariadb package
  - upstream provided new pkgconfig file libmariadb.pc
  - refreshed one patch, dropped two others (included in upstream source
    now)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-13 21:43:35 +01:00
Hannu Nyman
ea656e25a2 nano: update to 3.2
Update nano to version 3.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-12 22:46:51 +02:00
Samuel Progin
d02ad59302 temperusb: new package definition
Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
2018-11-12 10:24:17 +00:00
Dirk Brenken
1e8829bb92
Merge pull request #7394 from dibdot/mc-fix
mc: disable vfs support by default
2018-11-11 18:27:46 +01:00
Dirk Brenken
aef568f193 mc: disable vfs support by default
* disable vfs support by default as long as the underlying
  librpc issus has not been fixed - should fix buildbot compile
  (#7180 #7349)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-11 18:08:16 +01:00
Rosen Penev
dfc0a69f99 pps-tools: Update to 1.0.2 and switch to codeload
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-11 05:55:36 -08:00
Hannu Nyman
a7d94e0f7b
Merge pull request #7286 from neheb/patch-1
cryptsetup: Update to 2.0.5
2018-11-11 10:56:14 +02:00
Sebastian Kemper
581a19c0b8 mariadb: fix pthread_detach
Include fix from upstream for MDEV-17200. musl-1.1.20 segfaults when
pthread_detach() is called for already detached threads.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-11 01:23:44 +01:00
Rosen Penev
154abade7a lvm2: Update to 2.03.01
Moved libblkid depend to fix compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 13:41:42 -08:00
Michael Heimpold
37fee54986
Merge pull request #7302 from mhei/openplcutils-update
open-plc-utils: update to commit 32408520
2018-11-10 20:05:59 +01:00
Hannu Nyman
52575dbc10
Merge pull request #7261 from neheb/patch-17
dmidecode: Update to 3.2
2018-11-09 22:09:57 +02:00
Eneas U de Queiroz
0a782b5e16 cyrptodev-linux: bump to latest git 2018-11-02
This adds support for digests in openssl 1.1.1.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-11-09 10:28:19 -02:00
Marko Ratkaj
c30d3ba5b3
Merge pull request #7327 from sartura/sysstat_bump_version_to_12.0.2
utils: sysstat: bump version to 12.0.2
2018-11-09 10:40:46 +01:00
Marko Ratkaj
e0f37d4d22
Merge pull request #7326 from sartura/jq_bump_version_to_1.6
utils: jq: bump version to 1.6
2018-11-09 10:40:21 +01:00
Nathaniel Wesley Filardo
fd26981a03 rng-utils: version 6.6 is now available
Work around automake demanding README with a symlink.
Add new dependency on libsysfs.
Avoid dependency on libxml, curl, openssl by disabling NIST beacon support.
  We also continue to remove gcrypt, and jitterentropy is not packaged.
Remove patch that no longer cleanly applies.
  If newlines in log messages are a problem, we should take it up with
  upstream.

Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>

Fixes: github #7303
2018-11-07 23:41:05 +00:00
Luiz Angelo Daros de Luca
e39273533d hplip: bump to 3.18.10
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-11-06 19:03:33 -02:00
Marko Ratkaj
126efaf057 utils: sysstat: bump version to 12.0.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-06 17:13:57 +01:00
Hannu Nyman
e58311c554
Merge pull request #7317 from diizzyy/patch-18
tmux: Update to 2.8
2018-11-06 18:03:08 +02:00
Marko Ratkaj
0099bad30b utils: jq: bump version to 1.6
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-06 16:56:47 +01:00
Rosen Penev
02f5f95631 progress: Update to 0.14
Switched to codeload for easier package bumping

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 21:32:13 -08:00
Daniel Engberg
83ccc78d66
tmux: Update to 2.8
Update tmux to 2.8

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-11-05 20:44:05 +01:00
Michael Heimpold
31102c40f2 open-plc-utils: update to commit 32408520
Also remove upstreamed patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-05 20:35:52 +01:00
Michael Heimpold
a8288e24ba
Merge pull request #7311 from neheb/btrfs
btrfs-progs: Update to 4.19
2018-11-05 20:34:05 +01:00
Rosen Penev
21330d74c0 btrfs-progs: Update to 4.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-05 10:04:21 -08:00
Rosen Penev
3137482f8d fio: Update to 3.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-04 17:36:00 -08:00
Hannu Nyman
f316aaeab6 haveged: update to 1.9.4
Version bump to 1.9.4

Development has moved to github.
 * old site: http://www.issihosts.com/haveged
 * new site: https://github.com/jirka-h/haveged

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-04 15:58:22 +02:00
Hannu Nyman
c1f2405d33
Merge pull request #6269 from neheb/patch-23
spi-tools: Update to 0.8.1
2018-11-04 13:45:09 +02:00
Hannu Nyman
5b69781a8d
Merge pull request #6938 from neheb/more
moreutils: Update to 0.62 and switch to git tarball
2018-11-04 13:00:54 +02:00
Hannu Nyman
b0bf54c9b3
Merge pull request #7229 from diizzyy/patch-14
fish: Add (lib)pcre2 dependency
2018-11-03 09:25:33 +02:00
Rosen Penev
dca56574e1
cryptsetup: Update to 2.0.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-30 17:44:47 -07:00
Vladimir Ulrich
eff350a7d1 zoneinfo: Updated to the latest release.
Added missed 'g' in Bangkok for zoneinfo-simple package.
Also removed dedicated version for code, as we shouldn't mix different versions.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-10-30 16:56:20 +03:00
Rosen Penev
8cb040543a spi-tools: Update to 0.8.3
Previously, an old git revision was used. Moved to stable. Reorganized the Makefile as a result.

The stable version is based on a newer git revision. UScan can also properly track this now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-29 19:15:13 -07:00
Rosen Penev
d14ab76ba2
hdparm: Update to 9.58
Add myself as maintainer as agreed previously.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:37:55 -07:00
Rosen Penev
43a1f1bdee
dmidecode: Update to 3.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-28 10:08:22 -07:00
Hannu Nyman
6b23655262
Merge pull request #5903 from aparcar/prometheus
prometheus: add package
2018-10-28 18:00:14 +02:00
Hannu Nyman
e16055d7be
Merge pull request #7143 from neheb/patch-27
unrar: Update to 5.6.7
2018-10-28 14:54:01 +02:00
Hannu Nyman
1cf84b0b78
Merge pull request #7208 from neheb/obex
openobex: Update to 1.7.2
2018-10-28 14:40:36 +02:00
Hannu Nyman
dff5ed1f82
Merge pull request #6823 from neheb/patch-17
yara: Update to 3.8.1
2018-10-28 14:31:44 +02:00
Hannu Nyman
f23ff2f206
Merge pull request #7150 from neheb/patch-43
ccid: Update to 1.4.30
2018-10-28 14:28:33 +02:00
Hannu Nyman
0d6385bf8e
Merge pull request #7181 from neheb/patch-45
cmdpad: Fix compile
2018-10-28 14:25:18 +02:00
Hannu Nyman
2aa42940d2
Merge pull request #7179 from neheb/oath
oath-toolkit: Add patch from Fedora to fix compilation
2018-10-28 14:24:37 +02:00
Hannu Nyman
29eac13d8f collectd: update to 5.8.1
Update collectd to version 5.8.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-10-26 21:46:24 +03:00
Rosen Penev
3137362072 unrar: Update to 5.6.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-25 12:24:20 -07:00
Rosen Penev
a3278a524b hdparm: Update to 9.57
Slightly adjusted Makefile for consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-22 17:38:35 -07:00
Hannu Nyman
6092f9aa55
Merge pull request #7217 from neheb/pico
picocom: Backport upstream fix for x86
2018-10-22 20:43:33 +01:00
Hannu Nyman
9357def1ee
Merge pull request #7211 from zhaojh329/rtty
rtty: update to 6.3.1
2018-10-22 20:41:18 +01:00
Daniel Engberg
497bb4ff0c
fish: Add (lib)pcre2 dependency
Use the shared version of libpcre2 instead of bundled.

Fixes the following error:
Package fish is missing dependencies for the following libraries:
libpcre2-32.so.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-10-21 10:53:28 +02:00
Rosen Penev
fab5d1aa5a picocom: Backport upstream fix for x86
Replaced the maintainer with myself due to inactiviy.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-19 17:53:18 -07:00
Vladimir Ulrich
5e8132d859 zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-10-18 15:12:50 +03:00
Jianhui Zhao
edd1c30fc5 rtty: update to 6.3.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-18 16:21:56 +08:00
Rosen Penev
3683df2717 openobex: Update to 1.7.2
Add myself as maintainer.

Cosmetic Makefile fixes for consistency between projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-16 18:02:16 -07:00
Kevin D-B
d61a44141a
Merge pull request #6762 from neheb/lsof
lsof: Fix dead URL + cosmetic fixes
2018-10-16 07:50:17 +01:00
Dirk Brenken
6cbf7d80e5
Merge pull request #7066 from neheb/proc
procps-ng: Update to 3.3.15
2018-10-12 22:12:31 +02:00
Rosen Penev
a9f8712e63
cmdpad: Fix compile
Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior.

-fgnu89-inlining is not enough so use std=gnu89.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 12:50:00 -07:00
Rosen Penev
ea3981e0a5 oath-toolkit: Add patch from Fedora to fix compilation
Probably a result of GCC7 that it fails now.

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Reorganized Makefile slightly for consistency with other packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 12:13:13 -07:00
Rosen Penev
4c0337b7ec setserial: Don't build docs to remove nroff dependency
Buildbots are failing as they lack nroff.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-11 11:25:30 -07:00
Luiz Angelo Daros de Luca
ac2e6dfc0c
Merge pull request #7158 from neheb/hpl
hplip: Update to 3.18.9
2018-10-10 20:15:36 -03:00
Felix Fietkau
f3b7a2dd2d vim: fix build on non-linux systems after upgrade
The configure script calls uname directly and assumes that it returns
the system to build for.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-10-10 10:50:25 +02:00
Rosen Penev
f1633f3b2b hplip: Update to 3.18.9
Added patch to fix some glibc-isms.

Added PKG_BUILD_PARALLEL for faster compilation.

Rearranged slightly for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-09 16:20:32 -07:00
Rosen Penev
591a14f6a9 fio: Update to 3.11
Added an upstream pending patch to fix musl support.

Oddly enough, this never caused a runtime issue, only compile time
warnings.

Added myself as maintainer, as previously agreed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-07 14:40:54 -07:00
Rosen Penev
226dd7b047
ccid: Update to 1.4.30
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-10-07 06:13:14 -07:00
Hannu Nyman
cab093b7da
Merge pull request #6824 from neheb/vim
vim: Update to 8.1
2018-10-07 12:48:53 +03:00
Jianhui Zhao
7bbdbb4892 rtty: update to 6.3.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-10-05 15:29:40 +08:00
Philip Prindeville
2a12677e8c acpica-unix: update to 20180929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-09-30 13:55:50 -06:00
Guo Li
3f1b4c61ea bandwidthd: fix undefined references to inline functions
gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help

bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1

Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-30 00:36:07 +08:00
Rosen Penev
4415467185 hamlib: Update to 3.3
Rearranged Makefile for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-29 11:50:29 +08:00
Jianhui Zhao
c8bf54875f rtty: Update to 6.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 11:58:29 +00:00
Yousong Zhou
e38c100612 treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Hannu Nyman
dc1896db24
Merge pull request #6538 from FireCulex/bonnie++
bonnie++ 1.97.3
2018-09-23 19:22:38 +03:00
Hannu Nyman
af86b17064 nano: update to 3.1
* Update nano editor to 3.1
* Apply a post-release upstream patch to fix compilation

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-09-23 18:42:29 +03:00
Rosen Penev
519b638571 procps-ng: Update to 3.3.15
Switch from locally generated git tarball to official one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-17 18:26:05 -07:00
Rosen Penev
065b684d3c
fio: Update to 3.10 and disable HTTP
HTTP support is new and requires libcurl and an SSL library.

Rearranged Makefile for consistency with other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 12:52:32 -07:00
Rosen Penev
ff056fcffc zsh: Update to 5.6.2
Fixes at least CVE-2018-0502 and CVE-2018-13259

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Some small reorganization for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-14 18:41:22 -07:00
Michael Heimpold
bafd573d60
Merge pull request #7003 from dibdot/mc-vfs
mc: add VFS support by default
2018-09-12 21:33:40 +02:00
Dirk Brenken
33ed68f051 mc: enable VFS support by default
* provide VFS support in midnight commander by default (see #6999),
  this enlarge the package size by ~40KB.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-12 21:13:24 +02:00
Shuanglei Tao
57b657572d ttyd: update to 1.4.2
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2018-09-12 23:14:12 +08:00
Hannu Nyman
513b5376ed
Merge pull request #6985 from neheb/patch-18
fio: Update to 3.9
2018-09-10 18:09:06 +03:00
Hannu Nyman
667738cd7d
Merge pull request #6983 from jp-bennett/master
Nano and Fwknop updates
2018-09-10 13:10:37 +03:00
Rafał Miłecki
6787f5c6a0 zoneinfo: add zoneinfo-all meta package installing all zones info
It makes users life a bit easier by allowing them to get info for all
zones by installing a single package.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-09-10 09:01:01 +02:00
Rosen Penev
c102abca76
fio: Update to 3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-09 21:05:28 -07:00
Luiz Angelo Daros de Luca
134e8bb18d
Merge pull request #6354 from luizluca/hplip-3.18.6
Hplip 3.18.6 and (lib)cups
2018-09-09 23:11:09 -03:00
Jonathan Bennett
0ceaa4e32c Nano: Update to 3.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2018-09-09 16:50:43 -05:00
Phil Eichinger
6d9eb0c099 at: bump to version 3.1.23
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2018-09-08 21:04:00 +02:00
Rosen Penev
70ddd72b98 moreutils: Update to 0.62 and switch to git tarball
It's more generic in addition to being the source for the debian package.

PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no
handling for it in the Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-02 19:23:38 -07:00
Ted Hess
da55ed3f6a
Merge pull request #6777 from jqqqqqqqqqq/master
fish: add package fish shell
2018-09-01 10:22:53 -04:00
Curtis Jiang
64920f50c0 fish: add package fish shell
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
2018-08-31 21:57:28 -04:00
Ted Hess
2adc8366ad
Merge pull request #6856 from neheb/patch-25
less: Update to 530
2018-08-31 16:05:37 -04:00
Ted Hess
7a6c41977b
Merge pull request #6909 from neheb/patch-34
crelay: Update to 0.13
2018-08-31 15:15:00 -04:00
Eneas U de Queiroz
4b2805d433 yunbridge: fix PKG_BUILD_DIR
PKG_BUILD_DIR was set outside of BUILD_DIR.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-08-30 07:57:55 -03:00
Rosen Penev
deaa076357
crelay: Update to 0.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-29 13:33:46 -07:00
Dirk Brenken
6042445ad3
Merge pull request #6864 from neheb/patch-31
bluelog: Adjust source name to try to fix buildbot
2018-08-27 15:18:17 +02:00
Dirk Brenken
e38ca52ac6
Merge pull request #6779 from diizzyy/patch-8
utils/dbus: Update to 1.12.10
2018-08-27 09:49:00 +02:00
Luiz Angelo Daros de Luca
82fa9f35c5 sane-backends: add PKG_CPE_ID id
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-08-26 02:29:03 -03:00
Rosen Penev
7bbca3ed33
bluelog: Adjust source name to try to fix buildbot
The buildbot is failing on applying the patch:

https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt

Locally, this does not happen. I assume the reason is that it has some special handling for
GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-24 20:14:18 -07:00
Rosen Penev
71a657e11c
less: Update to 530
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-23 18:23:44 -07:00
Dirk Brenken
36f7715859
Merge pull request #6840 from micmac1/maria-10217
mariadb: bump to 10.2.17
2018-08-22 16:54:37 +02:00
Dirk Brenken
6dab28159b
Merge pull request #6734 from neheb/shadow
shadow: Update to 4.6
2018-08-22 16:41:52 +02:00
Sebastian Kemper
a6761ac20b mariadb: bump to 10.2.17
From Release Notes:

 - New variable innodb_log_optimize_ddl for avoiding delay due to page flushing and allowing concurrent backup
 - InnoDB updated to 5.7.23
 - ALTER TABLE fixes:
    MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or persistent statistics
    MDEV-15953 - Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir
    MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737
    MDEV-16809 - Allow full redo logging for ALTER TABLE
 - Temporary tables: MDEV-16713 - InnoDB hang with repeating log entry
 - indexed virtual columns: MDEV-15855 - Deadlock between purge thread and DDL statement
 - locking: MDEV-16664 - Change the default to innodb_lock_schedule_algorithm=fcfs
 - Galera: MDEV-15822 - WSREP: BF lock wait long for trx
 - Fixes for the following security vulnerabilities:
    CVE-2018-3060
    CVE-2018-3064
    CVE-2018-3063
    CVE-2018-3058
    CVE-2018-3066

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-08-21 23:19:29 +02:00
Rosen Penev
193b7ea072 vim: Update to 8.1
Switch URL to HTTP. More reliable.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:34:21 -07:00
Rosen Penev
ec71565acf
yara: Update to 3.8.1
Switched URL to codeload. The previous redirects to this one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-20 20:07:01 -07:00
Hannu Nyman
d9749c257b
Merge pull request #6602 from neheb/patch-17
evtest: Switch to tarballs
2018-08-20 20:08:43 +03:00
Yousong Zhou
9400257639 qemu: tighten up CONFIGURE_ARGS spec
This is more for readability, no functional change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-20 02:43:56 +00:00
Yousong Zhou
41c3a2e0a5 qemu: bump to version 3.0.0
Also switch to domain download.qemu.org and .xz files

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-20 02:38:56 +00:00
Hannu Nyman
53a912201c
Merge pull request #6539 from neheb/patch-4
bluelog: Switch to GitHub tarball
2018-08-19 20:15:39 +03:00
Daniel Engberg
5988204db7
utils/dbus: Update to 1.12.10
Update dbus to 1.12.10
Remove Steven Barth as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-17 23:53:07 +02:00
Dirk Brenken
aef396dd0e
Merge pull request #6761 from neheb/patch-22
btrfs-progs: Update to 4.17.1
2018-08-17 18:26:20 +02:00
Hannu Nyman
38ced675aa
Merge pull request #6729 from neheb/patch-28
grep: Update to 3.1
2018-08-16 17:33:16 +03:00
Rosen Penev
7e86dedef1 lsof: Fix dead URL + cosmetic fixes
Removed some whitespace and refreshed patches, which was forgotten during
the bump. No actual changes so no release bump.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:53:58 -07:00
Rosen Penev
e62e2ddd9a
btrfs-progs: Update to 4.17.1
Cosmetic adjustments

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:47:47 -07:00
Rosen Penev
2192c572a3 shadow: Update to 4.6
Switched dead URLs to new upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-15 18:31:34 -07:00
Daniel Golle
b9dee6837a
Merge pull request #6624 from neheb/lvm
LVM2: Update to 2.02.80
2018-08-16 00:47:24 +02:00
Moritz Warning
0d2948b660 device-observatory: add new package
Shows network/wireless activity on a local website
to increase awareness for privacy and security matters.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-08-15 16:19:24 +00:00
Rosen Penev
307ac69e60 LVM2: Update to 2.02.81
Switch to upstream URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-14 22:28:07 -07:00
Andy Walsh
d85ba33b7a owfs/owshell: remove librpc depends
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
6ec78592f7 mc: switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Andy Walsh
93f9dccf5b lsof: update to 4.91, switch to libtirpc
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00
Florian Fainelli
f976d24f3f
Merge pull request #6683 from neheb/stoken
stoken: Update to 0.92 and switch to normal tarball.
2018-08-12 11:34:12 -07:00
Rosen Penev
ef6c6feef6 gammu: Update to 1.39.0
Cosmetic makefile changes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-11 14:28:32 -07:00
Dirk Brenken
9100e029ca
Merge pull request #6712 from neheb/patch-24
gzip: Update to 1.9
2018-08-10 16:00:34 +02:00
Rosen Penev
5f01c15137
grep: Update to 3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-09 19:33:45 -07:00
Rosen Penev
1d6ae29e70
logrotate: Update to 3.14
Switched to .xz as that is a smaller archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-09 10:31:14 -07:00
Rosen Penev
c8c1b541e3
joe: Update to 4.6
Cosmetic makefile changes

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 16:04:05 -07:00
Rosen Penev
ef5ac65577
gzip: Update to 1.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 15:56:21 -07:00
Rosen Penev
dac07561bf
cryptsetup: Update to 2.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-07 15:31:30 -07:00
Hannu Nyman
30694e641e
Merge pull request #6544 from diizzyy/bluez550
bluez: Update to 5.50
2018-08-07 13:21:56 +03:00
Yousong Zhou
cfab296848 qemu: bump to version 2.12.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-06 02:02:11 +00:00
Andy Walsh
797a003f3c qemu-userspace: remove package
* remove samba4 build helper

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-06 09:50:54 +08:00
Rosen Penev
1866b659ac stoken: Update to 0.92 and switch to normal tarball.
Simplifies the Makefile quite a bit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:21:19 -07:00
Hannu Nyman
f52ffb2e2d
Merge pull request #6660 from neheb/sdr
rtl-sdr: Update to 0.5.4 and switch to tarballs
2018-08-05 20:18:38 +03:00
Hannu Nyman
09be66c143
Merge pull request #6685 from neheb/digi
digitemp: Switch to codeload
2018-08-05 20:18:01 +03:00
Hannu Nyman
3bc399fcfc
Merge pull request #6662 from neheb/433
rtl_433: Update to 18.05 and switch to codeload
2018-08-05 20:15:06 +03:00
Hannu Nyman
1883fd785c
Merge pull request #6669 from neheb/patch-9
fio: Update to 3.8
2018-08-05 20:14:15 +03:00
Rosen Penev
2eb25c44f4 rtl-ais: Update to 0.3 and switch to codeload (#6661)
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:49:06 +02:00
Rosen Penev
7f7170df92 digitemp: Switch to codeload
Simpler and makes version bumps easier.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-04 16:32:30 -07:00
Rosen Penev
04bc5aa5a6
fio: Update to 3.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-03 13:59:17 -07:00
Hannu Nyman
f1acc00ce9
Merge pull request #6496 from neheb/patch-3
ap51-flash: Update to 2018.0 and switch to tarball
2018-08-03 23:51:35 +03:00
Rosen Penev
3ca6ff90f9 rtl_433: Update to 18.05 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-02 18:54:46 -07:00
Rosen Penev
d80dbdbf50 rtl-sdr: Update to 0.5.4 and switch to tarballs
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-02 18:44:46 -07:00
Hannu Nyman
58f84d4295
Merge pull request #6491 from neheb/pci
pciutils: Update to 3.6.1
2018-08-02 20:59:56 +03:00
Rosen Penev
7846d27259
crelay: Update to 0.12 and switch to codeload
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-01 14:14:37 -07:00
Hannu Nyman
3118ac84fb
Merge pull request #6541 from neheb/patch-9
acl: Switch to tarballs
2018-07-31 22:42:59 +03:00
Hannu Nyman
142a6eb031
Merge pull request #6611 from neheb/ccrypt
ccrypt: Update to 1.11
2018-07-30 15:56:54 +03:00
Jo-Philipp Wich
644ff72edb
Merge pull request #5563 from Andy2244/samba-4.8
samba4: add package samba-4.8
2018-07-30 09:36:15 +02:00
Philip Prindeville
3b4208eebd
Merge pull request #6586 from neheb/patch-14
acpica-unix: Update to 20180629
2018-07-30 00:43:35 -04:00
Rosen Penev
2074901f33 ccrypt: Update to 1.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-29 18:36:20 -07:00
Rafał Miłecki
6e1104cc6d lxc: bump PKG_RELEASE after backporting nl patch
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-07-29 21:18:06 +02:00
Rafał Miłecki
13d57a5e9f lxc: nl: avoid NULL pointer dereference
This backports upstream fix from the master branch.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-07-29 21:17:08 +02:00
Thomas Heil
81380e2952
Merge pull request #6587 from neheb/acpid
acpid: Update to 2.0.30
2018-07-29 00:21:28 +02:00
Rosen Penev
869337f0ab
evtest: Switch to tarballs
Simpler. Should also fix uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-28 15:07:17 -07:00
Jo-Philipp Wich
74d75e4662
Merge pull request #6471 from BKPepe/master
owfs: update to the latest version (v3.2p2)
2018-07-28 19:21:51 +02:00
Rosen Penev
fb0426e91a acpid: Update to 2.0.30
Remove obsolete patch. Also update the website.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 13:15:51 -07:00
Rosen Penev
72e4953c63
acpica-unix: Update to 20180629
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-26 13:09:34 -07:00
Andy Walsh
0d23c9f2ea samba4: add package samba-4.8
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-07-26 21:38:19 +02:00
Ted Hess
a8407ee18a
Merge pull request #6548 from neheb/picocom
picocom: Update to 3.1
2018-07-26 10:07:16 -04:00
Paul Spooren
5290727e64 prometheus: add package
Compile tested: x86/64, aarch64_cortex-a53
Run tested: x86/64

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-07-26 20:29:35 +09:00
Rosen Penev
22bf3b635a bluelog: Switch to GitHub tarball
The website does not work anymore. It seems development has moved to GitHub.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-25 19:34:36 -07:00
Rosen Penev
35d51936c8 picocom: Update to 3.1
Switched to new upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-25 19:28:12 -07:00
Ted Hess
889c4ca345
Merge pull request #6558 from neheb/patch-11
uvcdynctrl: Update to 0.2.5
2018-07-25 20:40:47 -04:00
Rosen Penev
937e3adc1f uvcdynctrl: Update to 0.2.5
Fixed links.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-25 15:30:42 -07:00
Etienne Champetier
b584443d65 prometheus-node-exporter-lua: add conntrack collector
Also fix missing dependency of openwrt collector

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-07-25 23:23:56 +02:00
Etienne Champetier
767f87f469 prometheus-node-exporter-lua: set myself as maintainer
This was OKed sometimes ago by @simonswine
https://github.com/openwrt/packages/pull/5128

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-07-25 23:21:38 +02:00
Daniel Engberg
1db8e03b60 bluez: Update to 5.50
Update bluez to 5.50
Remove Nicolas Thill as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Drop obsolete configuration file
Add patch for LE devices

Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-22 15:46:13 +02:00
Rosen Penev
4bb517bebf
acl: Switch to tarballs
Should be faster. Also fixes uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-21 19:52:36 -07:00
Matthew M. Dean
a3bfdabd47 bonnie: 1.97.3
Update to fix compilation issues with GCC7

Signed-off-by: Matthew M. Dean <fireculex@gmail.com>
2018-07-21 18:33:39 -07:00
Hannu Nyman
0cb6e15f01 irqbalance: fix AARCH64 compilation
AARCH64 compilation fails due to upstream bug in 1.2.0
that has been later fixed. Backport the fix commit.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-07-19 21:37:30 +03:00
Hannu Nyman
76c4865971
Merge pull request #6493 from neheb/patch-5
attr: Switch to tarball releases
2018-07-18 22:59:49 +03:00
Jeffery To
756c0f6ff4 slide-switch: update to latest version
This also changes PKG_SOURCE to use .tar.xz, and changes the copyright
line. (I believe this is more accurate, as I haven't done a copyright
assignment.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-07-18 02:04:27 +08:00
Rosen Penev
d8bf44f032
ap51-flash: Update to 2018.0 and switch to tarball
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-16 10:01:43 -07:00
Hannu Nyman
6f23ab1755
Merge pull request #6475 from diizzyy/patch-4
utils/tio: Update to 1.31
2018-07-16 16:57:18 +03:00
Hannu Nyman
d29abc18d0
Merge pull request #6474 from diizzyy/patch-3
utils/fio: Update to 3.7
2018-07-16 16:54:04 +03:00
Daniel Engberg
d3fd6bf6a6
btrfs-progs: Update to 4.17
Update to 4.17
Add LTO and ffunction-sections -fdata-sections to reduce binary size

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-16 13:10:42 +02:00
Josef Schlehofer
ab925849d2
owfs: update to the latest version (v3.2p2)
Changes:
Makefile now downloads files from Github instead of SourceForge.
Changed URL, because they decided to leave SourceForge and use Github.
Added dependency libavahi-client, otherwise it doesn't build.
Dropped unnecessary patches, because both were upstreamed.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-07-16 13:06:13 +02:00
Rosen Penev
061fc10479 attr: Switch to tarball releases
Simplifies the Makefile. Should be faster to download.

This is equivalent to the current version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 20:55:33 -07:00
Rosen Penev
1e46108521 pciutils: Update to 3.6.1
Also updated the pci.ids

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 20:09:35 -07:00
Hannu Nyman
3d4c3c3246
Merge pull request #6424 from micmac1/collectd-uclibc-iconv
collectd: fix uclibc build issue
2018-07-15 21:01:25 +03:00
Daniel Engberg
bc381700e8
utils/tio: Update to 1.31
Update tio to 1.31

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-15 02:44:43 +02:00
Daniel Engberg
77ec669b87
utils/fio: Update to 3.7
Update fio to 3.7

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-15 02:41:25 +02:00
Sebastian Kemper
b695c1150a collectd: include nls.mk for mysql plugin
libmariadb 10.2 needs to be linked in together with iconv.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-13 22:46:48 +02:00
Sebastian Kemper
5dd920e0e0 mariadb: use nls.mk for consistent iconv handling
@jow- mentioned that depending on libiconv-full on uClibc is not the way
to do it. Instead nls.mk needs to be included and then the correct iconv
lib wil be used as per CONFIG_BUILD_NLS.

Update mariadb Makefile to address this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-12 23:39:56 +02:00
Rosen Penev
4e98ac0c8b
gptfdisk: Update to 1.0.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 18:13:39 -07:00
Hannu Nyman
a7ec2bf32b
Merge pull request #6418 from micmac1/mariadb-uclibc
mariadb: fix uclibc builds
2018-07-08 13:38:30 +03:00
Sebastian Kemper
5702078dd0 mariadb: fix uClibc builds
mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc
does not. So for uclibc builds a depend on libiconv-full is required.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:59:18 +02:00
Sebastian Kemper
f727222221 mariadb: fix CPPFLAGS handling
The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a
workaround.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-07-08 09:54:35 +02:00
Marc Benoit
b33ec70c95 utils/collectd: run with low priority
Even on a powerful platform a collectd process'
activities are sometimes affecting throoughput and
latency. This is a backgroud process, that should not
be running with default priority.
Even if it is a little deplayed, that is not a worry in
this case. The routing should be the main priority,
stats collection can wait a bit.

Tested on Netgear R7800
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
Make niceness more moderate, bump version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-07-08 10:14:35 +03:00
Hannu Nyman
831142a79e
Merge pull request #6313 from neheb/sispmctl
sispmctl: Update to 4.0
2018-07-07 20:32:11 +03:00
Hannu Nyman
fcdcc32879
Merge pull request #6270 from neheb/patch-24
yunbridge: Swich to 1.6.0
2018-07-07 20:28:14 +03:00
Rosen Penev
2a141f0052 sispmctl: Update to 4.0
Switched from git to tarball. There seems to be no activity since release
4.0.

Removed unneeded patches.

Added a library package since it seems to be required now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-07 10:27:24 -07:00
Hannu Nyman
f42a51aeee
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
sysstat: bump to 11.6.4
2018-07-07 20:22:57 +03:00
Hannu Nyman
25aee63d23
Merge pull request #6221 from neheb/patch-5
zsh: Update to 5.5.1
2018-07-07 20:21:08 +03:00
Hannu Nyman
5bbbc36b3b
Merge pull request #6216 from neheb/patch-7
acpid: Update to 2.0.29
2018-07-07 20:20:27 +03:00
Hannu Nyman
dd76c9c14a
Merge pull request #6245 from neheb/patch-9
hdparm: Update to 9.56
2018-07-06 23:38:26 +03:00
Yousong Zhou
b9cfb7f3c6 i2c-tools: fix stale PKG_SOURCE_URL
Fixes openwrt/packages#5075

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-05 17:06:01 +08:00
Daniel F. Dickinson
d93d21a0b8 gnupg: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:54:49 -04:00
Daniel F. Dickinson
d35e0eafd6 findutils: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-07-04 23:53:23 -04:00
Hannu Nyman
f84ac71bc5
Merge pull request #6301 from micmac1/mariadb-up-102
mariadb: bump to 10.2 release series
2018-07-03 19:28:49 +03:00
Hannu Nyman
3ab201cc0c
Merge pull request #6309 from diizzyy/patch-2
tmux: Add path to global conf file
2018-07-03 19:22:43 +03:00
Felix Fietkau
3b45e95542 vim: disable darwin support
Fixes build on Mac OS X hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-07-02 17:00:44 +02:00
Yousong Zhou
d03e32c513 treewide: fix missing/wrong MIRROR_HASH for sources from github
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value.  The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-02 10:40:47 +08:00
Hannu Nyman
28d488f70c
Merge pull request #6368 from neheb/patch-15
unrar: Update to 5.6.5
2018-07-01 19:49:46 +03:00
Hannu Nyman
9e5d0b54c1
Merge pull request #6276 from diizzyy/utils-dbus
dbus: Update to 1.12.8
2018-07-01 19:45:45 +03:00
Sebastian Kemper
272974aecf gammu: update lazy depend
libmariadbclient is now libmariadb. Update gammu depend to reflect that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-30 10:15:43 +02:00
Hannu Nyman
b5b604f95a
Merge pull request #6366 from neheb/patch-14
gnupg: Update to 1.4.23
2018-06-29 18:11:48 +03:00
David Woodhouse
6a6a1e9e32 rtl-sdr: fix build when GCC decides not to emit inlines
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-29 14:29:53 +00:00
champtar
35690dd4ff
Merge pull request #6356 from aparcar/prom-0.16
prometheus-node-exporter-lua: adapt 0.16 metrics
2018-06-29 08:48:43 +02:00
Sebastian Kemper
94f88d3d83 mariadb: convert init script to procd
Also create a user "mariadb" and use it for running the server. And
add possibility to easily add command line args.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:31:42 +02:00
Sebastian Kemper
f8368276fe mariadb: add convenience symlinks
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:28:23 +02:00
Sebastian Kemper
cbc2353733 mariadb: fix mysql_config
Correct the socket info in mysql_config.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:26:56 +02:00
Sebastian Kemper
4d6829f0a3 mariadb: add plugins
- ha_sequence: formerly builtin, now a plugin
- ha_sphinx: formerly disabled
- ha_example: was missing in the eval lines

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:25:18 +02:00
Sebastian Kemper
c903332493 mariadb: bump to 10.2.x release
Bump to 10.2.x release series which has support for OpenSSL 1.1.x.

- libmariadbclient was replaced by libmaria
- libmaria uses LGPL, hence license info updated
- upstream disabled xtradb engine, innodb is now default (cannot be
  built as plugin anymore)
- complex charsets are now all included (size increase), as otherwise
  compile fails
- patches adapted/refreshed

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-06-28 21:22:37 +02:00
Rosen Penev
0870b14970 unrar: Update to 5.6.5
Fixes a few CVEs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-28 10:38:58 -07:00
Paul Spooren
de9f3656c7 prometheus-node-exporter-lua: adapt 0.16 metrics
Prometheus introduced some new conventions on how to name metrics.
Read here https://prometheus.io/docs/practices/naming/

This PR breaks compatibility with past versions, just like the officials
node exporter! 💥

Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-06-28 23:53:12 +09:00
Luiz Angelo Daros de Luca
e5d3422df7 hplip: import from oldpackage and update to 3.18.6
hplip was split into subpackages:

* hplip-common: generic files
* hplip-sane:   sane backend
  - patched to remove cups deps used only for network scanners
* hplip-cups:   cups driver (currently disabled)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-06-28 02:09:50 -03:00
Luiz Angelo Daros de Luca
c4a25df0c6 sane-backends: fix libusb dependency
libusb-compat was still required by package but sane was already
builing and linking libusb-1.0. It was working because libusb-compat
requires libusb-1.0.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-06-28 00:36:54 -03:00
Rosen Penev
36f9f95d6a
gnupg: Update to 1.4.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-26 15:46:43 -07:00
David Woodhouse
d8521b50a6 domoticz: update to 4.9700 stable release, enable Python, fix compression
The files in ozwcp/ shouldn't be compressed as there's no gzip handling
for those.

Also enable Python support — since it can dynamically link with
libpython optionally, it's harmless to enable it. Those who want Python
plugins can use it. I still want lua-based hardware plugins though.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-25 16:56:28 +01:00
champtar
c8c1841abf
Merge pull request #6306 from aparcar/fancy_release
prometheus-node-exporter-lua: handle fancy release
2018-06-21 13:28:15 +02:00
Mathew McBride
fd6fd08eee qemu: package qemu-nbd
qemu-nbd is used to 'mount' images to /dev/nbdX block devices, for
example, to manipulate a qcow2 image as a disk device

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2018-06-19 10:39:02 +08:00
Mathew McBride
b3c428cc23 qemu: package qemu-img
qemu-img is used for converting between different VM image types,
such as qcow2 to raw and vice versa.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
2018-06-19 10:39:02 +08:00
Alif M. Ahmad
eac2e12a6b gptfdisk: add a new package
gptfdisk is a gpt-aware disk partitioning tool. It can be used to
convert mbr partitioned disk to gpt and vice versa.

It supports reading GPT, MBR, and BSD disklabels.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2018-06-18 21:52:23 +02:00
Daniel Engberg
04bfcfd248
tmux: Add path to global conf file
Add path to global conf file so sysupgrade picks it up.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-06-17 22:31:35 +02:00
Jianhui Zhao
9b85c179ac rtty: Update to 5.1.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-18 00:42:55 +08:00
Hannu Nyman
2d022c6115
Merge pull request #5681 from neheb/sispmctl
sispmctl: Change URL to HTTPS
2018-06-17 12:47:43 +03:00
Paul Spooren
fc44f87dc5 prometheus-node-exporter-lua: handle fancy release
Some releases may have non letters in it's name currently resulting in
an empty ("") output which is then discarded, resulting in *missing*
labels in the metric.

Now it uses `.-` to catch as little as possible, but anything.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-06-17 17:07:36 +09:00
Jeremiah McConnell
eebe024835 lvm2: use explicit run/lock dir defaults
The configure scripts for lvm2 guess defaults for run/lock based on if
/run exists on the build host.  Use explicit values for the defaults
for consistency across build hosts.

Signed-off-by: Jeremiah McConnell <miah@miah.com>
2018-06-15 17:34:50 -06:00
Daniel Golle
19c8c318be
Merge pull request #6244 from neheb/patch-8
opensc: Update to 0.18.0
2018-06-15 16:01:22 +02:00
Rosen Penev
bb351c9398 cryptsetup: Update to 2.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-14 20:54:40 -07:00
Daniel Golle
12248547c9
Merge pull request #6254 from neheb/patch-15
gawk: Update to 4.2.1
2018-06-14 23:15:03 +02:00
Jianhui Zhao
5d2751ab7a rtty: Update to 5.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-06-14 16:50:56 +08:00