feed/packages.git
5 years agohplip: Update to 3.18.9 7158/head
Rosen Penev [Mon, 8 Oct 2018 23:37:41 +0000 (16:37 -0700)]
hplip: Update to 3.18.9

Added patch to fix some glibc-isms.

Added PKG_BUILD_PARALLEL for faster compilation.

Rearranged slightly for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7153 from neheb/xml
Ted Hess [Mon, 8 Oct 2018 18:07:49 +0000 (14:07 -0400)]
Merge pull request #7153 from neheb/xml

xmlrpc-c: Update to 1.43.08

5 years agoMerge pull request #7151 from neheb/fio
Hannu Nyman [Mon, 8 Oct 2018 17:03:00 +0000 (20:03 +0300)]
Merge pull request #7151 from neheb/fio

fio: Update to 3.11

5 years agoMerge pull request #7154 from jan-kardell/TQ_fix_python2
Hannu Nyman [Mon, 8 Oct 2018 16:58:39 +0000 (19:58 +0300)]
Merge pull request #7154 from jan-kardell/TQ_fix_python2

Python: Fix compile of host modules

5 years agoMerge pull request #7155 from zhaojh329/libuwsc
Hannu Nyman [Mon, 8 Oct 2018 16:58:16 +0000 (19:58 +0300)]
Merge pull request #7155 from zhaojh329/libuwsc

libuwsc: update to 3.1.0

5 years agoMerge pull request #7129 from jan-kardell/TQ_fix_python3
Hannu Nyman [Mon, 8 Oct 2018 16:54:14 +0000 (19:54 +0300)]
Merge pull request #7129 from jan-kardell/TQ_fix_python3

Python3: Fix host build on OpenSUSE

5 years agolibuwsc: update to 3.1.0 7155/head
Jianhui Zhao [Mon, 8 Oct 2018 13:14:30 +0000 (21:14 +0800)]
libuwsc: update to 3.1.0

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agoPython: Fix compile of host modules 7154/head
Jan Kardell [Mon, 8 Oct 2018 09:57:14 +0000 (11:57 +0200)]
Python: Fix compile of host modules

Add -rpath linker option to host build, pointing to staging/hostpkh/lib.
It's needed to find the correct host libs during runtime, without it the
hosts libs may be used instaead, causing failures.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
5 years agoPython3: Fix host build on OpenSUSE 7129/head
Jan Kardell [Mon, 1 Oct 2018 17:13:44 +0000 (19:13 +0200)]
Python3: Fix host build on OpenSUSE

The linker option -rpath is required to find libs in staging_dir. Now it
is included when building host modules. Without it the import test of
the _ctypes and _uuid modules would fail. The _ctypes module uses
libffi.so.6 from staging, but OpenSUSE LEAP 15 has libffi.so.7.
It will also fail on LEAP 42.x, Fedora28 and 29 and future or old
versions of Ubuntu.

Fix needed in master and 18.06 branches.

Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
5 years agoxmlrpc-c: Update to 1.43.08 7153/head
Rosen Penev [Sun, 7 Oct 2018 22:06:53 +0000 (15:06 -0700)]
xmlrpc-c: Update to 1.43.08

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agofio: Update to 3.11 7151/head
Rosen Penev [Sun, 7 Oct 2018 21:40:54 +0000 (14:40 -0700)]
fio: Update to 3.11

Added an upstream pending patch to fix musl support.

Oddly enough, this never caused a runtime issue, only compile time
warnings.

Added myself as maintainer, as previously agreed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7149 from neheb/patch-42
Hannu Nyman [Sun, 7 Oct 2018 15:19:21 +0000 (18:19 +0300)]
Merge pull request #7149 from neheb/patch-42

micropython-lib: Update to 1.9.3

5 years agomicropython-lib: Update to 1.9.3 7149/head
Rosen Penev [Sun, 7 Oct 2018 12:48:45 +0000 (05:48 -0700)]
micropython-lib: Update to 1.9.3

Switched to codeload tarballs. Simpler Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agokeepalived: disable libnl
Stijn Tintel [Wed, 3 Oct 2018 10:20:30 +0000 (13:20 +0300)]
keepalived: disable libnl

When libnl is enabled and libnl-genl is disabled, libnl-genl-3.so.200 is
installed by InstallDev, and keepalived picks it up anyway.
This causes build to fail with the following error:

Package keepalived is missing dependencies for the following libraries:
libnl-genl-3.so.200

