aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* moved upstream project to githubFrank Edelhäuser2016-08-23
| | | | | Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com> (cherry picked from commit f5fe26ec2123cb77fb415680254973b5305d3af3)
* Merge pull request #3086 from kissg1988/pillowHannu Nyman2016-08-23
|\ | | | | pillow: upgrade to version 3.3.1
| * pillow: upgrade to version 3.3.1Gergely Kiss2016-08-22
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* collectd: Enable tail_csv pluginHannu Nyman2016-08-22
| | | | | | | | Enable tail_csv plugin that "follows" (tails) and parses CSV files. Compile-tested with ar71xx. This closes #3083 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #3085 from kuoruan/aria2Hannu Nyman2016-08-22
|\ | | | | aria2: update to 1.26.0
| * aria2: update to 1.26.0Hsing-Wang Liao2016-08-22
|/ | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* Merge pull request #3084 from dibdot/adblockHannu Nyman2016-08-21
|\ | | | | adblock: update 1.4.6
| * adblock: update 1.4.6Dirk Brenken2016-08-21
| | | | | | | | | | | | | | * added a 'window.close()' to adblock landing page to automatically close any pop-ups that might get loaded with a blocked ad * simplified dnsmasq check in ap mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | ffmpeg: Dependency cleanupTed Hess2016-08-19
| | | | | | | | | | | | | | Custom builds need to select x264 and/or lame-lib explictly. Automatic CONFIG_ALL builds of ffmpeg-full include x264 and lame. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #3082 from thess/libx264-mergeTed Hess2016-08-19
|\ \ | | | | | | libx264: Fix build errors on x86 targets due to missing ASM features …
| * | libx264: Fix build errors on x86 targets due to missing ASM features (yasm)Ted Hess2016-08-19
|/ / | | | | | | | | | | | | | | | | minor cleanup of CFLAGS, remove COPTS warnings yasm needs to be added to x86 toolchain (LEDE updated: https://github.com/lede-project/source/commit/c08651226f5645204f91f79d247801033f6015d1) Signed-off-by: Daniel Golle daniel@makrotopia.org Signed-off-by: Ted Hess <thess@kitschensync.net>
* | gnunet: bump to SVN r37738Daniel Golle2016-08-19
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #3080 from dangowrt/CVE-2016-6313Daniel Golle2016-08-19
|\ \ | | | | | | libgcrypt: update to version 1.6.6
| * | libgcrypt: update to version 1.6.6Daniel Golle2016-08-19
|/ / | | | | | | | | | | | | Fixes CVE-2016-6313: Entropy Loss and Output Predictability in the Libgcrypt PRNG Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #3077 from commodo/tcpreplay-libnl-fixTed Hess2016-08-18
|\ \ | | | | | | tcpreplay: remove libnl dependency and update PKG_LICENSE_FILES.
| * | tcpreplay: add PKG_LICENSE_FILESAlexandru Ardelean2016-08-18
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARSAlexandru Ardelean2016-08-18
| | | | | | | | | | | | | | | | | | Also, drop patch that disables libdbus-1 check in configure script. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3035 from jow-/luasec-no-compression-fixchamptar2016-08-18
|\ \ \ | | | | | | | | luasec: fix build with OPENSSL_NO_COMP
| * | | luasec: fix build with OPENSSL_NO_COMPJo-Philipp Wich2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently luasec fails to build if OpenSSL was built without compression support due to an undefined COMP_METHOD type: ssl.c: In function 'meth_compression': ssl.c:404:9: error: unknown type name 'COMP_METHOD' const COMP_METHOD *comp; ^ <builtin>: recipe for target 'ssl.o' failed make[6]: *** [ssl.o] Error 1 Add a local patch to stub the `meth_compression()` function if there is no compression support available in the OpenSSL library in order to allow luasec to build. A similar fix has been added upstream with https://github.com/brunoos/luasec/pull/30 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #3066 from hnyman/htop202champtar2016-08-18
|\ \ \ \ | | | | | | | | | | htop: update to 2.0.2
| * | | | htop: update to 2.0.2Hannu Nyman2016-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update htop to 2.0.2 * patch the new libtool check to match libtool version in use. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | qemu: remove the leftover --enable-qemu-agent optionYousong Zhou2016-08-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | qemu: build only qemu-gaYousong Zhou2016-08-18
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has two effects - Saves time and computing resources. Non-relevant tools like qemu-img, qemu-io will not be built - Fixes packaging failure on octeon target caused by failure of building internal pixman library Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | fwknop: bump PKG_RELEASEHannu Nyman2016-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Increase PKG_RELEASE due to the patch committed earlier today. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #3075 from jp-bennett/masterHannu Nyman2016-08-17
|\ \ \ \ | | | | | | | | | | Updates to nano and fwknop
| * | | | Nano: Update to 2.6.3, backport patch from trunk to fix compileJonathan Bennett2016-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | | | Fwknop: Set correct file permissions when generating config filesJonathan Bennett2016-08-17
|/ / / / | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | libffi: patch n32.S to fix mips64 soft-float buildYousong Zhou2016-08-17
| | | | | | | | | | | | | | | | | | | | | | | | This should fix openwrt/packages#2511 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #3069 from ianchi/libx264Hannu Nyman2016-08-16
|\ \ \ \ | | | | | | | | | | libx264: update version
| * | | | libx264: update versionAdrian Panella2016-08-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | Merge pull request #3071 from dibdot/adblockchamptar2016-08-16
|\ \ \ \ \ | | |_|_|/ | |/| | | adblock: update 1.4.5
| * | | | adblock: update 1.4.5Dirk Brenken2016-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change the default hphosts list source to ad and tracking servers only, the overall list includes to many false positives * new optional config parm 'adb_hotplugif' to restrict hotplug support to a certain wan interface or to disable it at all * documentation update * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #3070 from ianchi/youtube-dlchamptar2016-08-16
|\ \ \ \ \ | |_|_|/ / |/| | | | youtube-dl: update version
| * | | | youtube-dl: update versionAdrian Panella2016-08-15
| | |/ / | |/| | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | Merge pull request #3028 from thess/tcpreplay-fixesTed Hess2016-08-15
|\ \ \ \ | |/ / / |/| | | tcpreplay: Fix builds - musl compatibility
| * | | tcpreplay: Fix builds - musl compatibilityTed Hess2016-08-07
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #2943 from sdwalker/linuxptpchamptar2016-08-15
|\ \ \ \ | | | | | | | | | | linuxptp: shrink binaries and fix musl compile error
| * | | | linuxptp: pass TARGET_CFLAGS using MAKE_VARS, bump PKG_RELEASEStephen Walker2016-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccache_cc -Wall -DVER=1.6 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -c -o ptp4l.o ptp4l.c cc1: note: someone does not honour COPTS correctly, passed 0 times unpatched 8229 hwstamp_ctl 128213 phc2sys 37045 phc_ctl 99077 pmc 185589 ptp4l 41141 timemaster patched (honouring -Os CFLAG) 8213 hwstamp_ctl 54469 phc2sys 20645 phc_ctl 49877 pmc 74965 ptp4l 20645 timemaster Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
| * | | | linuxptp: include time.h to fix unknown type name 'time_t' error with musl, ↵Stephen Walker2016-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh patches In file included from print.h:25:0, from linreg.c:24: util.h:364:32: error: unknown type name 'time_t' int rate_limited(int interval, time_t *last); ^ Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | | znc: fix compilation without ssl compressionJonas Gorski2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Csocket to a newer version with compile fixes for OpenSSL with disabled compression support. Since we don't get zlib as an transitive dependency anymore, also add zlib as an explicit dependency. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | | Merge pull request #3061 from hnyman/collectd552Jo-Philipp Wich2016-08-14
|\ \ \ \ \ | | | | | | | | | | | | collectd: bump version to 5.5.2
| * | | | | collectd: bump version to 5.5.2Hannu Nyman2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump collectd version to 5.5.2. * Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #3062 from dibdot/adblockHannu Nyman2016-08-14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | adblock: update 1.4.4
| * | | | | adblock: update 1.4.4Dirk Brenken2016-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * filter non-printable characters/binary data in input stream * fix IPv4 adblock statistics in CC Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #2996 from jefferyto/python-enum34-1.1.6Hannu Nyman2016-08-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | python-enum34: update to 1.1.6
| * | | | | python-enum34: update to 1.1.6Jeffery To2016-07-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #3054 from plntyk/fix_qemuYousong Zhou2016-08-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | qemu: fix ccache enabled builds
| * | | | | | qemu: fix ccache enabled buildsDirk Neukirchen2016-08-13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue reported by buildbots fix error: ERROR: unknown option gcc Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
* | | | | | Merge pull request #3049 from dedeckeh/pr_l2tp_teardown_on_l3_link_downYousong Zhou2016-08-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | xl2tpd: Enable netifd notification teardown_on_l3_link_down
| * | | | | | xl2tpd: Enable netifd notification teardown_on_l3_link_downHans Dedecker2016-08-12
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set teardown_on_l3_link_down notifying netifd xl2tpd wants to be teared down when layer3 link loss is detected Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>