Hannu Nyman
ed7676d40c
Merge pull request #7358 from neheb/yara
...
yara: Fix compile without deprecated OpenSSL APIs
2018-12-10 21:09:54 +02:00
Luiz Angelo Daros de Luca
0bb89bfe38
hplip: update to 3.18.12
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-12-09 22:59:29 -02:00
Ted Hess
37ca20a06c
Merge pull request #7623 from jefferyto/slide-switch-0.9.3
...
slide-switch: update to latest version
2018-12-09 16:39:10 -05:00
Rosen Penev
17eda29ea6
btrfs-progs: Update to 4.19.1
...
Removed upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-09 13:14:33 -08:00
Jeffery To
00d67b05c4
slide-switch: update to latest version
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-12-10 04:02:31 +08:00
Michael Heimpold
84100190cf
mmc-utils: update to latest git revision
...
This also includes a fix for the trimming function and thus fixes #7306 .
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-12-09 16:26:52 +01:00
Thorsten Glaser
fe2e874ddc
jupp: new package
...
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2018-12-03 16:16:44 +00:00
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