feed/packages.git
3 years agoCI: revert adding of *depending* packages
Paul Spooren [Fri, 26 Mar 2021 08:17:55 +0000 (22:17 -1000)]
CI: revert adding of *depending* packages

While the idea may make sense the current implementation is faulty.
Problem is that OpenWrt uses the folder name of packages within the
build system while `opkg` spits out the actual packages names.

An example, compiling the packages of folder `vim` (`make
package/vim/compile`) creates a package called `xxd`, where `make
package/xxd/compile` would fail.

The current implementation uses `opkg` to figure out dependent packages,
but the resulting names do not match the above mentioned folders.

Revert this for now until we come up with a better implementation to
avoid false positive CI failures.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agompd: remove libavfilter support
Rosen Penev [Fri, 26 Mar 2021 02:28:15 +0000 (19:28 -0700)]
mpd: remove libavfilter support

The ffmpeg package in OpenWrt is customizable and that can cause issues
with a dirty InstallDev. Just remove libavfilter support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agotessdata: update to 2.1.0
Rosen Penev [Mon, 15 Mar 2021 02:31:02 +0000 (19:31 -0700)]
tessdata: update to 2.1.0

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agotesseract: update to 4.1.1
Rosen Penev [Mon, 15 Mar 2021 02:21:58 +0000 (19:21 -0700)]
tesseract: update to 4.1.1

Switch to AUTORELEASE for simplicity.

Add libarchive dependency since it's now used.

Build with ninja for faster compilation.

Refresh SIMD CMake patch and add musl patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoleptonica: update to 1.80.0
Rosen Penev [Mon, 15 Mar 2021 02:05:34 +0000 (19:05 -0700)]
leptonica: update to 1.80.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agohttps-dns-proxy: bugfix: correct PROCD firewall object
Stan Grishin [Thu, 25 Mar 2021 22:55:33 +0000 (22:55 +0000)]
https-dns-proxy: bugfix: correct PROCD firewall object

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agopostgresql: update to version 13.2 15263/head
Daniel Golle [Thu, 25 Mar 2021 23:05:45 +0000 (23:05 +0000)]
postgresql: update to version 13.2

Adresses CVE-2021-20229 (Incorrect Authorization)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agocryptsetup: update to version 2.3.5
Daniel Golle [Thu, 25 Mar 2021 22:53:46 +0000 (22:53 +0000)]
cryptsetup: update to version 2.3.5

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoccid: update to version 1.4.34
Daniel Golle [Thu, 25 Mar 2021 22:53:03 +0000 (22:53 +0000)]
ccid: update to version 1.4.34

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoopensc: update to version 0.21.0
Daniel Golle [Thu, 25 Mar 2021 22:51:52 +0000 (22:51 +0000)]
opensc: update to version 0.21.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agopcsc-lite: update to version 1.9.1
Daniel Golle [Thu, 25 Mar 2021 22:51:08 +0000 (22:51 +0000)]
pcsc-lite: update to version 1.9.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoexfatprogs: update to version 1.1.0
Daniel Golle [Thu, 25 Mar 2021 22:50:23 +0000 (22:50 +0000)]
exfatprogs: update to version 1.1.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolibudev-zero: update to version 0.4.8
Daniel Golle [Thu, 25 Mar 2021 22:49:51 +0000 (22:49 +0000)]
libudev-zero: update to version 0.4.8

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoratechecker: update to 2020-01-30
Rosen Penev [Wed, 24 Mar 2021 22:17:56 +0000 (15:17 -0700)]
ratechecker: update to 2020-01-30

Reorganize Makefile for consistency between packages.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15245 from neheb/gost
Rosen Penev [Thu, 25 Mar 2021 17:47:45 +0000 (10:47 -0700)]
Merge pull request #15245 from neheb/gost

gost_engine: fix compilation without deprecated OpenSSL APIs

3 years agoMerge pull request #15239 from neheb/ul
Rosen Penev [Thu, 25 Mar 2021 09:28:19 +0000 (02:28 -0700)]
Merge pull request #15239 from neheb/ul

uledd: update to 2020-09-15

3 years agoMerge pull request #15216 from BKPepe/sshpass-update
Rosen Penev [Thu, 25 Mar 2021 07:20:21 +0000 (00:20 -0700)]
Merge pull request #15216 from BKPepe/sshpass-update

sshpass: update to version 1.0.9