Instead of having a conditional dependency it is better to have a
consistent build. Disable libnl to enforce this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agostrongswan: bump to 5.7.0
Stijn Tintel [Sun, 7 Oct 2018 11:39:04 +0000 (14:39 +0300)]
strongswan: bump to 5.7.0

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agolibpfring: disable libnl
Stijn Tintel [Sun, 7 Oct 2018 10:20:11 +0000 (13:20 +0300)]
libpfring: disable libnl

When libnl is built, libpfring links against it. This causes the build
to fail due to a missing dependency. Disable libnl to avoid this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agoMerge pull request #6824 from neheb/vim
Hannu Nyman [Sun, 7 Oct 2018 09:48:53 +0000 (12:48 +0300)]
Merge pull request #6824 from neheb/vim

vim: Update to 8.1

5 years agoMerge pull request #7145 from neheb/micro
Hannu Nyman [Sun, 7 Oct 2018 09:44:15 +0000 (12:44 +0300)]
Merge pull request #7145 from neheb/micro

micropython: Update to 1.94

5 years agomicropython: Update to 1.94 7145/head
Rosen Penev [Fri, 5 Oct 2018 20:31:25 +0000 (13:31 -0700)]
micropython: Update to 1.94

Switched to normal tarballs for simplicity. Also rearanged Makefile.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogit: update to 2.19.1
Peter Wagner [Sat, 6 Oct 2018 09:50:32 +0000 (11:50 +0200)]
git: update to 2.19.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoMerge pull request #7141 from tru7/libfmt
Michael Heimpold [Sat, 6 Oct 2018 08:23:45 +0000 (10:23 +0200)]
Merge pull request #7141 from tru7/libfmt

libfmt: switch to github codeload

5 years agoMerge pull request #7146 from mkrkn/strongswan-cve
Stijn Tintel [Fri, 5 Oct 2018 23:52:57 +0000 (02:52 +0300)]
Merge pull request #7146 from mkrkn/strongswan-cve

strongswan: backport upstream fixes for CVEs in gmp plugin

5 years agostrongswan: backport upstream fixes for CVEs in gmp plugin 7146/head
Magnus Kroken [Fri, 5 Oct 2018 23:23:32 +0000 (01:23 +0200)]
strongswan: backport upstream fixes for CVEs in gmp plugin

This fixes:
* CVE-2018-16151
* CVE-2018-16152
* CVE-2018-17540

Details:
https://strongswan.org/blog/2018/09/24/strongswan-vulnerability-(cve-2018-16151,-cve-2018-16152).html
https://strongswan.org/blog/2018/10/01/strongswan-vulnerability-(cve-2018-17540).html

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
5 years agolibfmt: switch to github codeload 7141/head
Othmar Truniger [Fri, 5 Oct 2018 19:56:07 +0000 (21:56 +0200)]
libfmt: switch to github codeload

Signed-off-by: Othmar Truniger <github@truniger.ch>
5 years agoMerge pull request #7140 from dibdot/travelmate
Dirk Brenken [Fri, 5 Oct 2018 10:31:04 +0000 (12:31 +0200)]
Merge pull request #7140 from dibdot/travelmate

travelmate: update 1.2.4

5 years agoMerge pull request #7139 from zhaojh329/rtty
Dirk Brenken [Fri, 5 Oct 2018 10:30:50 +0000 (12:30 +0200)]
Merge pull request #7139 from zhaojh329/rtty

rtty: update to 6.3.0

5 years agotravelmate: update 1.2.4 7140/head
Dirk Brenken [Fri, 5 Oct 2018 08:37:41 +0000 (10:37 +0200)]
travelmate: update 1.2.4

* with the config option 'trm_radio' you can now restrict travelmate
  to a single radio (e.g. 'radio1') or change the overall
  scanning order (e.g. 'radio1 radio2 radio0')
* LuCI: show QR codes now inline on the overview page
  (collapsed by default)

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agortty: update to 6.3.0 7139/head
Jianhui Zhao [Fri, 5 Oct 2018 07:29:40 +0000 (15:29 +0800)]
rtty: update to 6.3.0

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agoffmpeg: Configuration fixes for optional codec libraries
Ted Hess [Tue, 2 Oct 2018 19:00:39 +0000 (15:00 -0400)]
ffmpeg: Configuration fixes for optional codec libraries

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge pull request #7134 from ejurgensen/forked-daapd_update_264
Ted Hess [Wed, 3 Oct 2018 14:59:48 +0000 (10:59 -0400)]
Merge pull request #7134 from ejurgensen/forked-daapd_update_264

