feed/packages.git
5 years agolcdgrilo: Fix compilation with newer Vala 10007/head
Rosen Penev [Mon, 16 Sep 2019 03:06:09 +0000 (20:06 -0700)]
lcdgrilo: Fix compilation with newer Vala

It seems semantics changed slightly.

Cleaned up Makefile for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agostrongswan: bump to 5.8.1
Stijn Tintel [Sun, 15 Sep 2019 14:46:15 +0000 (17:46 +0300)]
strongswan: bump to 5.8.1

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agoMerge pull request #9982 from TDT-AG/pr/20190913-collectd
Hannu Nyman [Sun, 15 Sep 2019 19:13:38 +0000 (22:13 +0300)]
Merge pull request #9982 from TDT-AG/pr/20190913-collectd

collectd: add additional config option

5 years agoMerge pull request #9994 from flyn-org/vips
Rosen Penev [Sun, 15 Sep 2019 17:20:25 +0000 (10:20 -0700)]
Merge pull request #9994 from flyn-org/vips

vips: update to 8.8.2

5 years agovips: update to 8.8.2 9994/head
W. Michael Petullo [Sat, 14 Sep 2019 16:10:07 +0000 (12:10 -0400)]
vips: update to 8.8.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agoMerge pull request #9992 from flyn-org/openldap
Hannu Nyman [Sun, 15 Sep 2019 16:42:17 +0000 (19:42 +0300)]
Merge pull request #9992 from flyn-org/openldap

openldap: update to 2.4.48

5 years agoMerge pull request #9987 from neheb/lept
Rosen Penev [Sun, 15 Sep 2019 16:16:36 +0000 (09:16 -0700)]
Merge pull request #9987 from neheb/lept

leptonica: Add missing libwebp dependency

5 years agoMerge pull request #9990 from lnslbrty/package/wipe
Rosen Penev [Sun, 15 Sep 2019 14:23:02 +0000 (07:23 -0700)]
Merge pull request #9990 from lnslbrty/package/wipe

wipe: add new package

5 years agoMerge pull request #9584 from ynezz/upstream/move-scons
Rosen Penev [Sun, 15 Sep 2019 14:21:52 +0000 (07:21 -0700)]
Merge pull request #9584 from ynezz/upstream/move-scons

 scons: move host build tool to a proper place

5 years agoopenldap: update to 2.4.48 9992/head
W. Michael Petullo [Sat, 14 Sep 2019 16:08:53 +0000 (12:08 -0400)]
openldap: update to 2.4.48

Fixes CVE-2019-13565.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agowipe: add new package 9990/head
Toni Uhlig [Sat, 14 Sep 2019 07:13:26 +0000 (09:13 +0200)]
wipe: add new package

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
5 years agosqm-scripts: Bump to v1.4.0
Toke Høiland-Jørgensen [Sat, 14 Sep 2019 11:19:06 +0000 (13:19 +0200)]
sqm-scripts: Bump to v1.4.0

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agoMerge pull request #9986 from neheb/nut
Hannu Nyman [Sat, 14 Sep 2019 07:39:16 +0000 (10:39 +0300)]
Merge pull request #9986 from neheb/nut

nut: Switch to pkgconfig for finding libgd

5 years agoMerge pull request #9985 from thess/dnscrypt-update
Rosen Penev [Sat, 14 Sep 2019 00:56:38 +0000 (17:56 -0700)]
Merge pull request #9985 from thess/dnscrypt-update

dnscrypt-proxy: Update to latest git version.

5 years agoMerge pull request #9989 from neheb/rso
Rosen Penev [Fri, 13 Sep 2019 22:21:51 +0000 (15:21 -0700)]
Merge pull request #9989 from neheb/rso

librsocket-cpp: Update to 2019-09-12

