feed/packages.git
5 years agoseafile-server: fix build with libssp & non-musl libc
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>
5 years agofbzmq: Switch 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>
5 years agolibmstch: Switch HOST to HOSTPKG
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>
5 years agofbthrift: Install to STAGING_DIR_HOSTPKG
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>
5 years agolibfolly: Fix compilation for older ARM platforms
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>
5 years agoboost: Install HOST libraries to HOSTPKG
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>
5 years agofbzmq: Add fbzmq library
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>
5 years agolibrsocket-cpp: Update to 2019-06-11
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>
5 years agofbthrift: Update to 2019.06.10.00
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>
5 years agolibwangle: Update to 2019.06.10.00
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>
5 years agolibfizz: Update to 2019.06.10.00
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>
5 years agolibfolly: Update to 2019.06.10.00
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>
5 years agoliblz4: Update to 1.9.1 and switch to codeload
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>
5 years agopoco: Do not build on ARC
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>
5 years agonano: update to 4.3
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>
(cherry picked from commit 2bdd3856fd3c5050ca9981f2ec508b89cf789ce5)

5 years agomosquitto: update to 1.6.3
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>
5 years agoMerge pull request #9249 from jefferyto/golang-1.12.6-openwrt-19.07
Hannu Nyman [Tue, 18 Jun 2019 18:12:14 +0000 (21:12 +0300)]
Merge pull request #9249 from jefferyto/golang-1.12.6-openwrt-19.07

[openwrt-19.07] golang: Update to 1.12.6

5 years agogolang: Update to 1.12.6
Jeffery To [Tue, 18 Jun 2019 10:56:21 +0000 (18:56 +0800)]
golang: Update to 1.12.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #9250 from jefferyto/circleci-openwrt-19.07
Rosen Penev [Tue, 18 Jun 2019 16:57:51 +0000 (09:57 -0700)]
Merge pull request #9250 from jefferyto/circleci-openwrt-19.07

[openwrt-19.07] CircleCI: Change BRANCH to "openwrt-19.07"

5 years agoCircleCI: Change BRANCH to "openwrt-19.07"
Jeffery To [Tue, 18 Jun 2019 11:06:31 +0000 (19:06 +0800)]
CircleCI: Change BRANCH to "openwrt-19.07"

This still uses the snapshot SDK, but should allow CI to continue.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #9247 from EricLuehrsen/unbound_192_1907
Daniel Engberg [Tue, 18 Jun 2019 06:37:33 +0000 (08:37 +0200)]
Merge pull request #9247 from EricLuehrsen/unbound_192_1907

[openwrt-19.07] unbound: update to 1.9.2

5 years agounbound: improve a few UCI settings
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>
5 years agounbound: update to 1.9.2
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>
5 years agopython-certifi: bump to 2019.6.16
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>
5 years agolm-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>
5 years agoMerge pull request #9134 from neheb/o
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

5 years agoMerge pull request #9216 from jefferyto/newt-python-config
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

5 years agoMerge pull request #9215 from eglooca/netifyd-v2.88
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

5 years agonewt: Update python3-config path
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>
5 years agoMerge pull request #9208 from BKPepe/zeroconf
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

5 years agoMerge pull request #9210 from nxhack/homebridge_0_4_50
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

5 years agoMerge pull request #9207 from BKPepe/ruamel
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

5 years agoMerge pull request #8998 from neheb/ele
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

5 years agoMerge pull request #9199 from jefferyto/python-config-staging-dir-host
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

5 years agoMerge pull request #9213 from ja-pa/python3-flask-login
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

5 years agoMerge pull request #9214 from jefferyto/python-twisted-19.2.1
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

5 years agoMerge pull request #9209 from kuoruan/golang-environment
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

5 years agonetifyd: updated to v2.88
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>
5 years agoMerge pull request #9169 from ja-pa/flask-1.0.3
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

5 years agopython-twisted: Update to 19.2.1
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>
5 years agopython3-flask-login: add new package
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>
5 years agoMerge pull request #9171 from ja-pa/python3-maxminddb
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

5 years agopython3-flask: update to version 1.0.3
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>
5 years agopython,python3: Move python-config to $(STAGING_DIR)/host
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>
5 years agoshadowsocks-libev: size optimizations
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>
5 years agopython3-maxminddb: add new package
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>
5 years agoMerge pull request #9211 from Cynerd/syslog-ng-stop
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

