aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnunet: update sourcesDaniel Golle2017-03-13
| | | | | | RPS has now been ported, SET bugs were fixed Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #4145 from EricLuehrsen/unbound_wipHannu Nyman2017-03-13
|\ | | | | unbound: bugfix odhcpd scripts and localhost fqdn options
| * unbound: bugfix init race condition invalid FQDNEric Luehrsen2017-03-12
| | | | | | | | | | | | | | | | | | | | | | | | options 'add_local_fqdn' and 'add_wan_fqdn' can be affected by race conditions when they are at level 4. Interface name may not be returned by network tools. The conf file has bad record formats and Unbound just will not load. Detect this and fall back to only the host FQDN (level 3). squash: improve documentation wording and format codes. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * unbound: fix odhcpd trigger scriptAudric Schiltknecht2017-03-12
| | | | | | | | | | | | | | Read UNBOUND_TXT_DOMAIN from main unbound configuration. This prevents records to be added into Unbound in the default 'lan' zone. Signed-off-by: Audric Schiltknecht <storm+github@chemicalstorm.org>
* | Merge pull request #4146 from stangri/vpnbypassHannu Nyman2017-03-13
|\ \ | |/ |/| vpnbypass: updated service enable/start logic.
| * vpnbypass: updated service enable/start logic.Stan Grishin2017-03-06
| | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | gnunet: update sourcesDaniel Golle2017-03-12
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnurl: update to version 7.53.1Daniel Golle2017-03-12
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | irssi: update to 1.0.2Peter Wagner2017-03-12
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #4136 from danrl/joolHannu Nyman2017-03-11
|\ \ | | | | | | jool: update to upstream version 3.5.3
| * | jool: update to upstream version 3.5.3danrl2017-03-11
| | | | | | | | | | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* | | Merge pull request #4134 from tsl0922/ttyd-1.3.1Hannu Nyman2017-03-11
|\ \ \ | | | | | | | | ttyd: update to 1.3.1
| * | | ttyd: update to 1.3.1Shuanglei Tao2017-03-11
| | | | | | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | | Merge pull request #4133 from lucize/clamavpcre2Hannu Nyman2017-03-11
|\ \ \ \ | |/ / / |/| | | clamav: use PCRE2
| * | | clamav: use PCRE2Lucian Cristian2017-03-10
|/ / / | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #4113 from lucize/clamupdateHannu Nyman2017-03-10
|\ \ \ | | | | | | | | clamav: update to 0.99.2
| * | | clamav: depend on musl-fts only when USE_MUSLLucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | add me as a maintainer Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | clamav: update to 0.99.2Lucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added option DatabaseDirectory update depends on musl-fts libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #4125 from dvlemplgk/open-plc-utilsHannu Nyman2017-03-10
|\ \ \ \ | | | | | | | | | | open-plc-utils: fix menuconfig entries
| * | | | open-plc-utils: fix menuconfig entriesGünther Kelleter2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TITLE and description to contain the actual tool name. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* | | | | Merge pull request #4122 from TDT-GmbH/mwan3_add_co_maintainerHannu Nyman2017-03-10
|\ \ \ \ \ | | | | | | | | | | | | net/mwan3: add me as co maintainer
| * | | | | net/mwan3: add me as co maintainerFlorian Eckert2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #4129 from lucize/dovecotdepsStijn Tintel2017-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | dovecot: fix depends typo
| * | | | | | dovecot: fix depends typoLucian Cristian2017-03-09
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #3585 from dedeckeh/strongswan_uciStijn Tintel2017-03-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: UCI support
| * | | | | | strongswan: uci config supportHans Dedecker2017-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support to configure strongswan via uci. uci support is based on the following sections -ipsec : Global config items belonging in the strongswan.conf file -remote : Defines the remote peer(s) -tunnel : Defines the IPSec connections in tunnel mode -transport : Defines the IPSec connections in transport mode -crypto_proposal : Defines the different crypto proposals Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com> Signed-off-by: Gino Peeters <peeters.gino@gmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | Merge pull request #4109 from lucize/doveupsqliteStijn Tintel2017-03-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot: update to 2.2.28 and add SQLite support
| * | | | | | | dovecot: update to 2.2.28Lucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | dovecot: add SQLite supportLucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | dovecot: change LDAP select logicLucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | dovecot: disable ICU normalization support for FTS #4077Lucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | dovecot: change the maintainer to meLucian Cristian2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #4118 from dibdot/travelmateHannu Nyman2017-03-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travelmate: update 0.4.2
| * | | | | | | | travelmate: update 0.4.2Dirk Brenken2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimized connection handling - removed needless timeouts & wireless commits * set the pre-configured reload timeout to a more conservative/realistic value of 30 seconds * further logging tweaks Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #4115 from dibdot/mcHannu Nyman2017-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mc (midnight commander): release 4.8.19
| * | | | | | | | | mc (midnight commander): release 4.8.19Dirk Brenken2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release notes: https://midnight-commander.org/wiki/NEWS-4.8.19 * refreshed subshell patch * switched to PKG_HASH Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | Merge pull request #4119 from stintel/cleanupStijn Tintel2017-03-08
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Cleanup: avoid reuse of $(PKG_NAME)
| * | | | | | | | | treewide: use name in define and eval linesStijn Tintel2017-03-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | | Merge pull request #4108 from lucize/postsqliteStijn Tintel2017-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | postfix: Add SQLite support and fix musl compile without POSTFIX_TLS
| * | | | | | | | | postfix: Add SQLite supportLucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
| * | | | | | | | | postfix: fix musl compile without POSTFIX_TLSLucian Cristian2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | Merge pull request #4103 from gabri94/masterJo-Philipp Wich2017-03-07
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | openwisp-config: new package
| * | | | | | | | | openwisp-config: new packagegabri942017-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>
* | | | | | | | | | net/xinet.d: add /etc/xinet.d/ dir to conffiles (#4096)Florian Eckert2017-03-06
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | Merge pull request #4112 from lucize/muslftsHannu Nyman2017-03-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libs: add musl fts implementation
| * | | | | | | | | libs: add musl fts implementationLucian Cristian2017-03-06
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | ntpd: restart instead of killall and startPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | ntpd: only restart ntpd when the wan interface comes up and ntpd is enabledPeter Wagner2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | gnunet: fix buildDaniel Golle2017-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | experimental DHT implementations have been removed upstream. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #4074 from commodo/python-cryptografix-fixHannu Nyman2017-03-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-cryptography: fix build by disabling setup requirements