5 years agolibrsocket-cpp: Update to 2019-09-12 9989/head
Rosen Penev [Fri, 13 Sep 2019 21:42:39 +0000 (14:42 -0700)]
librsocket-cpp: Update to 2019-09-12

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibftdi1: Remove faulty change from last patch
Rosen Penev [Fri, 13 Sep 2019 20:14:48 +0000 (13:14 -0700)]
libftdi1: Remove faulty change from last patch

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoopencv: Add missing libwebp dependency
Rosen Penev [Fri, 13 Sep 2019 20:07:20 +0000 (13:07 -0700)]
opencv: Add missing libwebp dependency

Now that libwebp is in the tree, opencv picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoleptonica: Add missing libwebp dependency 9987/head
Rosen Penev [Fri, 13 Sep 2019 20:02:46 +0000 (13:02 -0700)]
leptonica: Add missing libwebp dependency

Now that libwebp is in the tree, leptonica picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonut: Switch to pkgconfig for finding libgd 9986/head
Rosen Penev [Fri, 13 Sep 2019 19:56:43 +0000 (12:56 -0700)]
nut: Switch to pkgconfig for finding libgd

nut uses gdlib-config to find libgd, which happens to be deprecated. This
switches it to use pkgconfig and allows a fallback to gdlib-config, same
as the libusb check.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibgd: Backport SOVERSION and pkgconfig changes
Rosen Penev [Fri, 13 Sep 2019 19:47:50 +0000 (12:47 -0700)]
libgd: Backport SOVERSION and pkgconfig changes

The latter is needed for some packages to find libgd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agodnscrypt-proxy: Update to latest git version. 9985/head
Ted Hess [Fri, 13 Sep 2019 18:44:17 +0000 (14:44 -0400)]
dnscrypt-proxy: Update to latest git version.
Revise dnscrypt-resolvers.csv with new dnscrypt-ca info.

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge pull request #9981 from jefferyto/go-1.13-trimpath
Rosen Penev [Fri, 13 Sep 2019 17:59:43 +0000 (10:59 -0700)]
Merge pull request #9981 from jefferyto/go-1.13-trimpath

golang: Use new -trimpath option when compiling Go packages

5 years agoMerge pull request #9983 from James-TR/pdns-4.2.0-bump
Rosen Penev [Fri, 13 Sep 2019 17:59:03 +0000 (10:59 -0700)]
Merge pull request #9983 from James-TR/pdns-4.2.0-bump

pdns: bump version to 4.2.0

5 years agopdns: bump version to 4.2.0 9983/head
James Taylor [Fri, 13 Sep 2019 13:14:55 +0000 (23:14 +1000)]
pdns: bump version to 4.2.0

Bump PowerDNS Authoritative DNS Server to 4.2.0. Release changelong can be found at
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.0

Compile Tested: OpenWRT Snapshot - armv7
Run Tested: Linksys WRT1900ACS - package runs correctly, not all functionality has been tested.

Signed-off-by: James Taylor <james@jtaylor.id.au>
5 years agocgi-io: use splice() to stream backup archive
Jo-Philipp Wich [Fri, 13 Sep 2019 07:17:58 +0000 (09:17 +0200)]
cgi-io: use splice() to stream backup archive

This improves the I/O performance when outputting large backups.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agocgi-io: pass appropriate HTTP error codes to failure()
Jo-Philipp Wich [Fri, 13 Sep 2019 06:32:58 +0000 (08:32 +0200)]
cgi-io: pass appropriate HTTP error codes to failure()

Instead of always replying with a generic 500 internal server error code,
use more appropriate codes such as 403 to indicate denied permissions.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agocgi-io: add download operation
Jo-Philipp Wich [Fri, 13 Sep 2019 05:23:25 +0000 (07:23 +0200)]
cgi-io: add download operation

Add a new `cgi-download` applet which allows to retrieve the contents
of regular files or block devices.

In order to initiate a transfer, a POST request in x-www-form-urlencoded
format must be sent to the applet, with one field "sessionid" holding
the login session and another field "path" containing the file path to
download.

