Commit graph

3111 commits

Author SHA1 Message Date
Rosen Penev
ad283f4786 semobule-utils: fix wrong dependency
policycoreutils was reworked in master.

Added PKG_BUILD_PARALLEL for faster compilation.

Reorganized some stuff for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-27 13:23:26 +01:00
Javier Marcet
361b82c87e docker-compose: Update to version 1.27.4
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-09-25 09:52:47 +02:00
Rosen Penev
ceafafc2cb
Merge pull request #13449 from neheb/gpsd
gpsd: update to 3.21
2020-09-24 21:28:29 -07:00
Marek Behún
70f53c2bfa coreutils: fix compilation for when selinux is present
According to https://bugs.gentoo.org/301782 coreutils does not respect
--without-selinux correctly when libselinux.so is present on the target
system (in the staging dir).

This solves a weird issue of some coreutils programs not building (for
example stdbuf), because the configure script uses -Werror to determine
whether __attribute__((constructor)) is respected, but -Werror causes
compilation to fail because of a warning about redefinition of
HAVE_SELINUX_SELINUX_H macro.

Signed-off-by: Marek Behún <kabel@blackhole.sk>
2020-09-25 05:27:12 +02:00
Gerard Ryan
a1429ebd1b docker-ce: Updated to 19.03.13
* Added optional kernel option to better enable cgroup networking

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-09-24 18:20:24 +10:00
Gerard Ryan
7df22a1f0a containerd: Updated to 1.3.7
* libseccomp seems to be a requirement for compilation now

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-09-24 18:20:24 +10:00
Rosen Penev
d916233928
gpsd: update to 3.21
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-23 18:18:36 -07:00
Marek Behún
4a9e047de6 ctop: fix install phase
Fix install phase for this package: use variable GO_PKG_BUILD_BIN_DIR
instead of GO_PKG_BUILD_DIR.

Signed-off-by: Marek Behún <kabel@blackhole.sk>
2020-09-24 03:12:45 +02:00
Rosen Penev
92be53fa31
Merge pull request #13472 from RussellSenior/add-stm32flash-support-for-stm32g431
stm32flash: add support for STM32G431xx
2020-09-23 15:01:16 -07:00
Russell Senior
43828f5f91 stm32flash: add support for STM32G431xx
Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-09-23 01:48:02 -07:00
Paul Spooren
3f00d28adf tmux: add runtime test
Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-22 07:42:45 -10:00
Josef Schlehofer
c774203060
Merge pull request #13378 from micmac1/maria-faker
mariadb: use fakeroot instead of postinst script
2020-09-22 15:46:44 +02:00
Rosen Penev
5052adfa15
Merge pull request #13446 from neheb/owfsd
owfs: update to 3.2p4
2020-09-20 17:19:54 -07:00
Rosen Penev
67830e8077
Merge pull request #13448 from neheb/spi
spi-tools: update to 0.8.5
2020-09-20 16:42:56 -07:00
Rosen Penev
cb1ea5bdc7
spi-tools: update to 0.8.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:29:22 -07:00
Rosen Penev
e79f616fbc
sispmctl: update to 4.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:25:18 -07:00
Rosen Penev
4beb1ca01a
owfs: update to 3.2p4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 16:24:21 -07:00
Rosen Penev
d539df716e
Merge pull request #13429 from aparcar/vim-runtime
vim: add runtime test
2020-09-18 21:44:04 -07:00
Paul Spooren
edb8bda1f7 vim: add runtime test
Run test script to see if compiled binary prints sane output.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-18 13:18:06 -10:00
Rosen Penev
d9ccbbbc1b
Merge pull request #13349 from olek2/coremark
coremark: add various optimization options
2020-09-18 02:52:19 -07:00
Rosen Penev
adfb2691d3
Merge pull request #13337 from jmarcet/docker-compose-update
docker-compose: Update to version 1.27.3
2020-09-18 02:51:38 -07:00
Paul Spooren
ab30ab04c0 syncthing: simplify runtime test
Passed argument no longer contains the release.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 22:19:49 -10:00
Paul Spooren
bc57c8d0ec prometheus: simplify runtime test
Passed argument no longer contains the release.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 22:19:49 -10:00
Paul Spooren
64cf9fb779 prometheus: add runtime test
Run trivial check if the compiled binary works on the architecture. Do
so by comparing the printed version by the binary with the Makefile
version. The release is OpenWrt specific, so cut it off.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-17 09:48:23 -10:00
Javier Marcet
f2966a1ae1 docker-compose: Update to version 1.27.3
Signed-off-by: Javier Marcet <javier@marcet.info>
2020-09-17 21:18:48 +02:00
Sebastian Kemper
14f90f72f8 mariadb: use fakeroot instead of postinst script
fakeroot support was recently added to OpenWrt. Let's make use of it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-09-17 19:24:09 +02:00
Paul Spooren
0cc2a8dde3 syncthing: add runtime test
Run trivial check if the compiled binary works on the architecture.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-16 10:40:16 -10:00
Paul Spooren
69c8cb4129 prometheus: bump to 2.21.0
This release is built with Go 1.15, which deprecates X.509 CommonName
in TLS certificates validation.

