| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This ensures that a direct route to the connected host is added
by netifd.
Resolves #2548
|
|
|
|
|
|
|
|
|
| |
Correct spelling in a patch back to the faulty original,
as the patch wes broken by #2594
This commit fixes #2719
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes the following CVEs:
- in BCMath: CVE-2016-4537, CVE-2016-4538
- in EXIF: CVE-2016-4542, CVE-2016-4543, CVE-2016-4544
- in GD: CVE-2016-3074
- in Intl: CVE-2016-4540, CVE-2016-4541
- in XML: CVE-2016-4539
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
xl2tpd: demand option is initialized.
|
| |
| |
| |
| | |
Signed-off-by: mogulapranay <mogulapranay57@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| | |
| | | |
tiff: fix wrong declaration of ftell() compat macro
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The libtiff library declares an `ftell()` compat macro redirecting calls
to `ftello()` if such an implementation exists. The compat macro however
is declared with a wrong number of arguments, leading to the following
error on our buildbots:
In file included from .../usr/include/uClibc++/iostream:29:0,
from tif_stream.cxx:31:
.../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given
retval = ftell(fp);
Add a patch to fix the macro definition in order to fix compilation of
the tiff package.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
| | |
| | |
| | |
| | |
| | |
| | | |
also refresh patches while at it
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |/
|/|
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
libzmq upgrade to 4.1.4
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dirk Chang <dirk@kooiot.com>
|
|\ \ \
| | |/
| |/| |
mc: apply gettext version fixup
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Apply the version fixup in order to solve the following build error on systems
not using exactly gettext version 0.18:
make[6]: Entering directory '.../build_dir/target-mips_34kc_musl-1.1.14/mc-4.8.17/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
The fixup will ensure that embedded macro versions are replaced with the
version of the staged gettext executable in ./staging_dir/host/bin
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \
| | |
| | | |
openconnect: avoid possible implicit dependency on liblz4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the liblz4 library exists within the build environment, the openconnect
configure will pick it up and start depending on it, leading to the following
build error:
Package openconnect is missing dependencies for the following libraries:
liblz4.so.1
Disable LZ4 support in configure in order to avoid this implicit,
nondeterministic dependency.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|/ /
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \
| | |
| | | |
node-hid: fix compile error, condition of not-installing 'libusb-dev' package at cross-compile host.
|
| |/ |
|
|\ \
| |/
|/| |
usbip: mark as nonshared
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Mark the usbip package nonshared so that is built along with the target
specific binaries and not within the SDK environment.
This is needed since the usbip package draws its source files directly
from the kernel tree which is unavailable within the SDK.
Fixes the following build error encountered by the LEDE buildbots:
http://downloads.lede-project.org/snapshots/faillogs/mipsel_1004kc_dsp/packages/usbip/compile.txt
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\
| |
| | |
adblock: update 1.1.11
|
| |
| |
| |
| |
| |
| |
| | |
* fix changed winspy source url in default config
* fix adblock counters in config
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \
| | |
| | | |
grep: update to 2.25
|
|/ /
| |
| |
| | |
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
|
|\ \
| | |
| | | |
utils/collectd: Disable libudev linking
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
At least when building with OpenWrt SDK, if libudev is present
(even if not actually used by the system), then at least the
disk plugin attempts to link against udev, which results in
packages failure due to lack of dependencies, and it's not
desirable to add a dependency on udev just because udev
was built for the SDK, so we disable libudev support
explicity.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Conflicts:
utils/collectd/Makefile
|
|\ \ \
| | | |
| | | | |
node-*: node update to v4.4.4
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
boost: Package Version Update to 1.61.0
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This package version update brings four new libraries:
- Compute [1]
- DLL [2]
- Hana [3]
- Metaparse [4]
More information about the 1.61.0 release (bug fixes, etc), can be found
here[5].
[1]: http://www.boost.org/libs/compute/
[2]: http://www.boost.org/libs/dll/
[3]: http://www.boost.org/libs/hana/
[4]: http://www.boost.org/libs/metaparse/
[5]: http://www.boost.org/users/history/version_1_61_0.html
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
icecast: update to 2.4.3
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: André Gaul <gaul@gaul.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes:
CVE-2016-2315
CVE-2016-2324
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\ \ \
| | |/
| |/| |
adblock: update 1.1.10
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* automatic AP mode detection (change nullip address accordingly)
* (de-)compress backups on the fly
* remove hardcoded path for logger
* documentation update
* change maintainer email address
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
elektra: Update to 0.8.16
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Notable changes:
Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream
bug (already fixed) in the Makefile.
Signed-off-by: Harald Geyer <harald@ccbib.org>
|
|\ \ \ \
| | | | |
| | | | | |
mc: bugfix 4.8.17
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* revert latest gettext change, break builds on various platforms
* changed maintainer email address
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
ssmtp: refresh package makefile
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* change maintainer email address
* switch to sha256sum fingerprint
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
nginx: change start level to 80
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
|