| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
The can be convenient for running commands or services as procd services
without needing to separately write initscripts, just uci configuration.
The package was imported from [1].
[1] https://github.com/yousong/waller/tree/0a85f5c75fb70627f68cbbcab4807e02e3299e2e/pservice
Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\
| |
| | |
mt-st: Add missing header
|
| |
| |
| |
| |
| |
| |
| |
| | |
New version of musl no longer includes this header internally.
Removed several unnecessary variables in Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
findutils: Add missing header
|
| | |
| | |
| | |
| | |
| | |
| | | |
New version of musl no longer internally includes this header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
| |
| |
| |
| |
| | |
Also cleaned some whitespace.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
slide-switch: Update to 0.9.5
|
| |
| |
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New upstream release. Addresses:
CVE-2019-2805
CVE-2019-2740
CVE-2019-2739
CVE-2019-2737
CVE-2019-2758
Package updates:
- includes "THIRDPARTY" in PKG_LICENSE_FILES
- drops client_ed25519 as a dynamic plugin and install it with the lib
as per upstream decision
- refreshes patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|
|
|
|
|
| |
Add patch to remove deprecated utime function.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
The only action the Threshold plugin takes itself is to generate and
dispatch a notification. Other plugins can register to receive
notifications and perform appropriate further actions.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
|
|
|
|
| |
Some minor adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
rng-tools: Update to 6.7
|
| |
| |
| |
| |
| |
| |
| | |
Cleanup Makefile to get rid of random hacks and to simplify for
consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
zstd: Update to 1.4.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Decompression speedup of 7% on average.
Remove upstreamed uClibc-ng patch.
Fixed optimization option to show properly under menuconfig.
Added LTO for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
ykpers: Update to 1.20.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
tar: Add zstd capability
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
xz: Remove bash dependency
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bash is not needed here. These scripts are POSIX compliant.
This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
prometheus: Fix build for mips64/mips64el
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.
This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.
Fixes #9494.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Only when /dev/mem is opened with O_SYNC the write and *read* is done
uncached. We saw wrong values read out from the hardware without setting
O_SYNC, the busybox devmem tool showed different values, when O_SYNC is
also set for the io tool, it reads out the same values as devmem.
When looking at the drivers/char/mem.c file in the kernel it is behaving
differently based on the O_DSYNC flag.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
|
|\ \ \
| | | |
| | | | |
domoticz: Fix compilation without deprecated OpenSSL APIs
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
tesseract: leptonica: add package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.
Signed-off-by: ValentÃn Kivachuk <vk18496@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
gddrescue: Do not build with uClibc-ng
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
From the developer:
It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.
IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
ttyd: update to 1.5.1
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
fio: Update to 3.15
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added License information.
Cleaned up Makefile for consistency between packages.
Added numerical prefixes to the patches for clarity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
collectd: add routeros-plugin and depending librouteros
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
This allows collectd to get data of Mikrotik devices in a improved way than via SNMP.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
|
|\ \ \
| |/ /
|/| | |
bluez: Move some Bluetooth utilties into their own package
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move non-essential utilities which depend on glib2, ncurses and readline
to a separate package in order to reduce the footprint on devices with
limited storage.
Signed-off-by: Jeremy Begg <JBegg@suntrix.com.au>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes openwrt/packages#9290
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | |
|
|\ \ \
| | | |
| | | | |
rpcd-mod-poe: add package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
simple package to manipulate gpio pins via the web interface. This was
tested on a UBNT EdgePing R6 turining on and off the 4 PoE ports
(496-500).
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
open2300: Switch to GitHub fork
|