Further optional fields are "filename" which - if present - will cause
the download applet to set a Content-Dispostition header and "mimetype"
which allows to let the applet respond with a specific type instead of
the default "application/octet-stream".

Below is an example for the required acl rules to grant download access
to files or block devices:

    ubus call session grant '{
        "ubus_rpc_session": "...",
        "scope": "cgi-io",
        "objects": [
            [ "download", "read" ]
        ]
    }'

    ubus call session grant '{
        "ubus_rpc_session": "...",
        "scope": "file",
        "objects": [
            [ "/etc/config/*", "read" ],
            [ "/dev/mtdblock*", "read" ]
        ]
    }'

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agocgi-io: use different acl scopes for path and command permissions
Jo-Philipp Wich [Fri, 13 Sep 2019 04:52:21 +0000 (06:52 +0200)]
cgi-io: use different acl scopes for path and command permissions

Use the `cgi-io` scope to check for permission to execute the requested
command (`upload`, `backup`) and the `file` scope to check path
permissions.

The reasoning of this change is that `cgi-io` is usually used in
conjunction with `rpcd-mod-file` to transfer large file data out
of band and `rpcd-mod-file` already uses the `file` scope to manage
file path access permissions. After this change, both `rpc-mod-file`
and `cgi-io` can share the same path acl rules.

Write access to a path can be granted by using an ubus call in the
following form:

    ubus call session grant '{
        "ubus_rpc_session": "...",
        "scope": "file",
        "objects": [
            [ "/var/lib/uploads/*", "write" ]
        ]
    }'

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
5 years agocollectd: bump PKG_RELEASE number 9982/head
Florian Eckert [Fri, 13 Sep 2019 11:02:20 +0000 (13:02 +0200)]
collectd: bump PKG_RELEASE number

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agocollectd: add new memory config values
Florian Eckert [Fri, 13 Sep 2019 10:50:26 +0000 (12:50 +0200)]
collectd: add new memory config values

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agocollectd: add new cpu config values
Florian Eckert [Fri, 13 Sep 2019 10:50:15 +0000 (12:50 +0200)]
collectd: add new cpu config values

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agogolang: Use new -trimpath option when compiling Go packages 9981/head
Jeffery To [Fri, 13 Sep 2019 09:28:42 +0000 (17:28 +0800)]
golang: Use new -trimpath option when compiling Go packages

Go 1.13 added a new -trimpath option to the "go build" command[1] that
removes system paths from compiled executables. This replaces the
previous -trimpath flags.

There are still system paths in the compiled executable (for crti.o and
crtn.o, when cross-compiling); these appear to be stripped during the
packaging process.

[1]: https://golang.org/doc/go1.13#trimpath

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #9963 from neheb/gd4
Rosen Penev [Fri, 13 Sep 2019 08:55:09 +0000 (01:55 -0700)]
Merge pull request #9963 from neheb/gd4

libgd: Switch to CMake

5 years agoMerge pull request #9979 from commodo/seahub-mysqlclient
Rosen Penev [Fri, 13 Sep 2019 07:18:29 +0000 (00:18 -0700)]
Merge pull request #9979 from commodo/seahub-mysqlclient

seafile-seahub: update dependency to python-mysqlclient

5 years agoseafile-seahub: update dependency to python-mysqlclient 9979/head
Alexandru Ardelean [Fri, 13 Sep 2019 09:27:22 +0000 (12:27 +0300)]
seafile-seahub: update dependency to python-mysqlclient

The `python-mysql` package was updated with PR https://github.com/openwrt/packages/pull/9705

For seahub this was omitted, since the Python dependencies are prefixed
with `python-`, so it was missed during the grep search.
And grepping just for `mysql` yields many results.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoiotivity,smartsnmpd,gpsd: use scons from feed 9584/head
Petr Štetiar [Sat, 27 Jul 2019 22:13:15 +0000 (00:13 +0200)]
iotivity,smartsnmpd,gpsd: use scons from feed

