feed/packages.git
4 years agoglib2: add full language support hack to fix compilation 13090/head
Rosen Penev [Mon, 10 Aug 2020 23:02:26 +0000 (16:02 -0700)]
glib2: add full language support hack to fix compilation

Otherwise, dependent packages need to all add -lintl to LDFLAGS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13067 from neheb/chao
Rosen Penev [Tue, 11 Aug 2020 18:57:50 +0000 (11:57 -0700)]
Merge pull request #13067 from neheb/chao

chaosvpn: fix compilation without sys/cdefs

4 years agoMerge pull request #13072 from neheb/alpi
Rosen Penev [Tue, 11 Aug 2020 18:41:25 +0000 (11:41 -0700)]
Merge pull request #13072 from neheb/alpi

alpine: fix compilation without sys/cdefs

4 years agoMerge pull request #13068 from neheb/fdm
Rosen Penev [Tue, 11 Aug 2020 18:40:55 +0000 (11:40 -0700)]
Merge pull request #13068 from neheb/fdm

fdm: fix compilation without sys/cdefs

4 years agoMerge pull request #13074 from neheb/atf
Rosen Penev [Tue, 11 Aug 2020 18:39:36 +0000 (11:39 -0700)]
Merge pull request #13074 from neheb/atf

atftp: completely remove cdefs usage

4 years agofdm: fix compilation without sys/cdefs 13068/head
Rosen Penev [Mon, 10 Aug 2020 20:11:32 +0000 (13:11 -0700)]
fdm: fix compilation without sys/cdefs

It seems this is completely unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13073 from neheb/lcd4
Rosen Penev [Tue, 11 Aug 2020 18:28:56 +0000 (11:28 -0700)]
Merge pull request #13073 from neheb/lcd4

lcd4linux: fix compilation with GCC 10

4 years agoMerge pull request #13078 from neheb/pls
Rosen Penev [Tue, 11 Aug 2020 18:26:57 +0000 (11:26 -0700)]
Merge pull request #13078 from neheb/pls

pulseaudio: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #13086 from ja-pa/libmaxminddb-1.4.3
Rosen Penev [Tue, 11 Aug 2020 18:25:07 +0000 (11:25 -0700)]
Merge pull request #13086 from ja-pa/libmaxminddb-1.4.3

libmaxminddb: update to version 1.4.3

4 years agoMerge pull request #13084 from mstorchak/rsync
Rosen Penev [Tue, 11 Aug 2020 18:24:50 +0000 (11:24 -0700)]
Merge pull request #13084 from mstorchak/rsync

rsync: update to 3.2.3

4 years agoMerge pull request #13089 from tru7/libfmt
Rosen Penev [Tue, 11 Aug 2020 18:23:37 +0000 (11:23 -0700)]
Merge pull request #13089 from tru7/libfmt

libfmt: bump to upstream version 7.0.3

4 years agoMerge pull request #13083 from zokl/homebridge_1.1.1
Rosen Penev [Tue, 11 Aug 2020 18:23:16 +0000 (11:23 -0700)]
Merge pull request #13083 from zokl/homebridge_1.1.1

node-homebridge: update to 1.1.1

4 years agoMerge pull request #13082 from zokl/javascript-obfuscator_1.9.0
Rosen Penev [Tue, 11 Aug 2020 18:23:04 +0000 (11:23 -0700)]
Merge pull request #13082 from zokl/javascript-obfuscator_1.9.0

javascript-obfuscator: update to 1.9.0

4 years agoMerge pull request #13064 from neheb/linkn
Rosen Penev [Tue, 11 Aug 2020 17:12:27 +0000 (10:12 -0700)]
Merge pull request #13064 from neheb/linkn

linknx: fix compilation without sys/cdefs

4 years agoMerge pull request #13065 from neheb/knxdd
Rosen Penev [Tue, 11 Aug 2020 17:12:00 +0000 (10:12 -0700)]
Merge pull request #13065 from neheb/knxdd

