aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #2527 from commodo/ovs-kernel-patch-fixHannu Nyman2016-03-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
| * | | | | | | | | | openvswitch: fix kernel 4.4 patch for pre-4.4 kernelsAlexandru Ardelean2016-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | wavemon: update to v0.8.0Jonathan McCrohan2016-03-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires small changes to the included header files in order to build successfully using musl. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | | | | Merge pull request #2513 from stintel/nodejsJohn Crispin2016-03-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Add node host dependency to node-* packages
| * | | | | | | | | node-serialport: add node host dependencyStijn Tintel2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | | | node-hid: add node host dependencyStijn Tintel2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | | | node-cylon: add node host dependencyStijn Tintel2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | | | node-arduino-firmata: add node host dependencyStijn Tintel2016-03-17
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | Merge pull request #2520 from cyanidium/masterHannu Nyman2016-03-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nut: upstream version bump
| * | | | | | | | | nut: upstream version bumpMarty R2016-03-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump package to latest v2.7.4 code from upstream. No changes needed for packaging.
* | | | | | | | | Merge pull request #2464 from openwrt-es/bluez-nextÁlvaro Fernández Rojas2016-03-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bluez: add support for Raspberry Pi 3
| * | | | | | | | | bluez: Add support for Raspberry Pi 3Álvaro Fernández Rojas2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds bcm43xx-3wire variant. - Resets UART speed after firmware download. - Prints chip name when firmware isn't found for bcm43xx. - Increases timeout for bcm43xx. - Moves bcm43xx firmware to lib. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * | | | | | | | | bluez: update to v5.37Álvaro Fernández Rojas2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | Merge pull request #2485 from commodo/ovs-kernel-4.4Hannu Nyman2016-03-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openvswitch: add support for kernel 4.4
| * | | | | | | | | | openvswitch: add support for kernel 4.4Alexandru Ardelean2016-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | | openvswitch: fix pthread stack size patchAlexandru Ardelean2016-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pthread_attr needed to be applied. otherwhise it still crashes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #2518 from bk138/ola-0.10.1-try3Hannu Nyman2016-03-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ola: fix dependency issues.
| * | | | | | | | | | | ola: fix dependency issues.Christian Beier2016-03-17
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds one patch from the upcoming 0.10.2 release to exclude Avahi/DNS-SD from build time detection and properly adds liblo as a dependency. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | | | | | | | | Merge pull request #2516 from hansmi/masterHannu Nyman2016-03-17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | [Unbound] Update to 1.5.8
| * | | | | | | | | | [Unbound] Update to 1.5.8Michael Hanselmann2016-03-17
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump unbound to version 1.5.8 released on March 2, 2016. Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* | | | | | | | | | lua-mosquitto: update to v0.2Karl Palsson2016-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for TLS settings in libmosquitto. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | | | | | | Merge pull request #2510 from Wedmer/masterHannu Nyman2016-03-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [utils/zoneinfo] Updated to the latest release
| * | | | | | | | | | [utils/zoneinfo] Updated to the latest releaseVladimir Ulrich2016-03-16
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | | | | radsecproxy: Update to v1.6.7.Toke Høiland-Jørgensen2016-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | python: bump PKG_RELEASEHannu Nyman2016-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PKG_RELEASE of python 2.7.11 after the recent fixes. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networkingHannu Nyman2016-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | utils/collectd: Add option to enable encrypted network output
| * | | | | | | | | | utils/collectd: Add option to enable encrypted network outputDaniel Dickinson2016-03-13
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The network plugin has the option of encrypting traffic; add a config option to allow enabling encrypting network plugin traffic. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Conflicts: utils/collectd/Makefile
* | | | | | | | | | Merge pull request #2502 from lukbaj/masterHannu Nyman2016-03-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxd
| * | | | | | | | | | Update libimobiledevice, libplist, libusbmuxd and usbmuxdLukasz Baj2016-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated libraries and tools to support connectivity of Apple devices, such as iPads, iPods and iPhones. Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* | | | | | | | | | | Merge pull request #2489 from jefferyto/host-python-rpathHannu Nyman2016-03-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python: add rpath for host Python extension modules
| * | | | | | | | | | | python: add rpath for host Python extension modulesJeffery To2016-03-13
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #2505 from openwrt-es/shairport-sync-nextTed Hess2016-03-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | shairport-sync: update to v2.8.1
| * | | | | | | | | | | shairport-sync: update to v2.8.1Álvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | flashrom: update to v0.9.9Álvaro Fernández Rojas2016-03-14
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | pciutils: add missing udev dependencyÁlvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/2471 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | libxerces-c: update to v3.1.3Álvaro Fernández Rojas2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | giflib: Update to 5.1.2, remove doc buildTed Hess2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docbook breaks build on some hosts, skip it (in a not very elegant way) Signed-off-by: Daniel Golle daniel@makrotopia.org Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | Merge pull request #2503 from dibdot/mcHannu Nyman2016-03-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mc: update to 4.8.16
| * | | | | | | | | | | mc: update to 4.8.16Dirk Brenken2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update midnight commander to latest stable release * refresh subshell patch to support minimal openwrt environment * switch to sha256 based package fingerprint * compile & functional tested with ar71xx and x86 Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | | | | | | | | Merge pull request #2504 from Zokormazo/masterHannu Nyman2016-03-14
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | grep: update to 2.24
| * | | | | | | | | | | grep: update to 2.24Julen Landa Alustiza2016-03-14
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | | | | | | | qemu: bump to 2.5.0Yousong Zhou2016-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | rtl-sdr: Add start script file for rtl-tcpMike Miller2016-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the most common uses of the rtl-sdr suite on OpenWrt is to stream data to a remote analyzer. This commit creates a /etc/init.d/ and /etc/config entry for rtl-tcp, so that it can automatically launch on startup. Signed-off-by: Mike Miller <github@mikeage.net>
* | | | | | | | | | | Merge pull request #2499 from tru7/knxdHannu Nyman2016-03-13
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | knxd: bump to new version
| * | | | | | | | | | knxd: bump to new versionOthmar Truniger2016-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | | Merge pull request #2488 from obsy/masterHannu Nyman2016-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | transmission: update to 2.92, refresh patches
| * | | | | | | | | | | transmission: update to 2.92, refresh patchesCezary Jackiewicz2016-03-12
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2413 from KurdyMalloy/pocoYousong Zhou2016-03-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | poco: add package for the Poco C++ library
| * | | | | | | | | | | poco:add package for the Poco C++ libraryjmjulien2016-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POrtable COmponents is a Modern, powerful open source C++ class libraries for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. Original Makefile --> https://dev.openwrt.org/browser/packages/libs/poco/Makefile add license add maintainer update URL to latest github stable version (1.7.0) change patch to the configure file add a patch to build with musl-libc Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
* | | | | | | | | | | | openssh: update to 7.2p2Peter Wagner2016-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>