aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | | | tar: update to v1.29Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | | | pciutils: update to v3.5.1Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | | | libftdi: update to v1.3Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2402 from cshore/pull-request-tar-optionsÁlvaro Fernández Rojas2016-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utils/tar: Make compression, acl, and xattr support configuration opt…
| * | | | | | | | | | | | | | | utils/tar: Make compression, acl, and xattr support configuration optionsDaniel Dickinson2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch make building tar with POSIX ACL and XATTR support configuration options. It also makes building seamless (e.g. -z -J -j) compression support a configuration option for each compression program available in OpenWrt. It also makes POSIX ACL support disabled by default (by default OpenWrt doesn't build POSIX ACL support into the kernel, never mind allowing to mount with it enabled). Also XATTR support is disabled by default as this seems to be the standard default for packages in OpenWrt. Finally Bzip2, Gzip, and XZ seamless support are made available by default and appropriate dependencies are added based on the configuration choice. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | | | | | | | | | | | | xupnpd: Update to 2016-05-11kuoruan2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change source url to GitHub * Update to 2016-05-11 * Add LICENSE * Edit Makefile Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #2790 from Xotic750/nginx-1101Thomas Heil2016-06-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nginx: Bumped to v1.10.1
| * | | | | | | | | | | | | | | | nginx: Bumped to v1.10.1Xotic7502016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450). Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | | | | | | | | | | | | | libmodbus: upgrade to 3.1.4Michael Heimpold2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, also disable the build of the unit tests. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | | | | libxml2: upgrade to 2.9.4Michael Heimpold2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | | | | libssh2, libxslt, tiff: change PKG_MAINTAINER email addressJiri Slachta2016-05-31
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | | | | | | | | | | | | | | Merge pull request #2783 from feckert/licenses-masterTed Hess2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | libtasn1: add license tag
| * | | | | | | | | | | | | | | libtasn1: add license tagFlorian Eckert2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show the license for this package in opkg Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* | | | | | | | | | | | | | | | Merge pull request #2771 from jow-/intltool-optional-perl-xml-parserTed Hess2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intltool: make dependency on XML::Parser optional
| * | | | | | | | | | | | | | | | intltool: make dependency on XML::Parser optionalJo-Philipp Wich2016-05-30
| | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch `configure` and the shipped `intltool.m4` macro file to make a missing XML::Parser perl module nonfatal. All utilities provided by intltool are programmed to fail gracefully at run time if the module cannot be loaded and those utilities commonly used during the build do not require it at all. Also drop the the build-prereq on XML::Parser now that it is optional. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | | Merge pull request #2770 from jow-/libsoup-fixTed Hess2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsoup: disable overly strict warnings, use system wide intltool.m4
| * | | | | | | | | | | | | | | | libsoup: disable overly strict warnings, use system wide intltool.m4Jo-Philipp Wich2016-05-30
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building libsoup within the SDK, the following usually nonfatal warning is causing the build to fail: make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup' CC libsoup_2_4_la-soup-address.lo cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs] cc1: some warnings being treated as errors Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed Use the upstream `--disable-more-warnings` configure switch to disable this class of `-Werror` flags. Also drop the shipped copy of `intltool.m4` to force using the system wide one which does not require the `XML::Parser` module to be installed (see #2771). Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | | Merge pull request #2779 from jow-/crtmpserver-fixThomas Heil2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | crtmpserver: fix multiple issues
| * | | | | | | | | | | | | | | crtmpserver: fix multiple issuesJo-Philipp Wich2016-05-30
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch download to the Github clone of crtmpserver - Rebase patches against latest version - Pregenerate version.h file - Disable applestreamingclient as it is broken Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | | Merge pull request #2769 from kuoruan/webui-aria2Yousong Zhou2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | webui-aria2: Add package
| * | | | | | | | | | | | | | | webui-aria2: Add packageHsing-Wang Liao2016-05-31
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Web interface to aria2 Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2767 from kuoruan/yaawYousong Zhou2016-05-31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | yaaw: Add package
| * | | | | | | | | | | | | | yaaw: Add packagekuoruan2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #2768 from jow-/libftdi1-fixÁlvaro Fernández Rojas2016-05-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | libftdi1: explicitely disable Boost unit tests
| * | | | | | | | | | | | | | libftdi1: explicitely disable Boost unit testsJo-Philipp Wich2016-05-30
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libftdi1 is detecting the presence of the Boost unit testing framework, it will conditionally enable the build of libftdi1 test binaries which fail to link on some targets with the following error: CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main': basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)' collect2: error: ld returned 1 exit status test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed make[6]: *** [test/test_libftdi1] Error 1 Since we do not care about test cases and since we want to avoid unpredictable conditional compilation simply disable the testcases entirely. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | | | | | | Merge pull request #2766 from ianchi/youtube-dlHannu Nyman2016-05-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | youtube-dl: update version
| * | | | | | | | | | | | | youtube-dl: update versionAdrian Panella2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com> youtube-dl: update version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | | | | | | | | | Merge pull request #2765 from aTanW/masterHannu Nyman2016-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | gammu: bump to upstream v1.37.3
| * | | | | | | | | | | | | gammu: bump to upstream v1.37.3aTanW2016-05-29
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | | | | | | | | | | Merge pull request #2762 from mstorchak/tgtHannu Nyman2016-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | tgt: update to 1.0.64
| * | | | | | | | | | | | | tgt: update to 1.0.64Maxim Storchak2016-05-28
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | | | | Merge pull request #2761 from mstorchak/smartmontoolsHannu Nyman2016-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartmontools: update to 6.5
| * | | | | | | | | | | | | smartmontools: update to 6.5Maxim Storchak2016-05-28
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | | | | Merge pull request #2759 from msva/patch-5Hannu Nyman2016-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | zsh: update to 5.2
| * | | | | | | | | | | | zsh: update to 5.2Vadim A. Misbakh-Soloviov2016-05-28
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* | | | | | | | | | | | Merge pull request #2760 from msva/patch-6Yousong Zhou2016-05-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | tmux: update to 2.2
| * | | | | | | | | | | | tmux: update to 2.2Vadim A. Misbakh-Soloviov2016-05-28
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
* | | | | | | | | | | | Merge pull request #2741 from karlp/tor-urlsHauke Mehrtens2016-05-28
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | tor: correct URL for dist downloads
| * | | | | | | | | | | tor: correct URL for dist downloadsKarl Palsson2016-05-24
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original url was 404. Fixes Github issue #2284
* | | | | | | | | | | Merge pull request #2751 from dibdot/adblockHannu Nyman2016-05-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | adblock: update 1.1.15
| * | | | | | | | | | adblock: update 1.1.15Dirk Brenken2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock toggle) * new config option 'fetchttl' to set download timeouts (default: 5 seconds) * better config check, distinct between major/minor changes * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | Merge pull request #2750 from yousong/reaver-fixYousong Zhou2016-05-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | reaver: fix broken source url
| * | | | | | | | | | | reaver: fix broken source urlYousong Zhou2016-05-26
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch to release version 1.4 - Include a bugfix patch not present in version 1.4
* | | | | | | | | | | Merge pull request #2744 from diizzyy/patch-3Hannu Nyman2016-05-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gcc: Use URL alias
| * | | | | | | | | | | gcc: Use URL aliasdiizzyy2016-05-24
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #2747 from diizzyy/patch-6Hannu Nyman2016-05-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libunistring: Use URL alias
| * | | | | | | | | | | libunistring: Use URL aliasdiizzyy2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | confuse: Use URL alias (#2745)diizzyy2016-05-24
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | Merge pull request #2743 from salzmdan/masterHannu Nyman2016-05-24
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | knot: update to 2.2.1