aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | Merge pull request #3047 from t-umeno/update_klish-2.1.3champtar2016-08-11
|\ \ \ \ \ | | | | | | | | | | | | klish: update to latest version (2.1.3)
| * | | | | klish: update to latest version (2.1.3)Takashi Umeno2016-08-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* | | | | | Merge pull request #3046 from nitroshift/patch-4champtar2016-08-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Netdata: update to 1.2.0
| * | | | | Netdata: update to 1.2.0nitroshift2016-08-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | Also added required dependency: libuuid Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
* | | | | klish: update to latest version (2.1.2)Takashi Umeno2016-08-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
* | | | | Merge pull request #2997 from jefferyto/python-cryptography-1.4champtar2016-08-09
|\ \ \ \ \ | | | | | | | | | | | | python-cryptography: update to 1.4, fixed lede compilation
| * | | | | python-cryptography: update to 1.4, fixed lede compilationJeffery To2016-07-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2999 from jefferyto/zope-interface-4.2.0champtar2016-08-09
|\ \ \ \ \ | | | | | | | | | | | | zope-interface: update to 4.2.0
| * | | | | zope-interface: update to 4.2.0Jeffery To2016-07-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #2998 from jefferyto/python-gmpy2-2.0.8champtar2016-08-09
|\ \ \ \ \ | | | | | | | | | | | | python-gmpy2: update to 2.0.8
| * | | | | python-gmpy2: update to 2.0.8Jeffery To2016-07-28
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #3019 from mickeprag/python-pyserialchamptar2016-08-09
|\ \ \ \ \ | | | | | | | | | | | | python-pyserial: update to 3.1.1
| * | | | | python-pyserial: update to 3.1.1Micke Prag2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Micke Prag <micke.prag@telldus.se>
* | | | | | gnunet: update to r37672Daniel Golle2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while at it, also fix post-install script and no longer ship gnunet-download-manager.scm, we ain't got guile anyway and it wasn't touched for 12 years. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | sqlite3: --disable-editlineEtienne CHAMPETIER2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlite3 can now use editline or readline, most package use readline, and we were using it, so continue using readline and disable editline Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | | openssh: update to 7.3p1Peter Wagner2016-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | msmtp: Add nls.mk, . Fix build when BUILD_NLS not specifiedTed Hess2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | libnfc: Moved to packages-abandoned - needs MAINTAINERTed Hess2016-08-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #2967 from padre-lacroix/bandwidthd-phpTed Hess2016-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | bandwidthd-php: PHP files to graph bandwidthd data in a postgresql database
| * | | | | | bandwidthd-php: PHP files to graph bandwidthd data in a postgresqlJean-Michel Lacroix2016-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | database Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> bandwidthd-php is a set of PHP files that allows to graph bandwidthd data stored in a postgresql database. This bandwidthd data can be generated using bandwidthd-pgsql in OpenWRT or LEDE or with bandwidthd on different OS (Windows, Linux for example). Addition of a config file and an init file. Modification of the Makefile to take in account the changes above Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | Merge pull request #3007 from jefferyto/twisted-16.3.0Ted Hess2016-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | twisted: update to 16.3.0
| * | | | | | | twisted: update to 16.3.0Jeffery To2016-07-31
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #3029 from padre-lacroix/master-kismetTed Hess2016-08-08
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | kismet: Update to 2016-07-R1 and new maintainer
| * | | | | | kismet: Update to 2016-07-R1 and new maintainerJean-Michel Lacroix2016-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an update to the latest version of kismet New maintainer. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | | git: Fix build dependenciesTed Hess2016-08-07
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>