Commit graph

2450 commits

Author SHA1 Message Date
Michael Heimpold
c35553322c open-plc-utils: take maintainership
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-12-21 23:31:50 +01:00
Florian Fainelli
80f881568f treewide: Remove self from PKG_MAINTAINER
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2019-12-21 12:52:41 -08:00
Rosen Penev
3c0213606f
Merge pull request #10786 from neheb/fis
fish: Fix compilation with libcxx
2019-12-19 12:46:12 -08:00
Rosen Penev
261c10098f
Merge pull request #10823 from gekmihesg/restic
restic: add package
2019-12-19 12:44:43 -08:00
Rosen Penev
5e4c1b638e
Merge pull request #10818 from Cynerd/shadow-default-encryption-method
shadow: change default encryption method from DES to SHA512
2019-12-19 10:31:59 -08:00
Markus Weippert
36e73bdd6e restic: add package
Signed-off-by: Markus Weippert <markus@gekmihesg.de>
2019-12-19 19:27:33 +01:00
Josef Schlehofer
101791a236
btrfs-progs: Update to version 5.4
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-19 14:06:10 +01:00
Rosen Penev
a135cbb9f1
fish: Fix compilation with libcxx
cxxabi.h is a useless header that libcxx does not include.

Remove indent on postint script. It should be on the same as the above
section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-18 12:01:21 -08:00
Karel Kočí
f27ce05a58
shadow: change default encryption method from DES to SHA512
Busybox in default uses SHA512 as well.

On big ditribution this default is sourced from PAM. That means that
shadow reads pam settings and uses that. OpenWrt in most cases does not
have PAM installed and in such case shadow fallbacks to its own default
which is DES. This just changes that default to SHA512 which is
consistent with rest of the system.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-12-18 11:37:39 +01:00
Rosen Penev
fb7ed3d996
usbmuxd: Update to latest master
usbmuxd must be ran for many of the idevice tools. Added an init
script to make this easier.

Added myself as maintainer.

Fix PKG_CVE_ID.

Added config directory.

Placed in a submenu for easier readability.

Add extra tool

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-16 12:36:23 -08:00
Rosen Penev
9fbe1c247e
idevicerestore: Add package
Allows to flash an iOS device without using iTunes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-16 12:24:01 -08:00
Yousong Zhou
14ee7cd3bf qemu: bump to version 4.2.0 2019-12-16 02:50:15 +00:00
Rosen Penev
ac83adacb2
bonnie++: Remove several pointless options
Needed for libcxx compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-12 23:40:46 -08:00
Rosen Penev
b92ef6f4ce
Merge pull request #10727 from neheb/fhfgiehi
opensc: Fix compilation without deprecated OpenSSL APIs
2019-12-11 14:20:06 -08:00
Hannu Nyman
3b7be31759
Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem
collectd: add vmem uci config
2019-12-11 18:15:30 +02:00
Rosen Penev
6f9cdac55f
Merge pull request #10737 from mstorchak/tmux
tmux: update to 3.0a
2019-12-10 23:53:30 -08:00
Rosen Penev
9b21f69404
usbmuxd: Update to latest git version
Fixes compilation with libimobiledevice.

