aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* transmission: fix build with muslDaniel Golle2015-03-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #1081 from ffainelli/open-plc-utilsFlorian Fainelli2015-03-28
|\ | | | | open-plc-utils: bump to 2015-02-23
| * open-plc-utils: bump to 2015-02-23Florian Fainelli2015-03-27
| | | | | | | | | | | | | | Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI recommended wording for mac2pw and mac2pwd.") Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | open-plc-utils: bump to 2015-02-23Florian Fainelli2015-03-28
| | | | | | | | | | | | | | Update to commit 1f6e7e372b313cf570aa63314037588ed01ec0de ("Add QPSI recommended wording for mac2pw and mac2pwd.") Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | Merge pull request #1086 from mstorchak/haserlTed Hess2015-03-28
|\ \ | | | | | | haserl: update to 0.9.35
| * | haserl: update to 0.9.35Maxim Storchak2015-03-28
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | Merge pull request #1085 from mstorchak/wgetTed Hess2015-03-28
|\ \ \ | |/ / |/| | wget: update to 1.16.3
| * | wget: update to 1.16.3Maxim Storchak2015-03-28
|/ / | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | Merge pull request #1078 from commodo/python3-x86-decimal-fixSteven Barth2015-03-28
|\ \ | |/ |/| python3: override machine definition for i386 to build the decimal module
| * python3: override machine definition for i386 to build the decimal moduleAlexandru Ardelean2015-03-27
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | debootstrap: bump version (again)Daniel Golle2015-03-27
|/ | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lxc: bump to 1.1.1Mario Halambek2015-03-25
| | | | Signed-off-by: Mario Halambek <mario.halambek@sartura.hr>
* pianod: Fix client build on buildbotTed Hess2015-03-25
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* pulseaudio: pulseaudio-daemon depends on libjson-cPeter Wagner2015-03-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Revert "debootstrap: bump version"Peter Wagner2015-03-25
| | | | This reverts commit e9072e50fe807ddd8c4f4b686be93794b28c94ea.
* sqm-scripts: clean up interface selection for hotpluggingSebastian Moeller2015-03-25
| | | | | | | | | | | | | The initial conversion to restart sqm on interfaces it is configured for in case of (transient) dis- and reappearance was half finished. These changes clean up the handling of exlicitly passed interfaces in run.sh: no second argument defaults to all configured interfaces the alternative is an individual interface name passed as 2nd argument to run.sh. The first argument either is start or stop. No argument at all will behave as if start was passed. Survives light testing... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* sqm-scripts: change default for qdisc target parameterSebastian Moeller2015-03-25
| | | | | | | | | | | | | | | | | | | | | | Alan Jenkins noted a bug in the smq luci GUI that effectively erased several configuration paramters if two checkboxes were deselected. This behaviour seems consistent in luci but certainly has the potential to confuse users. While confusion can not really be avoided generally it seems wise to change the default interpretation for empty or non-existent itarget and etarget variables from the qdisc's default (5ms in the case of one of the codels) to automatic determination of tghis variable dependent on the configured bandwidth, as codels target variable should be large enough to contain at least one full packet. With this change sqm-scripts will do the right thing by default, but will yet allow the user to specify over-ridding values (as long as the user does not un-check the entry-field exposing check boxes). Survives light testing... This change set also changes the sqm-scripts luci gui to note the user of the change. For compatibility with existing setups sqm-scripts will still honor "auto" as an alternative explicit way of requesting automatic target selection. This might turn into a warning in the future and might be phased out... Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
* pianod: Sync patches with upstream. Fix SNI supportTed Hess2015-03-24
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* debootstrap: bump versionDaniel Golle2015-03-24
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #1070 from dibdot/masterTed Hess2015-03-24
|\ | | | | mc: add missing libmount dependency
| * mc: add missing libmount dependencydibdot2015-03-24
| | | | | | | | | | Fix compile error: add newly required libmount dependency. Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* | avahi: Enable IPv6 by defaultTed Hess2015-03-24
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1066 from ollie27/sftpdepsSteven Barth2015-03-24
|\ \ | | | | | | openssh: strip openssh-sftp-server dependencies again
| * | openssh: strip openssh-sftp-server dependencies againOliver Middleton2015-03-23
| | | | | | | | | | | | | | | | | | Reapply 99c6c3d830156ce13f415c698343353c477cd9f9 Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
* | | Merge pull request #1062 from smoofra/tmuxSteven Barth2015-03-24
|\ \ \ | | | | | | | | tmux: build fix: don't -I /usr/local/include
| * | | tmux: build fix: don't -I /usr/local/includeLawrence D'Anna2015-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tmux is forcing -I /usr/local/include on the compiler. Obviously, this is not good for cross compiles. God only knows why they put it here in the first place. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
* | | | Merge pull request #1067 from kissg1988/sudoSteven Barth2015-03-23
|\ \ \ \ | | | | | | | | | | sudo: updated to 1.8.13
| * | | | sudo: updated to 1.8.13Gergely Kiss2015-03-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | Merge pull request #1068 from dibdot/masterSteven Barth2015-03-23
|\ \ \ \ \ | | |_|_|/ | |/| | | mc: bump version to 4.8.14
| * | | | mc: bump version to 4.8.14dibdot2015-03-23
|/ / / / | | | | | | | | | | | | | | | | | | | | Update Midnight Commander to latest stable release. Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14 Signed-off-by: Dirk Brenken <dibdot@gmail.com>
* | | | Merge branch 'master' of https://github.com/openwrt/packagesMirko Vogt2015-03-23
|\ \ \ \
| * \ \ \ Merge pull request #1065 from oneru/masterTed Hess2015-03-23
| |\ \ \ \ | | | | | | | | | | | | Update Nano to 2.4 release
| | * | | | Update Nano to 2.4 release, update copyright info, and add license tagsJonathan Bennett2015-03-23
| | | |_|/ | | |/| | | | | | | | | | | | Signed-off-by: Jonathan Bennett jbennett@incomsystems.biz
| * | | | mdnsresponder: bump to 567Steven Barth2015-03-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
| * | | | Merge pull request #1061 from Wedmer/masterSteven Barth2015-03-23
| |\ \ \ \ | | |/ / / | |/| | | [zoneinfo] Updated package to the latest version
| | * | | [utils/zoneinfo] Updated package to the latest versionVladimir Ulrich2015-03-23
| | | |/ | | |/| | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
| * | | Merge pull request #1024 from plntyk/bogofilter_fixesTed Hess2015-03-23
| |\ \ \ | | | | | | | | | | bogofilter: remove host includes
| | * | | bogofilter: remove host includesDirk Neukirchen2015-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - host GSL libs are sometimes found leading to errors reported by buildbot, replicated locally (Arch Linux) Error: configure: GSL_LIBS=-L/usr/lib -lgsl -lgslcblas -lm leading to /usr/include/features.h:398:23: fatal error: gnu/stubs.h: No such file or directory - explicit libdb location to prevent host includes Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | | | Merge pull request #1063 from MikePetullo/dmapdSteven Barth2015-03-23
| |\ \ \ \ | | | | | | | | | | | | dmapd: update to 0.0.71
| | * | | | dmapd: update to 0.0.71W. Michael Petullo2015-03-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | Merge pull request #1060 from thess/pianod-workTed Hess2015-03-22
| |\ \ \ \ \ | | |/ / / / | |/| | | | pianod: Add Pandora Radio player daemon
| | * | | | pianod: Add Pandora Radio player daemonTed Hess2015-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Integrate as OpenWrt daemon * Build with PolarSSL (replaces GNUTLS) * Add optional client WebUI * Fix some socket failure handling and segfaults Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | php5: upgrade to 5.6.7Michael Heimpold2015-03-22
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | Merge pull request #1059 from stintel/sspTed Hess2015-03-20
| |\ \ \ \ | | |/ / / | |/| | | Remove optional dependency on libssp from packages
| | * | | tor: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| | * | | openssh: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| | * | | ethtool: remove optional dependency on libsspStijn Tintel2015-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| | * | | avahi: remove optional dependency on libsspStijn Tintel2015-03-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | Merge pull request #1056 from tru7/linknxTed Hess2015-03-19
| |\ \ \ | | | | | | | | | | linknx: fix dependency
| | * | | linknx: fix dependencyOthmar Truniger2015-03-19
| |/ / / | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>