In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
admin commands), please note that we will remove this experimental API in the
next minor release 2.22.

[CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client. #7588 #7701
[CHANGE] PromQL: query_log_file path is now relative to the config file. #7701
[CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. #6088
[CHANGE] Rules: Label rule_group_iterations metric with group name. #7823
[FEATURE] Eureka SD: New service discovery. #3369
[FEATURE] Hetzner SD: New service discovery. #7822
[FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices. #6838
[FEATURE] Scrape: Add per scrape-config targets limit. #7554
[ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m. #7713 #7833
[ENHANCEMENT] DNS SD: Add SRV record target and port meta labels. #7678
[ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. #7686
[ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. #7667
[ENHANCEMENT] Promtool: Add --time option to query instant command. #7829
[ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI. #7607
[ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. #7605
[ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. #7606
[BUGFIX] API: Deduplicate series in /api/v1/series. #7862
[BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. #7819
[BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. #7505
[BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests. #7916
[BUGFIX] Rules: Detect extra fields in rule files. #7767
[BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules. #7787
[BUGFIX] Rules: Keep evaluation timestamp across reloads. #7775
[BUGFIX] Scrape: Do not stop scrapes in progress during reload. #7752
[BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error. #7856
[BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion. #7772
[BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil. #7671
[BUGFIX] UI: Fix react UI bug with series going on and off. #7804
[BUGFIX] UI: Fix styling bug for target labels with special names in React UI. #7902
[BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM. #7810

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-14 11:03:21 -10:00
W. Michael Petullo
55d588c924 audit: fix dependency error when libev also selected
Auditd seems to build its own libev if the library is not already present;
otherwise it uses the system-installed library. This adds libev as a
dependency to ensure a consistent build.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-12 20:01:40 -05:00
Rosen Penev
8bc26ed598
xfsprogs: update to 5.8.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 17:41:03 -07:00
Rosen Penev
a5a921f62d
Merge pull request #13353 from G-M0N3Y-2503/cache-domains-dnsmasq-fix
cache-domains: Fixed upstream changes + wolfssl
2020-09-11 18:14:27 -07:00
W. Michael Petullo
2461940ac7 semodule-utils: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-11 14:50:24 -10:00
W. Michael Petullo
b4f70592a7 setools: new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-11 14:50:24 -10:00
Thomas Petazzoni
e697684d6f selinux-python: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[update to 3.1, make use of Python 3, and update dependencies]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-11 14:50:24 -10:00
Thomas Petazzoni
853cee6c77 audit: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[strip library after adding it to openwrt repository]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-09-11 14:50:24 -10:00
Paul Spooren
5882c3adc3 prometheus: set build info via x-flags
Similar to `syncthing` also `prometheus` build environment sets
variables later shown in the `--version` string. Set those varialbes.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-10 10:06:07 -10:00
Gerard Ryan
fc3967f397 cache-domains: Fixed upstream changes + wolfssl
* The upstream script changed to use `.hosts` files from `.conf` files,
so changes were required to make dnsmasq use the new file format.
* Added a default wolfssl variant.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-09-10 22:22:15 +10:00
Rosen Penev
c103101b78
Merge pull request #13344 from commodo/stress-ng
stress-ng: bump to version 0.11.20
2020-09-09 14:17:32 -07:00
Paul Spooren
84763c8480 syncthing: bump to 1.9.0
This release adds the advanced folder option caseSensitiveFS
(https://docs.syncthing.net/advanced/folder-caseSensitiveFS.html) to
disable the new safe handling of case insensitive filesystems.

Bugfixes:

    #1787: Case-only renames break stuff
    #5708: Properly handle upper-/lowercase-only file name collisions
    #6613: TestWatchRename test fails on FreeBSD.
    #6793: Error status should take precedence over Local Additions
    #6850: Global state incorrect when ignoring local change
    #6864: Folder incorrectly marked “Up to Date” after switching from “Receive Only” to “Send & Receive”
    #6867: Certificate error when built with Go 1.15
    #6886: chmod permission after editing .stignore via WebUI not preserved
    #6889: test failures with Go 1.15
    #6892: Syncthing 1.8.0 trying to connect via wrong network route
    #6898: tests in TestCopyRange fail on ppc64le with "inappropriate ioctl for device"
    #6908: NAT service fails to terminate during Shutdown
    #6910: Local Additions when deleting file after changing folder type from SR to RO
    #6922: Auto accepted folders not saved
    #6938: Modifying config during first scan corrupts folder state

Enhancements:

    #2739: Syncthing should be case insensitive by default
    #5579: Avoid anti-aliasing artifacts for svg device icons
    #6873: Don't fail dirs in receive-only folders that were removed elsewhere but exist locally

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-09 10:58:25 -10:00
Paul Spooren
0dfa53bfba syncthing: add specific USERID
Instead of randomly adding a UID this follows the Gentoo numbering and
uses 499.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-09 10:58:25 -10:00
Aleksander Jan Bajkowski
d8793bd5a8 coremark: add various optimization options
Changes:
- Pass compiler flags through PORT_CFLAGS (previously, it was always compiled with -O2 -lrt)
- Add option to override toolchain and use -O3
- Disable MIPS16 (highly decreases results)
- Enable LTO

Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2020-09-09 22:29:25 +02:00
Alexandru Ardelean
6736e77c82 stress-ng: bump to version 0.11.20
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-09-09 10:30:07 +03:00
Hannu Nyman
28747825df collectd: update to 5.12.0
Update collectd to version 5.12.0.

* Refresh patches
* Remove upstreamed patch 920-fix-ubi-data-source-type.patch
* Backport a patch from upstream to fix a missing define
  (920-backport-netlink-reg-noerror.patch)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-09-07 18:01:21 +03:00
Rosen Penev
253ca66efc
stress-ng: remove libaio and libbsd support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-06 15:23:32 -07:00
Paul Spooren
f712546f45 prometheus: bump to 2.20.1
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-09-05 20:31:16 -10:00
Rosen Penev
2edae1a235
Merge pull request #13288 from neheb/kmod
kmod: update to 27
2020-09-04 16:27:26 -07:00
Rosen Penev
b73a1440bb
Merge pull request #13287 from neheb/core
coreutils: switch to normal PKG_INSTALL
2020-09-04 16:26:39 -07:00
Rosen Penev
f830beb1b6
moreutils: update to 0.64
Remove upstreamed patch.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:55:23 -07:00
Rosen Penev
d69af229cc
kmod: update to 27
Remove outdated patch.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:51:37 -07:00
Rosen Penev
7bb2ba3450
coreutils: switch to normal PKG_INSTALL
Simplifies the Makefile.

Also removed pointless uClibc workaround that is not relevant anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-03 13:51:10 -07:00
Rosen Penev
8613651242
Merge pull request #13252 from adschm/ar71xx
lcd4linux: drop dependencies on ar71xx/rb532
2020-09-02 12:57:37 -07:00
Adrian Schmutzler
5f452f7c13 lcd4linux: drop dependencies on rb532
The rb532 target has finally been removed in master, so drop the
dependencies in this package.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-02 14:45:07 +02:00
Adrian Schmutzler
4932735ec0 lcd4linux: drop dependencies on ar71xx
The ar71xx target has finally been removed in master, so drop the
dependencies in this package.

Don't remove the patch for the TEW673GRU driver, as it may come
back with ath79.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-09-02 14:41:55 +02:00
Jan Pavlinec
2f1ecd2bec
checksec: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-09-01 11:45:32 +02:00
Rosen Penev
fba6bb9489
stress-ng: add
This is a replacement for the old stress utility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-31 00:20:47 -07:00
Rosen Penev
20e99c3803
Merge pull request #12778 from neheb/ap51
ap51-flash: run through shellcheck
2020-08-30 23:59:26 -07:00
Rosen Penev
aae33b2933
Merge pull request #13109 from neheb/lcd42
lcd4linux: fix samsung driver compilation
2020-08-29 14:18:00 -07:00
Steven Honson
2fe2bd9705 uhubctl: incorporate feedback from review
Signed-off-by: Steven Honson <steven@honson.id.au>
2020-08-29 13:33:40 +10:00
Steven Honson
04cf28a4ad uhubctl: new package
Description: uhubctl is a utility that allows you to control USB power
on USB hubs that implement per-port or ganged power switching.

Signed-off-by: Steven Honson <steven@honson.id.au>
2020-08-29 01:49:32 +10:00
Rosen Penev
ede20c7768
pcsc-tools: update to 1.5.7
Cleaned up Makefile for consistency between packages.

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:29:03 -07:00
Rosen Penev
3dd3e22735
fuse3: update to 3.9.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:29:03 -07:00
Hannu Nyman
3ce7595136 nano: update to 5.2
Update nano editor to version 5.2.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-25 23:03:55 +03:00
Hirokazu MORIKAWA
1aa025c690 swig: support node.js v12
Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)

Description:
Addressed the build failure with node.js version 12.

https://github.com/openwrt/packages/pull/12225

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-25 17:37:07 +09:00
Rosen Penev
f7a5d16a7f
Merge pull request #12788 from nwf/rng-tools-6.10
rng-tools: bump to 6.10, require libopenssl
2020-08-24 13:08:34 -07:00
kongfl888 K
642599e8c5 Coremark: update the compilation for 64bit
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
kongfl888 K
9b6e434036 Coremark: bump to ver 2020-05-28
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
Rosen Penev
1a8481bf15
klish: fixup sigignore support
Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not
seem to be enough.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-22 14:12:01 -07:00
Nathaniel Filardo
79f706b3ab rng-tools: bump to 6.10, require libopenssl
Upstream now requires libopenssl unconditionally

Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
2020-08-22 14:17:03 +01:00
Rosen Penev
8ad634258a
Merge pull request #13176 from neheb/sc
serialconsole: update to 1.0
2020-08-21 14:10:51 -07:00
Rosen Penev
a149cc99e2
Merge pull request #13173 from neheb/band
bandwidthd: don't build in parallel
2020-08-20 16:52:45 -07:00
Rosen Penev
dd714efcf8
Merge pull request #13116 from neheb/kl
klish: fix compilation with uClibc-ng
2020-08-20 16:10:23 -07:00
Rosen Penev
0e510a1b9a serialconsole: update to 1.0
Add license information.

Add PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-19 15:01:17 -07:00
Rosen Penev
040cb03317 bandwidthd: don't build in parallel
There are intermittent build failures on the buildbots because of this.
I see the same build failures locally as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-19 14:29:38 -07:00
Rosen Penev
e42ef22042
Merge pull request #13162 from neheb/sysst
sysstat: update to 12.4.0
2020-08-19 03:13:48 -07:00
Rosen Penev
69239158c9
stress: replace usleep with nanosleep
The former is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:56:24 -07:00
Rosen Penev
8f39988520
sysstat: update to 12.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:54:45 -07:00
Rosen Penev
c8fc7c3d76
Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove
runc/containerd/libnetwork: Refactored Makefiles
2020-08-18 14:12:48 -07:00
Rosen Penev
f3bb00dfc2
Merge pull request #13159 from neheb/sed
sed: don't use selinux
2020-08-18 13:10:10 -07:00
Rosen Penev
3d47b5c452
Merge pull request #13155 from neheb/at
at: fix compilation
2020-08-18 03:49:12 -07:00
Rosen Penev
d38dee207e
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
2020-08-18 02:16:38 -07:00
Rosen Penev
6057191a02
Merge pull request #13158 from neheb/logrot
logrotate: remove selinux support
2020-08-18 02:08:14 -07:00
Rosen Penev
932b850245
sed: don't use selinux
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:26:05 -07:00
Rosen Penev
da08667483
logrotate: remove selinux support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:25:06 -07:00
Rosen Penev
ac4d6116e5
findutils: do not use selinux
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:47 -07:00
Rosen Penev
67d6989c1e
vim: explicitly disable selinux
Now that libselinux is in the tree, vim picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:02 -07:00
Rosen Penev
771d691bcb
at: fix compilation
libselinux is being picked up by at.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:22:04 -07:00
Rosen Penev
1d16531f62
serialconsole: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-15 17:53:29 -07:00
Rosen Penev
52ea87c5d7
tracertools: remove usleep usage
usleep is deprecated.

Modernized the Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-16 01:16:45 +01:00
Rosen Penev
4d2c827e9f
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
2020-08-15 12:03:08 -07:00
Rosen Penev
d34430f02f
canutils: add back install section
5969273ff4 mistakenly got rid of the
install section for canutils, causing errors when trying to install.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-14 15:40:09 -07:00
Rosen Penev
f2a1780a8e
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
2020-08-14 13:33:00 -07:00
Jan Pavlinec
8b1104ae91
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-14 14:21:44 +02:00
Liangbin Lian
9bb0962d6e lvm2: fix CE in mac
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2020-08-14 14:19:12 +08:00
Rosen Penev
86c478bd76
klish: fix compilation with uClibc-ng
sigignore is missing from libc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 22:10:13 -07:00
Rosen Penev
d9bb2dc5f6
moreutils: fix compilation with uClibc-ng
getloadavg is missing not just under cygwin.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:38:40 -07:00
Rosen Penev
b2a41075e7
lcd4linux: fix samsung driver compilation
Turns out, it uses an API that is not provided by libjpeg.

Add compatibility code from v4l-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:32:18 -07:00
Daniel Golle
d8d06cfca2 lvm2: depend on libselinux
LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-14 01:45:39 +01:00
Rosen Penev
fac71e73e0
Merge pull request #13103 from neheb/mpack
mpack: update URLs
2020-08-13 01:20:49 -07:00
Rosen Penev
016fe60cd5
Merge pull request #13102 from neheb/str
stress: use fossies mirror
2020-08-13 01:19:51 -07:00
Rosen Penev
f2181c2764
stress: use fossies mirror
The original website went down.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-12 19:09:14 -07:00