Rosen Penev
ec5e894ce7
Merge pull request #8954 from jonathanunderwood/openwrt-18.06-getdns-stubby-from-master
...
[18.06] stubby and getdns: cherry pick commits from master
2019-05-11 12:14:15 -07:00
Peter Wagner
54928eb69d
nfs-kernel-server: use portmap, drop rpcbind
2019-05-11 18:03:06 +02:00
Jonathan G. Underwood
09e18eef72
stubby: set PKG_SOURCE_VERSION using PKG_VERSION
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
f8c8b96e78
stubby: remove PKG_SOURCE from Makefile
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
28c328d666
stubby: add support for TLS configuration options
...
- tls_cipher_list
- tls_ciphersuites
- tls_min_version
- tls_max_version
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
eec23a91b3
stubby: add support for tls_port resolver config option ( #8889 )
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:30:23 +01:00
Jonathan G. Underwood
5415cc7b29
stubby: update to 0.2.6
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:30:23 +01:00
Rosen Penev
813d49c69f
stubby: Update PKG_RELEASE
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-05-11 10:26:26 +01:00
Jonathan G. Underwood
3b498844ac
stubby: fix handling of pkis in config ( #8888 )
...
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com >
2019-05-11 10:26:09 +01:00
Jannik Vieten
95daecd815
stubby: fixed duplicate IPv6 address in stubby.yml; fixed typo in README.md
...
Signed-off-by: Jannik Vieten <me@exploide.net >
2019-05-11 10:25:52 +01:00
Rosen Penev
0141067413
Merge pull request #8781 from neheb/pros
...
[18.06] Prosody: backport changes from master
2019-05-07 10:38:12 -07:00
Rosen Penev
fb9238b61d
addrwatch: Add -std=gnu89 to fix compilation
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-05-01 14:24:37 -07:00
Rosen Penev
3ca88ff6df
Merge pull request #8780 from neheb/apc
...
[18.06] apcupsd: preset shutdown binary
2019-04-30 11:53:23 -07:00
Rosen Penev
46d30c2215
Merge pull request #8850 from EricLuehrsen/unbound_dhcp_1806
...
[18.06] unbound: fix local dns synthesis corner cases
2019-04-30 11:47:36 -07:00
Peter Wagner
7f7fda67bd
add rpcbind
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2019-04-30 19:19:55 +02:00
Eric Luehrsen
80429e0a5b
unbound: fix local dns synthesis corner cases
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2019-04-29 22:51:55 -04:00
Guo Li
c3f6660b8b
nfs-kernel-server: fix missing libbsd dependency
...
libbsd may compile before nfs-kernel-server, it will make
nfs-kernel-server depends libbsd.so.0, that is not we want to see. so
gave option to 'configure' to disable libbsd detect and tell it we have
no libbsd
Signed-off-by: Guo Li <uxgood.org@gmail.com >
(cherry picked from commit 3fc7f7b8cc )
2019-04-27 19:53:33 +02:00
Peter Wagner
d2f254a729
nfs-kernel-server: update to 2.3.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
(cherry picked from commit e5216bb0d5 )
2019-04-27 19:53:33 +02:00
Daniel Engberg
dac119d492
nfs-kernel-server: Switch to xz tarball
...
Switch to smaller xz tarball
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
(cherry picked from commit cfba4f0874 )
2019-04-27 19:53:33 +02:00
Andy Walsh
f1ab32ab62
nfs-kernel-server: switch to libtirpc, enable ipv6
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
(cherry picked from commit 22ebb5a8d6 )
2019-04-27 19:53:33 +02:00
Andy Walsh
5ab569a069
nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dir
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
(cherry picked from commit 19dfe3b173 )
2019-04-27 19:53:33 +02:00
Peter Wagner
20809ba6a7
nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
(cherry picked from commit b1be3f9c06 )
2019-04-27 19:53:33 +02:00
Peter Wagner
2c137a7a5a
nfs-kernel-server: update to 2.3.2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
(cherry picked from commit 0d1f48893c )
2019-04-27 19:53:33 +02:00
Rosen Penev
9b3414fd11
znc: Clean up Makefile and fix compilation on PPC
...
Some of these hacks were needed when uClibc++ was used. Now that it is not
we can remove them.
Remove libpthread dependency. Not only is it unneeded, package-defaults
already specifies it.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
[jonas.gorski: cherry-pick from master]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com >
(cherry picked from commit 9cb7cc71e7da9d06194b813d6263c0b8427eb1c3)
2019-04-26 13:56:20 +02:00
Rosen Penev
024543fb1e
Merge pull request #8766 from neheb/qu
...
[18.06] quasselc: Update to latest version
2019-04-25 01:01:06 -07:00
Rosen Penev
2653eabd4d
prosody: Change linker from LD to CC
...
This is causing linking errors on i3486 and maybe other platforms. Linking
with LD does not seem to be very portable.
Also cleaned up the Makefile by getting rid of whitespace, HTTPS,
duplicated entries, etc...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-04-23 20:16:00 -07:00
Luís Felipe Safady
c15b779b81
prosody: Update prosody to 0.11.2 Update
...
Fixes CVE-2018-10847
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Luís Felipe Safady <lagonauta@gmail.com >
2019-04-23 20:15:54 -07:00
Othmar Truniger
9104a1f140
apcupsd: preset shutdown binary
...
Signed-off-by: Othmar Truniger <github@truniger.ch >
2019-04-23 20:12:32 -07:00
Rosen Penev
d02a17b35b
darkstat: Remove libbsd dependency
...
darkstat includes its own strlcat and strlcpy, making the dependency
somewhat pointless.
Fixes compilation ever since glibc dependency on libbsd was removed.
Also removed std=gnu99 as it's not needed with GCC7.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-04-23 11:32:53 -07:00
Rosen Penev
1a7d79d981
quassel-irc: Update to latest version
...
Now that the library has been updated, we can also update this.
Switched to codeload as we don't need the submodule anymore.
Various other Makefile consistency updates.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-04-23 11:12:31 -07:00
Rosen Penev
2a85006ab4
wifidog: Change to use TLS above 1.0
...
This should fix compilation as wolfSSL currently does not define
wolfTLSv1_client_method. And as the comment suggests, this is only TLS 1,
not 1.0 and above.
SSLv23 is TLS 1.1 and above as currently configured in the wolfssl package
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-04-18 10:57:25 -07:00
Rosen Penev
49e759b28b
Merge pull request #8638 from mwarning/zerotier
...
zerotier: update version
2019-04-11 09:47:35 -07:00
Karl Palsson
d6ed5c22b4
net/mosquitto: correct config file option name
...
Correct option is "password_file" not "passwd_file"
Originally reported as: https://github.com/openwrt/packages/pull/8642
Added the package bump.
Signed-off-by: Karl Palsson <karlp@etactica.com >
2019-04-11 12:08:30 +00:00
Moritz Warning
05e16dd223
zerotier: fix multiple instance handling and port setting
...
Signed-off-by: Moritz Warning <moritzwarning@web.de >
2019-04-10 14:16:52 +02:00
Moritz Warning
59c6457ec8
zerotier: update to version 1.2.12
...
Signed-off-by: Moritz Warning <moritzwarning@web.de >
2019-04-10 14:16:45 +02:00
Eric Luehrsen
43c1d6c2af
unbound: correct forward of root domain
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2019-04-05 00:14:50 -04:00
Jonas Gorski
b7bcf24a00
znc: backport CVE fixes to 1.6
...
Backport fixes for CVEs CVE-2018-14055 and CVE-2018-14056.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com >
2019-04-01 11:28:30 +02:00
Rosen Penev
f91539e92f
Merge pull request #7807 from D-Albers/openwrt-18.06
...
jool: Backport two fixes for newer kernels.
2019-03-29 22:56:13 -07:00
Karl Palsson
16fcd6d383
mosquitto: bump to v1.5.8
...
Full changelog available at:
https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt
This is a bugfix release. Of likely note to OpenWrt is a bug affecting
missing messages on bridges since 1.5.4:
https://github.com/eclipse/mosquitto/issues/1174
Signed-off-by: Karl Palsson <karlp@etactica.com >
2019-03-27 11:18:21 +00:00
Daniel Gimpelevich
017b74d359
vpnc: fix IPv6-triggered inoperability
...
When the server hostname resolved to both IPv4 and IPv6 addresses,
connecting would fail with nothing in syslog. This corrects that oversight.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us >
(cherry picked from ca56324 and PKG_MIRROR_HASH removal from 494ce71 )
2019-03-17 16:39:07 +02:00
Hannu Nyman
3323ebddfe
Merge pull request #8403 from BKPepe/transmission_openwrt-18.06
...
[OpenWrt 18.06] Transmission: update to version 2.94
2019-03-16 08:01:50 +02:00
Rosen Penev
d444a910fe
transmission: update to version 2.94
...
Add LTO support
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-03-13 15:38:29 +01:00
Eric Luehrsen
a476bf8d00
unbound: update to 1.9.1
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2019-03-12 21:26:53 -04:00
W. van den Akker
86efe678a2
Shorewall6: Bump to 5.2.0.5.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2019-03-11 20:47:54 +01:00
W. van den Akker
9cdc22eefe
Shorewall: Bump to 5.2.0.5.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2019-03-11 20:47:54 +01:00
W. van den Akker
3669215b21
Shorewall6-lite: Bump to 5.2.0.5.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2019-03-11 20:47:54 +01:00
W. van den Akker
762093fe72
Shorewall-lite: Bump to 5.2.0.5.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2019-03-11 20:47:54 +01:00
W. van den Akker
1a97a8444f
Shorewall-core: Bump to 5.2.0.5.
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2019-03-11 20:47:21 +01:00
Daniel Golle
daef6665b4
gnurl: update to version 7.64.0
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
(cherry-picked from commit 78adac5930 )
2019-03-11 02:26:09 +01:00
Daniel Golle
0ba0e0d1b5
gnunet: revert accidentally applied libmicrohttpd changes
...
revert 7b2bf511c gnunet: Specify libmicrohttpd-ssl dependency
which was accidentally merged from master while the rename of the
libmicrohttpd* packages has happened only on master.
Revert it for openwrt-18.06.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2019-03-05 02:02:36 +01:00