aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | six: remove duplicate package (see python-six)Gergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | gunicorn: add missing dependencyGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | seafile-server: do not run postinst script in a build environmentGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | seafile-server: fix dependenciesGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | libzdb: use correct path when creating host bindirGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | libzdb: copy host built tool to "$(STAGING_DIR)/host" insteadGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | seafile-server: fix patch fileGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | seafile: fix path of host built valacGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | libzdb: remove -lnsl flag for mysqlGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | seafile: import version 5.1.1 and its dependenciesGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | libevhtp: do not delete source package, download through Git insteadGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | libevhtp-1.1: remove package as it is not required anymoreGergely Kiss2016-08-24
| | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | Merge pull request #3018 from rajanvaja/coova-chilli-fixchamptar2016-08-24
|\ \ \ \ | | | | | | | | | | coova-chilli: Fix removal of old files
| * | | | coova-chilli: Fix removal of old filesRajan Vaja2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before starting chilli instance, it first removes generated files (/var/run/chilli*) for the instance. While deleting generated files, it doesn't match full instance name. Thus if coova-chilli config file (/etc/config/chilli) has instances wlan11 and wlan1 in order, when creating coova-chilli instance for wlan1, it is removing files generated for wlan11 instances also (as it uses wlan1* in remove command). Fix issue by matching full instance name while removing old files. Signed-off-by: Rajan Vaja <rajan.vaja@gmail.com> Signed-off-by: Bhargav Patel <br13patel@gmail.com>
* | | | | 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>