Commit graph

11917 commits

Author SHA1 Message Date
Hannu Nyman
daa1ff82ce
Merge pull request #7040 from Andy2244/samba4-fix-typo
samba4: fix typo
2018-09-16 13:31:03 +03:00
Andy Walsh
6d520e7d81 samba4: fix typo
* fix a typo in vfs_extd_audit

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-16 11:19:02 +02:00
Dirk Brenken
9edf4f1c74
Merge pull request #7037 from neheb/rsy
rsyslog: Disable fmhttp as it relies on libcurl
2018-09-16 08:43:39 +02:00
Dirk Brenken
bfc44a1e6c
Merge pull request #7036 from EricLuehrsen/unbound-1.8.0
unbound: update to 1.8.0
2018-09-16 08:36:40 +02:00
Rosen Penev
40d0f98b16 rsyslog: Disable fmhttp as it relies on libcurl
Fixes the buildbot currently.

Also disabled tests for faster builds. And potential libsystemd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 23:35:15 -07:00
Eric Luehrsen
32ad87ca80 unbound: update to 1.8.0
- adjust a few UCI translations to coordinate with upstream defaults
- remove OpenSSL < 1.1.0 API log error patch which is included upstream

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-09-15 20:42:10 -04:00
Ted Hess
933c9802aa
Merge pull request #7026 from neheb/motion
motion: Backport upstream commit to fix running on musl.
2018-09-15 19:40:21 -04:00
Tony Ambardar
9ddc94a374 stubby: add missing dependency on ca-certificates
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-09-16 00:34:38 +01:00
Rosen Penev
065b684d3c
fio: Update to 3.10 and disable HTTP
HTTP support is new and requires libcurl and an SSL library.

Rearranged Makefile for consistency with other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 12:52:32 -07:00
Rosen Penev
95cce73642 motion: Backport upstream commit to fix running on musl.
Reported on OpenWrt forums

https://forum.openwrt.org/t/motion-segmentation-fault-after-upgrade-to-4-14-68/21276

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-15 10:39:53 -07:00
Andy Walsh
d97c3df2a5 krb5: fix keyutils dependency
* if <keyutils.h> is found krb5 pulls in the lib, which than fails to link because of a missing -fPic in libkeyutils.so
* keyutils 1.5.11 will depend on krb5, so we disable it in krb5 to avoid circular dependency

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-15 14:35:18 +02:00
Dirk Brenken
113cba6531
Merge pull request #7004 from neheb/patch-18
zsh: Update to 5.6.2
2018-09-15 06:48:49 +02:00
Rosen Penev
992b9d0f92 libpng: Update to 1.6.35
Fixes CVE-2018-13785 and CVE-2018-14048.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-14 18:45:47 -07:00
Rosen Penev
ff056fcffc zsh: Update to 5.6.2
Fixes at least CVE-2018-0502 and CVE-2018-13259

Added PKG_CPE_ID for proper CVE tracking.

Added PKG_BUILD_PARALLEL for faster compilation.

Some small reorganization for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-14 18:41:22 -07:00
Dirk Brenken
18d0e95446
Merge pull request #6800 from neheb/patch-28
rsyslog: Update to 8.37.0
2018-09-14 21:08:08 +02:00
Dirk Brenken
bfce974428
Merge pull request #6799 from neheb/patch-27
libfastjson: Update to 0.99.8 + switch to tarball
2018-09-14 21:06:37 +02:00
Dirk Brenken
90bd4c439f
Merge pull request #7018 from Andy2244/samba-4-9-0
samba4: update to 4.9.0
2018-09-14 18:20:29 +02:00
Stijn Tintel
856b78236e
Merge pull request #7014 from dedeckeh/pr_strongswan-hotplug
strongswan: fix OpenWrt hotplug script handling
2018-09-14 12:46:28 +02:00
Andy Walsh
31a8f1e98d samba4: update to 4.9.0
* update to 4.9.0
* move vfs_xattr_tdb to defaults
* add vfs_audit, vfs_extd_audit, vfs_full_audit to AD-DC variant
* disable jansson, libarchive by default, enabled for AD-DC variant
* update waf answers

Noteable smb.conf changes:
* store dos attributes Default changed yes
* ea support Default changed yes

