Commit graph

2641 commits

Author SHA1 Message Date
Rosen Penev
e4d1fb27c6
cryptsetup: add NLS support
Needed for uClibc-ng.

Added InstallDev section. Because why not.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-14 16:18:41 -07:00
Rosen Penev
da288e1f28
Merge pull request #11475 from neheb/hfewfh
smartmontools: convert init script to procd
2020-03-14 16:05:37 -07:00
Hannu Nyman
d730fd501a
Merge pull request #11569 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.8 and updated relevant dependencies
2020-03-14 19:05:27 +02:00
Gerard Ryan
90ef59eab7 runc: Updated to 1.0.0-rc10 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 17:38:42 +10:00
Gerard Ryan
902d9d73b0 libnetwork: Updated to 9fd385be for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 17:38:29 +10:00
Gerard Ryan
c4eade6145 containerd: Updated to v1.2.13 for docker 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 15:55:41 +10:00
Gerard Ryan
67fb6eed76 docker-ce: Updated to 19.03.8
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-03-14 15:55:29 +10:00
Karel Kočí
1ef38f45d9
haveged: move init script from 13 to 01
This is intended as a match with standard urngd. They serve same purpose
and urngd starts as first with 00. Starting haveged later can create
issues if you replace urngd with it. The example problem is if
uci-defaults script decides to generate certificate. Haveged can supply
entropy but it is started later and to mitigate this urngd would still
have to be installed. This means that haveget can't serve as replacement
without moving it to match start order of urngd.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-03-11 11:23:16 +01:00
Russell Senior
d56990cc03 sed: disable acl
If libacl is built, gnu sed finds it during configuration and enables support
linking in libacl. This results in build failures due to the missing dependency.
Consequently, use CONFIGURE_ARGS to disable acl support.

Reported-by: Rosen Penev rosenp@gmail.com
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-03-09 17:52:23 -07:00
Rosen Penev
9d46a814d5
sispmctl: update to 4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 14:39:08 -07:00
Rosen Penev
d385bbe752
acpid: convert to procd
acpid has no option -x, so removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 14:10:43 -07:00
Karel Kočí
3e2995aff2
btrfs-progs: fix check for btrfs in btrfs scan
The previous implementation always succeeded so no scan was performed.
This now fixes that and it correctly scans for BTRFS  devices if BTRFS
support is in kernel.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-03-09 15:19:36 +01:00
Daniel Golle
9a51acc81f
Merge pull request #11509 from neheb/lvm
lvm2: update to 2.03.08
2020-03-05 23:47:24 +01:00
Daniel Golle
3dcb66ea43
Merge pull request #11508 from neheb/crypt
cryptsetup: update to 2.3.0
2020-03-05 23:46:36 +01:00
Jeffery To
fa3189b65f shinit: Remove package
The original patch[1] this package was based on has been merged into
OpenWrt master, making this package unnecessary.

[1]: https://patchwork.ozlabs.org/patch/1094493/

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-05 15:27:21 +08:00
Rosen Penev
78360ebdda
lvm2: update to 2.03.08
Add PKG_BUILD_PARALLEL for faster compilation.

Replace '  ' with TAB for consistency between packages.

Refresh patches and remove outdated ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 20:21:30 -08:00
Rosen Penev
9758497e74
cryptsetup: update to 2.3.0
Use PKG_INSTALL for consistency between packages.

Add PKG_BUILD_PARALLEL for faster compilation.

Fix wrong locking path. First discovered here:
https://forum.openwrt.org/t/cannot-setup-dm-crypt/56836

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-04 19:30:52 -08:00
Rosen Penev
e12d4ce068
Merge pull request #11491 from RussellSenior/add-gnu-sed
sed: add Gnu sed
2020-03-04 15:31:07 -08:00
Rosen Penev
44976306ec
Merge pull request #11453 from neheb/gptk
gptfdisk: update to 1.0.5
2020-03-04 15:16:46 -08:00
Marc Benoit
b6078559cd irqbalance: support reload_config & start later
Added support for reload_config

This service does not need to start so early (even
before the netwrok is up). Start it after
the device is mostly up and operational.

Compile-tested on: ipq806x
Runtime-tested on: ipq806x

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-03-03 07:58:27 -05:00
Russell Senior
66f1b5958a sed: add Gnu sed
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-03-02 23:40:40 -08:00
Rosen Penev
26b32aceee
smartmontools: convert init script to procd
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-01 16:31:08 -08:00
Marc Benoit
6f6877460a syncthing: enable via config, lower priority, cleanup
Added the ability to enable/disable via a config file;
the default is enabled for backwards compatibility.