3 years agoMerge pull request #15248 from neheb/spd
Rosen Penev [Thu, 25 Mar 2021 06:02:32 +0000 (23:02 -0700)]
Merge pull request #15248 from neheb/spd

spdlog: update to 1.8.3

3 years agospdlog: update to 1.8.3 15248/head
Rosen Penev [Thu, 25 Mar 2021 05:55:37 +0000 (22:55 -0700)]
spdlog: update to 1.8.3

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15246 from neheb/pngg2
Rosen Penev [Wed, 24 Mar 2021 23:57:06 +0000 (16:57 -0700)]
Merge pull request #15246 from neheb/pngg2

libpng: do not build MIPS MSA code at all

3 years agoMerge pull request #15242 from neheb/cshark
Rosen Penev [Wed, 24 Mar 2021 23:11:14 +0000 (16:11 -0700)]
Merge pull request #15242 from neheb/cshark

cshark: update to 2020-07-22

3 years agouledd: update to 2020-09-15 15239/head
Rosen Penev [Wed, 24 Mar 2021 22:26:43 +0000 (15:26 -0700)]
uledd: update to 2020-09-15

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster speed.

Several cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibpng: do not build MIPS MSA code at all 15246/head
Rosen Penev [Mon, 15 Mar 2021 02:18:44 +0000 (19:18 -0700)]
libpng: do not build MIPS MSA code at all

The CMake file matches on mipsel and mips64el. Just remove mips
altogether.

Also build with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agogost_engine: fix compilation without deprecated OpenSSL APIs 15245/head
Rosen Penev [Sat, 20 Mar 2021 21:57:29 +0000 (14:57 -0700)]
gost_engine: fix compilation without deprecated OpenSSL APIs

Build with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agocshark: update to 2020-07-22 15242/head
Rosen Penev [Wed, 24 Mar 2021 21:51:37 +0000 (14:51 -0700)]
cshark: update to 2020-07-22

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15230 from ejurgensen/forked-daapd_update_274
Rosen Penev [Wed, 24 Mar 2021 20:52:17 +0000 (13:52 -0700)]
Merge pull request #15230 from ejurgensen/forked-daapd_update_274

 forked-daapd: update to 27.4

3 years agoprometheus: update to 2.25.2
Paul Spooren [Wed, 24 Mar 2021 03:42:08 +0000 (17:42 -1000)]
prometheus: update to 2.25.2

See changes at upstream release log:
https://github.com/prometheus/prometheus/releases

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agoforked-daapd: update to 27.4 15230/head
Espen Jürgensen [Mon, 22 Mar 2021 21:16:21 +0000 (22:16 +0100)]
forked-daapd: update to 27.4

Incl remove "--enable-itunes" compile option (no longer exists)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
3 years agoMerge pull request #15228 from fatbob313/umurmur-0.2.20
Rosen Penev [Tue, 23 Mar 2021 19:09:01 +0000 (12:09 -0700)]
Merge pull request #15228 from fatbob313/umurmur-0.2.20

uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecat…

3 years agouMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecated API enabled. 15228/head
Martin Johansson [Mon, 22 Mar 2021 20:11:56 +0000 (21:11 +0100)]
uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecated API enabled.

Signed-off-by: Martin Johansson <martin@fatbob.nu>
3 years agoCI: test build dependent packages
Paul Spooren [Tue, 23 Mar 2021 00:10:36 +0000 (14:10 -1000)]
CI: test build dependent packages

By using OPKGs `whatdepends` all packages dependent on a library are
printed. Use that feature to obtain packages which a version change may
break and build them as well.

Change "default" packages to contain a lib on which other packages
depend, instead of compiling `tmux` compile `attendedsysupgrade-common`
on which other packages depend.

Ignore any LuCI packages which only contains translations.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agoCI: reformat extra long line
Paul Spooren [Tue, 23 Mar 2021 00:09:55 +0000 (14:09 -1000)]
CI: reformat extra long line

Better readability on split screens.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agoCI: define matrix individually and add targets
Paul Spooren [Tue, 23 Mar 2021 00:08:58 +0000 (14:08 -1000)]
CI: define matrix individually and add targets

This allows more specific definition per test, like on which target
packages should be compiled.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agoMerge pull request #15229 from dibdot/adblock
Dirk Brenken [Tue, 23 Mar 2021 10:34:17 +0000 (11:34 +0100)]
Merge pull request #15229 from dibdot/adblock

adblock: update 4.1.0-3

