aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vpnbypass: remove problematic sed command from MakefileHannu Nyman2017-02-14
| | | | | | | | | | Makefile had sed commands in "prepare" step that modified the source files directly. That lead to feed update failure at the buildbot. Remove those commands as the first aid. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* net-snmp: add engineID config optionsStijn Tintel2017-02-14
| | | | | | | | | | According to the snmpd.conf man page, the engineID of an snmp agent should be consistent through time. However, it seems that the engineID changes every reboot. Add options to configure how the engineID is generated. The default setting generates it based on the MAC address of the eth0 interface. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #4007 from tsl0922/ttyd-1.3.0Hannu Nyman2017-02-14
|\ | | | | ttyd: update to 1.3.0
| * ttyd: update to 1.3.0Shuanglei Tao2017-02-14
|/ | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* wireguard: simple package bump to 0.0.20170214Jason A. Donenfeld2017-02-14
| | | | | | | While I'm at it, add myself as maintainer, since I'm doing many of the bumps anyway. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* xl2tpd: backporting fix for race condition causing xl2tpd hangYousong Zhou2017-02-14
| | | | | | The patch was taken from https://github.com/xelerance/xl2tpd/pull/125 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #4001 from kissg1988/seafileHannu Nyman2017-02-14
|\ | | | | seafile: update to version 6.0.7
| * seafile: update to version 6.0.7Gergely Kiss2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update several dependencies, as well: * django-compressor -> 2.1.1 * django-constance -> 1.3.4 * django-restframework -> 3.5.4 * django-statici18n -> 1.3.0 * django -> 1.8.17 * openpyxl -> 2.4.2 * python-dateutil -> 2.6.0 * python-urllib3 -> 1.20 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #4004 from stangri/vpnbypassHannu Nyman2017-02-14
|\ \ | | | | | | vpnbypass: updated README (linked from luci app)
| * | vpnbypass: updated README (linked from luci app)Stan Grishin2017-02-13
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | package dejavu fontsMirko Vogt2017-02-13
| | | | | | | | Signed-off-by: Mirko Vogt <mirko-dev@nanl.de>
* | Merge pull request #3896 from usr-sse2/patch-1Florian Fainelli2017-02-13
|\ \ | | | | | | hfsprogs: Fix building on macOS
| * | hfsprogs: fix building on macOSMichael Belyaev2017-01-31
| | | | | | | | | | | | Signed-off-by: Michael Belyaev <usrsse2@icloud.com>
* | | Merge pull request #3998 from commodo/fix-ncurses-buildHannu Nyman2017-02-13
|\ \ \ | | | | | | | | python,python3: fix ncurses module build
| * | | python3: fix ncursesw definition collisionsAlexandru Ardelean2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setup.py seems to add the host's /usr/include/ncursesw header. Reported-by: Arturo Rinaldi <arturo@arduino.org> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: remove setupterm() redefinitionAlexandru Ardelean2017-02-13
| | |/ | |/| | | | | | | | | | | | | | | | It's not 100% aligned with the ncurses' definition. Reported-by: Arturo Rinaldi <arturo@arduino.org> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #3997 from eduardoabinader/check_use_sha256Hannu Nyman2017-02-13
|\ \ \ | | | | | | | | check: use sha256 checksum
| * | | check: use sha256 checksumEduardo Abinader2017-02-13
| | | | | | | | | | | | | | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | Merge pull request #3995 from nxhack/use_NOCACHEHannu Nyman2017-02-13
|\ \ \ \ | |/ / / |/| | | icu: fix fail situation of CONFIG_CCACHE=y
| * | | icu: fix fail situation of CONFIG_CCACHE=yHirokazu MORIKAWA2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-4c09f99 Run tested: NONE Description: buildbots fail situation of CONFIG_CCACHE=y `Running ./configure CC=ccache gcc CXX=ccache g++ ....` Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #3238 from eduardoabinader/bump_libcheckHannu Nyman2017-02-13
|\ \ \ \ | | | | | | | | | | check: bump to 0.11.0
| * | | | check: changing MaintainerEduardo Abinader2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As agreed on https://github.com/openwrt/packages/pull/3238 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
| * | | | check: bump to 0.11.0Eduardo Abinader2017-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated new package url and solved some issues: https://github.com/libcheck/check/releases/tag/0.11.0 Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | | Merge pull request #3987 from stangri/vpnbypassHannu Nyman2017-02-13
|\ \ \ \ \ | |_|/ / / |/| | | | vpnbypass: new service triggers, typo fix
| * | | | vpnbypass: new service triggers, typo fix, more reliable startStan Grishin2017-02-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | Merge pull request #3992 from the-alien/masterHannu Nyman2017-02-13
|\ \ \ \ \ | | | | | | | | | | | | python-ldap: update to 2.4.30
| * | | | | python-ldap: update to 2.4.30alien2017-02-13
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Dmitry Trefilov <the-alien@live.ru>
* | | | | Merge pull request #3993 from nxhack/specify_crosscompile_varsHannu Nyman2017-02-13
|\ \ \ \ \ | |/ / / / |/| | | | icu: specify cross compile variables
| * | | | icu: specify cross compile variablesHirokazu MORIKAWA2017-02-13
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: brcm2708 aarch64_cortex-a53+neon-vfpv4_musl LEDE head r3426-4c09f99 Run tested: NONE Description:
buildbots fail on link ARM object. error: xxxxxx.o uses VFP register arguments, Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | gnutls: updated to 3.5.9Nikos Mavrogiannopoulos2017-02-12
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | ocserv: updated to 0.11.7Nikos Mavrogiannopoulos2017-02-12
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Merge pull request #3983 from leitec/ngircd-update-24Hannu Nyman2017-02-12
|\ \ \ \ | | | | | | | | | | ngircd: update to v24
| * | | | ngircd: update to v24Claudio Leite2017-02-11
| |/ / / | | | | | | | | | | | | Signed-off-by: Claudio Leite <leitec@gmail.com>
* | | | Merge pull request #3985 from EricLuehrsen/unbound_odhcpdHannu Nyman2017-02-12
|\ \ \ \ | | | | | | | | | | unbound: improve robustness with dhcp scripts
| * | | | unbound: improve robustness with dhcp scriptsEric Luehrsen2017-02-11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When for example 'package/net/adblock' and DNSSEC vs NTP robustness is enabled, significant restart thrashing can occur at boot up. DHCP lease triggers may be occuring at the same time. Unbounds DNS-DHCP may be incomplete until new DHCP solicit events. Solve this by leaving a passive but complete host conf file during lease trigger. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | Merge pull request #3988 from dibdot/adblockHannu Nyman2017-02-12
|\ \ \ \ | |/ / / |/| | | adblock: 2.3.0 (package release 3)
| * | | adblock: 2.3.0 (package release 3)Dirk Brenken2017-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine too optimistic wget/uclient-fetch timeout defaults * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #3975 from persandstrom/masterHannu Nyman2017-02-11
|\ \ \ \ | | | | | | | | | | Protobuf: Upgrade to version 3.1
| * | | | Protobuf: Upgrade to version 3.1Per Sandström2017-02-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
* | | | | Merge pull request #3978 from stsydow/patch-2Hannu Nyman2017-02-10
|\ \ \ \ \ | | | | | | | | | | | | chrony: set rtcsync option to avoid UNSYNC state
| * | | | | chrony: set rtcsync config optionMetafly2017-02-10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the system will always stay in UNSYNC state. Even if there is no real RTC. See chrony minimal config: http://chrony.tuxfamily.org/faq.html#_what_is_the_minimum_recommended_configuration_for_an_ntp_client Signed-off-by: Stefan Sydow <st@metafly.info>
* | | | | Merge pull request #3872 from jow-/loudmouth-fix-autoreconfHannu Nyman2017-02-10
|\ \ \ \ \ | | | | | | | | | | | | loudmouth: fix autoconf errors
| * | | | | loudmouth: fix autoconf errorsJo-Philipp Wich2017-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not override configure recipe and do not invoke upstream autogen.sh. The shipped autogen.sh attempts to call "gtkdocize" which is no guaranteed build prereq of LEDE or OpenWrt. Also add a patch to disable the processing of documentation, tests and examples as these resources rely on gtk-doc infrastructure which is not available within LEDE or OpenWrt. Example error for the bad autogen.sh invocation: ( cd .../loudmouth-1.5.3; ./autogen.sh ) ./autogen.sh: 33: ./autogen.sh: gtkdocize: not found Makefile:73: recipe for target '.../.configured_yynyyyyn' failed Example error for the lacking gtk-doc automake infrastructure: automake: error: cannot open < gtk-doc.make: No such file or directory autoreconf: .../host/bin/automake failed with exit status: 1 [...] config.status: error: cannot find input file: `docs/reference/Makefile.in' Makefile:72: recipe for target '.../.configured_yynyn' failed Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #3882 from val-kulkov/subversion-packageHannu Nyman2017-02-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | subversion: add unixodbc dependency
| * | | | | | subversion: add unixodbc dependencyVal Kulkov2017-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: LEDE HEAD If unixodbc package is present in the environment, subversion fails to compile due to missing dependencies. Fixes the dependency on unixodbc if unixodbc package is selected. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | Merge pull request #3891 from tmn505/pcmciautilsHannu Nyman2017-02-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pcmciautils: import from oldpackages
| * | | | | | | pcmciautils: import from oldpackagesTomasz Maciej Nowak2017-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -import from oldpackages -add PKG_LICENSE, PKG_LICENSE_FILES, PKG_MAINTAINER -add two build fix patches Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | | | | | | Merge pull request #3908 from paulfertser/openocd-0.10.0Hannu Nyman2017-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | openocd: bump version to 0.10.0
| * | | | | | | | openocd: bump version to 0.10.0Paul Fertser2017-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | | | | | | | znc: update to 1.6.4Jonas Gorski2017-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a few potential segfauls and includes OpenSSL 1.1 compatibilty. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>