commit 0c090fde68b2 ("scons: move host build tool to a proper place")
has moved scons into the packages feeds, so switch to that package
include and adjust build dependency to a new scons home.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years agoscons: move host build tool to a proper place
Petr Štetiar [Sat, 27 Jul 2019 22:08:36 +0000 (00:08 +0200)]
scons: move host build tool to a proper place

This patch aims to move scons host build tool into packages feeds, where
this tools belongs. There are currently no packages in the master tree
which would need scons, yet scons is build always as part of host tools,
just in order to satisfy host build dependency of few packages in the
packages feeeds.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years agolibftdi1: Don't build examples
Rosen Penev [Fri, 13 Sep 2019 02:29:00 +0000 (19:29 -0700)]
libftdi1: Don't build examples

Add PKG_BUILD_PARALLEL for faster compilation.

Replace InstallDev section with CMAKE_INSTALL

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoliblo: disable tests and enable IPv6
Rosen Penev [Fri, 13 Sep 2019 02:02:17 +0000 (19:02 -0700)]
liblo: disable tests and enable IPv6

Speeds up compilation.

Also fixed compilation without deprecated POSIX APIs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoddns-scripts: Use https for domains.google.com
Paul Tobias [Mon, 26 Aug 2019 11:44:50 +0000 (18:44 +0700)]
ddns-scripts: Use https for domains.google.com

Without https the update fails with:

```
 132954       : #> /usr/bin/curl -RsS -o /var/run/ddns/myddns_ipv4.dat --stderr /var/run/ddns/myddns_ipv4.err --noproxy '*' 'http://CENSORED:***PW***@domains.google.com/nic/update?hostname=CENSORED&myip=CENSORED'
 132954       : DDNS Provider answered:
<HTML>
<HEAD>
<TITLE>Moved Temporarily</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Moved Temporarily</H1>
The document has moved <A HREF="https://domains.google.com/nic/update?hostname=CENSORED&amp;myip=CENSORED">here</A>.
</BODY>
</HTML>
 132954 ERROR : IP update not accepted by DDNS Provider
```

Signed-off-by: Paul Tobias <tobias.pal@gmail.com>
5 years agoMerge pull request #9690 from neheb/snmp
Rosen Penev [Thu, 12 Sep 2019 22:16:18 +0000 (15:16 -0700)]
Merge pull request #9690 from neheb/snmp

smartsnmpd: Update to 2015-02-22 version

5 years agosmartsnmpd: Update to 2015-02-22 version 9690/head
Rosen Penev [Sun, 11 Aug 2019 00:12:40 +0000 (17:12 -0700)]
smartsnmpd: Update to 2015-02-22 version

Ran through 2to3 to get it to compile.

Ran init script through shellcheck. Grouped several file writes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibgd: Switch to CMake 9963/head
Rosen Penev [Tue, 10 Sep 2019 20:49:21 +0000 (13:49 -0700)]
libgd: Switch to CMake

Size reduced from 92878 to 91675 bytes.

CMake added CXX files. Removed those.

Removed ceill patch. ceill is not used anymore.

Removed pkgconfig patch. CMake uses a different file, which does not have
this problem.

Further size reduction to 87938 with LTO.

Removed InstallDev. CMAKE_INSTALL takes care of that.

Added WebP support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibwebp: Fix InstallDev typo again
Rosen Penev [Thu, 12 Sep 2019 21:47:57 +0000 (14:47 -0700)]
libwebp: Fix InstallDev typo again

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibwebp: Fix typo with InstallDev section
Rosen Penev [Thu, 12 Sep 2019 21:37:40 +0000 (14:37 -0700)]
libwebp: Fix typo with InstallDev section

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibfolly: Pass -DBoost_NO_BOOST_CMAKE
Rosen Penev [Thu, 12 Sep 2019 21:33:14 +0000 (14:33 -0700)]
libfolly: Pass -DBoost_NO_BOOST_CMAKE

It seems the new CMake update broke boost again.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9946 from neheb/unr
Rosen Penev [Thu, 12 Sep 2019 21:30:23 +0000 (14:30 -0700)]
Merge pull request #9946 from neheb/unr