forked-daapd: update to 26.4

5 years agolibpfring: fix kmod dependency
Stijn Tintel [Tue, 2 Oct 2018 17:50:24 +0000 (20:50 +0300)]
libpfring: fix kmod dependency

The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the
dependency was not updated.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agoMerge pull request #7123 from pprindeville/perl-text-csv_xs-1.37
Philip Prindeville [Wed, 3 Oct 2018 03:58:21 +0000 (21:58 -0600)]
Merge pull request #7123 from pprindeville/perl-text-csv_xs-1.37

perl-text-csv_xs: update to 1.37

5 years agoforked-daapd: update to 26.4 7134/head
Espen Jürgensen [Tue, 2 Oct 2018 18:47:49 +0000 (20:47 +0200)]
forked-daapd: update to 26.4

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
5 years agolibpfring: add new package
BangLang Huang [Sat, 23 Dec 2017 12:32:38 +0000 (20:32 +0800)]
libpfring: add new package

PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap
network measurement box suitable for both packet and active traffic analysis and manipulation.
Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as
traffic balancers or packet filters in a matter of lines of codes.

github : https://github.com/ntop/pf_ring
official : https://www.ntop.org

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
[rename kmod-pfring to kmod-pf-ring]

5 years agoMerge pull request #7121 from Ansuel/nginxup
Hannu Nyman [Mon, 1 Oct 2018 21:07:56 +0000 (00:07 +0300)]
Merge pull request #7121 from Ansuel/nginxup

nginx: update to latest release

5 years agozabbix: Add SSL support for zabbix-agentd.
Oskari Lemmela [Tue, 24 Jul 2018 16:46:06 +0000 (19:46 +0300)]
zabbix: Add SSL support for zabbix-agentd.

This fixes #5675.

[Etienne Champetier <champetier.etienne@gmail.com>]
zabbix --with-mbedtls configuration option is sadly for libpolarssl
Attemp at support for mbedtls 2.1+:
https://support.zabbix.com/browse/ZBX-13237
As OpenSSL / GnuTLS are pretty big dependencies, default to no ssl for now

Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
5 years agozabbix: add PKG_CPE_ID
Etienne Champetier [Mon, 1 Oct 2018 01:27:51 +0000 (21:27 -0400)]
zabbix: add PKG_CPE_ID

