Rosen Penev
8c77bcc19f
domoticz: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-16 22:57:06 -07:00
Shuanglei Tao
6181693bad
ttyd: update to 1.5.1
...
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com >
2019-07-17 13:56:33 +08:00
Rosen Penev and GitHub
6eb9ffc1de
Merge pull request #9483 from neheb/fio1
...
fio: Update to 3.15
2019-07-16 21:46:25 -07:00
Rosen Penev
9172e2828f
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 >
2019-07-16 13:54:09 -07:00
Rosen Penev
75eb09638d
tang: Update to version 7
...
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 >
2019-07-15 13:07:06 -07:00
Rosen Penev
db6e6ac24a
ykpers: Update to 1.20.0
...
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-15 12:51:43 -07:00
Hannu Nyman and GitHub
e59b41fce9
Merge pull request #9471 from SvenRoederer/collectd-routeros
...
collectd: add routeros-plugin and depending librouteros
2019-07-15 16:23:55 +03:00
Rosen Penev
8a07af3af3
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 >
2019-07-14 16:14:27 -07:00
Daniel Engberg and GitHub
81321b66ed
Merge pull request #8187 from JeremySTX/bluez-split
...
bluez: Move some Bluetooth utilties into their own package
2019-07-15 01:08:31 +02:00
Sven Roederer
4261f45734
collectd: build RouterOS modules
...
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 >
2019-07-15 00:19:32 +02:00
Rosen Penev
9d43427905
fio: Update to 3.15
...
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-14 13:02:27 -07:00
Yousong Zhou
9282044851
coreutils: add alternatives support
...
Fixes openwrt/packages#9290
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2019-07-13 11:04:41 +00:00
Jo-Philipp Wich and GitHub
3d1a431cb0
Revert "rpcd-mod-poe: add package"
2019-07-11 17:32:33 +02:00
Jo-Philipp Wich and GitHub
a8e3a08873
Merge pull request #8157 from aparcar/rpcd-mod-poe
...
rpcd-mod-poe: add package
2019-07-11 17:15:04 +02:00
Eneas U de Queiroz
f6c9e2bacd
logrotate: move config option to menu
...
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
2019-07-10 17:52:03 -03:00
Rosen Penev and GitHub
c3045f2fd9
Merge pull request #9426 from neheb/fhfh
...
open2300: Switch to GitHub fork
2019-07-10 11:23:20 -07:00
Rosen Penev
788318625d
logrotate: Add ACL support
...
Various Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-09 19:17:24 -07:00
Rosen Penev
d2af82a6f5
open2300: Switch to GitHub fork
...
It applies the single patch here as well as adding some fixes.
The upstream project is dead.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-08 13:16:22 -07:00
Rosen Penev and GitHub
e25be7ff2e
Merge pull request #9411 from neheb/gps
...
gpsd: Add missing define
2019-07-08 13:06:40 -07:00
Rosen Penev and GitHub
179db24078
Merge pull request #9370 from neheb/avr
...
avrdude: Fix GPIO path building
2019-07-08 13:03:04 -07:00
Rosen Penev and GitHub
cbd800a4b4
Merge pull request #9383 from neheb/jhj
...
setserial: Add missing headers
2019-07-08 13:02:04 -07:00
Rosen Penev and GitHub
b70178cd1e
Merge pull request #9414 from neheb/cmdp
...
cmdpad: Fix compilation with musl
2019-07-08 13:01:43 -07:00
Karel Kočí and Karel Kočí
7950442dff
bigclown-firmware-tool: add new package
...
This is tool to flash/manage firmware in Bigclown modules.
Signed-off-by: Karel Kočí <cynerd@email.cz >
2019-07-08 15:56:50 +02:00
Rosen Penev
1b5e4883a4
cmdpad: Fix compilation with musl
...
When passing -Wimplicit-function-declaration
Also got rid of std=gnu89. It's easy to patch out.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-06 16:47:37 -07:00
Rosen Penev
f33345f2f2
gkermit: Fix compilation with -Wimplicit-function-declaration
...
Cleaned up Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-06 16:45:53 -07:00
Rosen Penev
c21b34e2cb
gpsd: Add missing define
...
musl needs _BSD_SOURCE defined for strlcat/cpy
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-06 16:42:44 -07:00
Vladimir Ulrich
5df6ff15be
zoneinfo: Updated to the latest release.
...
Signed-off-by: Vladimir Ulrich <admin@evl.su >
2019-07-06 20:41:16 +03:00
Rosen Penev and Nuno Goncalves
2b29d8356e
rtl-ais: Add missing header
...
Fixes -Wimplicit-function-declaration
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-05 11:56:00 +02:00
Gerard Ryan and Yousong Zhou
992b2c70e6
cgroupfs-mount: Added cgroup mount scripts
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com >
2019-07-04 19:35:15 +08:00
Gerard Ryan and Yousong Zhou
f2793d55fe
docker-ce: Added Docker community edition
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com >
2019-07-04 19:35:15 +08:00
Gerard Ryan and Yousong Zhou
e6edb0b442
containerd: Added containerd
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com >
2019-07-04 19:35:15 +08:00
Gerard Ryan and Yousong Zhou
1e4b5bddb9
runc: Added runc
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com >
2019-07-04 19:35:15 +08:00
Florian Eckert
6c64f8f4ba
collectd: move jshn.sh include to remove warning
...
Redmine-patch-id: 3680
If I build an image with the imagebuilder I get the following output
during image building:
../root-x86/etc/init.d/collectd: line 4: /usr/share/libubox/jshn.sh:
No such file or directory
To remove this messsage move include to the needed postion, so that the
message does not occur during image building on the host system anymore.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2019-07-04 13:14:40 +02:00
Rosen Penev
66c215799d
setserial: Add missing headers
...
Fixes compilation with -Wimplicit-function-declaration
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-03 20:55:38 -07:00
Rosen Penev
536c6b8be7
avrdude: Fix GPIO path building
...
%ud is a GNU extension. It's not really supported elsewhere.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-02 10:07:53 -07:00
Rosen Penev
12378cd4d3
flashrom: Add ARC support
...
Mainly endian definitions are needed.
Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng.
Cleaned up Makefile slightly.
Added HTTPS everywhere.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-01 10:39:54 -07:00
Luiz Angelo Daros de Luca
f6b6fed942
hplip: python is not needed for build
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
2019-06-25 04:24:24 -03:00
Dirk Brenken and GitHub
b35a2b5c8c
Merge pull request #9305 from dibdot/mc
...
mc: update to 4.8.23
2019-06-25 07:46:02 +02:00
Dirk Brenken
81eccbf480
mc: update to 4.8.23
...
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default
Signed-off-by: Dirk Brenken <dev@brenken.org >
2019-06-24 16:23:53 +02:00
Sebastian Kemper
c571c37e5c
mariadb: add dependency on libaio for arc as well
...
Now that libaio compiles on arc targets we need to add the dependency to
libaio on these targets as well.
resolves #9298
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net >
2019-06-24 10:38:25 +02:00
Rosen Penev and GitHub
11ca10f0e5
Merge pull request #9295 from neheb/gam
...
gammu: Update to 1.40.0
2019-06-23 08:12:22 -07:00
Rosen Penev and GitHub
3314964e63
Merge pull request #9281 from neheb/dos
...
dosfsutils: Properly fix iconv linking
2019-06-22 14:04:37 -07:00
Rosen Penev
2e2929366b
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 >
2019-06-22 13:16:06 -07:00
Rosen Penev and GitHub
dd035c54e0
Merge pull request #9282 from neheb/uvc
...
uvcdynctrl: Fix compilation with uClibc-ng
2019-06-20 21:39:11 -07:00
Yousong Zhou
9ac5ac81ab
treewide: avoid deref symlinks when installing .so
...
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 >
2019-06-21 09:52:32 +08:00
Rosen Penev
6f18a460fe
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 >
2019-06-20 16:46:06 -07:00
Rosen Penev
fbfe49d7ff
dosfsutils: Properly fix iconv linking
...
Necessary when using libiconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-06-20 15:24:41 -07:00
Rosen Penev and GitHub
274b111782
Merge pull request #9180 from neheb/unr
...
unrar: Update to 5.7.5
2019-06-20 09:55:00 -07:00
Hannu Nyman
2bdd3856fd
nano: update to 4.3
...
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 >
2019-06-20 14:49:17 +03:00
Hannu Nyman and GitHub
ec53bac6a5
Merge pull request #9239 from hnyman/collectd390
...
collectd: update to 5.9.0
2019-06-19 13:44:51 +03:00