Fixes: Timemachine "The identity of the Backup disk ... has changed since the previous backup."

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-14 12:05:04 +02:00
Florian Eckert
d7e5b3a0d0 net/keepalived: enable lvs support
Enable IPVS support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-13 15:33:25 +02:00
Hans Dedecker
3bc3949e28 strongswan: refresh patches
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-09-13 14:38:51 +02:00
Hans Dedecker
d0ac611bf0 strongswan: fix OpenWrt hotplug script handling
Commit 6cd8fcabe added ipsec hotplug script support by calling "exec
/sbin/hotplug-call ipsec".
Using the exec call breaks the insertion of iptables rules by the _updown.in
script as hotplug-call just replaces the current shell meaning the commands
following exec do not run since the shell is replaced and as a result lead to
connectivity issues.
Fix this by removing the exec command in front of /sbin/hotplug-call.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-09-13 14:37:53 +02:00
Hannu Nyman
af5f04a068
Merge pull request #7010 from commodo/remove-stray-tarball
treewide: remove stray tarball (added by accident)
2018-09-13 11:11:18 +03:00
Alexandru Ardelean
321f05ea7d treewide: remove stray tarball (added by accident)
Remove `pyasn1-modules-0.2.2.tar.gz` which was added by accident during
commit 50f1041874 ("python-pyasn1-modules:
bump to version 0.2.2").

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-13 10:21:32 +03:00
Florian Eckert
4868b6f7a8 net/keepalived: update to version 2.0.7
Update keepalived to version 2.0.7.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-09-13 08:22:55 +02:00
Michael Heimpold
bafd573d60
Merge pull request #7003 from dibdot/mc-vfs
mc: add VFS support by default
2018-09-12 21:33:40 +02:00
Dirk Brenken
33ed68f051 mc: enable VFS support by default
* provide VFS support in midnight commander by default (see #6999),
  this enlarge the package size by ~40KB.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-09-12 21:13:24 +02:00
Karl Palsson
21c29aa2a9 libwebsockets: bump to 3.0.1
As usual, LWS upstream completely failed to maintain their changelog.
Skimming the git log by hand, probably the biggest change of note here
is fixed compatibility with openssl 1.1.0

Tested on ath79.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-09-12 17:35:28 +00:00
Ted Hess
c15c5589cf
Merge pull request #7002 from tsl0922/ttyd-1.4.2
ttyd: update to 1.4.2
2018-09-12 11:55:44 -04:00
Shuanglei Tao
57b657572d ttyd: update to 1.4.2
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2018-09-12 23:14:12 +08:00
Guo Li
3fc7f7b8cc 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>
2018-09-11 22:56:46 +02:00
Hannu Nyman
fbc482df0c
Merge pull request #6988 from commodo/python-batch-upgrades
python packages: upgrade to newer versions
2018-09-11 17:54:35 +03:00
Hannu Nyman
e1bfde01e3
Merge pull request #6948 from yangfl/master
i2pd: Update to 2.20.0
2018-09-11 17:53:22 +03:00
Ted Hess
1545eb2194
Merge pull request #6989 from ryzhovau/ffmpeg-libpostproc
ffmpeg: pack libpostproc for hard float archs only
2018-09-11 10:51:40 -04:00
Alexandru Ardelean
decb892a97 python-lxml: bump to version 4.2.4
Version 4.2.4 has been released recently.
Update it.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-11 09:55:46 +03:00
Alexandru Ardelean
8fd1b6f177 python-cryptography: bump to version 2.3.1
Version 2.3.1 has been released recently and requested via Github #6967
Fixes #6967.

Also, changed URL to `https://files.pythonhosted.org` ; fewer redirects.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-11 09:55:24 +03:00
Alexandru Ardelean
50f1041874 python-pyasn1-modules: bump to version 0.2.2
Version 0.2.2 has been released recently.
Pull it in the packages feed.

Also, change URL to a fixed form.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-11 09:54:50 +03:00
Dirk Brenken
8064761a2d
Merge pull request #6979 from neheb/patch-35
flup: Update to 1.0.3
2018-09-11 08:54:38 +02:00
Alexandru Ardelean
0e2609d95e python-evdev: bump to version 1.1.2
Version 1.1.2 has been released recently.
Pull newer version into the packages feed.

Also, switch URL to a fixed form.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-09-11 09:53:45 +03:00
Dirk Brenken
3ca6e420bc
Merge pull request #6992 from Andy2244/wsdd2-fix
wsdd2: fix invalid error message
2018-09-11 08:53:03 +02:00
Dirk Brenken
22d9104e0d
Merge pull request #6627 from neheb/motion
motion: Update to 4.1.1 and switch to codeload
2018-09-11 08:50:11 +02:00
Dirk Brenken
c68c0b3f1d
Merge pull request #6772 from Andy2244/samba4-avahi
samba4: enable avahi by default, add timemachine support
2018-09-11 08:49:27 +02:00
Rosen Penev
6d6c15e1e9 unixodbc: Update to 2.3.7
Switched to HTTP as FTP can be problematic. uscan for example has issues
figuring out the latest version.

Added PKG_CPE_ID for proper CVE tracking.

Reorganized Makefile for consistency with other projects.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-09-10 12:55:07 -07:00
Jiri Slachta
64c3cf7675
Merge pull request #6887 from neheb/tiff
tiff: Fix CVE-2017-17095
2018-09-10 17:55:24 +02:00
Andy Walsh
cde778a70a wsdd2: fix invalid error message
* fixed invalid error message

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-10 17:47:32 +02:00
Hannu Nyman
513b5376ed
Merge pull request #6985 from neheb/patch-18
fio: Update to 3.9
2018-09-10 18:09:06 +03:00
Andy Walsh
4c1a10a30c samba4: enable avahi by default, add timemachine support
* enable avahi by default, so Linux/Mac Clients can see samba shares
* enable timemachine config support
* fix invalid --builtin-libraries
* default to 'mdns name = mdns' in template

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-09-10 15:40:39 +02:00
Alexander Ryzhov
eff80c5fa3 ffmpeg: pack libpostproc for hard float archs only
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2018-09-10 15:31:51 +03:00
Hannu Nyman
667738cd7d
Merge pull request #6983 from jp-bennett/master
Nano and Fwknop updates
2018-09-10 13:10:37 +03:00
Rafał Miłecki
6787f5c6a0 zoneinfo: add zoneinfo-all meta package installing all zones info
It makes users life a bit easier by allowing them to get info for all
zones by installing a single package.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2018-09-10 09:01:01 +02:00