unrar: Update to 5.8.1

5 years agoMerge pull request #9962 from mhei/pecl-mcrypt-license
Rosen Penev [Thu, 12 Sep 2019 21:24:13 +0000 (14:24 -0700)]
Merge pull request #9962 from mhei/pecl-mcrypt-license

php7-pecl-mcrypt: update PKG_LICENSE

5 years agoMerge pull request #9961 from mhei/pecl-krb5-license
Rosen Penev [Thu, 12 Sep 2019 21:23:58 +0000 (14:23 -0700)]
Merge pull request #9961 from mhei/pecl-krb5-license

php7-pecl-krb5: fix PKG_LICENSE tag

5 years agoMerge pull request #9945 from neheb/gc
Rosen Penev [Thu, 12 Sep 2019 21:23:24 +0000 (14:23 -0700)]
Merge pull request #9945 from neheb/gc

libgcrypt: Update to 1.8.5

5 years agoMerge pull request #9964 from neheb/webp
Rosen Penev [Thu, 12 Sep 2019 21:21:08 +0000 (14:21 -0700)]
Merge pull request #9964 from neheb/webp

libwebp: Add new package

5 years agoMerge pull request #9937 from mwarning/zerotier
Rosen Penev [Thu, 12 Sep 2019 21:20:04 +0000 (14:20 -0700)]
Merge pull request #9937 from mwarning/zerotier

zerotier: license change and make sure path exists

5 years agoMerge pull request #9924 from neheb/val
Rosen Penev [Thu, 12 Sep 2019 21:19:02 +0000 (14:19 -0700)]
Merge pull request #9924 from neheb/val

vala: Update to 0.46.0

5 years agolibgcrypt: Update to 1.8.5 9945/head
Rosen Penev [Mon, 9 Sep 2019 07:26:45 +0000 (00:26 -0700)]
libgcrypt: Update to 1.8.5

Fixed up license information. Only the library is packaged.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9973 from wfleurant/ygg-builder-hotfix-002
Rosen Penev [Thu, 12 Sep 2019 21:07:49 +0000 (14:07 -0700)]
Merge pull request #9973 from wfleurant/ygg-builder-hotfix-002

yggdrasil: fix #9960 re: vendor fix

5 years agoMerge pull request #9976 from neheb/gee
Rosen Penev [Thu, 12 Sep 2019 21:07:22 +0000 (14:07 -0700)]
Merge pull request #9976 from neheb/gee

libgee: Update to 0.20.2

5 years agommc-utils: update to latest git head
Michael Heimpold [Thu, 12 Sep 2019 20:26:20 +0000 (22:26 +0200)]
mmc-utils: update to latest git head

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agolibgee: Update to 0.20.2 9976/head
Rosen Penev [Thu, 12 Sep 2019 20:18:36 +0000 (13:18 -0700)]
libgee: Update to 0.20.2

Eliminate patch in favor of configure argument.

Shuffled some stuff around for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoyggdrasil: fix #9960 re: vendor fix 9973/head
William Fleurant [Thu, 12 Sep 2019 18:28:02 +0000 (14:28 -0400)]
yggdrasil: fix #9960 re: vendor fix

Signed-off-by: William Fleurant <meshnet@protonmail.com>
5 years agoMerge pull request #9705 from commodo/python-mysqlclient
Rosen Penev [Thu, 12 Sep 2019 15:53:27 +0000 (08:53 -0700)]
Merge pull request #9705 from commodo/python-mysqlclient

python-mysql[client]: rename to python-mysqlclient & bump to version 1.4.4

5 years agobtrfs-progs: Update to version 5.2.2 9969/head
Josef Schlehofer [Wed, 11 Sep 2019 22:20:11 +0000 (00:20 +0200)]
btrfs-progs: Update to version 5.2.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #9952 from neheb/rt
Rosen Penev [Thu, 12 Sep 2019 05:48:40 +0000 (22:48 -0700)]
Merge pull request #9952 from neheb/rt