3 years agoadblock: update 4.1.0-3 15229/head
Dirk Brenken [Mon, 22 Mar 2021 20:53:04 +0000 (21:53 +0100)]
adblock: update 4.1.0-3

* add a restrictive "jail mode only" variant, just point your
  jail directory to your primary dns directory
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agoMerge pull request #15232 from neheb/syssss
Rosen Penev [Tue, 23 Mar 2021 09:12:42 +0000 (02:12 -0700)]
Merge pull request #15232 from neheb/syssss

sysrepo: update to 1.4.122

3 years agoMerge pull request #15201 from neheb/lne
Rosen Penev [Tue, 23 Mar 2021 09:12:28 +0000 (02:12 -0700)]
Merge pull request #15201 from neheb/lne

libnetconf2: update to 1.1.43

3 years agosysrepo: update to 1.4.122 15232/head
Rosen Penev [Sat, 20 Mar 2021 23:02:23 +0000 (16:02 -0700)]
sysrepo: update to 1.4.122

Switch to AUTORELEASE for simplicity.

Use Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15171 from ldir-EDB0/miniupnpd
Rosen Penev [Mon, 22 Mar 2021 21:11:21 +0000 (14:11 -0700)]
Merge pull request #15171 from ldir-EDB0/miniupnpd

miniupnpd: add patience to firewall include

3 years agoMerge pull request #15178 from neheb/mzip
Rosen Penev [Mon, 22 Mar 2021 21:10:04 +0000 (14:10 -0700)]
Merge pull request #15178 from neheb/mzip

minizip: update to 3.0.1

3 years agoMerge pull request #15177 from neheb/log4c
Rosen Penev [Mon, 22 Mar 2021 21:09:20 +0000 (14:09 -0700)]
Merge pull request #15177 from neheb/log4c

log4cplus: update to 2.0.6

3 years agoMerge pull request #15219 from stangri/master-https-dns-proxy
Rosen Penev [Mon, 22 Mar 2021 18:54:46 +0000 (11:54 -0700)]
Merge pull request #15219 from stangri/master-https-dns-proxy

https-dns-proxy: support for additional Force DNS ports

3 years agoMerge pull request #15226 from ja-pa/ooniprobe-3.8.0
Rosen Penev [Mon, 22 Mar 2021 18:54:09 +0000 (11:54 -0700)]
Merge pull request #15226 from ja-pa/ooniprobe-3.8.0

ooniprobe: update to version 3.8.0

3 years agogitlab-runner: update to version 13.10.0
Jan Pavlinec [Mon, 22 Mar 2021 14:53:30 +0000 (15:53 +0100)]
gitlab-runner: update to version 13.10.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoopenvpn: add OpenVPN option server-poll-timeout
Alexander Egorenkov [Sun, 21 Mar 2021 09:57:31 +0000 (10:57 +0100)]
openvpn: add OpenVPN option server-poll-timeout

See https://www.mankier.com/8/openvpn#--server-poll-timeout

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
3 years agopkgconf: update to 1.7.4
Rosen Penev [Mon, 22 Mar 2021 04:38:31 +0000 (21:38 -0700)]
pkgconf: update to 1.7.4

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoRevert "meson: reconfigure on incremental builds"
Rosen Penev [Mon, 22 Mar 2021 04:35:00 +0000 (21:35 -0700)]
Revert "meson: reconfigure on incremental builds"

This reverts commit f1c40e3840f6f51b3cf6a74331bd128eeb8b3961.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15212 from BKPepe/netdata-bump
Daniel Engberg [Mon, 22 Mar 2021 17:21:40 +0000 (18:21 +0100)]
Merge pull request #15212 from BKPepe/netdata-bump

netdata: update to version 1.29.3

3 years agoooniprobe: update to version 3.8.0 15226/head
Jan Pavlinec [Mon, 22 Mar 2021 15:20:50 +0000 (16:20 +0100)]
ooniprobe: update to version 3.8.0

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
3 years agoMerge pull request #15222 from cotequeiroz/nss_pic_quilt
Eneas U de Queiroz [Mon, 22 Mar 2021 12:37:09 +0000 (09:37 -0300)]
Merge pull request #15222 from cotequeiroz/nss_pic_quilt

nss: quote $(PIC) usage and fix compilation with QUILT

3 years agonss: fix compilation with QUILT 15222/head
Eneas U de Queiroz [Sun, 21 Mar 2021 15:28:54 +0000 (12:28 -0300)]
nss: fix compilation with QUILT