thanks @neheb (#6814)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
5 years agozabbix: update to latest version
Krystian Kozak [Tue, 18 Sep 2018 15:45:19 +0000 (17:45 +0200)]
zabbix: update to latest version

Updated to latest version and refreshed patches.

Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
5 years agognurl: build without libpsl
Daniel Golle [Mon, 1 Oct 2018 00:18:15 +0000 (02:18 +0200)]
gnurl: build without libpsl

Make sure gnURL doesn't link against libpsl.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agoola: depend on libftdi1
Daniel Golle [Sun, 30 Sep 2018 21:08:05 +0000 (23:08 +0200)]
ola: depend on libftdi1

Building against libftdi1 can't be avoided in the presence of libftdi1
headers apparently. As it might be useful for some DMX adapters and
such, depend on libftdi1 from now on.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agognurl: update to version 7.61.1
Daniel Golle [Sun, 30 Sep 2018 21:01:35 +0000 (23:01 +0200)]
gnurl: update to version 7.61.1

No release tarball has been published yet, use v7.61.1 git tag instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agoMerge pull request #7124 from pprindeville/acpica-unix-update-20180927
Philip Prindeville [Sun, 30 Sep 2018 20:25:16 +0000 (14:25 -0600)]
Merge pull request #7124 from pprindeville/acpica-unix-update-20180927

acpica-unix: update to 20180929

5 years agoacpica-unix: update to 20180929 7124/head
Philip Prindeville [Sun, 30 Sep 2018 19:55:50 +0000 (13:55 -0600)]
acpica-unix: update to 20180929

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
5 years agoperl-text-csv_xs: update to 1.37 7123/head
Philip Prindeville [Sun, 30 Sep 2018 19:01:01 +0000 (13:01 -0600)]
perl-text-csv_xs: update to 1.37

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
5 years agoopenssh: add openssl 1.1.0 compatibility
Eneas U de Queiroz [Mon, 4 Jun 2018 02:51:37 +0000 (23:51 -0300)]
openssh: add openssl 1.1.0 compatibility

Five commits from upstream were applied to v. 7.8-p1:

482d23bc upstream: hold our collective noses and use the openssl-1.1.x
         API in
48f54b9d adapt -portable to OpenSSL 1.1x API
86e0a9f3 upstream: use only openssl-1.1.x API here too
a3fd8074 upstream: missed a bit of openssl-1.0.x API in this unittest
d64e7852 add compat header

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agognunet: update to gnunet 0.11 release candidate source as of 20180929
Daniel Golle [Sun, 30 Sep 2018 15:22:24 +0000 (17:22 +0200)]
gnunet: update to gnunet 0.11 release candidate source as of 20180929

 * break-out basic TCP and UDP transports
 * add xt and xu experimental transports
 * add zoneimport tool
 * add abe, credential and reclaim components to gnunet-social package
 * add new REST plugins

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agolibgabe: add package
Daniel Golle [Sun, 30 Sep 2018 14:40:35 +0000 (16:40 +0200)]
libgabe: add package

only static library builds for now, seems to be sufficient for GNUnet.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agolibpbc: add new package
Daniel Golle [Sun, 30 Sep 2018 14:39:24 +0000 (16:39 +0200)]
libpbc: add new package

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years agonginx: update to latest release 7121/head
Ansuel Smith [Sun, 30 Sep 2018 14:11:51 +0000 (16:11 +0200)]
nginx: update to latest release

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agonfs-kernel-server: add support for NFSv4
W. Michael Petullo [Sun, 23 Sep 2018 11:59:09 +0000 (07:59 -0400)]
nfs-kernel-server: add support for NFSv4

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agobandwidthd: fix undefined references to inline functions
Guo Li [Sat, 29 Sep 2018 08:07:34 +0000 (08:07 +0000)]
bandwidthd: fix undefined references to inline functions

gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help

bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1

Signed-off-by: Guo Li <uxgood.org@gmail.com>
5 years agoMerge pull request #7115 from dibdot/ddns-fix
Dirk Brenken [Sat, 29 Sep 2018 16:19:48 +0000 (18:19 +0200)]
Merge pull request #7115 from dibdot/ddns-fix

ddns-scripts: multiple fixes

5 years agolibev: update to 4.24
Deng Qingfang [Wed, 18 Jul 2018 07:53:44 +0000 (15:53 +0800)]
libev: update to 4.24

Compile & runtime tested: ar71xx, ramips, mvebu

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoCONTRIBUTING.md: Update documentation links
Ted Hess [Sat, 29 Sep 2018 15:04:34 +0000 (11:04 -0400)]
CONTRIBUTING.md: Update documentation links

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge pull request #7104 from thess/master
Ted Hess [Sat, 29 Sep 2018 14:41:58 +0000 (10:41 -0400)]
Merge pull request #7104 from thess/master

CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.

5 years agoCONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields. 7104/head
Ted Hess [Wed, 26 Sep 2018 14:38:51 +0000 (10:38 -0400)]
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.

Add description of preferred archive formats and download methods.
Encourage multiple maintainers.

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agognutls: updated to 3.5.19
Nikos Mavrogiannopoulos [Sat, 29 Sep 2018 08:03:20 +0000 (10:03 +0200)]
gnutls: updated to 3.5.19

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
5 years agohamlib: Update to 3.3
Rosen Penev [Mon, 6 Aug 2018 21:03:07 +0000 (14:03 -0700)]
hamlib: Update to 3.3

Rearranged Makefile for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agosamba4: fix missing busybox 'hostname -f' command
Andy Walsh [Sat, 29 Sep 2018 00:05:19 +0000 (02:05 +0200)]
samba4: fix missing busybox 'hostname -f' command

* busybox does not have 'hostname' by default so replaced it with uci calls

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agortty: Update to 6.2.0
Jianhui Zhao [Sat, 8 Sep 2018 18:03:42 +0000 (02:03 +0800)]
rtty: Update to 6.2.0

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agoMerge pull request #7111 from Andy2244/wsdd2-fix-triggers
Dirk Brenken [Fri, 28 Sep 2018 06:11:17 +0000 (08:11 +0200)]
Merge pull request #7111 from Andy2244/wsdd2-fix-triggers

wsdd2: fix missing triggers

5 years agoMerge pull request #7110 from Andy2244/samba4-fix-netbiosname
Dirk Brenken [Fri, 28 Sep 2018 06:10:45 +0000 (08:10 +0200)]
Merge pull request #7110 from Andy2244/samba4-fix-netbiosname

samba4: fix netbios_name

5 years agoddns-scripts: multiple fixes 7115/head
Dirk Brenken [Thu, 13 Sep 2018 12:45:44 +0000 (14:45 +0200)]
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>
5 years agoMerge pull request #7112 from EricLuehrsen/unbound_leak
Dirk Brenken [Fri, 28 Sep 2018 05:24:32 +0000 (07:24 +0200)]
Merge pull request #7112 from EricLuehrsen/unbound_leak

unbound: add patches for leaks during TLS query

5 years agojamvm: depends on supported architectures
Yousong Zhou [Thu, 27 Sep 2018 03:48:53 +0000 (03:48 +0000)]
jamvm: depends on supported architectures

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agotreewide: remove obsolete references to avr32
Yousong Zhou [Thu, 27 Sep 2018 03:39:12 +0000 (03:39 +0000)]
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>
5 years agolibuwsc: Update to 3.0.4
Jianhui Zhao [Sat, 8 Sep 2018 13:10:51 +0000 (21:10 +0800)]
libuwsc: Update to 3.0.4

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agounbound: add patches for leaks during TLS query 7112/head
Eric Luehrsen [Tue, 18 Sep 2018 01:10:33 +0000 (21:10 -0400)]
unbound: add patches for leaks during TLS query

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5 years agolibcups: fix build for x86
Luiz Angelo Daros de Luca [Thu, 27 Sep 2018 19:13:20 +0000 (16:13 -0300)]
libcups: fix build for x86

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
5 years agowsdd2: fix missing triggers 7111/head
Andy Walsh [Thu, 27 Sep 2018 15:08:33 +0000 (17:08 +0200)]
wsdd2: fix missing triggers

* add triggers so changes can be picked up

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agosamba4: fix netbios_name 7110/head
Andy Walsh [Thu, 27 Sep 2018 14:54:06 +0000 (16:54 +0200)]
samba4: fix netbios_name

* fixes: error 0x80070035
* add triggers to catch hostname changes

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agomosquitto: bump to 1.5.3
Karl Palsson [Wed, 26 Sep 2018 10:42:46 +0000 (10:42 +0000)]
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>
5 years agosendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
Guo Li [Wed, 26 Sep 2018 04:14:10 +0000 (12:14 +0800)]
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>
5 years agoglib2: update to 2.58.1
Peter Wagner [Tue, 25 Sep 2018 20:29:32 +0000 (22:29 +0200)]
glib2: update to 2.58.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoMerge pull request #7100 from thess/boost-work
Ted Hess [Tue, 25 Sep 2018 15:48:45 +0000 (11:48 -0400)]
Merge pull request #7100 from thess/boost-work

boost: Makefile and package changes to support builds with both Python versions selected

5 years agogetdns: add note for remove libbsd dependency
Guo Li [Mon, 10 Sep 2018 08:00:48 +0000 (16:00 +0800)]
getdns: add note for remove libbsd dependency

Signed-off-by: Guo Li <uxgood.org@gmail.com>
5 years agogetdns: remove libbsd dependency
Guo Li [Mon, 10 Sep 2018 03:59:23 +0000 (11:59 +0800)]
getdns: remove libbsd dependency

Signed-off-by: Guo Li <uxgood.org@gmail.com>
5 years agogetdns: fix missing libbsd dependency
Guo Li [Thu, 6 Sep 2018 05:42:22 +0000 (13:42 +0800)]
getdns: fix missing libbsd dependency

Signed-off-by: Guo Li <uxgood.org@gmail.com>
5 years agoMerge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk
Ted Hess [Mon, 24 Sep 2018 21:14:54 +0000 (17:14 -0400)]
Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk

perlmod: fix ability to build module out-of-feed

5 years agoMerge pull request #7097 from tru7/libfmt
Hannu Nyman [Mon, 24 Sep 2018 19:14:59 +0000 (22:14 +0300)]
Merge pull request #7097 from tru7/libfmt

libfmt: upgrade to version 5.2.1

5 years agoMerge pull request #7094 from Andy2244/master
Hannu Nyman [Mon, 24 Sep 2018 19:14:45 +0000 (22:14 +0300)]
Merge pull request #7094 from Andy2244/master

samba4: update to 4.9.1

5 years agoMerge pull request #7093 from TDT-AG/pr/20180924-net-mwan3-update
Hannu Nyman [Mon, 24 Sep 2018 19:14:31 +0000 (22:14 +0300)]
Merge pull request #7093 from TDT-AG/pr/20180924-net-mwan3-update

net/mwan3: some fixes

5 years agoboost: Makefile and package changes to support builds with both Python 2.x and Python... 7100/head
Ted Hess [Mon, 24 Sep 2018 18:33:39 +0000 (14:33 -0400)]
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>
5 years agolibfmt: upgrade to version 5.2.1 7097/head
Othmar Truniger [Mon, 24 Sep 2018 17:48:24 +0000 (19:48 +0200)]
libfmt: upgrade to version 5.2.1

Signed-off-by: Othmar Truniger <github@truniger.ch>
5 years agosamba4: update to 4.9.1 7094/head
Andy Walsh [Mon, 24 Sep 2018 09:02:47 +0000 (11:02 +0200)]
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>
5 years agonet/mwan3: update version to 2.7.2 7093/head
Florian Eckert [Mon, 24 Sep 2018 08:21:37 +0000 (10:21 +0200)]
net/mwan3: update version to 2.7.2

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agonet/mwan3: fix start/stop/restart execution
Florian Eckert [Wed, 29 Aug 2018 07:19:05 +0000 (09:19 +0200)]
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>
5 years agonet/mwan3: mwan3track should also send disconnected action on signal USR1
Florian Eckert [Thu, 21 Jun 2018 11:14:12 +0000 (13:14 +0200)]
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>
5 years agonet/mwan3: add ttl check
Florian Eckert [Tue, 8 May 2018 11:52:21 +0000 (13:52 +0200)]
net/mwan3: add ttl check

Add the additional optional ttl check to test the connection.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agoMerge pull request #6995 from neheb/odbc
Thomas Heil [Sun, 23 Sep 2018 21:34:49 +0000 (23:34 +0200)]
Merge pull request #6995 from neheb/odbc

unixodbc: Update to 2.3.7

5 years agoMerge pull request #7074 from neheb/patch-41
Thomas Heil [Sun, 23 Sep 2018 21:29:09 +0000 (23:29 +0200)]
Merge pull request #7074 from neheb/patch-41

apr: Update to 1.6.5

5 years agoMerge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14
Thomas Heil [Sun, 23 Sep 2018 21:28:26 +0000 (23:28 +0200)]
Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14

haproxy: Update HAProxy to v1.8.14

5 years agoperlmod: fix ability to build module out-of-feed 7089/head
Philip Prindeville [Sun, 23 Sep 2018 19:36:37 +0000 (13:36 -0600)]
perlmod: fix ability to build module out-of-feed

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
5 years agophp7: update to 7.2.10
Michael Heimpold [Sun, 23 Sep 2018 19:35:04 +0000 (21:35 +0200)]
php7: update to 7.2.10

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agoglib2: update to 2.56.3
Peter Wagner [Sun, 23 Sep 2018 18:28:08 +0000 (20:28 +0200)]
glib2: update to 2.56.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoMerge pull request #6899 from diizzyy/patch-12
champtar [Sun, 23 Sep 2018 17:07:55 +0000 (10:07 -0700)]
Merge pull request #6899 from diizzyy/patch-12

libs/sqlite: Update to 3.24.0

5 years agoMerge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12
Hannu Nyman [Sun, 23 Sep 2018 16:51:02 +0000 (19:51 +0300)]
Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12

libftdi1: Fix compilation with cmake 3.12

5 years agoMerge pull request #6538 from FireCulex/bonnie++
Hannu Nyman [Sun, 23 Sep 2018 16:22:38 +0000 (19:22 +0300)]
Merge pull request #6538 from FireCulex/bonnie++

bonnie++ 1.97.3

5 years agonano: update to 3.1
Hannu Nyman [Sun, 23 Sep 2018 15:42:29 +0000 (18:42 +0300)]
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>
5 years agoMerge pull request #7025 from Andy2244/krb5-keyutil-fix
Dirk Brenken [Sun, 23 Sep 2018 12:42:25 +0000 (14:42 +0200)]
Merge pull request #7025 from Andy2244/krb5-keyutil-fix

krb5: fix keyutils dependency