This is an additional service, so running it the
same priority as dnsmasq, etc does not make sense.

Added USE_PROCD=1

"done" starts at "START=95", so this should start earlier

Added STOP=10 to stop syncthing early

Compile-tested on: ipq806x, ipq40xx
Runtime-tested on: ipq806x, ipq40xx

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-03-01 18:53:27 -05:00
Jianhui Zhao
c0a1b1020c rtty: update to 7.1.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-03-01 15:05:46 +08:00
Marc Benoit
b7a99b2334 irqbalance: add support of interval and banirq
Added the ability to change sampling interval
and provide a list of IRQ's to ignore
via /etc/config/irqbalance

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-02-29 09:39:13 -05:00
Hannu Nyman
2125943b86
Merge pull request #11430 from fantom-x/irqbalance-upgrade
irqbalance: upgrade to 1.6.0
2020-02-29 15:43:52 +02:00
Marc Benoit
bdcb872a40 irqbalance: upgrade to 1.6.0
Upgraded from 1.2.0 to 1.6.0 to pick up
all the latest fixes and improvements

irqbalance made glib2 mandatory since 1.3.0, but is
using very little of it. glib2 linked statically
to minimize the impact.

1.2.0 size: 33,619
1.6.0 size: 99,539

~# irqbalance --version
	irqbalance version 1.6.0

~# ldd /usr/sbin/irqbalance
	/lib/ld-musl-armhf.so.1 (0xb6f5f000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000)
	libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000)

~# opkg info irqbalance
	Package: irqbalance
	Version: 1.6.0-6
	Depends: libc
	Status: install user installed
	Architecture: arm_cortex-a7_neon-vfpv4
	Installed-Time: 1582839249

Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300
Run-tested:     ipq806x/R7800 & ipq40xx/GL-B1300

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-02-29 07:20:47 -05:00
Rosen Penev
6a9a0e2d44
gptfdisk: update to 1.0.5
Removed upstreamed patches. Refresh remaining one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 17:00:49 -08:00
Rosen Penev
355d8b1388
idevicerestore: update to 2020-02-17
Fix compilation under glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 16:59:53 -08:00
Texot Qi
519ed43b30 containerd: fix incomplete cleanup in Build/InstallDev
Currently it only cleans up binaries when executing
Build/InstallDev without deleting .built stamp file.

This leads to wrong information about existence of
built runc binaries and causes error when executing
package/containerd/install twice.

Signed-off-by: Texot Qi <tete1030@gmail.com>
2020-02-27 10:25:26 +08:00
Texot Qi
bffa542f7a runc: fix incomplete cleanup in Build/InstallDev
Currently it only cleans up binaries when executing
Build/InstallDev without deleting .built stamp file.

This leads to wrong information about existence of
built runc binaries and causes error when executing
package/runc/install twice.

Signed-off-by: Texot Qi <tete1030@gmail.com>
2020-02-27 10:23:33 +08:00
Florian Eckert
670e27aac2
Merge pull request #11428 from TDT-AG/pr/20200224-btrfs
btrfs-progs: add kmod btrfs dependency
2020-02-26 12:07:51 +01:00
Florian Eckert
a4740c27ca btrfs-progs: add kmod btrfs dependency
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-26 10:13:54 +01:00
Rosen Penev
466c433af1
Merge pull request #11335 from neheb/dump
dump1090: update to 3.8.0
2020-02-24 16:17:25 -08:00
Rosen Penev
825cbc9f15
Merge pull request #11350 from Cynerd/bigclown-utils-update
Bigclown utils update
2020-02-23 14:18:47 -08:00
Rosen Penev
b4e86d3caf
Merge pull request #11397 from neheb/mpc
ncdu: update to 1.14.2
2020-02-23 14:17:21 -08:00
Hannu Nyman
c1201a999b infozip: remove package (earlier name: zip)
Infozip (earlier name "zip") has 12 year old source code that
would require work to make the binary actually work.

> root@router1:/# zip
> zip error: Not supported (uzoff_t not same size as zoff_t)

The package was rename from zip to infozip a few weeks ago
due to buildbot's relutance to compile zip in master and 19.07
ever since host zip was added as a build tool.

Reference to #10985 and #11089 as well as
ad8c2d6099