rtorrent: Switch to static linking

5 years agocgroups-mount,docker-ce,lxc: rework kernel feature dependency
Yousong Zhou [Tue, 27 Aug 2019 03:42:34 +0000 (03:42 +0000)]
cgroups-mount,docker-ce,lxc: rework kernel feature dependency

Fix that KERNEL_CGROUPS is enabled (selected) automatically along with
cgroups-mount

Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency
issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and
KERNEL_CGRUOPS

docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoMerge pull request #9967 from BKPepe/ytdl
Daniel Engberg [Wed, 11 Sep 2019 22:21:41 +0000 (00:21 +0200)]
Merge pull request #9967 from BKPepe/ytdl

youtube-dl: Update to version 2019.9.12.1

5 years agoyoutube-dl: Update to version 2019.9.12.1 9967/head
Josef Schlehofer [Wed, 11 Sep 2019 21:52:17 +0000 (23:52 +0200)]
youtube-dl: Update to version 2019.9.12.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agolibwebp: Add new package 9964/head
Rosen Penev [Wed, 11 Sep 2019 00:42:58 +0000 (17:42 -0700)]
libwebp: Add new package

Requested by: https://github.com/openwrt/packages/issues/9740

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9838 from ClaymorePT/boost_1.71.0_r1
Rosen Penev [Tue, 10 Sep 2019 19:58:23 +0000 (12:58 -0700)]
Merge pull request #9838 from ClaymorePT/boost_1.71.0_r1

boost: Package Version Update (1.71.0) + bugfixes

5 years agophp7-pecl-mcrypt: update PKG_LICENSE 9962/head
Michael Heimpold [Sun, 8 Sep 2019 21:17:29 +0000 (23:17 +0200)]
php7-pecl-mcrypt: update PKG_LICENSE

Update license tag to latest SPDX format.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agophp7-pecl-krb5: fix PKG_LICENSE tag 9961/head
Michael Heimpold [Sun, 8 Sep 2019 21:09:09 +0000 (23:09 +0200)]
php7-pecl-krb5: fix PKG_LICENSE tag

According to the included license file in the package,
the license is MIT not BSD, so fix it.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agoMerge pull request #9959 from dibdot/banIP
Dirk Brenken [Tue, 10 Sep 2019 17:48:55 +0000 (19:48 +0200)]
Merge pull request #9959 from dibdot/banIP

banip: update 0.2.1

5 years agobanip: update 0.2.1 9959/head
Dirk Brenken [Tue, 10 Sep 2019 17:34:49 +0000 (19:34 +0200)]
banip: update 0.2.1

* fix for #9954

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #9906 from ecsv/gpl-or-later-spdx-identifier
Rosen Penev [Tue, 10 Sep 2019 17:25:15 +0000 (10:25 -0700)]
Merge pull request #9906 from ecsv/gpl-or-later-spdx-identifier

treewide: Change .*GPL.*+ licenses to SPDX compatible identifier

5 years agoMerge pull request #9957 from BKPepe/dovecot
Rosen Penev [Tue, 10 Sep 2019 16:51:19 +0000 (09:51 -0700)]
Merge pull request #9957 from BKPepe/dovecot

dovecot: Update to version 2.3.7.2

5 years agoboost: Package Version Update (1.71.0) + bugfixes 9838/head
Carlos Miguel Ferreira [Mon, 26 Aug 2019 22:39:24 +0000 (23:39 +0100)]
boost: Package Version Update (1.71.0) + bugfixes

This commit updates Boost to version 1.71.0 and disables Boost.Context
 for arc and mips64 architectures, since either jump_fcontext or
 getcontext are undefined for those architectures.

It also fixes a bug were Boost.Fiber was not properly disabled for
mips32 and mips64 architectures.

Boost.Coroutine2 option was removed since it was redundant. By selecting
the Coroutine package, Coroutine2 is also installed.

