Rosen Penev [Sun, 19 Aug 2018 23:09:03 +0000 (16:09 -0700)]
glib2: Update to 2.56.2
Adjusted some configure flags. Disabled some documentation to save on
build time. It seems to have also fixed parallel building on mvebu at
least.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 17 Sep 2018 19:16:44 +0000 (22:16 +0300)]
Merge pull request #7054 from tru7/libfmt
libfmt: bump to version 5.2.0
Othmar Truniger [Mon, 17 Sep 2018 18:10:55 +0000 (20:10 +0200)]
libfmt: bump to version 5.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
Hannu Nyman [Mon, 17 Sep 2018 15:34:45 +0000 (18:34 +0300)]
Merge pull request #7050 from mlichvar/chrony-fix-ipv6-allow
chrony: fix configuration of IPv6 client access
Miroslav Lichvar [Mon, 17 Sep 2018 09:11:25 +0000 (11:11 +0200)]
chrony: fix configuration of IPv6 client access
Fix the init script to allow access from IPv6 subnets of the interface
specified in allow section in /etc/config/chrony.
Fixes issue #7039.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Hannu Nyman [Mon, 17 Sep 2018 15:02:52 +0000 (18:02 +0300)]
Merge pull request #7048 from neheb/patch-32
python-lxml: Update to 4.2.5
Hannu Nyman [Mon, 17 Sep 2018 15:02:19 +0000 (18:02 +0300)]
Merge pull request #7041 from neheb/patch-18
jdcal: Update to 1.4
Hannu Nyman [Mon, 17 Sep 2018 15:01:26 +0000 (18:01 +0300)]
Merge pull request #7049 from neheb/patch-35
pytz: Update to 2018.5
Hannu Nyman [Mon, 17 Sep 2018 15:01:04 +0000 (18:01 +0300)]
Merge pull request #7045 from neheb/patch-11
python-dateutil: Update to 2.7.3
Hannu Nyman [Mon, 17 Sep 2018 14:58:58 +0000 (17:58 +0300)]
Merge pull request #7051 from commodo/python3-fix-ssl-dh-free
python3: fix build with SSL module
Alexandru Ardelean [Mon, 17 Sep 2018 09:53:39 +0000 (12:53 +0300)]
python3: fix build with SSL module
No idea how this creeped up. Probably OpenSSL been has updated recently.
Will send this patch upstream as well, but in the meantime we should fix
the Python3 build.
Build error seems to be:
```
<openwrt>/build_dir/target-i386_pentium4_musl/Python-3.7.0/Modules/_ssl.c:4000:5: error: implicit declaration of function 'DH_free'; did you mean 'lh_free'? [-Werror=implicit-function-declaration]
DH_free(dh);
^~~~~~~
lh_free
cc1: some warnings being treated as errors
Python build finished successfully!
The necessary bits to build these optional modules were not found:
_tkinter _uuid nis
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc atexit pwd
time zlib
Failed to build these modules:
_ssl
Makefile:618: recipe for target 'sharedmods' failed
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Nikos Mavrogiannopoulos [Mon, 17 Sep 2018 06:32:12 +0000 (08:32 +0200)]
Merge pull request #6936 from neheb/patch-25
p11-kit: Update to 0.23.14
Nikos Mavrogiannopoulos [Mon, 17 Sep 2018 06:31:56 +0000 (08:31 +0200)]
Merge pull request #6971 from neheb/secc
libseccomp: Update to 2.3.3
Rosen Penev [Mon, 17 Sep 2018 04:21:05 +0000 (21:21 -0700)]
pytz: Update to 2018.5
Switched to standard pythonhosted URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Sep 2018 04:18:03 +0000 (21:18 -0700)]
python-lxml: Update to 4.2.5
Switched URL to the standard pythonhosted one. The website directs users there.
Tarballs are identical.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Sep 2018 03:55:44 +0000 (20:55 -0700)]
python-dateutil: Update to 2.7.3
Switch to standard URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Peter Wagner [Sun, 16 Sep 2018 22:00:04 +0000 (00:00 +0200)]
git: drop git-http ca-certificates dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Rosen Penev [Sun, 16 Sep 2018 15:41:42 +0000 (08:41 -0700)]
jdcal: Update to 1.4
Switched URL to the more standard pythonhosted one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sun, 16 Sep 2018 15:38:54 +0000 (18:38 +0300)]
Merge pull request #7027 from neheb/patch-18
fio: Update to 3.10 and disable HTTP
Hannu Nyman [Sun, 16 Sep 2018 10:31:03 +0000 (13:31 +0300)]
Merge pull request #7040 from Andy2244/samba4-fix-typo
samba4: fix typo
Andy Walsh [Sun, 16 Sep 2018 09:04:12 +0000 (11:04 +0200)]
samba4: fix typo
* fix a typo in vfs_extd_audit
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
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 19:52:32 +0000 (12:52 -0700)]
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>
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 [Sat, 8 Sep 2018 17:44:46 +0000 (10:44 -0700)]
libseccomp: Update to 2.3.3
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_FORMAT_SECURITY as it's not needed to be disabled anymore.
Removed patch as musl has been updated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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