Rosen Penev [Fri, 28 Jun 2019 20:13:03 +0000 (13:13 -0700)]
log4cplus: Build in parallel
Added PKG/HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 20 Jun 2019 18:50:06 +0000 (11:50 -0700)]
kea: Don't install to STAGING_DIR_HOST
STAGING_DIR_HOST is for packages under tools/ , not host packages.
Reorganized Makefile for consistency between packages.
Added PKG/HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 25 Jun 2019 15:45:37 +0000 (08:45 -0700)]
Merge pull request #9304 from James-TR/update/pdns-auth
pdns-auth: Bump version to 4.1.10
Nikos Mavrogiannopoulos [Tue, 25 Jun 2019 13:07:15 +0000 (15:07 +0200)]
Merge pull request #9309 from neheb/openc
openconnect: Fix DTLS with OpenSSL
Florian Eckert [Tue, 25 Jun 2019 11:46:57 +0000 (13:46 +0200)]
Merge pull request #9320 from James-TR/dnsdist-cpe-id
dnsdist: Add PKG_CPE_ID field to Makefile
James Taylor [Tue, 25 Jun 2019 10:59:32 +0000 (20:59 +1000)]
dnsdist: Add PKG_CPE_ID field to Makefile
Adding the PKG_CPE_ID field to the Makefile for dnsdist
Signed-off-by: James Taylor <james@jtaylor.id.au>
James Taylor [Mon, 24 Jun 2019 10:03:04 +0000 (20:03 +1000)]
pdns-auth: Bump version to 4.1.10
PowerDNS released two new versions which together add some features and address security issues.
Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html
This release and 4.1.9 together fix the following security advisories:
PowerDNS Security Advisory 2019-04 (CVE-2019-10162)
PowerDNS Security Advisory 2019-05 (CVE-2019-10163)
Signed-off-by: James Taylor <james@jtaylor.id.au>
Dirk Brenken [Tue, 25 Jun 2019 05:46:02 +0000 (07:46 +0200)]
Merge pull request #9305 from dibdot/mc
mc: update to 4.8.23
Rosen Penev [Mon, 24 Jun 2019 18:06:06 +0000 (11:06 -0700)]
Merge pull request #9267 from ysc3839/frp
frp: add new package
Rosen Penev [Mon, 24 Jun 2019 17:42:33 +0000 (10:42 -0700)]
openconnect: Fix DTLS with OpenSSL
Backported upstream patches that fix this.
Removed local patch that fixes libp11 with version 0.4.7, which is not
used anymore. Upstream has a different solution.
License fixes and Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dirk Brenken [Mon, 24 Jun 2019 13:47:06 +0000 (15:47 +0200)]
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Mon, 24 Jun 2019 14:19:25 +0000 (07:19 -0700)]
Merge pull request #9302 from micmac1/mariadb-arc-aio
mariadb: add dependency on libaio for arc as well
Jonas Gorski [Mon, 24 Jun 2019 12:46:39 +0000 (14:46 +0200)]
znc: update to 1.7.4
Fixes CVE-2019-12816.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Sebastian Kemper [Mon, 24 Jun 2019 08:36:20 +0000 (10:36 +0200)]
mariadb: add dependency on libaio for arc as well
Now that libaio compiles on arc targets we need to add the dependency to
libaio on these targets as well.
resolves #9298
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Mon, 24 Jun 2019 02:16:24 +0000 (19:16 -0700)]
Merge pull request #9301 from neheb/n4342
pfring: Update to 7.4.0
Rosen Penev [Mon, 24 Jun 2019 01:27:35 +0000 (18:27 -0700)]
pfring: Update to 7.4.0
Fixes compilation with kernel 4.19.
Added PKG_BUILD_PARALLEL for faster compilation.
Some small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 23 Jun 2019 15:12:22 +0000 (08:12 -0700)]
Merge pull request #9295 from neheb/gam
gammu: Update to 1.40.0
Rosen Penev [Sun, 23 Jun 2019 14:51:18 +0000 (07:51 -0700)]
Merge pull request #9183 from James-TR/pdns-auth
pdns: add package
Rosen Penev [Sun, 23 Jun 2019 14:47:31 +0000 (07:47 -0700)]
Merge pull request #9293 from BKPepe/boost
boost: Makefile polishing and fix raw kconfig syntax
Rosen Penev [Sun, 23 Jun 2019 14:45:12 +0000 (07:45 -0700)]
Merge pull request #9296 from gladiac1337/haproxy-v2.0.0-fix
haproxy: Fix issue #9294 & update patches
Christian Lachner [Sun, 23 Jun 2019 11:39:12 +0000 (13:39 +0200)]
haproxy: Fix issue #9294 & update patches
The arc700 target (and probably others) uses uclibc as it's c-library. However,
uClibc's libcrypt seems to not support the crypt_data struct which broke
the build. This fix adds a new build-target to haproxy which does not use
libcrypt. Summing up, this commit does:
- Add support for uclibc to haproxy with libcrypt disabled
- Add detection of c-library to configure the correct build-target
- Silence additional warnings
- Update patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Daniel Engberg [Sun, 23 Jun 2019 05:39:19 +0000 (07:39 +0200)]
Merge pull request #9291 from BKPepe/youtube
youtube-dl: Update to version 2019.6.21
Rosen Penev [Sat, 22 Jun 2019 21:04:37 +0000 (14:04 -0700)]
Merge pull request #9281 from neheb/dos
dosfsutils: Properly fix iconv linking
Rosen Penev [Sat, 22 Jun 2019 19:13:47 +0000 (12:13 -0700)]
gammu: Update to 1.40.0
Cleaned up Makefile for consistency between packages.
Switched to CMAKE_INSTALL to get rid of the InstallDev section.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 22 Jun 2019 19:30:24 +0000 (12:30 -0700)]
Merge pull request #9257 from neheb/bn
libaio: Update to 0.3.112
Jo-Philipp Wich [Sat, 22 Jun 2019 17:15:55 +0000 (19:15 +0200)]
boost: fix raw kconfig syntax
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 22 Jun 2019 17:12:42 +0000 (19:12 +0200)]
boost: Makefile polishing
Corrected License according to SPDX in PKG_LICENSE
Added PKG_LICENSE_FILES
HTTPS in their website
Reordered some stuff
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 22 Jun 2019 16:18:14 +0000 (18:18 +0200)]
youtube-dl: Update to version 2019.6.21
Makefile polishing - Move DEPENDS under URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 22 Jun 2019 07:34:13 +0000 (00:34 -0700)]
Merge pull request #7023 from luizluca/switchdev_poller
switchdev_poller: add new package (RFC)
Luiz Angelo Daros de Luca [Fri, 14 Sep 2018 21:52:41 +0000 (18:52 -0300)]
switchdev-poller: add new package
This service monitors (each 3s) switchdev ports and brings down CPU
ports when all related non-CPU vlan ports are also down. Otherwise,
it brings the port up.
In order to hide CPU ports from netifd, when a device is brought down,
the device is renamed adding the suffix "_down".
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Daniel Engberg [Fri, 21 Jun 2019 21:00:04 +0000 (23:00 +0200)]
Merge pull request #9284 from gladiac1337/feature-haproxy-v2.0.0
haproxy: Update HAProxy to v2.0.0 (LTS)
Rosen Penev [Fri, 21 Jun 2019 15:31:21 +0000 (08:31 -0700)]
Merge pull request #9276 from neheb/fbz
fbzmq: Fix compilation with newer GCC
Christian Lachner [Fri, 21 Jun 2019 07:09:11 +0000 (09:09 +0200)]
haproxy: Update HAProxy to v2.0.0 (LTS)
- Update haproxy download URL and hash
- Add new patches
- Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+
- Update default configuration
- Add check-command (for config) to init-script
- Add prometheus-service from contribs by default
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Michael Heimpold [Fri, 21 Jun 2019 04:45:53 +0000 (06:45 +0200)]
php7: update to 7.2.19
Compile and run tested on mxs platform
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Fri, 21 Jun 2019 04:39:11 +0000 (21:39 -0700)]
Merge pull request #9282 from neheb/uvc
uvcdynctrl: Fix compilation with uClibc-ng
Yousong Zhou [Fri, 21 Jun 2019 01:56:55 +0000 (01:56 +0000)]
netdata: netdata.init: fix indentation
Yousong Zhou [Thu, 20 Jun 2019 13:25:59 +0000 (13:25 +0000)]
treewide: avoid deref symlinks when installing .so
This change is inspired by commit openwrt/openwrt@
38b22b1e ("nghttp2:
deduplicate files in libnghttp2")
The packages in this commit are identified with the following command
grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'
Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Thu, 20 Jun 2019 22:42:44 +0000 (15:42 -0700)]
uvcdynctrl: Fix compilation with uClibc-ng
Got rid of libiconv-full dependency. Relying on nls.mk
Fixed up the license information.
Added CMAKE_INSTALL to get rid of the InstallDev section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 20 Jun 2019 22:21:15 +0000 (15:21 -0700)]
dosfsutils: Properly fix iconv linking
Necessary when using libiconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 20 Jun 2019 16:55:00 +0000 (09:55 -0700)]
Merge pull request #9180 from neheb/unr
unrar: Update to 5.7.5
Rosen Penev [Thu, 20 Jun 2019 16:50:50 +0000 (09:50 -0700)]
Merge pull request #9277 from neheb/md
mdnsresponder: Fix compilation with uClibc-ng
Nikos Mavrogiannopoulos [Thu, 20 Jun 2019 15:03:05 +0000 (17:03 +0200)]
Merge pull request #9176 from neheb/p11
p11-kit: Update to 0.23.16.1
Alexandru Ardelean [Thu, 20 Jun 2019 09:11:39 +0000 (12:11 +0300)]
seafile-server: fix build with libssp & non-musl libc
Fixes: https://github.com/openwrt/packages/issues/9255
This seems to fail the build for this package only.
So, this change patches the build, to add `-lssp` to the LDFLAGS of this
package, in case the build uses GCC's libssp.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Thu, 20 Jun 2019 11:45:22 +0000 (14:45 +0300)]
nano: update to 4.3
Update nano to 4.3
Release notes at https://nano-editor.org/news.php
2019.06.18 - GNU nano 4.3
* The ability to read from and write to a FIFO has been regained.
* Startup time is reduced by fully parsing a syntax only when needed.
* Asking for help (^G) when using --operatingdir does not crash.
* The reading of a huge or slow file can be stopped with ^C.
* Cut, zap, and copy operations are undone separately when intermixed.
* M-D reports the correct number of lines (zero for an empty buffer).
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Thu, 20 Jun 2019 10:14:44 +0000 (13:14 +0300)]
Merge pull request #9246 from EricLuehrsen/unbound_192
unbound: update to 1.9.2
Yousong Zhou [Thu, 20 Jun 2019 06:51:01 +0000 (06:51 +0000)]
openvswitch: bump to version 2.11.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 20 Jun 2019 08:00:06 +0000 (08:00 +0000)]
openvswitch: drop dependencies on kmod-mpls
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 20 Jun 2019 04:27:12 +0000 (04:27 +0000)]
openvswitch: conditionally select kmod-nsh
The nsh.ko requirement was introduced in kernel 4.15. Currently there
are 3 kernel versions in base system, 4.9, 4.14, 4.19
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 20 Jun 2019 03:22:45 +0000 (03:22 +0000)]
openvswitch: rework skipping intree kmod build for unsupported kernels
This is a workaround to prevent the whole build from failing because of
the intree kmods are not supported yet by upstream project.
Root cause is that kernel version should not play a part when making
DEPENDS as the generated kconfig was for all targets that may have
different kernel versions.
One less than ideal effect of this change is that for an unsupported
kernel version, people can still select the intree kmod but it won't be
built. This may contradict expectation if the warning was not noticed
by them
Resolves openwrt/packages#9274
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Fri, 7 Jun 2019 00:02:52 +0000 (17:02 -0700)]
p11-kit: Update to 0.23.16.1
Added --as-needed linker flag for smaller size.
Small configure adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 21:54:19 +0000 (14:54 -0700)]
mdnsresponder: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 20:08:42 +0000 (13:08 -0700)]
fbzmq: Fix compilation with newer GCC
Added -faligned-new to fix compilation.
As fbzmq is passing -Werror, fixed compilation with newer GCC versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 19:19:10 +0000 (12:19 -0700)]
Merge pull request #9264 from cotequeiroz/bcrypt
bcrypt: add python-cffi/host build dependency
Jeffery To [Wed, 19 Jun 2019 09:54:48 +0000 (17:54 +0800)]
python: Clarify README for Python 2-only libraries
This clarifies that Python 2-only libraries will have a Python 3 version
added, instead of being replaced by a Python 3 version (before the 2020
mass removal).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Wed, 19 Jun 2019 10:44:51 +0000 (13:44 +0300)]
Merge pull request #9239 from hnyman/collectd390
collectd: update to 5.9.0
Josef Schlehofer [Wed, 19 Jun 2019 10:25:24 +0000 (12:25 +0200)]
Merge pull request #9224 from BKPepe/markdown
python-markdown: add a new package
Dirk Brenken [Wed, 19 Jun 2019 09:57:51 +0000 (11:57 +0200)]
Merge pull request #9259 from dibdot/banIP
banip: update 0.1.4
Karl Palsson [Tue, 18 Jun 2019 16:05:27 +0000 (16:05 +0000)]
mosquitto: update to 1.6.3
Fixes multiple issues, primarily of interest to OpenWrt:
* getrandom issues with and without TLS and glibc
See https://github.com/openwrt/packages/issues/9005 and
https://github.com/openwrt/packages/pull/9243
Many many many other fixes related to mqttv5/v3.1.1 interactions and
mqtt5 support options.
Full changelog at: https://mosquitto.org/blog/2019/06/version-1-6-3-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
Richard Yu [Wed, 19 Jun 2019 02:42:42 +0000 (10:42 +0800)]
frp: add new package
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Dengfeng Liu [Thu, 13 Jun 2019 09:26:18 +0000 (17:26 +0800)]
apfree-wifidog: Update to v3.11.1716
Change log for v3.11.1716:
[IMP] Replaced libhttpd with libevent, therefore commented thread
related parameters in wifidogx conf file
[IMP] Added REQUEST_TYPE_COUNTERS_V2 to wifidog protocol
[IMP] Sent online and offline client's counter info to auth server
[FIX] Fixed missing setting online_time parameter bug
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 06:28:42 +0000 (23:28 -0700)]
Merge pull request #9256 from BKPepe/pycurl
python-curl: update to version 7.43.0.3
Eric Luehrsen [Sun, 2 Jun 2019 18:14:23 +0000 (14:14 -0400)]
unbound: improve a few UCI settings
- treat RFC6762 'local.' as nxdomain because avahi and other services
will disable if SOA or NS records appear in central DNS.
- allow two threads to be enabled with the 'heavy traffic' variant of
Unbound packages.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Eric Luehrsen [Tue, 18 Jun 2019 02:45:18 +0000 (22:45 -0400)]
unbound: update to 1.9.2
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 03:56:26 +0000 (20:56 -0700)]
Merge pull request #9265 from nxhack/libupm_2.0.0
libupm: update to 2.0.0
Rosen Penev [Wed, 19 Jun 2019 03:55:44 +0000 (20:55 -0700)]
Merge pull request #9266 from zhaojh329/libuhttpd
libuhttpd: update to 2.2.2
Jianhui Zhao [Wed, 19 Jun 2019 02:42:11 +0000 (10:42 +0800)]
libuhttpd: update to 2.2.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Rosen Penev [Wed, 19 Jun 2019 01:57:54 +0000 (18:57 -0700)]
Merge pull request #9099 from CGretski/feature_ostiary
ostiary: Initial package creation
Rosen Penev [Wed, 19 Jun 2019 01:43:27 +0000 (18:43 -0700)]
Merge pull request #8829 from flyn-org/mdnsresponder
mdnsresponder: update to IETF104
Hirokazu MORIKAWA [Wed, 19 Jun 2019 00:02:13 +0000 (09:02 +0900)]
libupm: update to 2.0.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Eneas U de Queiroz [Tue, 18 Jun 2019 18:35:35 +0000 (15:35 -0300)]
bcrypt: add python-cffi/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Karel Kočí [Mon, 13 Aug 2018 14:14:40 +0000 (16:14 +0200)]
python-markdown: add a new package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
[Add me as maintainer]
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Dirk Brenken [Tue, 18 Jun 2019 20:23:17 +0000 (22:23 +0200)]
banip: update 0.1.4
* refine 'refresh' mode, add normal processing/download as fallback
* remove needless reload trigger
* fix various ipset warnings
* fix timer in 'refresh' mode
* adapt ssbl regex to new source list format
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Tue, 18 Jun 2019 18:02:47 +0000 (11:02 -0700)]
libaio: Update to 0.3.112
Replace inactive maintainer with myself.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Mon, 17 Jun 2019 06:50:00 +0000 (08:50 +0200)]
python-curl: update to version 7.43.0.3
Patch was accepted.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 18 Jun 2019 17:39:42 +0000 (10:39 -0700)]
Merge pull request #9146 from commodo/seafile-cleanup1
seafile-seahub,django: cleanup seafile a bit, add python3 variants for django & django-constance
Rosen Penev [Tue, 18 Jun 2019 17:35:25 +0000 (10:35 -0700)]
Merge pull request #9009 from neheb/n
poco: Remove
Rosen Penev [Tue, 18 Jun 2019 17:09:33 +0000 (10:09 -0700)]
poco: Do not build on ARC
Not supported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 18 Jun 2019 16:27:16 +0000 (19:27 +0300)]
Merge pull request #9248 from jefferyto/golang-1.12.6
golang: Update to 1.12.6
Alexandru Ardelean [Tue, 4 Jun 2019 11:29:00 +0000 (14:29 +0300)]
seafile-seahub: whitespace update
Just un-indent the package definition a bit.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 14 Mar 2019 09:12:30 +0000 (11:12 +0200)]
django-constance: convert to python pkg format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 3 Jun 2019 12:25:39 +0000 (15:25 +0300)]
django: convert to python pkg format + add python3 variant
This also updates all dependencies to use the new `python-django` package.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Tue, 18 Jun 2019 12:11:44 +0000 (14:11 +0200)]
Merge pull request #9238 from BKPepe/btrfs
btrfs-progs: Update to version 5.1.1
Alexandru Ardelean [Mon, 3 Jun 2019 12:20:20 +0000 (15:20 +0300)]
python-pytz: remove host-build
seafile-seahub was the only user of this.
Remove this from the build.
Having it here is a bit messy.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 3 Jun 2019 12:17:23 +0000 (15:17 +0300)]
seafile-seahub: de-couple build a bit more
seafile-seahub's build is a mess.
It hijacks some OpenWrt mk files into the build.
This can be avoided by provided some of the required parameters via
env-vars and patching the env-vars into the build.
Which is what this patch does.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 3 Jun 2019 10:58:39 +0000 (13:58 +0300)]
seafile-seahub: move all prefix-ed python packages to var
The change is mostly organizational.
More packages will be moved to have python- or python3- prefixes.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jeffery To [Tue, 18 Jun 2019 10:53:49 +0000 (18:53 +0800)]
golang: Update to 1.12.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 18 Jun 2019 00:55:16 +0000 (17:55 -0700)]
Merge pull request #9244 from neheb/boo
Bosst change to HOSTPKG
Rosen Penev [Mon, 17 Jun 2019 21:24:59 +0000 (14:24 -0700)]
fbzmq: Switch to HOSTPKG
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 19:11:52 +0000 (12:11 -0700)]
libmstch: Switch HOST to HOSTPKG
HOST should be used by tools only, not for host packages.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 18:34:47 +0000 (11:34 -0700)]
fbthrift: Install to STAGING_DIR_HOSTPKG
As part of the boost change. Also get rid of various CMake options as
CMake can find everything properly now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 20:32:14 +0000 (13:32 -0700)]
Merge pull request #9198 from xinxijishuwyq/master
pigz: add package
Daniel Golle [Mon, 17 Jun 2019 20:07:50 +0000 (22:07 +0200)]
Merge pull request #9177 from neheb/gabe
libgabe: Update to 1.0
Rosen Penev [Mon, 17 Jun 2019 19:46:42 +0000 (12:46 -0700)]
Merge pull request #9138 from neheb/lz4
liblz4: Update to 1.9.1 and switch to codeload
Rosen Penev [Mon, 17 Jun 2019 19:45:53 +0000 (12:45 -0700)]
Merge pull request #9236 from neheb/na
libnatpmp: Switch to CMake
Rosen Penev [Mon, 17 Jun 2019 18:32:52 +0000 (11:32 -0700)]
libfolly: Fix compilation for older ARM platforms
ARM6 and below do not support the yield instruction. Do not use it there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 18:07:23 +0000 (11:07 -0700)]
boost: Install HOST libraries to HOSTPKG
After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is
designed for tools, not host packages. Changing this to HOSTPKG allows
CMake and pkgconfig to work properly with fbthrift.
The host-libraries should not be modular like this for host packages.
Changed to eliminate them and to only build the needed ones. This can be
changed as conditions change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Eneas U de Queiroz [Mon, 17 Jun 2019 00:45:27 +0000 (21:45 -0300)]
python-certifi: bump to 2019.6.16
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Hannu Nyman [Mon, 17 Jun 2019 16:27:51 +0000 (19:27 +0300)]
Merge pull request #9242 from val-kulkov/graphicsmagick-package
graphicsmagick: update to the latest upstream version
Val Kulkov [Mon, 17 Jun 2019 02:56:01 +0000 (22:56 -0400)]
graphicsmagick: update to the latest upstream version
Update to 1.3.32.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 00:59:50 +0000 (17:59 -0700)]
Merge pull request #8956 from antonyantony/libreswan-fixes-1
Libreswan packages fixes upgrade 3.29 and dnssec