Boost.Fiber has been disabled for target brcm47xx_generic and brcm47xx_legacy
due to misssing opcode support from instruction set.

Boost 1.71.0 brings a new header-only library
 - Boost.Variant2 [1]
   -> A never-valueless, strong guarantee implementation of
      std::variant, from Peter Dimov.

More info about Boost 1.71.0 can be found at the usual place [2].

[1]: https://www.boost.org/doc/libs/1_71_0/libs/variant2/doc/html/variant2.html
[2]: https://www.boost.org/users/history/version_1_71_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
5 years agodovecot: Update to version 2.3.7.2 9957/head
Josef Schlehofer [Sun, 8 Sep 2019 21:57:37 +0000 (23:57 +0200)]
dovecot: Update to version 2.3.7.2

Fix CVE-2019-11500

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agotreewide: Change .*GPL.*+ licenses to SPDX compatible identifier 9906/head
Sven Eckelmann [Mon, 2 Sep 2019 13:15:08 +0000 (15:15 +0200)]
treewide: Change .*GPL.*+ licenses to SPDX compatible identifier

The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
5 years agoMerge pull request #9947 from eglooca/master
Rosen Penev [Tue, 10 Sep 2019 05:20:05 +0000 (22:20 -0700)]
Merge pull request #9947 from eglooca/master

netifyd: Updated to v2.92.

5 years agoMerge pull request #9956 from neheb/wan
Rosen Penev [Tue, 10 Sep 2019 05:13:39 +0000 (22:13 -0700)]
Merge pull request #9956 from neheb/wan

libwangle: Update to 2019.09.02

5 years agolibwangle: Update to 2019.09.02 9956/head
Rosen Penev [Mon, 12 Aug 2019 04:44:07 +0000 (21:44 -0700)]
libwangle: Update to 2019.09.02

Several size optimizations. Savings of ~68KB.

Remove shared build. libwangle is only used by fbthrift. Just use the
static version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9950 from neheb/fizz
Rosen Penev [Mon, 9 Sep 2019 22:51:23 +0000 (15:51 -0700)]
Merge pull request #9950 from neheb/fizz

libfizz: Update to 2019.09.09.00

5 years agortorrent: Switch to using static libtorrent 9952/head
Rosen Penev [Mon, 9 Sep 2019 22:16:08 +0000 (15:16 -0700)]
rtorrent: Switch to using static libtorrent

rtorrent is the only user of libtorrent. Statically link to save space.

Added usleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibtorrent: Switch to static library.
Rosen Penev [Mon, 9 Sep 2019 22:00:42 +0000 (15:00 -0700)]
libtorrent: Switch to static library.

libtorrent is only used by rtorrent. Switch to a static library to save
space.

Removed libsigc++ dependency. It seems it's not needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibsigcxx: Remove
Rosen Penev [Mon, 9 Sep 2019 21:58:53 +0000 (14:58 -0700)]
libsigcxx: Remove

It's no longer needed with libtorrent. No other package depends on it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibfizz: Update to 2019.09.09.00 9950/head
Rosen Penev [Mon, 12 Aug 2019 02:53:10 +0000 (19:53 -0700)]
libfizz: Update to 2019.09.09.00

Several size optimizations. ~76KB savings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #9948 from dibdot/banIP
Dirk Brenken [Mon, 9 Sep 2019 19:25:25 +0000 (21:25 +0200)]
Merge pull request #9948 from dibdot/banIP

banip: update 0.2.0

5 years agoMerge pull request #9949 from neheb/folly
Rosen Penev [Mon, 9 Sep 2019 19:21:49 +0000 (12:21 -0700)]
Merge pull request #9949 from neheb/folly

libfolly: Update to 2019.09.02

5 years agobanip: update 0.2.0 9948/head
Dirk Brenken [Mon, 9 Sep 2019 15:12:52 +0000 (17:12 +0200)]
banip: update 0.2.0