Commit 657574f45 disabled building the host nsinstall program when using
QUILT.  However, the host nsinstall is needed to compile the package,
breaking compilation with QUILT.

Move the native compile to Build/Configure, which will not be called for
prepare, refresh, or update targets, but will be called before
Build/Compile.

nss does not have a configure script, so Build/Configure/Default is not
being called.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agonss: quote $(FPIC), as it may have multiple flags
Eneas U de Queiroz [Sun, 21 Mar 2021 15:34:47 +0000 (12:34 -0300)]
nss: quote $(FPIC), as it may have multiple flags

FPIC may be defined with more than one flag.  In that case, it becomes
necessary to use it inside QUOTES in a shell context.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
3 years agonnn: update to version 3.6 15217/head
Josef Schlehofer [Mon, 22 Mar 2021 01:09:02 +0000 (02:09 +0100)]
nnn: update to version 3.6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agosyslog-ng: update to version 3.31.2 15211/head
Josef Schlehofer [Sun, 21 Mar 2021 23:50:54 +0000 (00:50 +0100)]
syslog-ng: update to version 3.31.2

Bump config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agohttps-dns-proxy: support for additional Force DNS ports 15219/head
Stan Grishin [Mon, 22 Mar 2021 07:28:50 +0000 (07:28 +0000)]
https-dns-proxy: support for additional Force DNS ports

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agocoova-chili: fix compilation with kernel 5.10
Rosen Penev [Sat, 20 Mar 2021 21:58:49 +0000 (14:58 -0700)]
coova-chili: fix compilation with kernel 5.10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agobind: update to 9.17.11
Rosen Penev [Sat, 20 Mar 2021 22:21:51 +0000 (15:21 -0700)]
bind: update to 9.17.11

Backport upstream OpenSSL deprecated API patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agosshpass: update to version 1.09 15216/head
Josef Schlehofer [Mon, 22 Mar 2021 01:00:46 +0000 (02:00 +0100)]
sshpass: update to version 1.09

Changelog [1]:
Version 1.09
* Explicitly set the controlling TTY

Version 1.08
* Report when IP key has changed
* Scrub the environment variable for -e

Version 1.07
* Pass signals that should terminate to ssh
* Fix race around signal handling
* Report IPC errors to stderr
* Report if can't open -f password file

