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>
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>
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>
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
Leonardo Medici [Tue, 4 Jun 2019 07:51:25 +0000 (09:51 +0200)]
gphoto2: Update to 2.5.23
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Leonardo Medici [Tue, 4 Jun 2019 07:50:36 +0000 (09:50 +0200)]
libgphoto2: Update to 2.5.23
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
Rosen Penev [Mon, 10 Jun 2019 18:52:55 +0000 (11:52 -0700)]
Merge pull request #9134 from neheb/o
libcoap: Update to 4.2.0 and switch to codeload
Rosen Penev [Mon, 10 Jun 2019 18:27:49 +0000 (11:27 -0700)]
Merge pull request #9216 from jefferyto/newt-python-config
newt: Update python3-config path
Rosen Penev [Mon, 10 Jun 2019 16:26:33 +0000 (09:26 -0700)]
Merge pull request #9215 from eglooca/netifyd-v2.88
netifyd: updated to v2.88
Jeffery To [Mon, 10 Jun 2019 16:14:28 +0000 (00:14 +0800)]
newt: Update python3-config path
The path where python3-config is installed was changed in
64959a1d. This
updates that path for this package.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 15:43:24 +0000 (08:43 -0700)]
Merge pull request #9208 from BKPepe/zeroconf
zeroconf: update to version 0.23.0
Rosen Penev [Mon, 10 Jun 2019 15:42:44 +0000 (08:42 -0700)]
Merge pull request #9210 from nxhack/homebridge_0_4_50
node-homebridge: update to 0.4.50
Rosen Penev [Mon, 10 Jun 2019 15:42:07 +0000 (08:42 -0700)]
Merge pull request #9207 from BKPepe/ruamel
ruamel-yaml: update to version 0.15.97
Rosen Penev [Mon, 10 Jun 2019 15:38:41 +0000 (08:38 -0700)]
Merge pull request #8998 from neheb/ele
elektra: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Mon, 10 Jun 2019 15:37:57 +0000 (08:37 -0700)]
Merge pull request #9199 from jefferyto/python-config-staging-dir-host
python,python3: Move python-config to $(STAGING_DIR)/host
Rosen Penev [Mon, 10 Jun 2019 15:36:37 +0000 (08:36 -0700)]
Merge pull request #9213 from ja-pa/python3-flask-login
python3-flask-login: add new package
Rosen Penev [Mon, 10 Jun 2019 15:35:40 +0000 (08:35 -0700)]
Merge pull request #9214 from jefferyto/python-twisted-19.2.1
python-twisted: Update to 19.2.1
Rosen Penev [Mon, 10 Jun 2019 15:34:26 +0000 (08:34 -0700)]
Merge pull request #9209 from kuoruan/golang-environment
golang: Add the ability to custom build environment
Darryl Sokoloski [Mon, 10 Jun 2019 14:20:14 +0000 (10:20 -0400)]
netifyd: updated to v2.88
Change log for v2.88:
[IMP] Added support for search and replace privacy expressions.
[IMP] Added support for masking external addresses with private address ranges.
[IMP] When enabled, trigger a sink update on start-up.
[IMP] Added flow hash cache.
[IMP] Added HTTPS as a super-protocol of SSL.
[IMP] Add ability to save DNS hint cache to non-volatile (persistent) memory.
[IMP] Save sink responses when "json_save" is enabled.
[IMP] Added dynamic sink URL cloud configuration.
[IMP] Implemented per-detection-thread packet capture queue.
[IMP] Added support for a loadable serial UUID.
[IMP] Added configuration option to override sink connection timeout.
[IMP] Idle flow TTLs tunable via configuration directives.
[IMP] Added idle TCP flow multiplier to keep TCP flows in memory longer.
[IMP] Added new flow metadata "first_update_at" timestamp.
[IMP] Added complete reference sample configuration file.
[IMP] Various optimizations and fixes for FreeBSD.
[IMP] Employ advisory locking when writing output files.
[FIX] Ensure all configuration files are preserved on upgrades.
[FIX] Fixed automatic interface role detection for nethserver/shorewall.
[FIX] Memory usage fixes using profiling tools.
[UPD] Updated to nDPI v2.9.0-dev-
709a87c.
[OPT] Flush and compress upload queue as soon as possible.
[OPT] Significantly reduced detection thread locking times.
[DEV] Added example plugin submodule to repository.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Daniel Golle [Mon, 10 Jun 2019 13:53:27 +0000 (15:53 +0200)]
Merge pull request #9169 from ja-pa/flask-1.0.3
python3-flask: update to version 1.0.3
Jeffery To [Mon, 10 Jun 2019 13:42:47 +0000 (21:42 +0800)]
python-twisted: Update to 19.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jan Pavlinec [Mon, 10 Jun 2019 12:47:03 +0000 (14:47 +0200)]
python3-flask-login: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Mon, 10 Jun 2019 13:42:09 +0000 (15:42 +0200)]
Merge pull request #9171 from ja-pa/python3-maxminddb
python3-maxminddb: add new package
Jan Pavlinec [Thu, 6 Jun 2019 14:21:47 +0000 (16:21 +0200)]
python3-flask: update to version 1.0.3
Changes:
Makefile cleanup
change url to https
add src package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jeffery To [Sun, 9 Jun 2019 06:05:55 +0000 (14:05 +0800)]
python,python3: Move python-config to $(STAGING_DIR)/host
Build/InstallDev is passed a second argument, a path where host binaries
should be placed (ultimately $(STAGING_DIR)/host).
This change moves python[3]-config to that directory.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Deng Qingfang [Fri, 7 Jun 2019 17:10:26 +0000 (01:10 +0800)]
shadowsocks-libev: size optimizations
Use link-time optimization and --gc-sections --as-needed ldflags
Reduces ipk size by 20%
Remove unnecessary dependencies
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Jan Pavlinec [Thu, 6 Jun 2019 16:26:49 +0000 (18:26 +0200)]
python3-maxminddb: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Mon, 10 Jun 2019 09:55:37 +0000 (11:55 +0200)]
Merge pull request #9211 from Cynerd/syslog-ng-stop
syslog-ng: improve init and fix service stop
Peter Wagner [Mon, 10 Jun 2019 09:32:25 +0000 (11:32 +0200)]
libspeexdsp: update to 1.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Mon, 10 Jun 2019 09:30:13 +0000 (11:30 +0200)]
git: update to 2.22.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Karel Kočí [Mon, 10 Jun 2019 07:40:44 +0000 (09:40 +0200)]
syslog-ng: improve init and fix service stop
This fixes service stop. Problem was that in default syslog-ng forks to
background which causes procd to loose track of it. It no longer has in
such case PID of syslog-ng process and is unable to stop it. This means
that instance for such process hangs in procd and also it is not
possible to stop it as daemon. Fix is simple. syslog-ng is now
instructed to run in foreground.
This commit also drops unnecessary reload section. In default reload
calls restart and restart in default is implemented as calling stop and
start. This means that effectively it is implemented same as in case of
this init reload service implementation.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Hirokazu MORIKAWA [Mon, 10 Jun 2019 05:26:06 +0000 (14:26 +0900)]
node-homebridge: update to 0.4.50
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Ken Wong [Mon, 10 Jun 2019 02:46:42 +0000 (10:46 +0800)]
pigz: something change
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
Xingwang Liao [Mon, 10 Jun 2019 02:42:52 +0000 (10:42 +0800)]
golang: Add the ability to custom build environment
by overwrite the GoPackage/Environment definition
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
Rosen Penev [Thu, 6 Jun 2019 01:21:38 +0000 (18:21 -0700)]
acme: Update to 2.8.1
Fix license info to use SPDX name.
Switched to wget instead of curl to avoid having a dependency on 2 SSL
libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 02:13:24 +0000 (19:13 -0700)]
Merge pull request #9181 from neheb/j
inadyn: Update to 2.5
Rosen Penev [Mon, 10 Jun 2019 01:59:59 +0000 (18:59 -0700)]
Merge pull request #9124 from neheb/per
perl: Do not build on ARC
Rosen Penev [Mon, 10 Jun 2019 01:59:24 +0000 (18:59 -0700)]
Merge pull request #9187 from neheb/aio
libaio: Backport DESTDIR patch to simplify the Makefile
Rosen Penev [Mon, 10 Jun 2019 01:58:45 +0000 (18:58 -0700)]
Merge pull request #9192 from antonlacon/ffmpeg-custom
ffmpeg: install ffserver and ffprobe when using custom versions
Rosen Penev [Mon, 10 Jun 2019 01:45:21 +0000 (18:45 -0700)]
Merge pull request #9140 from neheb/or
liblo: Update to 0.30 and remove maintainer
Konstantin Demin [Fri, 7 Jun 2019 19:52:44 +0000 (22:52 +0300)]
bridge-utils: fix conflict with busybox brctl
Busybox brctl applet conflicts with the version from bridge-utils.
Fix this by using ALTERNATIVE support for brctl in bridge-utils.
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
[PKG_RELEASE bump]
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Sun, 9 Jun 2019 22:42:38 +0000 (00:42 +0200)]
zeroconf: update to version 0.23.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sun, 9 Jun 2019 21:18:53 +0000 (23:18 +0200)]
ruamel-yaml: update to version 0.15.97
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Sun, 9 Jun 2019 18:47:05 +0000 (21:47 +0300)]
Merge pull request #9202 from sartura/file_bump_to_5.37
libs: file: bump to 5.37
Rosen Penev [Sun, 9 Jun 2019 16:58:40 +0000 (09:58 -0700)]
Merge pull request #9151 from neheb/po
powertop: Do not use fstack-protector on ARC
Rosen Penev [Sun, 9 Jun 2019 16:05:06 +0000 (09:05 -0700)]
Merge pull request #9203 from sartura/libuv_bump_to_1.29.1
libs: libuv: bump to 1.29.1
Rosen Penev [Sun, 9 Jun 2019 16:04:33 +0000 (09:04 -0700)]
Merge pull request #9204 from sartura/dhcpcd_bump_to_7.2.2
net: dhcpcd: bump to 7.2.2
Rosen Penev [Sun, 9 Jun 2019 16:03:11 +0000 (09:03 -0700)]
Merge pull request #9205 from sartura/sysstat_bump_to_12.0.5
utils: sysstat: bump to 12.0.5
Marko Ratkaj [Sun, 9 Jun 2019 15:20:06 +0000 (17:20 +0200)]
utils: sysstat: bump to 12.0.5
Version bump from 12.0.2 to 12.0.5
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Sun, 9 Jun 2019 15:15:56 +0000 (17:15 +0200)]
net: dhcpcd: bump to 7.2.2
Version bump from 7.0.8 to 7.2.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Sun, 9 Jun 2019 15:10:55 +0000 (17:10 +0200)]
libs: libuv: bump to 1.29.1
Version bump from 1.24.1 to 1.29.1
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Sun, 9 Jun 2019 15:06:00 +0000 (17:06 +0200)]
libs: file: bump to 5.37
Simple version bump from 5.36 to 5.37
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Ken Wong [Sun, 9 Jun 2019 11:50:05 +0000 (19:50 +0800)]
pigz: add package
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
Rosen Penev [Sat, 8 Jun 2019 15:32:13 +0000 (08:32 -0700)]
Merge pull request #9191 from neheb/pciu
pciutils: Install libpci using CP instead of INSTALL_BIN
Daniel Golle [Sat, 8 Jun 2019 12:05:00 +0000 (14:05 +0200)]
gnunet: update to 0.11.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 8 Jun 2019 12:04:45 +0000 (14:04 +0200)]
gnurl: update to 7.65.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>