Commit Graph

9624 Commits

Author SHA1 Message Date
Yousong Zhou f552f738e2 github: adapt templates
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>
2018-01-27 11:24:43 +08:00
Philip Prindeville cda0e18b27
Merge pull request #5504 from pprindeville/perl-cleanup
perlmod: avoid 'do' semantics and just concatenate
2018-01-26 16:41:46 -07:00
Philip Prindeville 951f1da08b
Merge pull request #5503 from tmn505/perl-aarch64
perl: add build config for aarch64
2018-01-26 12:54:41 -07:00
Philip Prindeville 47cf9884f5
Merge pull request #5500 from remakeelectric/luaposix-xopen-rt
luaposix: musl compatibility with XOPEN_REALTIME
2018-01-26 08:23:52 -07:00
Hannu Nyman 3468ba8ef2
Merge pull request #5499 from daztucker/master
net/https-dns-proxy: Update to 2018-01-24.
2018-01-26 16:26:58 +02:00
Hannu Nyman f3e5228313
Merge pull request #5509 from stangri/vpnbypass
vpnbypass: better start/stop from Web UI and triggers
2018-01-26 16:26:05 +02:00
dibdot b9df1a01fb
Merge pull request #5510 from stangri/simple-adblock
simple-adblock: better start/stop/reload/uninstall
2018-01-26 12:03:29 +01:00
Michael Heimpold 62a9b247a0
Merge pull request #5502 from pprindeville/issue/5488.bis
php7: redux of fix for issue #5488
2018-01-26 07:21:16 +01:00
Stan Grishin 4c06b95a34 simple-adblock: better start/stop/reload/uninstall
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 19:35:52 -08:00
Stan Grishin d7b0dc611f vpnbypass: better start/stop from Web UI and triggers
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-01-25 19:16:35 -08:00
Philip Prindeville 1e0db9ba80 perlmod: avoid 'do' semantics and just concatenate
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>
2018-01-25 18:48:34 -07:00
Philip Prindeville 6973d0e1d8 Revert "perl-inline-c: patch Makefile.PL to not eval undef"
This reverts commit 5470c60a91.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-01-25 18:48:34 -07:00
Philip Prindeville 531eb4404b Revert "perl: when Makefile.PL fails give more feedback"
This reverts commit a4aaaf8d8f.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-01-25 18:48:34 -07:00
Philip Prindeville be52f902d8 Revert "perlmod: redux handling odd Makefile.PL eval value"
This reverts commit f03cd7b5ac.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-01-25 18:48:34 -07:00
Tomasz Maciej Nowak 6535c76395 perl: add build config for aarch64
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>
2018-01-26 00:40:17 +01:00
Darren Tucker c962ab62f8 net/https-dns-proxy: Update to 2018-01-24.
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>
2018-01-26 10:04:02 +11:00
Philip Prindeville e1a4178de1 php7: redux of fix for issue #5488
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>
2018-01-25 15:19:30 -07:00
Michael Heimpold 74eecfebcc
Merge pull request #5501 from pprindeville/issue/5488
php7: fix issue 5488
2018-01-25 21:08:48 +01:00
Philip Prindeville 6230ab4437 php7: fix issue 5488
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>
2018-01-25 12:51:51 -07:00
Karl Palsson 1ac343bd80 luaposix: musl compatibility with XOPEN_REALTIME
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>
2018-01-25 15:11:46 +00:00
Yousong Zhou 5dd0a570e6 exfat-nofuse: set Yousong Zhou as the current maintainer
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-25 09:36:20 +08:00
Yousong Zhou 780330a251 exfat-nofuse: bump to source date 2017-06-20
Fixes #5322, #5444.  Closes #5388

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-25 09:36:20 +08:00
Ted Hess 8e89a79dc0
Merge pull request #5495 from Wedmer/master
zoneinfo: Updated to the latest release
2018-01-24 16:12:48 -05:00
Vladimir Ulrich b9c2856fc0 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-01-24 19:19:33 +03:00
Hannu Nyman 8372e4ce89
Merge pull request #5490 from TDT-AG/pr/20180123-stunnel-fix-reload
net/stunnel: fix reload and crash loop on invalid configuration
2018-01-23 19:22:17 +02:00
Hannu Nyman 2570aeb1f3
Merge pull request #5489 from mwarning/zerotier
zerotier: support controller mode
2018-01-23 19:21:19 +02:00
Ted Hess a2efe0e314 fdk-aac: Update to latest (20171220), cleanup optimization opts
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-01-23 09:55:45 -05:00
Florian Eckert 3426baff06 net/stunnel: Remove abdicate maintainer
Update PKG_RELEASE version to 4.
Remove Daniel Engberg from PGK_MAINTANER list.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-01-23 14:37:02 +01:00
Florian Eckert 68f6fc25a0 net/stunnel: check if service section is configured to prevent crash loop
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>
2018-01-23 14:37:02 +01:00
Florian Eckert 66349b4cd9 net/stunnel: do always stop/start on config change
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>
2018-01-23 11:53:47 +01:00
Moritz Warning 90fca8e23a zerotier: support controller mode
* 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>
2018-01-23 11:49:07 +01:00
Zoltan Herpai dbdfc999d5
Merge pull request #5395 from diizzyy/sound-mpg123
mpg123: Update to 1.25.8
2018-01-23 10:55:36 +01:00
Jianhui Zhao 8a7797d67a rtty: Add package
A reverse proxy WebTTY. It is composed of the client and the server.

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-01-23 15:24:36 +08:00
champtar 4d5c752f45
Merge pull request #5311 from mwarning/kadnode
kadnode: add new package
2018-01-22 04:37:01 +01:00
champtar b6c6c9e535
Merge pull request #5390 from diizzyy/net-inadyn
inadyn: Update to 2.3
2018-01-21 15:05:02 +01:00
champtar 075dc5caae
Merge pull request #5387 from diizzyy/admin-netdata
admin/netdata: Update to 1.9.0
2018-01-21 14:38:07 +01:00
champtar 7d64f2470e
Merge pull request #5483 from micmac1/move-sngrep-and-sipgrep-to-telephony
Move sngrep and sipgrep to openwrt/telephony
2018-01-21 14:36:37 +01:00
Sebastian Kemper f22e179b12 sngrep: move to telephony repo
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>
2018-01-21 14:25:04 +01:00
Sebastian Kemper 43dfd37195 sipgrep: move to telephony repo
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>
2018-01-21 14:23:15 +01:00
champtar a8c04c98ec
Merge pull request #5482 from neheb/patch-1
btrfs-progs: Bump to 4.14.1 + add Build/InstallDev
2018-01-21 07:12:32 +01:00
Rosen Penev a9e4c8ef64 btrfs-progs: Bump to 4.14.1 + add Build/InstallDev
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>
2018-01-20 21:44:11 -08:00
Nikos Mavrogiannopoulos aa93ca86db openconnect: build without options we don't support
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>
2018-01-20 23:47:44 +01:00
Hannu Nyman d0e24bd6ed
Merge pull request #5429 from philenotfound/mutt-bump
mutt: bump to version 1.9.2
2018-01-20 23:46:04 +02:00
champtar 0f74fe7c13
Merge pull request #5257 from lynxis/rb_libgcrypt
libgcrypt: remove build timestamp
2018-01-20 22:33:38 +01:00
champtar a1f960f2fa
Merge pull request #5371 from MikePetullo/libsoup
libsoup: update to 2.60.2
2018-01-20 22:04:48 +01:00
Michael Heimpold 6a55acc519 libiio: update to 0.12
- remove upstreamed patch
- remove dependency to libavahi-common which does not exist,
  seems that I have confused library name vs package name (fixes #5480)
(- only compile tested at the moment)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-20 22:03:09 +01:00
champtar eae25776a9
Merge pull request #5389 from diizzyy/libs-confuse
confuse: remove myself as maintainer
2018-01-20 21:14:56 +01:00
champtar fac7528a60
Merge pull request #5481 from hnyman/coova
coova-chilli: remove matrixssl dependency
2018-01-20 20:29:29 +01:00
Hannu Nyman b5fbdd7fef coova-chilli: remove matrixssl dependency
matrixssl is still in the oldpackages repo,
so coova-chilli should not depend on it.

Remove the config option for selecting matrixssl lib
and the dependency declaration.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-01-20 16:44:08 +02:00
Jo-Philipp Wich f2760f973f
Merge pull request #5451 from jow-/ulogd-conditional-deps
ulogd: conditionalize dependencies
2018-01-20 15:19:50 +01:00