[1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agonetdata: update to version 1.29.3 15212/head
Josef Schlehofer [Sun, 21 Mar 2021 23:56:07 +0000 (00:56 +0100)]
netdata: update to version 1.29.3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
3 years agoknxd: new upstream version 0.14.50
Othmar Truniger [Sun, 21 Mar 2021 15:12:29 +0000 (16:12 +0100)]
knxd: new upstream version 0.14.50

Signed-off-by: Othmar Truniger <github@truniger.ch>
3 years agoacl: update to 2.3.1
Maxim Storchak [Sun, 21 Mar 2021 12:31:33 +0000 (14:31 +0200)]
acl: update to 2.3.1

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
3 years agoattr: update to 2.5.1
Maxim Storchak [Sun, 21 Mar 2021 11:32:16 +0000 (13:32 +0200)]
attr: update to 2.5.1

- swith to AUTORELEASE

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
3 years agomandoc: fix compilation with GCC10
Rosen Penev [Tue, 16 Mar 2021 04:13:37 +0000 (21:13 -0700)]
mandoc: fix compilation with GCC10

This is probably fixed in CVS. Unfortunately, I have no idea how to
import such a patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoreptyr: add mips64el to the DEPENDS list
Rosen Penev [Sun, 21 Mar 2021 01:39:46 +0000 (18:39 -0700)]
reptyr: add mips64el to the DEPENDS list

MIPS is completely unsupported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agouw-imap: fix no deprecated API OpenSSL
Rosen Penev [Sat, 20 Mar 2021 22:11:04 +0000 (15:11 -0700)]
uw-imap: fix no deprecated API OpenSSL

The previous patch was for OpenSSL 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibre2: update to 2021-02-02
Rosen Penev [Sun, 21 Mar 2021 01:06:08 +0000 (18:06 -0700)]
libre2: update to 2021-02-02

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Remove libcxx hacks as it's gone now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibgd: update to 2.3.2
Rosen Penev [Sun, 21 Mar 2021 01:26:12 +0000 (18:26 -0700)]
libgd: update to 2.3.2

Switch to building with Ninja for faster compilation.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15191 from neheb/zn3
Rosen Penev [Sun, 21 Mar 2021 03:25:32 +0000 (20:25 -0700)]
Merge pull request #15191 from neheb/zn3

znc: fix compilation without deprecated OpenSSL APIs

3 years agolibnetconf2: update to 1.1.43 15201/head
Rosen Penev [Sun, 21 Mar 2021 01:13:27 +0000 (18:13 -0700)]
libnetconf2: update to 1.1.43

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15128 from neheb/ch
Rosen Penev [Sun, 21 Mar 2021 01:36:46 +0000 (18:36 -0700)]
Merge pull request #15128 from neheb/ch

check: update to 0.15.2

3 years agoMerge pull request #15127 from neheb/ev
Rosen Penev [Sun, 21 Mar 2021 01:36:30 +0000 (18:36 -0700)]
Merge pull request #15127 from neheb/ev

lua-ev: update to 1.5

3 years agoMerge pull request #15182 from neheb/mupnpc
Rosen Penev [Sun, 21 Mar 2021 01:29:44 +0000 (18:29 -0700)]
Merge pull request #15182 from neheb/mupnpc

miniupnpc: update to 2.2.2

3 years agoMerge pull request #15180 from neheb/mjg
Rosen Penev [Sun, 21 Mar 2021 01:18:36 +0000 (18:18 -0700)]
Merge pull request #15180 from neheb/mjg

mjpg-streamer: update to 1.0.0

3 years agoMerge pull request #15179 from neheb/pr
Rosen Penev [Sun, 21 Mar 2021 00:58:38 +0000 (17:58 -0700)]
Merge pull request #15179 from neheb/pr

protobuf: update to 3.15.6

3 years agoMerge pull request #15174 from neheb/uv
Rosen Penev [Sun, 21 Mar 2021 00:45:15 +0000 (17:45 -0700)]
Merge pull request #15174 from neheb/uv

libuv: update to 1.41.0

3 years agoznc: fix compilation without deprecated OpenSSL APIs 15191/head
Rosen Penev [Sat, 20 Mar 2021 22:00:43 +0000 (15:00 -0700)]
znc: fix compilation without deprecated OpenSSL APIs

Patch was wrongly removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agominiupnpc: update to 2.2.2 15182/head
Rosen Penev [Sat, 20 Mar 2021 23:12:56 +0000 (16:12 -0700)]
miniupnpc: update to 2.2.2

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agomjpg-streamer: update to 1.0.0 15180/head
Rosen Penev [Sat, 20 Mar 2021 23:39:18 +0000 (16:39 -0700)]
mjpg-streamer: update to 1.0.0

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Modify PKG_UNPACK instead of overriding Build/Prepare.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoprotobuf: update to 3.15.6 15179/head
Rosen Penev [Sat, 20 Mar 2021 23:45:12 +0000 (16:45 -0700)]
protobuf: update to 3.15.6

Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agominizip: update to 3.0.1 15178/head
Rosen Penev [Sat, 20 Mar 2021 23:47:53 +0000 (16:47 -0700)]
minizip: update to 3.0.1

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolog4cplus: update to 2.0.6 15177/head
Rosen Penev [Sat, 20 Mar 2021 23:51:49 +0000 (16:51 -0700)]
log4cplus: update to 2.0.6

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agolibuv: update to 1.41.0 15174/head
Rosen Penev [Sun, 21 Mar 2021 00:00:52 +0000 (17:00 -0700)]
libuv: update to 1.41.0

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agonmap: bump to 7.91
Konstantin Demin [Sat, 27 Feb 2021 12:25:01 +0000 (15:25 +0300)]
nmap: bump to 7.91

changes: https://nmap.org/changelog#7.91

drop patches (applied upstream):
- 010-Avoid-using-namespace-std-causing-name-conflicts.patch
refresh patches:
- 020-Python3-port-of-ndiff.patch
- 030-libcxx.patch

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
3 years agoMerge pull request #15037 from neheb/btr
Rosen Penev [Sat, 20 Mar 2021 20:37:47 +0000 (13:37 -0700)]
Merge pull request #15037 from neheb/btr

btrfs-progs: update to 5.11

3 years agobtrfs-progs: update to 5.11 15037/head
Rosen Penev [Sun, 7 Mar 2021 06:42:00 +0000 (22:42 -0800)]
btrfs-progs: update to 5.11

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 years agoMerge pull request #15161 from pprindeville/isc-dhcp-dyndns-ipv4
Philip Prindeville [Sat, 20 Mar 2021 17:40:46 +0000 (11:40 -0600)]
Merge pull request #15161 from pprindeville/isc-dhcp-dyndns-ipv4

isc-dhcp: add dynamic DNS as meta package

3 years agominiupnpd: add patience to firewall include 15171/head
Kevin Darbyshire-Bryant [Mon, 8 Mar 2021 11:09:21 +0000 (11:09 +0000)]
miniupnpd: add patience to firewall include

Occasionally, mostly at startup, miniupnpd reports "Another app is
currently holding the xtables lock. Perhaps you want to use the -w
option?"

Take iptables' advice and wait up to 1 second before giving up.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
3 years agoMerge pull request #15169 from pprindeville/issue#14921
Philip Prindeville [Sat, 20 Mar 2021 02:35:13 +0000 (20:35 -0600)]
Merge pull request #15169 from pprindeville/issue#14921

treewide: fix places where $(FPIC) is unquoted

3 years agoMerge pull request #15163 from gladiac1337/haproxy-2.2.11
Rosen Penev [Fri, 19 Mar 2021 22:51:40 +0000 (15:51 -0700)]
Merge pull request #15163 from gladiac1337/haproxy-2.2.11

haproxy: Update HAProxy to v2.2.11

3 years agotreewide: fix places where $(FPIC) is unquoted 15169/head
Philip Prindeville [Fri, 19 Mar 2021 22:26:31 +0000 (16:26 -0600)]
treewide: fix places where $(FPIC) is unquoted

Fixes part of issue #14921.

When $(FPIC) gets added to TARGET_CFLAGS (for instance), we can
count on $(TARGET_CFLAGS) in turn being quoted when it gets
expanded.  But there are a few places where $(FPIC) gets
expanded directly into environment variables passed on the
command line, such as when setting lt_cv_* variables as in this
case.

It's wrong to assume that the expansion of $(FPIC) won't require
quoting (such as it containing spaces) if it has multiple compiler
flags.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agoMerge pull request #15168 from dibdot/banIP
Dirk Brenken [Fri, 19 Mar 2021 21:19:29 +0000 (22:19 +0100)]
Merge pull request #15168 from dibdot/banIP

banip: update 0.7.5-3

3 years agobanip: update 0.7.5-3 15168/head
Dirk Brenken [Fri, 19 Mar 2021 19:49:59 +0000 (20:49 +0100)]
banip: update 0.7.5-3

* fix iptables/chain creation in setups without IPv6 support

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 years agohaproxy: Update HAProxy to v2.2.11 15163/head
Christian Lachner [Fri, 19 Mar 2021 17:13:39 +0000 (18:13 +0100)]
haproxy: Update HAProxy to v2.2.11

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
3 years agotmate: add new package
Tianling Shen [Thu, 18 Mar 2021 05:12:13 +0000 (13:12 +0800)]
tmate: add new package

Tmate is a fork of tmux. It provides an instant pairing solution.
For more details, see https://tmate.io.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agomsgpack-c: add new package
Tianling Shen [Thu, 18 Mar 2021 05:08:45 +0000 (13:08 +0800)]
msgpack-c: add new package

This is needed by tmate.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agoMerge pull request #15148 from dhewg/meson
Rosen Penev [Thu, 18 Mar 2021 08:28:46 +0000 (01:28 -0700)]
Merge pull request #15148 from dhewg/meson

meson: update and fix 2 issue

3 years agosimple-adblock: jsonOps-related bugfixes
Stan Grishin [Thu, 18 Mar 2021 01:37:30 +0000 (01:37 +0000)]
simple-adblock: jsonOps-related bugfixes

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agoCI: use new `openwrt` Docker username
Paul Spooren [Thu, 18 Mar 2021 06:25:16 +0000 (20:25 -1000)]
CI: use new `openwrt` Docker username

We now own `openwrtorg` and `openwrt`, where the latter replaces the
former. Slowly migrate over.

Signed-off-by: Paul Spooren <mail@aparcar.org>
3 years agoisc-dhcp: add dynamic DNS as meta package 15161/head
Philip Prindeville [Thu, 18 Mar 2021 06:21:01 +0000 (00:21 -0600)]
isc-dhcp: add dynamic DNS as meta package

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
3 years agoauc: bump to version 0.1.6
Daniel Golle [Thu, 18 Mar 2021 00:31:18 +0000 (00:31 +0000)]
auc: bump to version 0.1.6

Fixes running on release branches.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>