* remove 'http-only' mode, all sources are now fetched from https sites
* the backup mode is now mandatory ('/tmp' is the default backup
  directory), always create and re-use backups if available.
  To force a re-download take the 'reload' action.
* support 'sshd' in addition to 'dropbear' for logfile parsing
  to detect break-in events
* always update the black-/whitelist with logfile parsing results
  in 'refresh' mode (no new downloads)
* rework the return code handling
* tweak procd trigger
* various small fixes
* (s)hellsheck cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agolibfolly: Update to 2019.09.02 9949/head
Rosen Penev [Mon, 12 Aug 2019 02:30:43 +0000 (19:30 -0700)]
libfolly: Update to 2019.09.02

Several optimizations to reduce size. ~35KB. Mostly because of LTO.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonetifyd: Updated to v2.92. 9947/head
Darryl Sokoloski [Mon, 9 Sep 2019 14:22:32 +0000 (10:22 -0400)]
netifyd: Updated to v2.92.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
5 years agounrar: Update to 5.8.1 9946/head
Rosen Penev [Mon, 9 Sep 2019 08:36:15 +0000 (01:36 -0700)]
unrar: Update to 5.8.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoacme: depends on gnu-wget
Yousong Zhou [Mon, 9 Sep 2019 03:05:15 +0000 (03:05 +0000)]
acme: depends on gnu-wget

Fixes openwrt/packages#9456

Ref: https://github.com/openwrt/packages/issues/9456
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agowget: provides gnu-wget
Yousong Zhou [Mon, 9 Sep 2019 02:59:50 +0000 (02:59 +0000)]
wget: provides gnu-wget

So that packages like acme requiring features from it can depend on it
explicitly, not the more basic "wget" which is also provided by
"uclient-fetch"

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoglib2: don't use libelf during host build
Sebastian Kemper [Sun, 8 Sep 2019 09:59:00 +0000 (11:59 +0200)]
glib2: don't use libelf during host build

Since commit d3f86c9cc3e465fbca51aaadbb274856831ba56c tools/libelf
installs a pkgconfig file, which in turn is picked up during the glib2
host build. On the build bots the same occurs, although it so happens
that (sometimes?) libelf.h is not found and the host build fails. This
may be a timing issue specific to the build bots, as the header is in
fact installed by tools/libelf and I can't reproduce this here on my own
computer.

In any case, libelf (if detected) is only used by gresource. gresource
can be used without it. gresource is not used by OpenWrt's build system
(also not in openwrt/packages). So adding "--disable-libelf" to the host
configure args is not detrimental in any way and works around the issue
described above.

Resolves #9927

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agozerotier: make sure the /var/lib exists 9937/head
Moritz Warning [Sun, 8 Sep 2019 15:18:47 +0000 (17:18 +0200)]
zerotier: make sure the /var/lib exists

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 years agozerotier: change license to BSL 1.1
Moritz Warning [Sun, 8 Sep 2019 15:17:55 +0000 (17:17 +0200)]
zerotier: change license to BSL 1.1

Business Source License.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 years agoRevert "libmstch: Remove boost dependency"
Rosen Penev [Sun, 8 Sep 2019 21:53:44 +0000 (14:53 -0700)]
Revert "libmstch: Remove boost dependency"

This reverts commit cb78291982b7fe615a28132f6d8d2c927ad5ae28.

The buildbots have GCC6. GCC7 is needed for C++17.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agophp7-pecl-libevent: update to latest commit
Michael Heimpold [Sun, 8 Sep 2019 21:03:46 +0000 (23:03 +0200)]
php7-pecl-libevent: update to latest commit

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agophp7-pecl-redis: update to 5.0.2
Michael Heimpold [Sun, 8 Sep 2019 21:01:18 +0000 (23:01 +0200)]
php7-pecl-redis: update to 5.0.2

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agophp7-pecl-http: update to 3.2.1
Michael Heimpold [Sun, 8 Sep 2019 21:00:38 +0000 (23:00 +0200)]
php7-pecl-http: update to 3.2.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>