Commit graph

12086 commits

Author SHA1 Message Date
Dirk Brenken
f334bc7181
Merge pull request #7110 from Andy2244/samba4-fix-netbiosname
samba4: fix netbios_name
2018-09-28 08:10:45 +02:00
Dirk Brenken
e2f73cbd58 ddns-scripts: multiple fixes
* replace shell based urlencoder with an awk variant
* fix write_log function/syslog output in case of an error
* protect answer string with double quotes in update_route53
* remove bogus set/IFS options in update_route53
* clean-up update_route53 a little bit

This patchset finally fix #6977

Many thanks to @mark0n & @a-bali for testing & debugging

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-28 07:41:52 +02:00
Dirk Brenken
7f9dfaae85
Merge pull request #7112 from EricLuehrsen/unbound_leak
unbound: add patches for leaks during TLS query
2018-09-28 07:24:32 +02:00
Yousong Zhou
11f0544744 jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Yousong Zhou
e38c100612 treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-09-28 12:03:20 +08:00
Jianhui Zhao
099d045c7c libuwsc: Update to 3.0.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-09-28 12:01:17 +08:00
Eric Luehrsen
10665f5ce9 unbound: add patches for leaks during TLS query
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-09-27 23:21:58 -04:00
Luiz Angelo Daros de Luca
db8a36a25b libcups: fix build for x86
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-09-27 16:13:20 -03:00
Andy Walsh
32fe219d6f wsdd2: fix missing triggers
* add triggers so changes can be picked up

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-27 17:08:33 +02:00
Andy Walsh
32328835df samba4: fix netbios_name
* fixes: error 0x80070035
* add triggers to catch hostname changes

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-27 17:03:28 +02:00
Karl Palsson
4b309aefd6 mosquitto: bump to 1.5.3
Full changelog at https://github.com/eclipse/mosquitto/blob/v1.5.3/ChangeLog.txt

Primary change:
CVE fix for CVE-2018-12543 - prevent crash on topics that begin with $
but are not $SYS

Selected other fixes relevant to OpenWrt since 1.5.1:
- Fix retained messages not sent by bridges on outgoing topics at the first
  connection. Closes #701.
- Fix duplicate clients being added to by_id hash before the old client was
  removed. Closes #645.
- Fix excessive CPU usage when the number of sockets exceeds the system limit.
  Closes #948.
- Fix for bridge connections when using WITH_ADNS=yes.
- Fix round_robin false behaviour. Closes #481.
- Fix segfault on HUP when bridges and security options are configured.
  Closes #965.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-26 10:48:51 +00:00