But as the binary does not work, lets remove the package to
avoid confusion for the end-users.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-23 06:12:08 +02:00
Rosen Penev
f2b8f99688
ncdu: update to 1.14.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 17:20:16 -08:00
Karel Kočí
a7668c583b
bigclown: use pypi.mk
Convert bigclown packages to use pypi.mk and pypi in general instead of
github.

This allows us to remove version replacement as that is already done in
pypi archive.

Updated dependencies to also contain proxy dependencies that are listed
in upstream.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-02-20 15:39:50 +01:00
Karel Kočí
d89b9a10ad
bigclown-mqtt2influxdb: update to version 1.3.0
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-02-20 12:24:42 +01:00
Karel Kočí
199bd9ec99
bigclown-firmware-tool: update to version 1.5.1
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-02-20 12:24:40 +01:00
DENG Qingfang
6be6e9c7e3 coreutils: fix #11389 build failure
Fix compilation error due to multiple definition

x86_64-openwrt-linux-musl/bin/ld: lib/libcoreutils.a(strtold.o):(.data+0x0):
multiple definition of `minus_zero'; lib/libcoreutils.a(strtod.o):(.data+0x0):
first defined here
collect2: error: ld returned 1 exit status

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-20 17:23:22 +08:00
Rosen Penev
92d8e11b86
Merge pull request #11388 from neheb/fish
fish: update to 3.1.0
2020-02-19 18:14:32 -08:00
Rosen Penev
9af5e77781
Merge pull request #11327 from neheb/ab
screen: update to 4.8.0
2020-02-19 17:45:06 -08:00
Rosen Penev
bee0bfe862
fish: update to 3.1.0
Remove upstreamed patches.

Added missing libatomic dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 17:22:51 -08:00
Rosen Penev
28d84d3249
Merge pull request #11382 from dengqf6/coreutils
coreutils: update to 8.31
2020-02-18 14:51:39 -08:00
Michael Heimpold
85bdb3f281 mmc-utils: add patch for cache size scaling
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-18 22:30:03 +01:00
DENG Qingfang
7b59b783f0 coreutils: update to 8.31
Update coreutils to 8.31

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-18 23:46:31 +08:00
Jeffery To
847d9f18cc byobu: Update to 5.133
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-02-18 17:30:41 +08:00
Rosen Penev
10f9507b00
Merge pull request #11338 from neheb/cr
crelay: update to 0.14
2020-02-17 16:30:04 -08:00
Rosen Penev
3dab68ab60
Merge pull request #11362 from BKPepe/nnn
nnn: update to version 3.0
2020-02-17 12:48:07 -08:00
Josef Schlehofer
2078a7707b
nnn: update to version 3.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-17 13:51:06 +01:00
Rosen Penev
17891292d4
Merge pull request #11341 from neheb/abaskat3ra
grep: update to 3.4
2020-02-17 04:05:49 -08:00
Rosen Penev
9b51c8c786
Merge pull request #11349 from neheb/qw2
unrar: update to 5.9.1
2020-02-15 19:46:57 -08:00
Rosen Penev
5dfc345b24
Merge pull request #11308 from BKPepe/sshpass
sshpass: add new package
2020-02-15 19:46:32 -08:00
Michal Hrušecký
18ccf174d6
sshpass: add new package
Signed-off-by: Michal Hrušecký <michal.hrusecky@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-15 13:45:30 +01:00
Rosen Penev
465db0c18c
unrar: update to 5.9.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 20:41:14 -08:00
Rosen Penev
90e5185ec1
grep: update to 3.4
Fix license information.

Install e/fgrep symlinks as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 16:09:15 -08:00
Rosen Penev
0202fb4ee1
crelay: update to 0.14
Fix license information.

Small cleanup.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:40:09 -08:00
Hannu Nyman
8cd7528cb0
Merge pull request #11306 from adrianschmutzler/brcm
collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
2020-02-14 15:53:16 +02:00
Rosen Penev
8126c362cf dump1090: update to 3.8.0
Fixed wrong URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 21:25:02 -08:00
Jianhui Zhao
a0159dc983 rtty: clean the source code
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-14 08:28:44 +08:00
Rosen Penev
318d2dd74b
screen: update to 4.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:52:44 -08:00
Adrian Schmutzler
22d7aa0bf4 collectd: apply brcm2708 target rename to bcm27xx to dependencies
Since the brcm2708 target has been renamed to bcm27xx in openwrt
repo, update the dependency to the target in this package.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-11 14:02:57 +01:00
Rosen Penev
43fd047652
Merge pull request #11301 from zhaojh329/rtty
rtty: update to 7.1.1
2020-02-10 22:37:26 -08:00
Jianhui Zhao
155b81547f rtty: update to 7.1.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-11 14:01:41 +08:00
Shuanglei Tao
5fc7f40d5b ttyd: update to 1.6.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2020-02-11 11:16:17 +08:00
Rosen Penev
897414cf56
Merge pull request #11235 from neheb/rhgr
ttyd: fix compilation without deprecated OpenSSL APIs
2020-02-08 16:48:27 -08:00
Rosen Penev
426dd60a4d ttyd: fix compilation without deprecated OpenSSL APIs
Removed CMAKE_INSTALL as there's no need for InstallDev.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-08 16:49:29 -08:00
Stijn Tintel
7d7e654643 Merge pull request #11280 from BKPepe/nnn
nnn: update to version 2.9
2020-02-09 00:33:05 +01:00
Stijn Tintel
e8249030db
Merge pull request #11271 from aparcar/prom2.15.2
prometheus: bump to 2.15.2
2020-02-09 00:31:42 +01:00
Hannu Nyman
7bc96280d3 nano: update to 4.8
Update nano editor to version 4.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-08 11:24:35 +02:00
Josef Schlehofer
d511e2d863
nnn: update to version 2.9
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-08 09:33:18 +01:00
Rosen Penev
7ae3bac516
usbmuxd: enable systemd support
This is needed as the options loop is totally broken and doesn't accept
both -f and -z together.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-07 19:49:55 -08:00
Rosen Penev
fc79b1bce5
Merge pull request #11102 from neheb/sys
sysstat: update to 2.2.1
2020-02-07 18:50:13 -08:00
Rosen Penev
752241eb8b
Merge pull request #11272 from aparcar/syncthing1.3.4
syncthing: bump to 1.3.4
2020-02-07 15:55:39 -08:00
Paul Spooren
87afddea5a prometheus: bump to 2.15.2
Also remove fsnotify patch as compiling without it worked for mipsel64le

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-02-07 10:53:19 -10:00
Paul Spooren
7c1d6571ca syncthing: bump to 1.3.4
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-02-07 10:51:36 -10:00
Jianhui Zhao
2260824a79 rtty: update to 7.1.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-07 16:02:23 +08:00
Rosen Penev
23e019a37b
canutils: update to 2020.02.04
Removed upstream patch.

Alphabetized tools and added jcat tool.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-06 12:41:06 -08:00
Rosen Penev
a83e56eba3
usbmuxd: Update to 2020-01-20
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-06 12:38:39 -08:00
Rosen Penev
905c7c62fb
idevicerestore: Update to 2019-12-26
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-06 12:38:39 -08:00
Yousong Zhou
bdac2c8289 qemu: enable guest_agent no matter whether softmmu is enabled
Fixes: openwrt/packages#11067

Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-02-07 03:12:54 +08:00
Jeffery To
89d3f0ab54 golang: Reorganize GoPackage/Environment and Makefile variables
* Move more environment variables into GoPackage/Environment
* Split GoPackage/Environment into target and build sections
* Do not set GOROOT_FINAL for Go packages (setting it should only affect
  the Go compiler and not Go packages)
* Set CGO_LDFLAGS to $(TARGET_LDFLAGS)
* Move GO_TARGET_* variables from golang-values.mk, and GO_VERSION_*
  variables from golang-version.mk, into golang/Makefile

This also updates runc, containerd, and docker-ce to reflect the changes
in GoPackage/Environment.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-02-05 14:19:34 +08:00
Sebastian Kemper
9f5fb8034c mariadb: follow up on CVE-2020-7221
Today CVE-2020-7221 was publicly discussed on oss-sec [1]. MariaDB
upstream had not mentioned this CVE in their last release notes. The CVE
is related to auth-pam and the possibility of a local mariadb to root
user exploit in the mysql_install_db script.

Upstream has made amendments to the script, but according to the oss-sec
posts the folder permissions were not updated as they should have been.

In OpenWrt the script mysql_install_db is actually patched to never run
the commands in question. This has been this way since MariaDB 10.4 was
made available.

Still, the directory permissions set by the postinstall script are too
lax. To quote the discoverer of the issue, Matthias Gerstner from Suse,
they exhibit "the dangerous situation of a setuid-root binary residing
in a directory owned by an unprivileged user".

This commit fixes this by changing the permissions to the following:

root:mariadb  0750 /usr/lib/mariadb/plugin/auth_pam_tool_dir

This way the setuid-root binary is only available to root and the
mariadb user, while at the same time the mariadb user has no ownership
of the directory.

[1] https://seclists.org/oss-sec/2020/q1/55

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-02-04 20:14:09 +01:00
Etienne Champetier
fe07764e59
Merge pull request #11221 from blocktrron/prom-hostapd
prometheus-node-exporter-lua: add hostapd exporter
2020-02-03 23:26:26 -05:00
Rosen Penev
4cc2633823
Merge pull request #11189 from neheb/shad
shadow: update to 4.8.1
2020-02-03 14:13:18 -08:00
David Bauer
af8f8f8046 prometheus-node-exporter-lua: add hostapd exporter
This exporter exposes information of the connected stations acquired
from hostapd. These contain additional information compared to the
existing station exporter, however they require a full build of hostapd
/ wpad.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-03 15:42:35 +01:00
Luiz Angelo Daros de Luca
0a85579e45 sane-backends: update to 1.0.29
- Migrate libusb dependency back to libsane
  (virtually all useful backends for OpenWrt would need it anyway)
- Disabled new usb-record-replay feature (avoid libxml2 dep)
- Disabled new escl backend (network-only backend are not too useful
  for OpenWrt and it requires libcurl, libnetsnmp, libavahi and libxml2)
- Workaround sane-daemon/postinst installation on Imagebuild
- Enabled backends kvs40xx and mustek_usb2 (fixed upstream)
- Fix bigendian compilation
  (https://gitlab.com/sane-project/backends/-/merge_requests/329)
- Fix missing std::round() for uclibc
  (https://gitlab.com/sane-project/backends/issues/237)
- Fixes FS#2685: coldplug was running before usblp was loaded. Now
  it grants access do usblp when a device using it is plugged.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-02-03 02:24:08 -03:00
Rosen Penev
87e5ded04c
shadow: update to 4.8.1
Fixed license information.

Removed patch requiring autoreconf and replaced with a configure variable.

Removed faulty patch that broke systems without a disabled crypt size hack.
Replaced with using a SED command as well as bcrypt, which works in musl.

Removed su patch and converted it to a SED command in the Makefile.

Added new shadow utilities.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-02 13:07:52 -08:00
Hannu Nyman
07cef285bf zip: rename package to infozip to avoid name collision with tools
Rename "zip" to "infozip" to avoid name collision, as the same
zip package has been introduces to the build tools as zip.
Buildbot does not like that.

Reference to #10985 and #11089 as well as
ad8c2d6099

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-01 10:23:16 +02:00
Jianhui Zhao
34e19dbb6f rtty: update to 7.0.1
Drop the depend of libuwsc

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-01-31 16:31:09 +08:00
Sebastian Kemper
4de12edd85 mariadb: security bump to 10.4.12
Fixes CVE-2020-2574.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-01-30 21:25:06 +01:00
Rosen Penev
3aa009478a
prometheus-node-exporter-lua: fixed small warning
This happens during compilation:

Enabling network
./etc/init.d/prometheus-node-exporter-lua: line 7: /lib/functions/network.sh: No such file or directory

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-27 18:55:31 -08:00
Rosen Penev
53a7735233
vim: install vimdiff symlink for vim-fuller
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-27 18:23:48 -08:00
Lucian Cristian
d3e497bae6 pciutils: update to 3.6.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-01-27 22:19:46 +02:00
Rosen Penev
c3b4dd833f
Merge pull request #11082 from neheb/lcdp
lcdproc: add serdisplib dependency
2020-01-25 15:19:52 -08:00
Rosen Penev
77f41efb45
Merge pull request #10425 from luizluca/sane-nonroot
sane-backends: run (xinetd) saned as non-root
2020-01-24 23:47:27 -08:00
Rosen Penev
9c1ed1eee2
Merge pull request #11089 from neheb/zip
zip: remove host build
2020-01-23 15:39:04 -08:00
Rosen Penev
a1a91bde95
sysstat: update to 2.2.1
Fixes CVE-2019-16167.

Fixed CPE_ID.

Added PKG_LICENSE_FILES.

Added PKG_BUILD_PARALLEL for faster compilation.

Added nls capability.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-22 20:53:47 -08:00