aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libtirpc: add package v1.0.2Andy Walsh2018-01-28
| | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* inadyn: update package description and project urlYousong Zhou2018-01-27
| | | | | | Fixes #5348 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* github: adapt templatesYousong Zhou2018-01-27
| | | | | | | | | | | | | Remove refs to LEDE and use "OpenWrt" instead of "OpenWRT" Remove instructions on self-checking pull request content for the following considerations - The checks are now enforced by travis autocheck scripts - Github now prompts users to refer to the contributing guide on submitting new issue and pull request Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #5504 from pprindeville/perl-cleanupPhilip Prindeville2018-01-26
|\ | | | | perlmod: avoid 'do' semantics and just concatenate
| * perlmod: avoid 'do' semantics and just concatenatePhilip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | | | | | In Perl the 'do' construct has some odd side-effects regarding $@, $!, and return values (i.e. 'do'ing a file which evaluates to undef can be a little ambiguous). Instead, generate a preamble to the Makefile.PL and execute it as stdin. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * Revert "perl-inline-c: patch Makefile.PL to not eval undef"Philip Prindeville2018-01-25
| | | | | | | | | | | | This reverts commit 5470c60a91653fa34591540f38e119dc5e8ab5cc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * Revert "perl: when Makefile.PL fails give more feedback"Philip Prindeville2018-01-25
| | | | | | | | | | | | This reverts commit a4aaaf8d8f2eb6d8431f8b1a97ba97380364aa04. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * Revert "perlmod: redux handling odd Makefile.PL eval value"Philip Prindeville2018-01-25
| | | | | | | | | | | | This reverts commit f03cd7b5aca1c7b041ca120cbf684d1b3c48c236. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #5503 from tmn505/perl-aarch64Philip Prindeville2018-01-26
|\ \ | | | | | | perl: add build config for aarch64
| * | perl: add build config for aarch64Tomasz Maciej Nowak2018-01-26
| | | | | | | | | | | | | | | | | | | | | Because nonexistent aarch64.config the build of perl will fail for ARM 64-bit targets. Fix it by adding mentioned config. Fixes #2963. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
* | | Merge pull request #5500 from remakeelectric/luaposix-xopen-rtPhilip Prindeville2018-01-26
|\ \ \ | | | | | | | | luaposix: musl compatibility with XOPEN_REALTIME
| * | | luaposix: musl compatibility with XOPEN_REALTIMEKarl Palsson2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | musl-libc doesn't define _XOPEN_REALTIME as it doesn't implement the full set of the realtime operations. However, it _does_ implement POSIX_TIMERS, which is what luaposix _should_ be checking for in the posix.time module. I've filed https://github.com/luaposix/luaposix/issues/295 to track this upstream, but this is a simpler, verified fix for our older version of luaposix. This restores functions like posix.time.clock_gettime(CLOCK_MONOTONIC) for instance, which was available with pre-musl builds of luaposix. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #5499 from daztucker/masterHannu Nyman2018-01-26
|\ \ \ \ | | | | | | | | | | net/https-dns-proxy: Update to 2018-01-24.
| * | | | net/https-dns-proxy: Update to 2018-01-24.Darren Tucker2018-01-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependency on ca-bundle without which the HTTPS fetches fail. Add "-x" option to force HTTP/1.1 instead of HTTP/2.0 Add a workaround for bug in libcurl <7.530 that prevents it from working at all when built with mbedtls. Signed-off-by: Darren Tucker <dtucker@dtucker.net> Acked-by: Aaron Drew <aarond10@gmail.com>
* | | | Merge pull request #5509 from stangri/vpnbypassHannu Nyman2018-01-26
|\ \ \ \ | | | | | | | | | | vpnbypass: better start/stop from Web UI and triggers
| * | | | vpnbypass: better start/stop from Web UI and triggersStan Grishin2018-01-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #5510 from stangri/simple-adblockdibdot2018-01-26
|\ \ \ \ | | | | | | | | | | simple-adblock: better start/stop/reload/uninstall
| * | | | simple-adblock: better start/stop/reload/uninstallStan Grishin2018-01-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #5502 from pprindeville/issue/5488.bisMichael Heimpold2018-01-26
|\ \ \ \ | |/ / / |/| | | php7: redux of fix for issue #5488
| * | | php7: redux of fix for issue #5488Philip Prindeville2018-01-25
|/ / / | | | | | | | | | | | | | | | | | | Upstream was a little premature on asking for a change and not vetting it. Here is the currently proposed fix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #5501 from pprindeville/issue/5488Michael Heimpold2018-01-25
|\ \ \ | | | | | | | | php7: fix issue 5488
| * | | php7: fix issue 5488Philip Prindeville2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on which version of libiconv you're using, php_iconv_string() doesn't always null out *out as part of its initialization. This patch makes that behavior invariant. Submitted upstream as https://github.com/php/php-src/pull/3037 where it's approved and waiting a merge. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | exfat-nofuse: set Yousong Zhou as the current maintainerYousong Zhou2018-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | exfat-nofuse: bump to source date 2017-06-20Yousong Zhou2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #5322, #5444. Closes #5388 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #5495 from Wedmer/masterTed Hess2018-01-24
|\ \ \ \ | | | | | | | | | | zoneinfo: Updated to the latest release
| * | | | zoneinfo: Updated to the latest releaseVladimir Ulrich2018-01-24
|/ / / / | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | Merge pull request #5490 from TDT-AG/pr/20180123-stunnel-fix-reloadHannu Nyman2018-01-23
|\ \ \ \ | | | | | | | | | | net/stunnel: fix reload and crash loop on invalid configuration
| * | | | net/stunnel: Remove abdicate maintainerFlorian Eckert2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update PKG_RELEASE version to 4. Remove Daniel Engberg from PGK_MAINTANER list. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/stunnel: check if service section is configured to prevent crash loopFlorian Eckert2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a service section is not presented in the configuration then stunnel will always start anyway. This ends in a crash loop because the configuration is not valid. Checking in "uci" mode if a service section is presented and only then start the stunnel service will solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/stunnel: do always stop/start on config changeFlorian Eckert2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send a SIGHUP on reload configuration let procd restart the service with stop/start. This is saver. Add uci generated stunnel file to procd "file" attribute to reload/restart the stunnel service. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #5489 from mwarning/zerotierHannu Nyman2018-01-23
|\ \ \ \ \ | | | | | | | | | | | | zerotier: support controller mode
| * | | | | zerotier: support controller modeMoritz Warning2018-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add config_path option since the controller mode needs a persisting path to be used * add patch to fix a bug in the controller code (https://github.com/zerotier/ZeroTierOne/issues/553) * disable zerotier by default, as the default settings let it connect to a public network Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | fdk-aac: Update to latest (20171220), cleanup optimization optsTed Hess2018-01-23
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #5395 from diizzyy/sound-mpg123Zoltan Herpai2018-01-23
|\ \ \ \ \ | | | | | | | | | | | | mpg123: Update to 1.25.8
| * | | | | mpg123: Update to 1.25.8Daniel Engberg2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mpg123 to 1.25.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | rtty: Add packageJianhui Zhao2018-01-23
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | A reverse proxy WebTTY. It is composed of the client and the server. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5311 from mwarning/kadnodechamptar2018-01-22
|\ \ \ \ \ | |_|_|_|/ |/| | | | kadnode: add new package
| * | | | kadnode: add new packageMoritz Warning2018-01-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | Merge pull request #5390 from diizzyy/net-inadynchamptar2018-01-21
|\ \ \ \ \ | | | | | | | | | | | | inadyn: Update to 2.3
| * | | | | inadyn: Update to 2.3Daniel Engberg2018-01-09
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update inadyn to 2.3 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #5387 from diizzyy/admin-netdatachamptar2018-01-21
|\ \ \ \ \ | | | | | | | | | | | | admin/netdata: Update to 1.9.0
| * | | | | admin/netdata: Update to 1.9.0Daniel Engberg2018-01-10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update netdata to 1.9.0 O3 optimization which is set as default by upstream Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #5483 from micmac1/move-sngrep-and-sipgrep-to-telephonychamptar2018-01-21
|\ \ \ \ \ | | | | | | | | | | | | Move sngrep and sipgrep to openwrt/telephony
| * | | | | sngrep: move to telephony repoSebastian Kemper2018-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete sngrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | sipgrep: move to telephony repoSebastian Kemper2018-01-21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete sipgrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #5482 from neheb/patch-1champtar2018-01-21
|\ \ \ \ \ | | | | | | | | | | | | btrfs-progs: Bump to 4.14.1 + add Build/InstallDev
| * | | | | btrfs-progs: Bump to 4.14.1 + add Build/InstallDevRosen Penev2018-01-20
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes #5173 and bumps the version to latest. Tested on ramips (mt7621). Signed-off-by: Eugene Chekanskiy <echekanskiy@gmail.com> Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | openconnect: build without options we don't supportNikos Mavrogiannopoulos2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is, since we don't require gssapi or libpskc, avoid accidental builds with it. Closes #5474 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #5429 from philenotfound/mutt-bumpHannu Nyman2018-01-20
|\ \ \ \ \ | | | | | | | | | | | | mutt: bump to version 1.9.2
| * | | | | mutt: bump to version 1.9.2Phil Eichinger2018-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add terminfo as dependency. In 15.05 ncursesw doesn't have a dependency on terminfo resulting in a broken default install of mutt. Signed-off-by: Phil Eichinger <phil@zankapfel.net>