| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
PKG_INSTALL is already default. There's also no need for InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
libxerces-c: switch to CMake
|
| |
| |
| |
| |
| |
| |
| |
| | |
Allows simplifying the Makefile. Also faster compilation.
Removed autotools patch as a result.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
fwknop: fix compilation with GCC10
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added PKG_LICENSE_FILES.
Added PKG_BUILD_PARALLEL for faster compilation.
Simplified configure arguments.
Small cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
libarchive: switch to CMake
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows simplifying the Makefile. Also faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
expat: convert to cmake
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Allows faster compilation and a simpler Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
treewide: add and fix conffiles
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
yubico-pam: fix compilation with fixed ykpers
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Massively cleaned up the Makefile for simplicity.
Added PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
gnuplot: Fixed dependencies.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
docker-ce: add uci support
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Until now, the firewall rules from the dockerd were preserved after the
service was stopped. This is not nice. With this change the firewall rules
created by dockerd will be deleted when the dockerd service is stopped.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \
| | | | |
| | | | | |
ykpers: fix compilation with newer json-c
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Upstream backport.
Adjusted package to use PKG_INSTALL for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Adjusted InstallDev section to install the pkgconf file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
rsync: update to 3.2.2
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Force IPv6 support to according to the global CONFIG_IPV6, ignore compile time detection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
modemmanager: update ModemManager and dependencies
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
libpng: fix compilation with ccache
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It seems an extra CMake variable is needed for one of the scripts.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
mwan3: Fix mwan3 start not doing anything
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Due to a missing config load function call, mwan3 start runs ifup for an empty
list of interfaces, thus not calling ifup at all.
This commit introduces the missing config_load call.
Signed-off-by: Michiel Blokzijl <code@m01.eu>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
logrotate: update to 3.16.0
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
forked-daapd: fix compilation with GCC10
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
canutils: switch to CMake
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows simplifying the Makefile. Faster compilation as well.
Revert b70cb0ef5ed196247bd4bcce3cb84167420eeb4d
That commit was misleading and ended up bloating the Utilities section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
liburcu: install pkgconfig files
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Newer versions of lttng* need these.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
stubby: update to version 0.3.0
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
getdns: update to version 1.6.0
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This update also:
- enables parallel builds
- moves to the CMake build system
- removes the redundant InstallDev stanza
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
bind: update to 9.16.4
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This update fixes the following CVE's:
- CVE-2020-8618
- CVE-2020-8619
More info on bug fixes and feature changes in:
https://downloads.isc.org/isc/bind9/9.16.4/doc/arm/html/notes.html
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
|
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
default inotify limits at 8k are
low for serious usage
and the GUI shows errors like
"Failed to start filesystem watcher
for folder XXXX"
increase them with this config file
as instructed by syncthing's FAQ.
https://docs.syncthing.net/users/
faq.html#inotify-limits
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
[bumped PKG_RELEASE]
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
libpng: remove hardware optimizations for mipsel
|
| | |_|_|/ / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The mipsel optimizations are only MSA and not any DSP, which means they're
useless for OpenWrt targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|