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 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 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>
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>
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
Antony Antony [Thu, 16 May 2019 07:23:57 +0000 (09:23 +0200)]
libreswan: update to libreswan 3.29-1
remove unused patches
Add patch to:
Automatically detect whether Curve25519 is available in NSS for USE_DH31
Signed-off-by: Antony Antony <antony@phenome.org>
Antony Antony [Tue, 30 Apr 2019 15:25:35 +0000 (15:25 +0000)]
libreswan: add libunbound and minor fixes
enable libunbound, along with dependency
add kmod-crypto-aead kmod-crypto-gcm dependency to support AES GCM
disable libseccomp
/git/openwrt/build_dir/target-mips_24kc_musl/libreswan-3.27/include/lswseccomp.h:24:10: fatal error: seccomp.h: No such file or directory
#include <seccomp.h>
^~~~~~~~~~~
add missing dependency nspr
add nss-utils dependency to able to import x509 Certificates to fix the error
ipsec import west.p12
/usr/sbin/ipsec: line 239: pk12util: not found
/usr/sbin/ipsec: line 84: certutil: not found
remove libnss dependency, nss-utils util will pull it.
remove unused build option KERNELSRC not necesscay since
b4b98e2922.
Signed-off-by: Antony Antony <antony@phenome.org>
Hannu Nyman [Sun, 16 Jun 2019 18:12:52 +0000 (21:12 +0300)]
collectd: update to 5.9.0
Update collectd to version 5.9.0
* remove backported upstream patches (sensors, modbus)
* remove lua patch that has been been implemented upstream
(See collectd PR 3144)
* refresh patches and accommodate into upstream path changes
* place the 'stations' datatype for iwinfo in alpbetically
correct place in types.db
* add libmnl dependency to 'processes' plugin required for the
new Linux process Delay Accounting capability.
(Alternatively the capability & requirement might be patched away
in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572)
* new plugins (disabled): ampq1, gpu_nvidia, pcie_errors,
write_stackdriver, write_syslog
compile-tested: ar71xx/WNDR3700 (all plugins)
run-tested: ar71xx/WNDR3700 (selected plugins)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Josef Schlehofer [Sun, 16 Jun 2019 17:37:34 +0000 (19:37 +0200)]
btrfs-progs: Update to version 5.1.1
Move depends under URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 15 Jun 2019 22:00:44 +0000 (15:00 -0700)]
Merge pull request #9035 from neheb/ibr
ibr*: Switch to uClibc++
Rosen Penev [Sat, 15 Jun 2019 21:20:09 +0000 (14:20 -0700)]
libnatpmp: Switch to CMake
Allows simplifying the Makefile. CMake patch is from upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sat, 15 Jun 2019 21:33:06 +0000 (23:33 +0200)]
Merge pull request #9234 from neheb/php
php7-pecl-http: Fix wrong licurl define
Rosen Penev [Sat, 15 Jun 2019 19:53:41 +0000 (12:53 -0700)]
php7-pecl-http: Fix wrong licurl define
libcurl changed the option name a while back.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 15 Jun 2019 19:24:11 +0000 (22:24 +0300)]
Merge pull request #9144 from DocLM/libgphoto2
libgphoto2 and gphoto2: update to 2.5.23
Hannu Nyman [Sat, 15 Jun 2019 19:22:23 +0000 (22:22 +0300)]
Merge pull request #9231 from jefferyto/byobu-5.129
byobu: Update to 5.129
Yousong Zhou [Wed, 12 Jun 2019 05:50:36 +0000 (05:50 +0000)]
diffutils: provide diff, cmp as alternatives
Resolves openwrt/packages#6361
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Fri, 14 Jun 2019 20:40:08 +0000 (13:40 -0700)]
Merge pull request #8950 from ammubhave/add_fbzmq
fbzmq: Add fbzmq library
Jeffery To [Fri, 14 Jun 2019 18:53:59 +0000 (02:53 +0800)]
byobu: Update to 5.129
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 4 Jun 2019 01:09:31 +0000 (18:09 -0700)]
liblz4: Update to 1.9.1 and switch to codeload
Simplifies the Makefile.
Remove build hacks and use CMake
Use PKG_BUILD_PARALLEL for faster compilation.
Switch to the Compression submenu to group this with the others.
Added lz4 binaries to be installable.
Add Optimization option.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Jun 2019 16:04:08 +0000 (09:04 -0700)]
Merge pull request #8035 from val-kulkov/imagemagick-package
imagemagick: reintroduce package, cleanup and upgrade
Rosen Penev [Fri, 14 Jun 2019 15:45:16 +0000 (08:45 -0700)]
Merge pull request #9218 from neheb/fgo
Update Facebook tools
Amol Bhave [Sat, 11 May 2019 00:39:03 +0000 (17:39 -0700)]
fbzmq: Add fbzmq library
fbzmq provides a framework for writing services in C++ while leveraging
the features of libzmq (message passing semantics).
Compile tested: nbg6817, master
Maintainer: me
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Tue, 11 Jun 2019 20:29:23 +0000 (13:29 -0700)]
librsocket-cpp: Update to 2019-06-11
Fix compilation with newer GCC
Added Maintainer.
Reorganized Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:49:02 +0000 (12:49 -0700)]
fbthrift: Update to 2019.06.10.00
Rearranged Makefile for consistency between packages.
Added -Dlib_only to save some time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:39:53 +0000 (12:39 -0700)]
libwangle: Update to 2019.06.10.00
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:36:28 +0000 (12:36 -0700)]
libfizz: Update to 2019.06.10.00
Fixes compilation when ChaCha20 is missing from OpenSSL 1.1
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:26:10 +0000 (12:26 -0700)]
libfolly: Update to 2019.06.10.00
Partially restore uclibc patch. Some parts were upstreamed while others
were not.
Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above.
Depend on libunwind conditionally. libunwind is not supported on all
targets. Depending on it unconditionally makes libfolly and dependent
packages unavailable on those targets.
Added missing Maintainer.
Several Makefile rearrangements for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Thu, 13 Jun 2019 21:19:21 +0000 (23:19 +0200)]
libxml2: add -dev and -utils packages (closes #8591)
This introduces a libxml2-dev package which contains most stuff
required for developing against libxml2 (on the target), and
the libxml2-utils package which contains the xmllint and xmlcatalog
command line binaries which are provided by libxml2.
Reported-by: Valentín Kivachuk <vk18496@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Val Kulkov [Fri, 25 Jan 2019 17:55:47 +0000 (12:55 -0500)]
imagemagick: reintroduce package, cleanup and upgrade
ImageMagick is a free and open-source software suite for displaying,
converting, and editing raster image and vector image files. This
package provides the prominent 'convert' utility.
ImageMagick's installation footprint is:
x86_64: 6.7 MB,
ipq806x (ARM): 6.0 MB,
bcm53xx: 6.2 MB.
The shared libraries occupy 2.4 MB on bcm53xx, 2.3 MB on ipq806x, and
2.5 MB on x86_64. The 114 ImageMagick's modules occupy from 3.4 MB to
4.0 MB depending on the target. It may be possible to reduce the
installation footprint by introducing build parameters to control the
selection of modules. In view of the large number of modules and the
possibility of breakage due to module interdependencies or other
reasons, such attempt is not made at this time.
ImageMagick is therefore best suited for extroot-enabled or x86_64
OpenWrt systems.
In many cases, GraphicsMagick may be used as a substitute for
ImageMagick. GraphicsMagick provides similar functionality, it is
faster and it has a smaller installation footprint. It is therefore
better suited for non-extroot OpenWrt systems. However, in tests to
reduce resolution (and size) of a high-resolution JPEG image
GraphicsMagick required about 25% more RAM than ImageMagick (no HDRI,
quantum depth of 8) during its execution.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
Josef Schlehofer [Thu, 13 Jun 2019 12:05:35 +0000 (14:05 +0200)]
Merge pull request #9227 from Payne-X6/master
knot: update to vetsion 2.8.2
Jan Hák [Thu, 13 Jun 2019 08:23:24 +0000 (10:23 +0200)]
knot: upgrade to vetsion 2.8.2
Upgrade of Knot DNS package to version 2.8.2
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Rosen Penev [Thu, 13 Jun 2019 01:36:53 +0000 (18:36 -0700)]
Merge pull request #9226 from dengqf6/libsensors
lm-sensors: install libsensors using CP instead of INSTALL_DATA
Deng Qingfang [Wed, 12 Jun 2019 16:51:18 +0000 (00:51 +0800)]
lm-sensors: install libsensors using CP instead of INSTALL_DATA
INSTALL_DATA turns all of the symlinks to files, increasing size.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Yousong Zhou [Tue, 11 Jun 2019 17:17:12 +0000 (17:17 +0000)]
shadowsocks-libev: bump to version 3.3.0
The most notable change was that socket data buffer has been increased
from 2KB to 16KB
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Tue, 11 Jun 2019 16:18:06 +0000 (09:18 -0700)]
Merge pull request #9164 from neheb/acme
acme: Update to 2.8.1