aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | perl-uri: Update to 1.67Marcel Denia2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | | | | | libsigc++: bump to 2.4.1Steven Barth2015-03-02
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | | | Merge pull request #958 from aTanW/masterSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gammu: change startup/config file names to avoid potential conflict
| * | | | | | | | | gammu: change startup/config file names to avoid potential conflictaTanW2015-02-26
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 8 ++++---- files/gammu.init | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
* | | | | | | | | Merge pull request #938 from kissg1988/seafileSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | seafile: deleted outdated patch
| * | | | | | | | seafile: deleted outdated patchGergely Kiss2015-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | Merge pull request #969 from kissg1988/libevhtpSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libevhtp: update to version 1.2.10
| * | | | | | | | | libevhtp: update to version 1.2.10Gergely Kiss2015-03-01
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | Merge pull request #878 from jow-/lxc-autoconf-fixSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lxc: use generic autoreconf fixup
| * | | | | | | | | lxc: use generic autoreconf fixupJo-Philipp Wich2015-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | | | Merge pull request #873 from jow-/umurmur-autoconf-fixSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | umurmur: use generic autoreconf fixup
| * | | | | | | | | | umurmur: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | | | Merge pull request #962 from sairon/python-fix-distutils-adjusting-pathSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python: patch distutils adjusting path in scripts' shebang
| * | | | | | | | | | python: patch distutils adjusting path in scripts' shebangJan Čermák2015-02-27
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When distutils are copying scripts, path to Python interpreter is adjusted. This does not work well in OpenWrt buildroot, because the path is adjusted to absolute path to host Python then. This patch simply disables the adjusting of the path. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | | | | | | Merge pull request #963 from commodo/python-compileall-reduceSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python: reduce size of patch 130
| * | | | | | | | | | python: reduce size of patch 130Alexandru Ardelean2015-02-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try to reduce the amount of change in this patch, since it removes a lot of stuff, when we could just 'ifdef' that stuff out, with 2 lines. The buildroot project does something similar like this: http://git.buildroot.net/buildroot/tree/package/python/005-pyc-pyo-conditional.patch Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #964 from mstorchak/haserlSteven Barth2015-03-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | haserl: update to 0.9.34
| * | | | | | | | | haserl: update to 0.9.34Maxim Storchak2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | | | | | Merge pull request #945 from amrhassan/json4luaTed Hess2015-03-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | JSON4Lua: Add new package
| * | | | | | | | | | JSON4Lua: Add new packageAmr Hassan2015-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | | | | | | | | | Merge pull request #944 from amrhassan/uuidTed Hess2015-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | UUID: Add new package
| * | | | | | | | | | | UUID: Add new packageAmr Hassan2015-03-01
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | | | | | | | | | Merge pull request #943 from amrhassan/masterTed Hess2015-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | LuaRocks: Add new package
| * | | | | | | | | | | LuaRocks: Add new packageAmr Hassan2015-03-01
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Amr Hassan <amr.hassan@gmail.com>
* | | | | | | | | | | Merge pull request #968 from antonlacon/ffmpeg-2.5.xTed Hess2015-03-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg: update to 2.5.4
| * | | | | | | | | | | ffmpeg: update to 2.5.4Ian Leonard2015-02-28
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | | | | Merge pull request #965 from chris5560/masterTed Hess2015-02-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: implements usage of nsupdate to direct update DNS servers
| * | | | | | | | | | | ddns-scripts: implements usage of nsupdate to direct update DNS serversChristian Schoenebeck2015-02-28
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new service "bind-nsupdate" using nsupdate to directly updates a PowerDNS or Bind server via nsupdate. suggested by Jan Riechers (Pull #957) many thanks! * updated tld-names.dat Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | | Merge pull request #941 from commodo/ovs-fixTed Hess2015-02-28
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | openvswitch: limit package to supported kernel versions
| * | | | | | | | | | openvswitch: limit package to supported kernel versionsAlexandru Ardelean2015-02-21
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #960 from MikePetullo/masterTed Hess2015-02-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | php5: update to 5.6.6
| * | | | | | | | | | php5: update to 5.6.6W. Michael Petullo2015-02-26
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | mjpg-streamer: Update version of cambozola.jarTed Hess2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | libseccomp: remove legacy cruftNikos Mavrogiannopoulos2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | | gnutls: updated to 3.3.13Nikos Mavrogiannopoulos2015-02-25
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | Merge pull request #954 from sairon/python-ensurepip-removalSteven Barth2015-02-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python: removed ensurepip module
| * | | | | | | | | python: removed ensurepip moduleJan Čermák2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module is not necessary in OpenWrt because the functionality it provides (i.e. installation of setuptools and PIP) is ensured by python-pip and python-setuptools packages. See: https://docs.python.org/2.7/library/ensurepip.html Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | | | | | | | | | Merge pull request #955 from tru7/apcupsdTed Hess2015-02-24
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | apcupsd: add driver modbus-usb
| * | | | | | | | | apcupsd: add driver modbus-usbOthmar Truniger2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | | | Merge pull request #952 from ClaymorePT/masterTed Hess2015-02-24
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | boost: Dependencies, architectures updates and lib additions
| * | | | | | | | | boost 1.57.0cmf2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv. Added Boost.Locale iconv dependency - uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on. - For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | | | | | | | Merge pull request #926 from ryzhovau/masterTed Hess2015-02-24
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | msmtp-nossl: prerm
| * | | | | | | | | msmtp: bump revisionAlexander Ryzhov2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
| * | | | | | | | | msmtp-nossl: prermAlexander Ryzhov2015-02-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #953 from morgenroth/ibrdtn-update-to-1.0.1Ted Hess2015-02-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Upgrade IBR-DTN to version 1.0.1
| * | | | | | | | | | ibrdtn-tools: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * | | | | | | | | | ibrdtnd: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * | | | | | | | | | ibrdtn: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
| * | | | | | | | | | ibrcommon: Updated to 1.0.1Johannes Morgenroth2015-02-24
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* | | | | | | | | | php5: upgrade to 5.4.38Michael Heimpold2015-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2015-0235 and CVE-2015-0273. Signed-off-by: Michael Heimpold <mhei@heimpold.de>