Small cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-10 16:30:26 -08:00
Marcin Jurkowski
3763b238e7 collectd: add vmem uci config
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2019-12-11 00:22:47 +01:00
Maxim Storchak
b942e07a72 tmux: update to 3.0a
- switch to codeload

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-12-09 17:51:14 +02:00
Rosen Penev
5c015d1eb7
opensc: Fix compilation without deprecated OpenSSL APIs
Based on upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-08 14:50:31 -08:00
Josef Schlehofer
2c22dcd3dc
nnn: Update to version 2.8.1
Removed findutils-xargs dependency due to added busybox support in version 2.8

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-06 21:47:32 +01:00
Hannu Nyman
4562ce77ec
Merge pull request #10699 from ysc3839/ttyd
ttyd: add reload trigger
2019-12-05 22:16:04 +02:00
Rosen Penev
936a52610a
unrar: Update to 5.8.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-04 10:14:29 -08:00
Richard Yu
7331df7bac
ttyd: add reload trigger
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-12-03 09:17:12 +08:00
Rosen Penev
392a8f4d52
Merge pull request #10696 from jefferyto/byobu-1.130
byobu: Update to 5.130
2019-12-02 13:29:07 -08:00
Jeffery To
51a047b96f byobu: Update to 5.130
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-12-02 21:15:41 +08:00
Gerard Ryan
124deec9ae cache-domains: Changed to hotplug script
Since we have to restart dnsmasq to reload the config anyway, this
package doesn't need to run before anything. We do however need to
wait for the network so I've changed this service to be a hotplug
script and utility script.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-12-02 19:16:42 +10:00
Rosen Penev
54266c99b2
zstd: Fix compilation with uClibc-ng
Upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-01 20:52:04 -08:00
Rosen Penev
70e4d5e627
Merge pull request #10656 from neheb/lcd
lcd4linux: Add limits header for PATH_MAX
2019-12-01 16:51:06 -08:00
Hannu Nyman
421dae85a3 nano: update to 4.6
Update nano editor to version 4.6

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-12-01 14:18:08 +02:00
Rosen Penev
32539ed310
Merge pull request #10658 from neheb/evt
evtest: Fix compilation with musl
2019-11-30 18:36:54 -08:00
Richard Yu
50751d675a
ttyd: log to syslog
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-11-29 02:38:13 +08:00
Rosen Penev
9059e586d7
evtest: Fix compilation with musl
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:40:40 -08:00
Rosen Penev
ca4dc015fa
lcd4linux: Add limits header for PATH_MAX
Fixes compilation on musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:36:07 -08:00
Rosen Penev
5256c104e8
pciutils: Fix pkgconfig file
It's pointing to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:30:09 -08:00
Rosen Penev
04e94b44b5
lxc: Fix pkgconfig file
It's pointing to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:28:24 -08:00
Rosen Penev
536a0cf071
procps-ng: Remove DEFAULT line
The intended behavior is to has the buildbot select all the applets
as well as packages only selecting what they need. This should do it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-26 22:51:31 -08:00
Stijn Tintel
784cb44b05
Merge pull request #10582 from neheb/domo
domoticz: Fix compilation with newer python
2019-11-26 01:59:00 +02:00
Hannu Nyman
5e0d5c9c7f collectd: enable cpufreq module for ipq40xx and brcm2708_bcm2709
As some ipq40xx CPUs support frequency scaling, enable building
collectd-mod-cpufreq for ipq40xx (for private builds) and
its package architecture brcm2708_bcm2709 (for buildbot)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-11-23 20:47:18 +02:00
Rosen Penev
86fb182c1f
Merge pull request #10596 from neheb/f
fish: Convert to CMake
2019-11-20 16:50:26 -08:00
Rosen Penev
994e7b86e2
Merge pull request #10602 from micmac1/mary-104-deps
mariadb: prevent building against uClibc
2019-11-20 14:51:19 -08:00
Josef Schlehofer
32cbfce051 nnn: Add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-20 22:34:56 +01:00
Sebastian Kemper
d792174804 mariadb: prevent building against uClibc
MariaDB 10.4 includes some changes in sql/sql_statistics.cc that require
std::fmin and std::fmax. But these functions aren't available when
libstdc++ is compiled against uClibc, because uClibc doesn't pass the
test when libstdc++ checks for C99 math that supports "TR1" facilities
(macro: GLIBCXX_CHECK_C99_TR1).

Hence compilation fails:

[ 90%] Building CXX object sql/CMakeFiles/sql.dir/sql_table.cc.o
/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc: In member function 'void Column_statistics_collected::finish(ha_rows, double)':
/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc:2533:20: error: 'fmax' is not a member of 'std'
         val = std::fmax(estimate_total_distincts * (rows - nulls) / rows, 1.0);

This commit updates package dependencies to prevent a build against
uClibc. There is no reason to waste CPU cycles on the build bots.

The dependencies are also tidied up. In the past it made sense to define
MARIADB_COMMON_DEPENDS and MARIADB_COMMON_DEPENDS_EXE, because the
server had different dependencies compared to the library. But since the
library is now in its own package we can remove the differentiation.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-11-20 20:51:23 +01:00
Rosen Penev
faa8962178
fish: Convert to CMake
CMake is faster and allows to simplify the Makefile slightly. It also
creates a slightly smaller package for some reason.

Fixed license information.

Ran postinst through shellcheck. It was using bashisms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-20 10:21:55 -08:00
Rosen Penev
21f05d0df1
domoticz: Add missing dependency
CMake picks up telldus-core now that it is in the tree.

Fixes #10246

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-18 16:25:43 -08:00
Rosen Penev
56c2caadbd
domoticz: Fix compilation with newer Python
Backported upstream patch.

Fixes #10543

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-18 16:25:40 -08:00
Yousong Zhou
df4811c6c3 qemu: bump to version 4.1.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-18 02:54:51 +00:00
Rosen Penev
c3af7141c6
Merge pull request #10570 from micmac1/maria-10.4
mariadb: major bump to 10.4, split off lib package
2019-11-17 18:18:31 -08:00
Etienne Champetier
50b825e7fa prometheus-node-exporter-lua: bump version
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-11-17 18:16:48 -08:00
Zoltan Haindrich
7bec619f53 prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped the scraper from functioning
Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
2019-11-17 18:16:48 -08:00