knxd: fix compilation without sys/cdefs

4 years agolibfmt: bump to upstream version 7.0.3 13089/head
Othmar Truniger [Tue, 11 Aug 2020 16:26:38 +0000 (18:26 +0200)]
libfmt: bump to upstream version 7.0.3

Signed-off-by: Othmar Truniger <github@truniger.ch>
4 years agoqemu: fix build failure caused by ld cannot find iconv
Yousong Zhou [Tue, 11 Aug 2020 15:39:16 +0000 (23:39 +0800)]
qemu: fix build failure caused by ld cannot find iconv

This was caused by upstream project commit db5adeaa ("build-sys: clean
up flags included in the linker command line")

Reported-by: W. Michael Petullo <mike@flyn.org>
Link: https://github.com/openwrt/packages/issues/13081
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoqemu: use $(ICONV_DEPENDS)
Yousong Zhou [Tue, 11 Aug 2020 15:10:28 +0000 (23:10 +0800)]
qemu: use $(ICONV_DEPENDS)

In case CONFIG_BUILD_NLS was enabled

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #13010 from ja-pa/python-pytest-xdist-new
Josef Schlehofer [Tue, 11 Aug 2020 13:46:31 +0000 (15:46 +0200)]
Merge pull request #13010 from ja-pa/python-pytest-xdist-new

python-pytest-xdist: add new package

4 years agolibmaxminddb: update to version 1.4.3 13086/head
Jan Pavlinec [Tue, 11 Aug 2020 12:34:37 +0000 (14:34 +0200)]
libmaxminddb: update to version 1.4.3

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agorsync: update to 3.2.3 13084/head
Maxim Storchak [Tue, 11 Aug 2020 09:26:19 +0000 (12:26 +0300)]
rsync: update to 3.2.3

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agonode-homebridge: update to 1.1.1 13083/head
Zbyněk Kocur [Tue, 11 Aug 2020 08:35:19 +0000 (10:35 +0200)]
node-homebridge: update to 1.1.1

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
4 years agoMerge pull request #13017 from TDT-AG/pr/20200804-docker-ce
Florian Eckert [Tue, 11 Aug 2020 08:11:30 +0000 (10:11 +0200)]
Merge pull request #13017 from TDT-AG/pr/20200804-docker-ce

docker-ce: improvements / changes

4 years agojavascript-obfuscator: update to 1.9.0 13082/head
Zbyněk Kocur [Tue, 11 Aug 2020 08:10:13 +0000 (10:10 +0200)]
javascript-obfuscator: update to 1.9.0

New version of package node-javascript-obfuscator

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
4 years agodocker-ce: update PKG_RELEASE 13017/head
Florian Eckert [Tue, 11 Aug 2020 07:27:03 +0000 (09:27 +0200)]
docker-ce: update PKG_RELEASE

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agodocker-ce: add bridge device to network uci backend
Florian Eckert [Thu, 30 Jul 2020 13:12:00 +0000 (15:12 +0200)]
docker-ce: add bridge device to network uci backend

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agodocker-ce: fix hosts type to list
Florian Eckert [Tue, 4 Aug 2020 08:30:01 +0000 (10:30 +0200)]
docker-ce: fix hosts type to list

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agodocker-ce: add postinst and prerm script for service start and stop
Florian Eckert [Tue, 4 Aug 2020 08:29:43 +0000 (10:29 +0200)]
docker-ce: add postinst and prerm script for service start and stop

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #13061 from G-M0N3Y-2503/docker-cgroups-v1
Florian Eckert [Tue, 11 Aug 2020 07:18:17 +0000 (09:18 +0200)]
Merge pull request #13061 from G-M0N3Y-2503/docker-cgroups-v1

docker-ce: Enabled cgroups v1 by default

4 years agoMerge pull request #13077 from neheb/netd
Rosen Penev [Tue, 11 Aug 2020 03:12:46 +0000 (20:12 -0700)]
Merge pull request #13077 from neheb/netd

netdiscover: fix compilation with GCC 10

4 years agoMerge pull request #13080 from neheb/minidlna
Rosen Penev [Tue, 11 Aug 2020 02:34:37 +0000 (19:34 -0700)]
Merge pull request #13080 from neheb/minidlna

minidlna: fix GCC 10 multiple def compilation error

4 years agoMerge pull request #13071 from neheb/quot
Rosen Penev [Tue, 11 Aug 2020 02:29:01 +0000 (19:29 -0700)]
Merge pull request #13071 from neheb/quot

quota: fix compilation without sys/cdefs

4 years agoalpine: fix compilation without sys/cdefs 13072/head
Rosen Penev [Mon, 10 Aug 2020 20:06:35 +0000 (13:06 -0700)]
alpine: fix compilation without sys/cdefs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominidlna: fix GCC 10 multiple def compilation error 13080/head
Syrone Wong [Mon, 1 Jun 2020 14:53:51 +0000 (22:53 +0800)]
minidlna: fix GCC 10 multiple def compilation error

Diffrent file use its own setjmp_buffer, thus
we have two global variables called setjmp_buffer

I am not sure if we should use only one instance of it.

The patch sent upstream uses a similar approach.

https://sourceforge.net/p/minidlna/bugs/327/

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
4 years agopulseaudio: fix compilation without deprecated OpenSSL APIs 13078/head
Rosen Penev [Mon, 10 Aug 2020 20:47:10 +0000 (13:47 -0700)]
pulseaudio: fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13070 from neheb/lcdpr
Rosen Penev [Mon, 10 Aug 2020 22:55:26 +0000 (15:55 -0700)]
Merge pull request #13070 from neheb/lcdpr

lcdproc: fix compilation with GCC 10

4 years agonetdiscover: fix compilation with GCC 10 13077/head
Rosen Penev [Mon, 10 Aug 2020 21:07:54 +0000 (14:07 -0700)]
netdiscover: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13066 from neheb/hfs2
Rosen Penev [Mon, 10 Aug 2020 22:38:03 +0000 (15:38 -0700)]
Merge pull request #13066 from neheb/hfs2

hfsprogs: fix compilation without sys/cdefs

4 years agoatftp: completely remove cdefs usage 13074/head
Rosen Penev [Mon, 10 Aug 2020 04:23:01 +0000 (21:23 -0700)]
atftp: completely remove cdefs usage

sys/cdefs.h is not provided by musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolcd4linux: fix compilation with GCC 10 13073/head
Rosen Penev [Mon, 10 Aug 2020 07:05:45 +0000 (00:05 -0700)]
lcd4linux: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoquota: fix compilation without sys/cdefs 13071/head
Rosen Penev [Mon, 10 Aug 2020 20:07:45 +0000 (13:07 -0700)]
quota: fix compilation without sys/cdefs

sys/cdefs.h does not come included with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolcdproc: fix compilation with GCC 10 13070/head
Rosen Penev [Mon, 10 Aug 2020 20:08:53 +0000 (13:08 -0700)]
lcdproc: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agochaosvpn: fix compilation without sys/cdefs 13067/head
Rosen Penev [Mon, 10 Aug 2020 20:12:32 +0000 (13:12 -0700)]
chaosvpn: fix compilation without sys/cdefs

sys/cdefs.h does not come included with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agohfsprogs: fix compilation without sys/cdefs 13066/head
Rosen Penev [Mon, 10 Aug 2020 20:15:14 +0000 (13:15 -0700)]
hfsprogs: fix compilation without sys/cdefs

sys/cdefs.h does not come with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoknxd: fix compilation without sys/cdefs 13065/head
Rosen Penev [Mon, 10 Aug 2020 20:16:55 +0000 (13:16 -0700)]
knxd: fix compilation without sys/cdefs

sys/cdefs.h does not come with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolinknx: fix compilation without sys/cdefs 13064/head
Rosen Penev [Mon, 10 Aug 2020 20:40:49 +0000 (13:40 -0700)]
linknx: fix compilation without sys/cdefs

sys/cdefs.h is not included with musl. It's also deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13060 from wodu/linuxptp_maint
Rosen Penev [Mon, 10 Aug 2020 19:25:05 +0000 (12:25 -0700)]
Merge pull request #13060 from wodu/linuxptp_maint

linuxptp: Update to version 3.0

4 years agoMerge pull request #13059 from aparcar/which
Rosen Penev [Mon, 10 Aug 2020 19:24:34 +0000 (12:24 -0700)]
Merge pull request #13059 from aparcar/which

treewide: replace `which` with `command -v`

4 years agoopenvswitch: bump to version 2.13.1
Yousong Zhou [Mon, 10 Aug 2020 08:36:00 +0000 (16:36 +0800)]
openvswitch: bump to version 2.13.1

The two backported patches are included in 2.13.1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agodocker-ce: Enabled cgroups v1 by default 13061/head
Gerard Ryan [Sun, 9 Aug 2020 10:13:21 +0000 (20:13 +1000)]
docker-ce: Enabled cgroups v1 by default

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agolinuxptp: Update to version 3.0 13060/head
Wojciech Dubowik [Mon, 10 Aug 2020 07:30:11 +0000 (09:30 +0200)]
linuxptp: Update to version 3.0

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
4 years agotreewide: replace `which` with `command -v` 13059/head
Paul Spooren [Sun, 9 Aug 2020 23:19:25 +0000 (13:19 -1000)]
treewide: replace `which` with `command -v`

Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.

Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoMerge pull request #13058 from guidosarducci/master-fix-gcc10-netperf
Toke Høiland-Jørgensen [Sun, 9 Aug 2020 08:14:25 +0000 (10:14 +0200)]
Merge pull request #13058 from guidosarducci/master-fix-gcc10-netperf

netperf: fix compilation with GCC10

4 years agonetperf: fix compilation with GCC10 13058/head
Tony Ambardar [Sat, 8 Aug 2020 17:39:22 +0000 (10:39 -0700)]
netperf: fix compilation with GCC10

GCC10 defaults to -fno-common, which breaks compilation when there are
multiple definitions of implicit "extern" variables. Remove the extra
definitions.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
4 years agoMerge pull request #13055 from micmac1/apa2446
Rosen Penev [Sat, 8 Aug 2020 19:41:31 +0000 (12:41 -0700)]
Merge pull request #13055 from micmac1/apa2446

apache: security bump to 2.4.46

4 years agoapache: security bump to 2.4.46 13055/head
Sebastian Kemper [Sat, 8 Aug 2020 14:15:43 +0000 (16:15 +0200)]
apache: security bump to 2.4.46

From CHANGES_2.4:

SECURITY: CVE-2020-11984 (cve.mitre.org)
  mod_proxy_uwsgi: Malicious request may result in information disclosure
  or RCE of existing file on the server running under a malicious process
  environment. [Yann Ylavic]

SECURITY: CVE-2020-11993 (cve.mitre.org)
  mod_http2: when throttling connection requests, log statements
  where possibly made that result in concurrent, unsafe use of
  a memory pool. [Stefan Eissing]

SECURITY:
  mod_http2: a specially crafted value for the 'Cache-Digest' header
  request would result in a crash when the server actually tries
  to HTTP/2 PUSH a resource afterwards.
  [Stefan Eissing, Eric Covener, Christophe Jaillet]

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
4 years agoMerge pull request #13028 from neheb/ldnsss
Rosen Penev [Sat, 8 Aug 2020 02:08:51 +0000 (19:08 -0700)]
Merge pull request #13028 from neheb/ldnsss

ldns: fix compilation without deprecated APIs

4 years agoMerge pull request #13025 from neheb/ulff
Rosen Penev [Fri, 7 Aug 2020 19:04:37 +0000 (12:04 -0700)]
Merge pull request #13025 from neheb/ulff

libulfius: update to 2.6.8

4 years agoMerge pull request #13029 from neheb/boinc
Rosen Penev [Fri, 7 Aug 2020 18:57:29 +0000 (11:57 -0700)]
Merge pull request #13029 from neheb/boinc

boinc: fix compilation without deprecated OpenSSL APIs

4 years agolibulfius: update to 2.6.8 13025/head
Rosen Penev [Wed, 5 Aug 2020 01:04:35 +0000 (18:04 -0700)]
libulfius: update to 2.6.8

Upstream fixed the libmicrohttp issue. Removed local patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoliborcania: update to 2.1.1
Rosen Penev [Fri, 7 Aug 2020 18:55:29 +0000 (11:55 -0700)]
liborcania: update to 2.1.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13051 from ptpt52/miniupnpd-check-running
Rosen Penev [Fri, 7 Aug 2020 16:31:43 +0000 (09:31 -0700)]
Merge pull request #13051 from ptpt52/miniupnpd-check-running

net/miniupnpd: check by /etc/init.d/miniupnpd running

4 years agonet/miniupnpd: check by /etc/init.d/miniupnpd running 13051/head
Chen Minqiang [Fri, 7 Aug 2020 06:22:38 +0000 (14:22 +0800)]
net/miniupnpd: check by /etc/init.d/miniupnpd running

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
4 years agoMerge pull request #13049 from PolynomialDivision/dawn/bump_version
Rosen Penev [Fri, 7 Aug 2020 14:24:50 +0000 (07:24 -0700)]
Merge pull request #13049 from PolynomialDivision/dawn/bump_version

dawn: bump version

4 years agodawn: bump version 13049/head
Nick Hainke [Fri, 7 Aug 2020 10:28:26 +0000 (12:28 +0200)]
dawn: bump version

test_storage: fix compilation with musl 1.2.0
datastorage/test: improve scalability and performance
datastorage: fixed use of wrong client search
general: add memory auditing
memory auditing: bug fixes to memory auditing and hearing map
datastorage: fixes to linked list handling
tcpsocket: fix read callback function and arbitrary memory allocations
tcpsocket: leave loop if we read 0 byte

Furthermore, you can now dump the memory usage by sending a SIGHUP to
dawn process.

Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years agoMerge pull request #13045 from EricLuehrsen/unbound_20200806
Rosen Penev [Fri, 7 Aug 2020 07:52:59 +0000 (00:52 -0700)]
Merge pull request #13045 from EricLuehrsen/unbound_20200806

unbound: follow resolv.conf.auto to new location

4 years agounbound: follow resolv.conf.auto to new location 13045/head
Eric Luehrsen [Fri, 7 Aug 2020 04:03:36 +0000 (00:03 -0400)]
unbound: follow resolv.conf.auto to new location

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agoMerge pull request #13039 from peter-stadler/django-rest-framework
Rosen Penev [Thu, 6 Aug 2020 20:17:59 +0000 (13:17 -0700)]
Merge pull request #13039 from peter-stadler/django-rest-framework

django-restframework: update to version 3.11.1

4 years agoMerge pull request #13042 from ja-pa/libssh-security-fix
Rosen Penev [Thu, 6 Aug 2020 20:17:33 +0000 (13:17 -0700)]
Merge pull request #13042 from ja-pa/libssh-security-fix

libssh: patch security issue

4 years agolibssh: patch security issue 13042/head
Jan Pavlinec [Thu, 6 Aug 2020 15:07:24 +0000 (17:07 +0200)]
libssh: patch security issue

Fixes:
CVE-2020-16135

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-pytest-forked: add new package (dependency for xdist) 13010/head
Jan Pavlinec [Wed, 5 Aug 2020 14:07:43 +0000 (16:07 +0200)]
python-pytest-forked: add new package (dependency for xdist)

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-apipkg: add new package
Jan Pavlinec [Mon, 3 Aug 2020 13:29:15 +0000 (15:29 +0200)]
python-apipkg: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-execnet: add new package
Jan Pavlinec [Mon, 3 Aug 2020 12:48:43 +0000 (14:48 +0200)]
python-execnet: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopython-pytest-xdist: add new package
Jan Pavlinec [Fri, 31 Jul 2020 15:01:00 +0000 (17:01 +0200)]
python-pytest-xdist: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13020 from rittere/master
Rosen Penev [Thu, 6 Aug 2020 07:37:23 +0000 (00:37 -0700)]
Merge pull request #13020 from rittere/master

tayga: Added 64:ff9b:1::/48 as well-known prefix for NAT64 (RFC 8215)

4 years agoMerge pull request #12811 from TDT-AG/pr/20200714-ntpd
Rosen Penev [Wed, 5 Aug 2020 20:29:20 +0000 (13:29 -0700)]
Merge pull request #12811 from TDT-AG/pr/20200714-ntpd

ntpd: add config include support

4 years agotayga: PKG_RELEASE increased 13020/head
Eike Ritter [Wed, 5 Aug 2020 20:16:05 +0000 (21:16 +0100)]
tayga: PKG_RELEASE increased

Signed-off-by: Eike Ritter <git@rittere.co.uk>
4 years agoMerge pull request #12976 from pprindeville/update-xtables-addons-3.10
Rosen Penev [Wed, 5 Aug 2020 20:18:18 +0000 (13:18 -0700)]
Merge pull request #12976 from pprindeville/update-xtables-addons-3.10

xtables-addons: update for 3.10

4 years agoMerge pull request #13031 from neheb/erl
Rosen Penev [Wed, 5 Aug 2020 20:12:45 +0000 (13:12 -0700)]
Merge pull request #13031 from neheb/erl

erlang: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #13035 from ja-pa/python3-maxminddb-2.0.2
Rosen Penev [Wed, 5 Aug 2020 20:11:47 +0000 (13:11 -0700)]
Merge pull request #13035 from ja-pa/python3-maxminddb-2.0.2

python3-maxminddb: update to version 2.0.2

4 years agoMerge pull request #13033 from commodo/pynacl-fix
Rosen Penev [Wed, 5 Aug 2020 20:11:25 +0000 (13:11 -0700)]
Merge pull request #13033 from commodo/pynacl-fix

python-pynacl: fix build with new libsodium patch

4 years agoMerge pull request #13032 from neheb/freer
Rosen Penev [Wed, 5 Aug 2020 20:10:49 +0000 (13:10 -0700)]
Merge pull request #13032 from neheb/freer

freeradius3: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #13026 from neheb/yarr
Rosen Penev [Wed, 5 Aug 2020 20:10:15 +0000 (13:10 -0700)]
Merge pull request #13026 from neheb/yarr

yara: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #12549 from neheb/extr
Rosen Penev [Wed, 5 Aug 2020 20:09:45 +0000 (13:09 -0700)]
Merge pull request #12549 from neheb/extr

libextractor: remove ffmpeg plugin

4 years agoMerge pull request #13027 from neheb/ina
Rosen Penev [Wed, 5 Aug 2020 20:08:50 +0000 (13:08 -0700)]
Merge pull request #13027 from neheb/ina

inadyn: update to 2.7

4 years agodjango-restframework: update to version 3.11.1 13039/head
Peter Stadler [Wed, 5 Aug 2020 19:02:06 +0000 (21:02 +0200)]
django-restframework: update to version 3.11.1

update to newest version.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agoMerge pull request #13024 from neheb/mottion
Rosen Penev [Wed, 5 Aug 2020 17:39:40 +0000 (10:39 -0700)]
Merge pull request #13024 from neheb/mottion

motion: fix old libmicrohttpd usage

4 years agonet/pagekitec: Update to v0.91.200718
Karl Palsson [Tue, 4 Aug 2020 10:15:39 +0000 (10:15 +0000)]
net/pagekitec: Update to v0.91.200718

This fixes misleading errors in the status file, and increases buffer
sizes to match the python implementation.

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agoMerge pull request #13036 from TDT-AG/pr/20200806-acme
Toke Høiland-Jørgensen [Wed, 5 Aug 2020 09:50:18 +0000 (11:50 +0200)]
Merge pull request #13036 from TDT-AG/pr/20200806-acme

acme: fix alignment space vs tabs

4 years agoacme: fix alignment space vs tabs 13036/head
Florian Eckert [Wed, 5 Aug 2020 09:01:09 +0000 (11:01 +0200)]
acme: fix alignment space vs tabs

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agopython3-maxminddb: update to version 2.0.2 13035/head
Jan Pavlinec [Wed, 5 Aug 2020 08:24:43 +0000 (10:24 +0200)]
python3-maxminddb: update to version 2.0.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13001 from neheb/sco
Rosen Penev [Wed, 5 Aug 2020 07:59:32 +0000 (00:59 -0700)]
Merge pull request #13001 from neheb/sco

scons: update to 4.0.1

4 years agoscons: update to 4.0.1 13001/head
Rosen Penev [Sun, 2 Aug 2020 08:03:58 +0000 (01:03 -0700)]
scons: update to 4.0.1

Cleaned up Makefile to standards.

Replaced HIDDEN with BUILDONLY. It's more descriptive.

Added PKG_HOST_ONLY. This is a host only package.

Added HOST_BUILD_PARALLEL.

Added URL for uscan.

Added patch to fix library searching.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11116 from ja-pa/ooni
Rosen Penev [Wed, 5 Aug 2020 05:59:23 +0000 (22:59 -0700)]
Merge pull request #11116 from ja-pa/ooni

ooniprobe: new packages

4 years agopython-pynacl: fix build with new libsodium patch 13033/head
Alexandru Ardelean [Wed, 5 Aug 2020 05:39:50 +0000 (08:39 +0300)]
python-pynacl: fix build with new libsodium patch

Fixes https://github.com/openwrt/packages/issues/13016
Patch [1] broke compilation for python-pynacl.

The fix is to patch PyNaCl to consider that
PYNACL_HAS_CRYPTO_SCALARMULT_ED25519 is always available.

[1] https://github.com/openwrt/packages/commit/3ef28a4ab0cb60877c4ec68f5ba8c276021a1ab6

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agofreeradius3: fix compilation without deprecated OpenSSL APIs 13032/head
Rosen Penev [Sun, 2 Aug 2020 22:07:47 +0000 (15:07 -0700)]
freeradius3: fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoerlang: fix compilation without deprecated OpenSSL APIs 13031/head
Rosen Penev [Sun, 2 Aug 2020 22:06:05 +0000 (15:06 -0700)]
erlang: fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoboinc: fix compilation without deprecated OpenSSL APIs 13029/head
Rosen Penev [Sun, 2 Aug 2020 22:03:45 +0000 (15:03 -0700)]
boinc: fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoldns: fix compilation without deprecated APIs 13028/head
Rosen Penev [Sun, 2 Aug 2020 21:43:23 +0000 (14:43 -0700)]
ldns: fix compilation without deprecated APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoinadyn: update to 2.7 13027/head
Rosen Penev [Sun, 2 Aug 2020 21:41:30 +0000 (14:41 -0700)]
inadyn: update to 2.7

Remove pic hack.

Fix license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>