aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* net/dnscrypt-proxy: update to 1.6.0Damiano Renfer2015-07-19
| | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* Merge pull request #1590 from commodo/python-pip-upgradeSteven Barth2015-07-19
|\ | | | | python-pip: upgrade to version 7.1.0
| * python-pip: upgrade to version 7.1.0Alexandru Ardelean2015-07-18
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #1589 from commodo/python-setuptools-upgradeSteven Barth2015-07-19
|\ \ | | | | | | python-setuptools: upgrade to version 18.0.1
| * | python-setuptools: upgrade to version 18.0.1Alexandru Ardelean2015-07-18
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | tcsh: fix out of memory error with muslNuno Goncalves2015-07-18
| | | | | | | | | | | | Since __GLIBC__ is no longer defined under musl, we must hard patch it. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | openssh: update to 6.9p1Peter Wagner2015-07-18
|/ | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* gnutls: removed libgnutls-openssl subpackageNikos Mavrogiannopoulos2015-07-17
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #1573 from thess/squeeze-importTed Hess2015-07-17
|\ | | | | squeezelite: Import new package
| * squeezelite: Import new packageTed Hess2015-07-17
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #1579 from ryzhovau/tmux_urlSteven Barth2015-07-17
|\ \ | | | | | | tmux: update source URL
| * | tmux: update source URLAlexander Ryzhov2015-07-17
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | gnunet: fix breakage caused by previous commitDaniel Golle2015-07-17
| | | | | | | | | | | | | | | | | | keep.d has to exist as well... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnurl: fix vulnerabilities, refresh patchesDaniel Golle2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being based on curl 0.70.0 gnurl is affected by CVE-2015-3144 CVE-2015-3145 CVE-2015-3153 CVE-2015-3236 Import patches from curl package to fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #1578 from tru7/pthsemTed Hess2015-07-16
|\ \ \ | | | | | | | | pthsem: fix signal.h include path
| * | | pthsem: fix signal.h include pathOthmar Truniger2015-07-16
| | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | gnunet: update source, improve packagingDaniel Golle2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * always re-create config-file when service is started * use /lib/upgrade/keep.d instead of /etc/sysupgrade.conf sed'ery Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #1575 from hnyman/collectd550Jo-Philipp Wich2015-07-16
|\ \ \ \ | |/ / / |/| | | collectd: update to 5.5.0
| * | | collectd: update to 5.5.0Hannu Nyman2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd, base of Luci statistics, to 5.5.0. Patches have been refreshed. write-graphite plugin is now enabled. (see #1351) I have compile-tested all plugins with ar71xx, and real-life tested the following plugins: Conntrack, Processor (CPU), DNS, Interfaces, Wireless, System Load, Memory, Ping, Uptime Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #1481 from jow-/opennhrp-musl-compatSteven Barth2015-07-16
|\ \ \ \ | | | | | | | | | | opennhrp: fix musl compatibility
| * | | | opennhrp: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add `fcntl.h` to `nrhp/opennhrp.c` for `open()`, `O_WRONLY` etc. - Add missing `sys/types.h` include to `nrhp/nrhp_common.h` to provide required `u_int*_t` types under musl Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | Merge pull request #1508 from jow-/check-foritfy-source-compatSteven Barth2015-07-16
|\ \ \ \ \ | | | | | | | | | | | | check: fix fortify source compatibility
| * | | | | check: fix fortify source compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let `./configure` assume C99 compliant `snprintf()` and `vsnprintf()` functions by passing the required cache variables via `CONFIGURE_VARS`. Fixes fortify-source related undeclared function errors when compiling the `tests/` directory. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1509 from jow-/ctorrent-musl-compatSteven Barth2015-07-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | ctorrent: fix musl compatibility
| * | | | | | ctorrent: fix musl compatibilityJo-Philipp Wich2015-06-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing `sys/types.h` include to `strnstr()` replacement code in `compat.c` in order to declare `ssize_t` type under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1576 from bk138/ola-0.9.7Steven Barth2015-07-16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ola: Update to 0.9.7.
| * | | | | ola: Update to 0.9.7.Christian Beier2015-07-16
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <cb@shoutrlabs.com>
* | | | | Merge pull request #1574 from oneru/nano-2.4.2Steven Barth2015-07-16
|\ \ \ \ \ | |_|_|_|/ |/| | | | Nano: Update to 2.4.2
| * | | | Nano: Update to 2.4.2Jonathan Bennett2015-07-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | Add rtl-ais: rtl-sdr AIS dual channel tunerNuno Goncalves2015-07-14
| | | | | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | gnunet: update source, add sysupgrade persistentencyDaniel Golle2015-07-14
| |_|/ |/| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pptpd: convert init script to procdMislav Novakovic2015-07-14
| | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | Merge pull request #1538 from thess/zmq-package-updateTed Hess2015-07-13
|\ \ \ | | | | | | | | zmq: Make 2 variants, refresh patches, fix C++ build issues
| * | | zmq: Make 2 variants, refresh patches, fix C++ build issuesTed Hess2015-07-04
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | lcd4linux: remove broken flag from DPF driverJonathan McCrohan2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer requires external DPF library as of SVN r1198. Fixes: #1570 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | Merge pull request #1571 from ejurgensen/masterSteven Barth2015-07-13
|\ \ \ \ | | | | | | | | | | mxml: update to 2.9
| * | | | mxml: update to 2.9ejurgensen2015-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | gnunet: properly deal with persistencyDaniel Golle2015-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update sourcesDaniel Golle2015-07-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #1556 from danielg4/masterSteven Barth2015-07-13
|\ \ \ \ \ | | | | | | | | | | | | vpnc: corrected call to proto_add_host_dependency
| * | | | | vpnc: bump releaseDaniel Gimpelevich2015-07-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
| * | | | | vpnc: corrected call to proto_add_host_dependencyDaniel Gimpelevich2015-07-12
| | | | | |
* | | | | | Merge pull request #1568 from aTanW/masterSteven Barth2015-07-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | gammu: bump to the new upstream v1.36.3
| * | | | | | gammu: bump to the new upstream v1.36.3aTanW2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* | | | | | | gnunet: update source and improve packagingDaniel Golle2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add gnunet-vpn binary, it was missing * clean-up -datastore, it contained files already packaged in -mysql * remove gnunet-import-gns.sh from -utils, it can live in -gns Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | ntripcaster: change source server, fix install locationNuno Goncalves2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ntripcaster developer agency (http://igs.bkg.bund.de/) no longer provides sources for download. Created a github repository to provide sources and allow contributions. Fixed install location for configuration files. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | ntripserver: change source to githubNuno Goncalves2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ntripserver developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming. Created a github repository to provide sources and allow contributions. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | ntripclient: change source to githubNuno Goncalves2015-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming. Created a github repository to provide sources and allow contributions. Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | | | lcd4linux: import from oldpackagesJonathan McCrohan2015-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to latest version * Refresh patches * Update copyright years * Fix musl build issues (patches already applied upstream) Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | | Merge pull request #1567 from ejurgensen/masterTed Hess2015-07-12
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | libunistring: update to 0.9.6