aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Unbound: Add hotplug/iface script to request restartEric Luehrsen2016-10-30
| | | | | | | | | -Rebind to new interfaces cleanly -Detach from old interfaces cleanly -Some conf options do not reload dynamically -Unbound grows some and this will shrink it Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* Merge pull request #3412 from dibdot/travelmateHannu Nyman2016-10-29
|\ | | | | travelmate: update 0.2.4
| * travelmate: update 0.2.4Dirk Brenken2016-10-29
| | | | | | | | | | | | | | | | | | | | * change option 'trm_iw' to boolean, 1 => use iw (default) 0 => use iwinfo * option 'trm_maxretry' now accepts '0' to disable this check at all * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | nsd: Update to v4.1.13Vasilis Tsiligiannis2016-10-29
| | | | | | | | Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
* | Merge pull request #3409 from dibdot/adblockHannu Nyman2016-10-29
|\ \ | | | | | | adblock: update 1.5.3
| * | adblock: update 1.5.3Dirk Brenken2016-10-28
| | | | | | | | | | | | | | | | | | | | | * make wget check more flexible, fix for broken wget package installations Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #3410 from MikePetullo/lighttpdHannu Nyman2016-10-29
|\ \ \ | | | | | | | | lighttpd: update to 1.4.42
| * | | lighttpd: update to 1.4.42W. Michael Petullo2016-10-29
|/ / / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | nmap: fix build on MacOS XAlexandru Ardelean2016-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script (for libdnet) seems to find <net/bpf.h> and detect some BSD stuff. The lidnet's Makefile wants to include eth-bsd.c, arp-bsd.c and other BSD friends. This seems to put a cork on it, and no BSD stuff appears anymore. [at least on my system]. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | gnunet: update to SVN r38231Daniel Golle2016-10-28
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #3406 from dibdot/travelmateHannu Nyman2016-10-28
|\ \ \ | | |/ | |/| travelmate: update 0.2.3
| * | travelmate: update 0.2.3Dirk Brenken2016-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * simplified network setup * refine scan-timeout between different radios * raise error counter on lost uplink connections too * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | autoconf: prevent emacs detection and usage during compileMichael Heimpold2016-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LEDE buildbots currently fail to build the package since there seems to be a problem with the emacs installed on the buildbot(s) (e.g. [1]): -snip- Making all in emacs make[7]: Entering directory `/opt/buildbot/slaves/lede-slave-tah/x86_64/build/sdk/build_dir/target-x86_64_musl-1.1.15/autoconf-2.69/lib/emacs' WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/bash ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi 4;1H; last errno 10) No buffers needed saving: you didn't lose any work. mv: cannot stat '*.elc': No such file or directory make[7]: *** [elc-stamp] Error 1 -snap- So let's disable the emacs usage - the resulting artifacts are not packaged at the moment at all. [1] https://downloads.lede-project.org/snapshots/faillogs/x86_64/packages/autoconf/compile.txt Signed-off-by: Michael Heimpold <mhei@heimpold.de> Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* | | Merge pull request #3297 from NeoRaider/pythonHannu Nyman2016-10-27
|\ \ \ | | | | | | | | python, python3, python-*: use default prefix for host install
| * | | python3: use default prefix for host installMatthias Schiffer2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * | | python, python-*: use default prefix for host installMatthias Schiffer2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | Also fixes a few incorrect "$(STAGING_DIR_HOST)/host" paths. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | Merge pull request #3278 from diizzyy/patch-13Hannu Nyman2016-10-27
|\ \ \ \ | | | | | | | | | | libtool-bin: switch to xz tarball
| * | | | libtool-bin: switch to xz tarball diizzyy2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #3307 from amnonpaz/feature-new-package-lua-opensslHannu Nyman2016-10-27
|\ \ \ \ \ | | | | | | | | | | | | lua-openssl: Introduce new package
| * | | | | lua-openssl: Introduce new packageAmnon Paz2016-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Lua wrapper library for openssl. Add patches for: 1. Revise the makefile, so the package can be built under openwrt 2. Remove "lua_isinteger" implementation from the package's "compat" code in order to avoid linkage issues - An implementation already exists in the target's Lua package. 3. Support OPENSSL_NO_SSL3_METHOD & OPENSSL_NO_COMP Signed-off-by: Amnon Paz <pazamnon@gmail.com>
* | | | | | Merge pull request #3335 from sartura/libwebsockets-full-variantLuka Perkov2016-10-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | libwebsockets: add full variant with libuv, plugins, CGI
| * | | | | | libwebsockets: use tarball releases instead of gitDenis Osvald2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
| * | | | | | libwebsockets: bump to v2.0.3Denis Osvald2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
| * | | | | | libwebsockets: add full variant with libuv, plugins, CGIDenis Osvald2016-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | | | | | | Merge pull request #3393 from bobafetthotmail/patch-19Nikos Mavrogiannopoulos2016-10-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnutls-utils/certtool: move to Encryption submenu
| * | | | | | | gnutls-utils/certtool: move to Encryption submenuAlberto Bursi2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | Merge pull request #3383 from bobafetthotmail/patch-10Hannu Nyman2016-10-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libhavege: move to Libraries category
| * | | | | | | | libhavege: move to Libraries categoryAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | Merge pull request #3382 from bobafetthotmail/patch-9Hannu Nyman2016-10-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | klish: move to Shells submenu
| * | | | | | | | | klish: move to Shells submenuAlberto Bursi2016-10-23
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | Merge pull request #3390 from bobafetthotmail/patch-16Yousong Zhou2016-10-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dvtm: move to Terminal submenu
| * | | | | | | | | dvtm: move to Terminal submenuAlberto Bursi2016-10-23
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | Merge pull request #3385 from bobafetthotmail/patch-11Hannu Nyman2016-10-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tmux: move to Terminal submenu
| * | | | | | | | | tmux: move to Terminal submenuAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | | Merge pull request #3326 from ClaymorePT/boost_1_62_r1Hannu Nyman2016-10-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | boost: Package Version Update -> 1.62.0
| * | | | | | | | | | boost: Package Version Update -> 1.62.0Carlos Ferreira2016-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @ClaymorePT Compile tested: Broadcom BCM2708 Run tested: None Description: This package version update brings two new libraries: Fiber [1] (Currently Broken) Framework for userland-threads/fibers, from Oliver Kowalke. QVM [2] Boost QVM is a generic library for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications, from Emil Dotchevski. More information about the 1.62.0 release (bug fixes, etc), can be found here [3]. [1]: http://www.boost.org/doc/libs/1_62_0/libs/fiber/ [2]: http://www.boost.org/doc/libs/1_62_0/libs/qvm/ [3]: http://www.boost.org/users/history/version_1_62_0.html Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | | | | | | | | Merge pull request #3351 from RussellSenior/update-ap51-flashHannu Nyman2016-10-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | utils/ap51-flash: import from old-packages and update
| * | | | | | | | | | | utils/ap51-flash: import from old-packages and updateRussell Senior2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | | | | | | | Merge pull request #3350 from MikePetullo/loudmouthHannu Nyman2016-10-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | loudmouth: add new package
| * | | | | | | | | | | | loudmouth: add new packageW. Michael Petullo2016-10-16
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | tcsh: move to Shells submenuAlberto Bursi2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | | | | Merge pull request #3388 from bobafetthotmail/patch-14Hannu Nyman2016-10-24
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | ccrypt: move to Encryption submenu
| * | | | | | | | | | | ccrypt: move to Encryption submenuAlberto Bursi2016-10-23
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | | | | | | | | Merge pull request #3228 from mhei/ser2net-updateMichael Heimpold2016-10-23
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ser2net: update to 3.0
| * | | | | | | | | | | ser2net: change maintainerMichael Heimpold2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current maintainer seems to be unavailable, so taking maintainership. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | | | | | ser2net: update to 3.0Michael Heimpold2016-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patches were included upstream, so remove them here. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | Merge pull request #3374 from chris5560/masterHannu Nyman2016-10-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | privoxy: fix handling config section "system"
| * | | | | | | | | | | | privoxy: fix handling config section "system"Christian Schoenebeck2016-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - privoxy.init fix handling of config section "system" - change start/stop to start=95 and stop=10 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | | | | Merge pull request #3354 from MikePetullo/lcdringerHannu Nyman2016-10-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | lcdringer: add new package
| * | | | | | | | | | | | | lcdringer: add new packageW. Michael Petullo2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lcdringer is a tool which runs on a Raspberry Pi with an LCD display. Lcdringer connects to an XMPP server, listens for messages sent to a particular Jabber ID, and displays these incoming messages while playing an audible alarm. Lcdringer also responds to the messages it receives with an indication of whether or not the audible alarm was acknowledged with a button press. Signed-off-by: W. Michael Petullo <mike@flyn.org>