| Commit message (Collapse) | Author | Age |
|\
| |
| | |
gammu: Update to 1.40.0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Cleaned up Makefile for consistency between packages.
Switched to CMAKE_INSTALL to get rid of the InstallDev section.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
dosfsutils: Properly fix iconv linking
|
| |
| |
| |
| |
| |
| | |
Necessary when using libiconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
uvcdynctrl: Fix compilation with uClibc-ng
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Got rid of libiconv-full dependency. Relying on nls.mk
Fixed up the license information.
Added CMAKE_INSTALL to get rid of the InstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")
The packages in this commit are identified with the following command
grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'
Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\
| |
| | |
unrar: Update to 5.7.5
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update nano to 4.3
Release notes at https://nano-editor.org/news.php
2019.06.18 - GNU nano 4.3
* The ability to read from and write to a FIFO has been regained.
* Startup time is reduced by fully parsing a syntax only when needed.
* Asking for help (^G) when using --operatingdir does not crash.
* The reading of a huge or slow file can be stopped with ^C.
* Cut, zap, and copy operations are undone separately when intermixed.
* M-D reports the correct number of lines (zero for an empty buffer).
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
collectd: update to 5.9.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update collectd to version 5.9.0
* remove backported upstream patches (sensors, modbus)
* remove lua patch that has been been implemented upstream
(See collectd PR 3144)
* refresh patches and accommodate into upstream path changes
* place the 'stations' datatype for iwinfo in alpbetically
correct place in types.db
* add libmnl dependency to 'processes' plugin required for the
new Linux process Delay Accounting capability.
(Alternatively the capability & requirement might be patched away
in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572)
* new plugins (disabled): ampq1, gpu_nvidia, pcie_errors,
write_stackdriver, write_syslog
compile-tested: ar71xx/WNDR3700 (all plugins)
run-tested: ar71xx/WNDR3700 (selected plugins)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \
| | | |
| | | | |
btrfs-progs: Update to version 5.1.1
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Move depends under URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \
| |/ /
|/| | |
pigz: add package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
INSTALL_DATA turns all of the symlinks to files, increasing size.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
|\ \ \
| | | |
| | | | |
powertop: Do not use fstack-protector on ARC
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Not compatible. Instead of setting PKG_SSP, I had to do this as the
powertop Makefile defines it.
Use $(FPIC) instead of -fPIC to fix potential issues.
Removed musl patch. Not needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Version bump from 12.0.2 to 12.0.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
INSTALL_BIN turns all of the symlinks to files, increasing size.
Updated PCI IDs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |_|/
|/| | |
vim: patch security issue
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes CVE-2019-12735
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| |/ /
|/| | |
zstd: Use CP instead of INSTALL_BIN
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
INSTALL_BIN turns symlinks into actual files, which increases the total
size for no reason.
Small Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
lm-sensors: add conditionals to perl dependencies
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will avoid building perl if lm-sensors-detect is not selected.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
mg: update to 6.5
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \
| | | |
| | | | |
fio: Update to 3.14
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Summary:
This package fails to compile with boost 1.70 when the boost cmake
config gets used.
As far as I can tell, Boost 1.70 introduced
BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is
set to 1.70. This makes CMake auto set the variable Boost_VERSION to
1.70. Historically, Boost_VERSION has been using the format like 170000,
and not 1.70. Some package cmake files still depend on this behavior
and make assertions such as Boost_VERSION > 168000. This is incompatible
with the new scheme.
Test Plan:
`make package/domoticz/compile`
Also compiled all other packages that have a boost dependency, they seem
to be working fine.
tested on nbg6817
Signed-off-by: Amol Bhave <ambhave@fb.com>
[split unrelated change, change commit subject, alphabetical order]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|/ /
| |
| |
| |
| |
| |
| | |
Without this, no suitable boost_thread variant can be identified when
compiling against Boost 1.70.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
| |
| |
| |
| |
| |
| | |
Unused and Unneeded.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
powertop: Switch to uClibc++
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Now that the uClibc++ update has been included, we can switch to it. Basic
testing shows it as working.
Also fixed compilation with uClibc-ng.
libiconv-stub must be used as uClibc-ng does not provide those headers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add support for uci config file.
Only a global 'enabled" switch has been implemented so far.
* Default config disables irqbalance initially, so that there is
no change with the previous behaviour (and the possibly existing
separate launch scripts in people's builds).
Config file and init script can be later extended for irqbalance
options like the oneshot mode or the evaluation interval
(Also change the init file to use tabs)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
|
|\ \ \
| | | |
| | | | |
dosfstools: Fix compilation with full NLS
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
hfsprogs: Fix wide string literal in fsck_hfs
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
bluez: Remove bluez-examples
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
UCLIBC should be USE_UCLIBC
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
fish: Do not build with uClibc-ng
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
fish requires locale_t, which uClibc-ng does not enable by default.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|