5 years agolibspeexdsp: update to 1.2.0
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>
5 years agogit: update to 2.22.0
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>
5 years agosyslog-ng: improve init and fix service stop
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>
5 years agonode-homebridge: update to 0.4.50
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>
5 years agogolang: Add the ability to custom build environment
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>
5 years agoMerge pull request #9181 from neheb/j
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

5 years agoMerge pull request #9124 from neheb/per
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

5 years agoMerge pull request #9187 from neheb/aio
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

5 years agoMerge pull request #9192 from antonlacon/ffmpeg-custom
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

5 years agoMerge pull request #9140 from neheb/or
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

5 years agobridge-utils: fix conflict with busybox brctl
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>
5 years agozeroconf: update to version 0.23.0
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>
5 years agoruamel-yaml: update to version 0.15.97
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>
5 years agoMerge pull request #9202 from sartura/file_bump_to_5.37
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

5 years agoMerge pull request #9151 from neheb/po
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

5 years agoMerge pull request #9203 from sartura/libuv_bump_to_1.29.1
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

5 years agoMerge pull request #9204 from sartura/dhcpcd_bump_to_7.2.2
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

5 years agoMerge pull request #9205 from sartura/sysstat_bump_to_12.0.5
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

5 years agoutils: 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>
5 years agonet: dhcpcd: bump to 7.2.2
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>
5 years agolibs: libuv: bump to 1.29.1
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>
5 years agolibs: file: bump to 5.37
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>
5 years agoMerge pull request #9191 from neheb/pciu
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

5 years agognunet: update to 0.11.5
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>
5 years agognurl: update to 7.65.1
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>
5 years agoMerge pull request #9188 from BKPepe/youtube
Josef Schlehofer [Sat, 8 Jun 2019 09:21:15 +0000 (11:21 +0200)]
Merge pull request #9188 from BKPepe/youtube

youtube-dl: update to version 2019.6.8

5 years agoMerge pull request #9173 from ryzhovau/getdns_lib
Rosen Penev [Sat, 8 Jun 2019 08:56:07 +0000 (01:56 -0700)]
Merge pull request #9173 from ryzhovau/getdns_lib

getdns: fix library double packing

5 years agoMerge pull request #9190 from neheb/dob
Rosen Penev [Sat, 8 Jun 2019 06:28:10 +0000 (23:28 -0700)]
Merge pull request #9190 from neheb/dob

libdouble-conversion: Switch to CP instead of INSTALL_DATA

5 years agoMerge pull request #9104 from neheb/hwl
Rosen Penev [Sat, 8 Jun 2019 05:39:23 +0000 (22:39 -0700)]
Merge pull request #9104 from neheb/hwl

hwloc: Add PCI support

5 years agopciutils: Install libpci using CP instead of INSTALL_BIN
Rosen Penev [Fri, 7 Jun 2019 23:06:09 +0000 (16:06 -0700)]
pciutils: Install libpci using CP instead of INSTALL_BIN

INSTALL_BIN turns all of the symlinks to files, increasing size.

Updated PCI IDs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9189 from neheb/gfl
Rosen Penev [Fri, 7 Jun 2019 22:56:49 +0000 (15:56 -0700)]
Merge pull request #9189 from neheb/gfl

gflags: Use CP instead of INSTALL_DATA

5 years agolibdouble-conversion: Switch to CP instead of INSTALL_DATA
Rosen Penev [Fri, 7 Jun 2019 21:33:27 +0000 (14:33 -0700)]
libdouble-conversion: Switch to CP instead of INSTALL_DATA

INSTALL_DATA turns symlinks into files, increasing the size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogflags: Use CP instead of INSTALL_DATA
Rosen Penev [Fri, 7 Jun 2019 21:31:19 +0000 (14:31 -0700)]
gflags: Use CP instead of INSTALL_DATA

INSTALL_DATA turns the symlinks into files, increasing the size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9185 from dengqf6/zt
Rosen Penev [Fri, 7 Jun 2019 21:20:53 +0000 (14:20 -0700)]
Merge pull request #9185 from dengqf6/zt

zerotier: remove ARM32 conservative CFLAGS

5 years agoyoutube-dl: update to version 2019.6.8
Josef Schlehofer [Fri, 7 Jun 2019 21:10:58 +0000 (23:10 +0200)]
youtube-dl: update to version 2019.6.8

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agolibaio: Backport DESTDIR patch to simplify the Makefile
Rosen Penev [Fri, 7 Jun 2019 21:02:36 +0000 (14:02 -0700)]
libaio: Backport DESTDIR patch to simplify the Makefile

