aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openconnect: use proto_add_host_dependencyNikos Mavrogiannopoulos2016-05-22
| | | | | | | This ensures that a direct route to the connected host is added by netifd. Resolves #2548
* vips: fix patchHannu Nyman2016-05-22
| | | | | | | | | 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>
* php5: update to 5.6.21Michael Heimpold2016-05-21
| | | | | | | | | | | 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>
* Merge pull request #2721 from mogulapranay-freescale/xl2tpd-demand-optionYousong Zhou2016-05-21
|\ | | | | xl2tpd: demand option is initialized.
| * xl2tpd: demand option is initialized.mogulapranay2016-05-16
| | | | | | | | Signed-off-by: mogulapranay <mogulapranay57@gmail.com>
* | mmc-utils: upgrade to latest revisionMichael Heimpold2016-05-20
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #2714 from jow-/tiff-ftell-fixJiri Slachta2016-05-20
|\ \ | | | | | | tiff: fix wrong declaration of ftell() compat macro
| * | tiff: fix wrong declaration of ftell() compat macroJo-Philipp Wich2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | lvm2: fix accidentally augmented goto labelDaniel Golle2016-05-20
| | | | | | | | | | | | | | | | | | also refresh patches while at it Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update to version 2.02.154Daniel Golle2016-05-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnunet: use gnunet-config's new differential writeDaniel Golle2016-05-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | debootstrap: update to version 1.0.81Daniel Golle2016-05-19
| |/ |/| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #2718 from kooiot/masterHannu Nyman2016-05-19
|\ \ | | | | | | libzmq upgrade to 4.1.4
| * | libzmq upgrade to 4.1.4Dirk Chang2016-05-19
| | | | | | | | | | | | Signed-off-by: Dirk Chang <dirk@kooiot.com>
* | | Merge pull request #2713 from jow-/mc-gettext-versionJo-Philipp Wich2016-05-19
|\ \ \ | | |/ | |/| mc: apply gettext version fixup
| * | mc: apply gettext version fixupJo-Philipp Wich2016-05-19
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #2711 from jow-/openconnect-nolz4Nikos Mavrogiannopoulos2016-05-19
|\ \ | | | | | | openconnect: avoid possible implicit dependency on liblz4
| * | openconnect: avoid possible implicit dependency on liblz4Jo-Philipp Wich2016-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | zile: Fix build with latest ncurses changesTed Hess2016-05-19
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #2707 from nxhack/node-hid-fix-compile-errorJohn Crispin2016-05-18
|\ \ | | | | | | node-hid: fix compile error, condition of not-installing 'libusb-dev' package at cross-compile host.
| * | node-hid: fix compile errorHirokazu MORIKAWA2016-05-18
| |/
* | Merge pull request #2709 from jow-/usbip-nonsharedNuno Goncalves2016-05-18
|\ \ | |/ |/| usbip: mark as nonshared
| * usbip: mark as nonsharedJo-Philipp Wich2016-05-18
|/ | | | | | | | | | | | | 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>
* gnunet: fix typo in gnunet-flat post-install scriptDaniel Golle2016-05-18
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update to SVN r37179 and fix SUID permissions (again)Daniel Golle2016-05-17
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #2706 from dibdot/adblockHannu Nyman2016-05-17
|\ | | | | adblock: update 1.1.11
| * adblock: update 1.1.11Dirk Brenken2016-05-16
| | | | | | | | | | | | | | * fix changed winspy source url in default config * fix adblock counters in config * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #2705 from Zokormazo/grepHannu Nyman2016-05-16
|\ \ | | | | | | grep: update to 2.25
| * | grep: update to 2.25Julen Landa Alustiza2016-05-16
|/ / | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | Merge pull request #2576 from cshore/pull-request-collectd-udevHannu Nyman2016-05-16
|\ \ | | | | | | utils/collectd: Disable libudev linking
| * | utils/collectd: Disable libudev linkingDaniel Dickinson2016-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #2685 from nxhack/node-modules-for-v4.4.4John Crispin2016-05-16
|\ \ \ | | | | | | | | node-*: node update to v4.4.4
| * | | node-*: node update to v4.4.4Hirokazu MORIKAWA2016-05-11
| | | |
* | | | Merge pull request #2699 from ClaymorePT/boost_1_61_0Hannu Nyman2016-05-16
|\ \ \ \ | | | | | | | | | | boost: Package Version Update to 1.61.0
| * | | | Boost: Package Version Updatecarlos ferreira2016-05-16
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #2698 from andrenarchy/icecast-2.4.3Hannu Nyman2016-05-16
|\ \ \ \ | |/ / / |/| | | icecast: update to 2.4.3
| * | | icecast: update to 2.4.3André Gaul2016-05-16
|/ / / | | | | | | | | | Signed-off-by: André Gaul <gaul@gaul.io>
* | | git: update to 2.8.2Peter Wagner2016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2016-2315 CVE-2016-2324 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | Merge pull request #2695 from dibdot/adblockHannu Nyman2016-05-13
|\ \ \ | | |/ | |/| adblock: update 1.1.10
| * | adblock: update 1.1.10Dirk Brenken2016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | | Merge pull request #2691 from haraldg/elektraHannu Nyman2016-05-13
|\ \ \ | | | | | | | | elektra: Update to 0.8.16
| * | | elektra: Update to 0.8.16Harald Geyer2016-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #2693 from dibdot/mcHannu Nyman2016-05-13
|\ \ \ \ | | | | | | | | | | mc: bugfix 4.8.17
| * | | | mc: bugfix 4.8.17Dirk Brenken2016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * revert latest gettext change, break builds on various platforms * changed maintainer email address Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #2694 from dibdot/ssmtpHannu Nyman2016-05-13
|\ \ \ \ \ | | | | | | | | | | | | ssmtp: refresh package makefile
| * | | | | ssmtp: refresh package makefileDirk Brenken2016-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change maintainer email address * switch to sha256sum fingerprint * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | gnunet: update source and actually package hostlist componentDaniel Golle2016-05-12
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libffi: fix include path in pkg-config file, fixes glib2 buildFelix Fietkau2016-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | Merge pull request #2678 from dirkfeytons/nginx_startlevelThomas Heil2016-05-11
|\ \ \ \ \ | | | | | | | | | | | | nginx: change start level to 80
| * | | | | nginx: change start level to 80Dirk Feytons2016-05-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>