Dirk Brenken [Sun, 16 Sep 2018 06:43:39 +0000 (08:43 +0200)]
Merge pull request #7037 from neheb/rsy
rsyslog: Disable fmhttp as it relies on libcurl
Dirk Brenken [Sun, 16 Sep 2018 06:36:40 +0000 (08:36 +0200)]
Merge pull request #7036 from EricLuehrsen/unbound-1.8.0
unbound: update to 1.8.0
Rosen Penev [Sun, 16 Sep 2018 06:07:19 +0000 (23:07 -0700)]
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>
Eric Luehrsen [Sat, 15 Sep 2018 14:41:40 +0000 (10:41 -0400)]
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>
Ted Hess [Sat, 15 Sep 2018 23:40:21 +0000 (19:40 -0400)]
Merge pull request #7026 from neheb/motion
motion: Backport upstream commit to fix running on musl.
Rosen Penev [Sat, 15 Sep 2018 17:37:19 +0000 (10:37 -0700)]
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>
Dirk Brenken [Sat, 15 Sep 2018 04:48:49 +0000 (06:48 +0200)]
Merge pull request #7004 from neheb/patch-18
zsh: Update to 5.6.2
Rosen Penev [Wed, 12 Sep 2018 21:20:57 +0000 (14:20 -0700)]
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>
Dirk Brenken [Fri, 14 Sep 2018 19:08:08 +0000 (21:08 +0200)]
Merge pull request #6800 from neheb/patch-28
rsyslog: Update to 8.37.0
Dirk Brenken [Fri, 14 Sep 2018 19:06:37 +0000 (21:06 +0200)]
Merge pull request #6799 from neheb/patch-27
libfastjson: Update to 0.99.8 + switch to tarball
Dirk Brenken [Fri, 14 Sep 2018 16:20:29 +0000 (18:20 +0200)]
Merge pull request #7018 from Andy2244/samba-4-9-0
samba4: update to 4.9.0
Stijn Tintel [Fri, 14 Sep 2018 10:46:28 +0000 (12:46 +0200)]
Merge pull request #7014 from dedeckeh/pr_strongswan-hotplug
strongswan: fix OpenWrt hotplug script handling
Andy Walsh [Fri, 14 Sep 2018 10:01:18 +0000 (12:01 +0200)]
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>
Hans Dedecker [Thu, 13 Sep 2018 12:21:00 +0000 (14:21 +0200)]
strongswan: refresh patches
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Hans Dedecker [Thu, 13 Sep 2018 10:26:20 +0000 (12:26 +0200)]
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>
Hannu Nyman [Thu, 13 Sep 2018 08:11:18 +0000 (11:11 +0300)]
Merge pull request #7010 from commodo/remove-stray-tarball
treewide: remove stray tarball (added by accident)
Alexandru Ardelean [Thu, 13 Sep 2018 07:21:14 +0000 (10:21 +0300)]
treewide: remove stray tarball (added by accident)
Remove `pyasn1-modules-0.2.2.tar.gz` which was added by accident during
commit
50f1041874b9c8067d64dbfa1c3551f5e5465df5 ("python-pyasn1-modules:
bump to version 0.2.2").
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Michael Heimpold [Wed, 12 Sep 2018 19:33:40 +0000 (21:33 +0200)]
Merge pull request #7003 from dibdot/mc-vfs
mc: add VFS support by default
Dirk Brenken [Wed, 12 Sep 2018 15:23:46 +0000 (17:23 +0200)]
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>
Karl Palsson [Wed, 12 Sep 2018 17:30:11 +0000 (17:30 +0000)]
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>
Ted Hess [Wed, 12 Sep 2018 15:55:44 +0000 (11:55 -0400)]
Merge pull request #7002 from tsl0922/ttyd-1.4.2
ttyd: update to 1.4.2
Shuanglei Tao [Wed, 12 Sep 2018 15:14:12 +0000 (23:14 +0800)]
ttyd: update to 1.4.2
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
Guo Li [Mon, 10 Sep 2018 04:53:33 +0000 (12:53 +0800)]
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>
Hannu Nyman [Tue, 11 Sep 2018 14:54:35 +0000 (17:54 +0300)]
Merge pull request #6988 from commodo/python-batch-upgrades
python packages: upgrade to newer versions
Hannu Nyman [Tue, 11 Sep 2018 14:53:22 +0000 (17:53 +0300)]
Merge pull request #6948 from yangfl/master
i2pd: Update to 2.20.0
Ted Hess [Tue, 11 Sep 2018 14:51:40 +0000 (10:51 -0400)]
Merge pull request #6989 from ryzhovau/ffmpeg-libpostproc
ffmpeg: pack libpostproc for hard float archs only
Alexandru Ardelean [Mon, 10 Sep 2018 08:36:42 +0000 (11:36 +0300)]
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>
Alexandru Ardelean [Mon, 10 Sep 2018 08:30:40 +0000 (11:30 +0300)]
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>
Alexandru Ardelean [Mon, 10 Sep 2018 08:19:47 +0000 (11:19 +0300)]
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>
Dirk Brenken [Tue, 11 Sep 2018 06:54:38 +0000 (08:54 +0200)]
Merge pull request #6979 from neheb/patch-35
flup: Update to 1.0.3
Alexandru Ardelean [Mon, 10 Sep 2018 08:11:07 +0000 (11:11 +0300)]
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>
Dirk Brenken [Tue, 11 Sep 2018 06:53:03 +0000 (08:53 +0200)]
Merge pull request #6992 from Andy2244/wsdd2-fix
wsdd2: fix invalid error message
Dirk Brenken [Tue, 11 Sep 2018 06:50:11 +0000 (08:50 +0200)]
Merge pull request #6627 from neheb/motion
motion: Update to 4.1.1 and switch to codeload
Dirk Brenken [Tue, 11 Sep 2018 06:49:27 +0000 (08:49 +0200)]
Merge pull request #6772 from Andy2244/samba4-avahi
samba4: enable avahi by default, add timemachine support
Jiri Slachta [Mon, 10 Sep 2018 15:55:24 +0000 (17:55 +0200)]
Merge pull request #6887 from neheb/tiff
tiff: Fix CVE-2017-17095
Andy Walsh [Mon, 10 Sep 2018 15:47:32 +0000 (17:47 +0200)]
wsdd2: fix invalid error message
* fixed invalid error message
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Hannu Nyman [Mon, 10 Sep 2018 15:09:06 +0000 (18:09 +0300)]
Merge pull request #6985 from neheb/patch-18
fio: Update to 3.9
Andy Walsh [Thu, 16 Aug 2018 22:00:22 +0000 (00:00 +0200)]
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>
Alexander Ryzhov [Mon, 10 Sep 2018 12:19:12 +0000 (15:19 +0300)]
ffmpeg: pack libpostproc for hard float archs only
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
Hannu Nyman [Mon, 10 Sep 2018 10:10:37 +0000 (13:10 +0300)]
Merge pull request #6983 from jp-bennett/master
Nano and Fwknop updates
Rafał Miłecki [Thu, 30 Aug 2018 19:14:37 +0000 (21:14 +0200)]
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>
David Yang [Tue, 4 Sep 2018 12:29:39 +0000 (20:29 +0800)]
i2pd: Update to 2.20.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
Rosen Penev [Mon, 10 Sep 2018 04:05:28 +0000 (21:05 -0700)]
fio: Update to 3.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Luiz Angelo Daros de Luca [Mon, 10 Sep 2018 02:11:09 +0000 (23:11 -0300)]
Merge pull request #6354 from luizluca/hplip-3.18.6
Hplip 3.18.6 and (lib)cups
Jonathan Bennett [Sun, 9 Sep 2018 21:52:38 +0000 (16:52 -0500)]
Fwknop: Update to 2.6.10
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
Jonathan Bennett [Sun, 9 Sep 2018 21:50:43 +0000 (16:50 -0500)]
Nano: Update to 3.0
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
Peter Wagner [Sun, 9 Sep 2018 17:20:22 +0000 (19:20 +0200)]
nfs-kernel-server: update to 2.3.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Dirk Brenken [Sun, 9 Sep 2018 16:08:21 +0000 (18:08 +0200)]
Merge pull request #6646 from neheb/patch-18
libuvc: Update to 0.0.6 and switch to codeload
Dirk Brenken [Sun, 9 Sep 2018 10:42:12 +0000 (12:42 +0200)]
Merge pull request #6889 from jpolnetpl/ddns-fix-ipsource
ddns-scripts: Make dynamic_dns_updater actually respect config option 'ip_source'
Dirk Brenken [Sun, 9 Sep 2018 10:38:42 +0000 (12:38 +0200)]
Merge pull request #6930 from mwarning/zerotier
zerotier: fix multiple instance handling and port setting
Moritz Warning [Sun, 9 Sep 2018 09:32:38 +0000 (11:32 +0200)]
zerotier: fix multiple instance handling and port setting
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Dirk Brenken [Sun, 9 Sep 2018 05:03:44 +0000 (07:03 +0200)]
Merge pull request #6913 from cotequeiroz/certifi-2018.8.24
python-certifi: bump to 2018.8.24
Dirk Brenken [Sun, 9 Sep 2018 05:02:23 +0000 (07:02 +0200)]
Merge pull request #6978 from dibdot/travelmate
travelmate: update 1.2.3
Dirk Brenken [Sun, 9 Sep 2018 04:56:35 +0000 (06:56 +0200)]
Merge pull request #6976 from philenotfound/at-bump
at: bump to version 3.1.23
Dirk Brenken [Sun, 9 Sep 2018 04:55:06 +0000 (06:55 +0200)]
Merge pull request #6975 from philenotfound/mutt-bump
mutt: bump to version 1.10.1
Yousong Zhou [Wed, 5 Sep 2018 06:21:51 +0000 (06:21 +0000)]
openvswitch: provide in-tree kmod builds
Open vSwitch 2.10 introduces meters support to the kernel datapath. In
upstream Linux, the feature is only available since 4.15
This is mainly for make the newly introduced meter features in linux
kernel datapath more easily available
root@OpenWrt:/# ovs-ofctl -OOpenFlow13 meter-features br0
OFPST_METER_FEATURES reply (OF1.3) (xid=0x2):
max_meter:
4294967295 max_bands:1 max_color:0
band_types: drop
capabilities: kbps pktps burst stats
root@OpenWrt:/#
Size comparison between in-tree and upstreamed modules are attached
2800 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve-intree/lib/modules/4.14.67/vport-geneve.ko
2736 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-geneve/lib/modules/4.14.67/vport-geneve.ko
2596 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre-intree/lib/modules/4.14.67/vport-gre.ko
2536 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-gre/lib/modules/4.14.67/vport-gre.ko
288320 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-intree/lib/modules/4.14.67/openvswitch.ko
118984 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch/lib/modules/4.14.67/openvswitch.ko
2792 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-lisp-intree/lib/modules/4.14.67/vport-lisp.ko
2788 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-stt-intree/lib/modules/4.14.67/vport-stt.ko
3668 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan-intree/lib/modules/4.14.67/vport-vxlan.ko
3400 Sep 5 08:47 ipkg-mips_24kc/kmod-openvswitch-vxlan/lib/modules/4.14.67/vport-vxlan.ko
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 5 Sep 2018 10:21:45 +0000 (10:21 +0000)]
openvswitch: multiple fixes for 2.10
- initscript: skip when ctl scripts are absent. When only ovs is
installed, this will quash error messages of ovn-ctl not found when
invoking stop
- openvswitch-common: include ovs-kmod-ctl
- patches: ovs-save: compatible with busybox ip command
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Sun, 9 Sep 2018 00:41:10 +0000 (17:41 -0700)]
flup: Update to 1.0.3
Changed URL to pythonhosted for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dirk Brenken [Sat, 8 Sep 2018 20:28:04 +0000 (22:28 +0200)]
travelmate: update 1.2.3
* remove needless third status "not connected", use only "running / not
connected" and "connected"
* change indentation from spaces to tabs (saves 4kb)
* small fixes
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Phil Eichinger [Sat, 8 Sep 2018 19:04:00 +0000 (21:04 +0200)]
at: bump to version 3.1.23
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Phil Eichinger [Sat, 8 Sep 2018 19:02:09 +0000 (21:02 +0200)]
mutt: bump to version 1.10.1
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
Rosen Penev [Wed, 1 Aug 2018 21:25:00 +0000 (14:25 -0700)]
libuvc: Update to 0.0.6 and switch to codeload
Switched to codeload and reorganized Makefile to be more consistent with
other projects.
Added PKG_BUILD_PARALLEL for faster compilation.
Minor whitespace fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Fri, 7 Sep 2018 22:06:19 +0000 (00:06 +0200)]
php7: mod-intl: add optional dep for icu-full-data (fixes #6536)
As worked out, ICU library needs its data archive to be useful.
Explain the situation in help text and add option to declare/prevent
this dependency in package meta-data.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Florian Eckert [Wed, 5 Sep 2018 08:03:25 +0000 (10:03 +0200)]
net/stunnel: add archive mirror
The registered URLs only point to the latest version. After adding the archive
URL we could now download older version again.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Guo Li [Thu, 6 Sep 2018 07:10:25 +0000 (15:10 +0800)]
mtr: add autoreconf
The official tarball does not contain configure, we should set
PKG_FIXUP=autoreconf to generate one
make[4]: *** No targets specified and no makefile found. Stop.
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Guo Li [Wed, 5 Sep 2018 07:27:19 +0000 (15:27 +0800)]
classpath: fix this statement may fall through
gnu_java_math_GMP.c:1135:13: error: this statement may fall through [-Werror=implicit-fallthrough=]
res = mpz_popcount (_this);
~~~~^~~~~~~~~~~~~~~~~~~~~~
gnu_java_math_GMP.c:1136:7: note: here
default:
^~~~~~~
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Ted Hess [Wed, 5 Sep 2018 16:50:15 +0000 (12:50 -0400)]
Merge pull request #6951 from MikePetullo/dmapd
dmapd: update to 0.0.77
Dirk Brenken [Wed, 5 Sep 2018 15:50:54 +0000 (17:50 +0200)]
Merge pull request #6956 from dibdot/adblock
adblock: bugfix 3.5.5v2
Dirk Brenken [Wed, 5 Sep 2018 15:39:57 +0000 (17:39 +0200)]
adblock: bugfix 3.5.5v2
* fix uci wrapper calls
* fix link in readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Guo Li [Sun, 2 Sep 2018 10:27:59 +0000 (18:27 +0800)]
jamvm: Use <fenv.h> instead of <fpu_control.h>
musl libc (http://musl-libc.org lack the non-standard <fpu_control.h>
header, which is used in src/os/linux/{i386,x86_64}/init.c files to
setup the floating point precision. This patch makes it use the
standard C <fenv.h> header instead.
Original patch at Felix Janda at
https://sourceforge.net/p/jamvm/patches/6/
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Michael Heimpold [Wed, 5 Sep 2018 10:55:01 +0000 (12:55 +0200)]
Merge pull request #6953 from nxhack/make_icu_tools_selectable
icu: build additional packages / Full ICU Data and ICU Tools
Tested on mxs platform.
Tested-by: Michael Heimpold <mhei@heimpold.de>
Yousong Zhou [Wed, 5 Sep 2018 04:18:37 +0000 (04:18 +0000)]
openvswitch: depends on libunbound
This was introduced in Open vSwitch 2.10 in commit
771680d ("DNS: Add
basic support for asynchronous DNS resolving")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
W. Michael Petullo [Wed, 5 Sep 2018 05:12:00 +0000 (01:12 -0400)]
dmapd: update to 0.0.77
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hirokazu MORIKAWA [Tue, 4 Sep 2018 07:43:57 +0000 (16:43 +0900)]
icu: build additional packages / Full ICU Data package and ICU Tools package
add Full ICU DATA package & ICU DATA Tools package.
add package description.
see: https://github.com/openwrt/packages/issues/6536
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Michael Heimpold [Mon, 3 Sep 2018 14:29:03 +0000 (16:29 +0200)]
net/mosquitto: install pkg-config files
Install the .pc files to staging directory to help other packages
to find the libraries.
Since the build does not use CMake, we need to manually install the
files and replace two variables using sed.
Filed upstream as https://github.com/eclipse/mosquitto/pull/950
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Tested-by: Karl Palsson <karlp@etactica.com>
Ted Hess [Tue, 4 Sep 2018 19:23:38 +0000 (15:23 -0400)]
Merge pull request #6876 from MikePetullo/keyutils
keyutils: add new package
Ted Hess [Tue, 4 Sep 2018 19:23:12 +0000 (15:23 -0400)]
Merge pull request #6658 from MikePetullo/hwloc
hwloc: add new package
Dirk Brenken [Tue, 4 Sep 2018 17:30:11 +0000 (19:30 +0200)]
Merge pull request #6940 from Andy2244/libtirpc-update-114
libtirpc: update to 1.1.4
Dirk Brenken [Tue, 4 Sep 2018 15:05:46 +0000 (17:05 +0200)]
Merge pull request #6859 from Andy2244/samba4-update-4.8.5
samba4: update to 4.8.5
Dirk Brenken [Tue, 4 Sep 2018 14:48:52 +0000 (16:48 +0200)]
Merge pull request #6853 from stangri/https-dns-proxy
https-dns-proxy: new init script and config files
Toke Høiland-Jørgensen [Tue, 4 Sep 2018 12:48:48 +0000 (14:48 +0200)]
radsecproxy: Bump to v1.7.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Dirk Brenken [Tue, 4 Sep 2018 06:20:43 +0000 (08:20 +0200)]
Merge pull request #6935 from Ansuel/nginxup
nginx: bump to latest release
Dirk Brenken [Tue, 4 Sep 2018 06:02:19 +0000 (08:02 +0200)]
Merge pull request #6947 from MikePetullo/libdmapsharing
libdmapsharing: Update to 3.9.3
Dirk Brenken [Tue, 4 Sep 2018 05:58:17 +0000 (07:58 +0200)]
Merge pull request #6937 from neheb/mail
mailman: Update to 2.1.29
Dirk Brenken [Tue, 4 Sep 2018 05:56:29 +0000 (07:56 +0200)]
Merge pull request #6929 from Ansuel/ariang
ariang: fix nginx support script logic
W. Michael Petullo [Mon, 3 Sep 2018 20:07:48 +0000 (16:07 -0400)]
libdmapsharing: Update to 3.9.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Ansuel Smith [Sun, 2 Sep 2018 13:04:14 +0000 (15:04 +0200)]
ariang: fix nginx support script logic
Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Dirk Brenken [Mon, 3 Sep 2018 14:12:56 +0000 (16:12 +0200)]
Merge pull request #6866 from gladiac1337/feature-haproxy-v1.8.13-updates
haproxy: Update all patches for HAProxy v1.8.13
Dirk Brenken [Mon, 3 Sep 2018 14:09:42 +0000 (16:09 +0200)]
Merge pull request #6885 from neheb/ldns
ldns: Fix two CVEs
Dirk Brenken [Mon, 3 Sep 2018 14:04:33 +0000 (16:04 +0200)]
Merge pull request #6906 from lucize/post-mysql
postfix: add mysql support & fix start priority
Dirk Brenken [Mon, 3 Sep 2018 14:00:28 +0000 (16:00 +0200)]
Merge pull request #6904 from lucize/clamav-milter
clamav: enable clamav-milter
Ted Hess [Mon, 3 Sep 2018 13:37:36 +0000 (09:37 -0400)]
Merge pull request #6944 from mhei/expat-docbook-hostbuild
expat: fix host build issue with docbook
Dirk Brenken [Mon, 3 Sep 2018 13:20:36 +0000 (15:20 +0200)]
Merge pull request #6507 from kenkeys/spoofer-133
spoofer: add package
Dirk Brenken [Mon, 3 Sep 2018 13:16:06 +0000 (15:16 +0200)]
Merge pull request #6632 from t-8ch/esniper_2.35
Esniper: update to 2.35
Michael Heimpold [Mon, 3 Sep 2018 11:36:08 +0000 (13:36 +0200)]
expat: fix host build issue with docbook
Additionally to the fix issued for #6923, we need to disable the docbook
usage also for the host build. This prevents the following error:
checking for docbook2man... docbook2man
configure: error: Your local docbook2man was found to work with SGML rather
than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
configure to command docbook2x-man of docbook2X.
Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
You can also configure using --without-docbook if you can do without a man
page for xmlwf.
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Andy Walsh [Mon, 3 Sep 2018 08:06:54 +0000 (10:06 +0200)]
libtirpc: update to 1.1.4
* update to 1.1.4
* remove merged patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Hannu Nyman [Mon, 3 Sep 2018 06:27:19 +0000 (09:27 +0300)]
Merge pull request #6874 from neheb/clam
clamsmtp: Fix compile under musl
Stan Grishin [Thu, 23 Aug 2018 22:05:23 +0000 (15:05 -0700)]
https-dns-proxy: new init script and config files
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sun, 2 Sep 2018 22:02:46 +0000 (15:02 -0700)]
mailman: Adjust Makefile to be similar to other projects
Reorganization + HTTPS + CPE ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 2 Sep 2018 21:59:40 +0000 (14:59 -0700)]
mailman: Update to 2.1.29
Bug and Security fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>