Fixes issue where OpenWrt CFLAGS like relro were not being passed.

Updated license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoffmpeg: install ffserver and ffprobe when using custom versions
Ian Leonard [Fri, 7 Jun 2019 20:23:41 +0000 (13:23 -0700)]
ffmpeg: install ffserver and ffprobe when using custom versions

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
5 years agozerotier: remove ARM32 conservative CFLAGS
Deng Qingfang [Fri, 7 Jun 2019 17:28:28 +0000 (01:28 +0800)]
zerotier: remove ARM32 conservative CFLAGS

OpenWrt toolchains already use correct CFLAGS for every ARM target
There is no reason to use conservative CFLAGS now
It also causes compile error with GCC 9.1.0

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoMerge pull request #9178 from neheb/op
Rosen Penev [Fri, 7 Jun 2019 16:34:26 +0000 (09:34 -0700)]
Merge pull request #9178 from neheb/op

opus: Update to 1.3.1

5 years agoMerge pull request #9182 from mmtj/pyroute2-0.5.6
Josef Schlehofer [Fri, 7 Jun 2019 15:03:24 +0000 (17:03 +0200)]
Merge pull request #9182 from mmtj/pyroute2-0.5.6

python3-pyroute2: Update to version 0.5.6

5 years agopython3-pyroute2: Update to version 0.5.6
Martin Matějek [Wed, 5 Jun 2019 13:54:40 +0000 (15:54 +0200)]
python3-pyroute2: Update to version 0.5.6

Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
5 years agoinadyn: Update to 2.5
Rosen Penev [Fri, 7 Jun 2019 05:37:56 +0000 (22:37 -0700)]
inadyn: Update to 2.5

Makefile cleanups.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9179 from neheb/b
Rosen Penev [Fri, 7 Jun 2019 05:23:43 +0000 (22:23 -0700)]
Merge pull request #9179 from neheb/b

yaaw: Remove

5 years agoyaaw: Remove
Rosen Penev [Fri, 7 Jun 2019 05:15:49 +0000 (22:15 -0700)]
yaaw: Remove

This has had no updates since 2007. There are also many other aria2 web
interfaces here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoopus: Update to 1.3.1
Rosen Penev [Fri, 7 Jun 2019 05:07:24 +0000 (22:07 -0700)]
opus: Update to 1.3.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9168 from ja-pa/vim-security-patch
Rosen Penev [Fri, 7 Jun 2019 01:14:20 +0000 (18:14 -0700)]
Merge pull request #9168 from ja-pa/vim-security-patch

vim: patch security issue

5 years agoMerge pull request #9174 from ryzhovau/unbound_lib
Rosen Penev [Thu, 6 Jun 2019 21:49:15 +0000 (14:49 -0700)]
Merge pull request #9174 from ryzhovau/unbound_lib

unbound: fix library double packing

5 years agoMerge pull request #9159 from neheb/yam
Rosen Penev [Thu, 6 Jun 2019 20:29:06 +0000 (13:29 -0700)]
Merge pull request #9159 from neheb/yam

yaml: Update to 0.2.2

5 years agoMerge pull request #9139 from neheb/dou
Rosen Penev [Thu, 6 Jun 2019 20:18:28 +0000 (13:18 -0700)]
Merge pull request #9139 from neheb/dou

libdouble-conversion: Update to 3.1.5

5 years agoMerge pull request #9160 from dengqf6/ariang
Hannu Nyman [Thu, 6 Jun 2019 19:32:49 +0000 (22:32 +0300)]
Merge pull request #9160 from dengqf6/ariang

ariang: update to 1.1.1

5 years agoMerge pull request #9172 from James-TR/patch-1
Rosen Penev [Thu, 6 Jun 2019 19:13:14 +0000 (12:13 -0700)]
Merge pull request #9172 from James-TR/patch-1

dnsdist: Move into IP Adresses and Names

5 years agounbound: fix library double packing
Alexander Ryzhov [Thu, 6 Jun 2019 17:18:27 +0000 (20:18 +0300)]
unbound: fix library double packing

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
5 years agogetdns: fix library double packing
Alexander Ryzhov [Thu, 6 Jun 2019 16:57:52 +0000 (19:57 +0300)]
getdns: fix library double packing

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>