Guo Li
cbc948acf3 sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
This fix issue 'cannot find -lnsl' on build server which has libnsl.so in
/usr/lib

Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-26 16:28:48 +08:00
Peter Wagner
1166618115 glib2: update to 2.58.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-25 22:30:42 +02:00
Ted Hess
8c6215cd78
Merge pull request #7100 from thess/boost-work
boost: Makefile and package changes to support builds with both Python versions selected
2018-09-25 11:48:45 -04:00
Guo Li
d0766135ad getdns: add note for remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
035b22b208 getdns: remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Guo Li
8365744b80 getdns: fix missing libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
2018-09-25 17:11:17 +08:00
Ted Hess
99fa19f218
Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk
perlmod: fix ability to build module out-of-feed
2018-09-24 17:14:54 -04:00
Hannu Nyman
87d72f9d33
Merge pull request #7097 from tru7/libfmt
libfmt: upgrade to version 5.2.1
2018-09-24 22:14:59 +03:00
Hannu Nyman
811089d05f
Merge pull request #7094 from Andy2244/master
samba4: update to 4.9.1
2018-09-24 22:14:45 +03:00
Hannu Nyman
149ec478de
Merge pull request #7093 from TDT-AG/pr/20180924-net-mwan3-update
net/mwan3: some fixes
2018-09-24 22:14:31 +03:00
Ted Hess
7947583519 boost: Makefile and package changes to support builds with both Python 2.x and Python 3.x versions.
Python versioning is automatically configured from lang/python repository xxx-version.mk files.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-09-24 14:33:39 -04:00
Othmar Truniger
43fb48b7e0 libfmt: upgrade to version 5.2.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-09-24 19:58:19 +02:00
Andy Walsh
68270c787d samba4: update to 4.9.1
fixes: nmbd: Stop nmbd network announce storm (bug #13620).

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-24 11:02:47 +02:00
Florian Eckert
692ed62382 net/mwan3: update version to 2.7.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:21:43 +02:00
Florian Eckert
2cd5442a11 net/mwan3: fix start/stop/restart execution
Move setting global enabled flag from /etc/init.d/mwan3 to mwan3
command. So we could start mwan3 from the cmd mwan3 as well.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Florian Eckert
d338131f40 net/mwan3: mwan3track should also send disconnected action on signal USR1
Also send disconnected action on system signal USR1.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Florian Eckert
c9d8fceb63 net/mwan3: add ttl check
Add the additional optional ttl check to test the connection.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-24 10:20:35 +02:00
Tony Ambardar
8f241854ed stubby: bump PKG_RELEASE
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 22:20:39 -07:00
Tony Ambardar
7a1cfd43e9 stubby: remove unnecessary core limit
Remove the limit setting core="unlimited", since this shouldn't be needed
in production use (i.e. non-debug) and on an embedded platform, which is
why it's rarely used by any existing packages.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Tony Ambardar
1170686cba stubby: add SPKI pin set for Cloudflare cert
Add an SPKI pin for Cloudflare to help prevent MITM and downgrade attacks,
as described in RFC7858 (DNS over TLS). The setup of SPKI and the specific
SHA256 certificate hash are taken from Cloudflare's DoT configuration guide
published at https://developers.cloudflare.com/1.1.1.1/dns-over-tls/.

Note that the certificate is valid to March 25th 2020, 13:00 CET, which
provides ample time for issuance of a backup pin to support future key
rollover.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Tony Ambardar
8b2de594de stubby: add Cloudflare 1.0.0.1 and ::1001 servers
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Tony Ambardar
0425d9198a stubby: use EDNS client-subnet privacy by default
Retain the upstream value since privacy is usually the key user motivation
for using DNS-over-TLS, and simply note that those encountering sub-optimal
routing may consider disabling the setting.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Tony Ambardar
4819fc5e6e stubby: fix config file definition
The config file /etc/stubby/stubby.yml is not registered properly and any
local changes are being overwritten on upgrade or reinstall.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Tony Ambardar
d5b0c46ece stubby: rearrange Makefile for clarity
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-23 21:55:03 -07:00
Thomas Heil
222b9f50f3
Merge pull request #6995 from neheb/odbc
unixodbc: Update to 2.3.7
2018-09-23 23:34:49 +02:00
Thomas Heil
405016ebd7
Merge pull request #7074 from neheb/patch-41
apr: Update to 1.6.5
2018-09-23 23:29:09 +02:00
Thomas Heil
27df687034
Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14
haproxy: Update HAProxy to v1.8.14
2018-09-23 23:28:26 +02:00
Philip Prindeville
a5a4eafc93 perlmod: fix ability to build module out-of-feed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-09-23 14:19:51 -06:00
Michael Heimpold
c69af6717c php7: update to 7.2.10
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-09-23 21:35:11 +02:00
Peter Wagner
5757a045b2 glib2: update to 2.56.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-23 20:28:30 +02:00
champtar
a462e7e02e
Merge pull request #6899 from diizzyy/patch-12
libs/sqlite: Update to 3.24.0
2018-09-23 10:07:55 -07:00
Hannu Nyman
988dcca2d8
Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12
libftdi1: Fix compilation with cmake 3.12
2018-09-23 19:51:02 +03:00
Hannu Nyman
dc1896db24
Merge pull request #6538 from FireCulex/bonnie++
bonnie++ 1.97.3
2018-09-23 19:22:38 +03:00
Hannu Nyman
af86b17064 nano: update to 3.1
* Update nano editor to 3.1
* Apply a post-release upstream patch to fix compilation

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-09-23 18:42:29 +03:00
Dirk Brenken
8bbc9c7dbe
Merge pull request #7025 from Andy2244/krb5-keyutil-fix
krb5: fix keyutils dependency
2018-09-23 14:42:25 +02:00
Dirk Brenken
f6f0a211be
Merge pull request #6796 from MikePetullo/syslog-ng
syslog-ng: update to 3.17.2
2018-09-22 21:01:53 +02:00
Christian Lachner
60138d90b8 haproxy: Update HAProxy to v1.8.14
- Update haproxy download URL and hash
- Removed all obsolete patches
- This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-09-22 16:54:44 +02:00
W. Michael Petullo
a86bcd3cb3 syslog-ng: update to 3.17.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-09-22 08:39:38 -04:00
Dirk Brenken
f4cdfcf15a
Merge pull request #7079 from valdi74/update_package_aria2
aria2: handle check_certificate=false config option
2018-09-22 07:21:49 +02:00