Rosen Penev [Mon, 17 Aug 2020 21:36:27 +0000 (14:36 -0700)]
glib2: update to 2.65.1
Add a small hack to glib2 to avoid using proxy-intl and break
compilation under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Mon, 17 Aug 2020 01:13:44 +0000 (02:13 +0100)]
hs20: prepare server using uci-defaults and ship files
Setup user database if non-existent, configure uhttpd .php interpreter
and patch php scripts to work out-of-the-box.
Also ship Hotspot 2.0 SPP and OMA DM XML schema/DTD files needed at
run-time for both client and server.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Josef Schlehofer [Mon, 17 Aug 2020 10:46:38 +0000 (12:46 +0200)]
Merge pull request #13135 from jefferyto/python-host-pip-cache-world-readable
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
Rosen Penev [Mon, 17 Aug 2020 01:41:16 +0000 (18:41 -0700)]
mpg123: install fmt123.h file
Seems it's not included in the CMake port.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Aug 2020 01:25:52 +0000 (18:25 -0700)]
Merge pull request #13143 from jefferyto/python-hyperlink-20.0.1
python-hyperlink: Update to 20.0.1
Rosen Penev [Mon, 17 Aug 2020 01:25:42 +0000 (18:25 -0700)]
Merge pull request #13142 from mateste/moniker.com_ddns
ddns-scripts: Add moniker.com DDNS service
Rosen Penev [Mon, 17 Aug 2020 01:20:57 +0000 (18:20 -0700)]
Merge pull request #13136 from neheb/ser
serialconsole: fix compilation with uClibc-ng
Jeffery To [Sun, 16 Aug 2020 16:30:09 +0000 (00:30 +0800)]
python-hyperlink: Update to 20.0.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Mateusz Stępień [Sun, 16 Aug 2020 15:33:57 +0000 (17:33 +0200)]
ddns-scripts: Add moniker.com DDNS service
Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
Rosen Penev [Sat, 15 Aug 2020 06:21:41 +0000 (23:21 -0700)]
exfat-nofuse: remove
Since the introduction of the official exfat-oot package in base, this
is now pointless.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 05:40:49 +0000 (22:40 -0700)]
serialconsole: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 02:38:07 +0000 (19:38 -0700)]
tracertools: remove usleep usage
usleep is deprecated.
Modernized the Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Sat, 15 Aug 2020 22:39:41 +0000 (15:39 -0700)]
Merge pull request #13129 from neheb/mpg
mpg123: update to 1.26.3
Rosen Penev [Sat, 15 Aug 2020 22:32:39 +0000 (15:32 -0700)]
Merge pull request #13108 from neheb/nets
netsniff-ng: add missing header
Jeffery To [Sat, 15 Aug 2020 22:09:45 +0000 (06:09 +0800)]
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE
This adds a config option PYTHON3_HOST_PIP_CACHE_WORLD_READABLE; if
enabled, chmod will be run after pip install to make all
files/directories in the host pip cache world-readable.
Supersedes https://github.com/openwrt/packages/pull/13012.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Michael Heimpold [Sat, 15 Aug 2020 21:57:27 +0000 (23:57 +0200)]
php7-pecl-redis: update to 5.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sat, 15 Aug 2020 19:03:08 +0000 (12:03 -0700)]
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
Rosen Penev [Sat, 15 Aug 2020 18:51:16 +0000 (11:51 -0700)]
Merge pull request #13134 from antonlacon/ffmpeg-431
ffmpeg: update to 4.3.1
Daniel Golle [Sat, 15 Aug 2020 15:52:17 +0000 (16:52 +0100)]
hs20: add Hotspot 2.0 OSU client and server implementation
Add hs20-server and hs20-client packages correspoding to the
hs20/client and hs20/server folder in hostap.git.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Matthias Schiffer [Fri, 14 Aug 2020 19:52:32 +0000 (21:52 +0200)]
openvswitch: backport patch to fix build against kernel 4.14.193
(and possibly other recent stable kernels)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Rosen Penev [Sat, 15 Aug 2020 00:58:19 +0000 (17:58 -0700)]
mpg123: update to 1.26.3
Switched to CMake. CMake compiles faster.
Added libsyn123 library as it's needed since version 1.26.
Before:
time make package/mpg123/compile -j 12
Executed in 16.05 secs fish external
usr time 26.65 secs 0.00 micros 26.65 secs
sys time 4.82 secs 833.00 micros 4.81 secs
After:
time make package/mpg123/compile -j 12
Executed in 12.12 secs fish external
usr time 19.35 secs 0.00 micros 19.35 secs
sys time 3.22 secs 752.00 micros 3.22 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 00:58:19 +0000 (17:58 -0700)]
canutils: add back install section
5969273ff40cdf6d90f3442aa6c986226e0a16dc mistakenly got rid of the
install section for canutils, causing errors when trying to install.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 20:33:00 +0000 (13:33 -0700)]
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
Ian Leonard [Sun, 26 Jul 2020 04:22:43 +0000 (21:22 -0700)]
ffmpeg: update to 4.3.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Dirk Brenken [Fri, 14 Aug 2020 15:36:46 +0000 (17:36 +0200)]
Merge pull request #13124 from dibdot/adblock
adblock: refresh blocklist sources
Dirk Brenken [Fri, 14 Aug 2020 12:27:50 +0000 (14:27 +0200)]
adblock: refresh blocklist sources
* remove 'dshield' and 'sysctl' (discontinued)
* switch 'malwaredomains', 'shallalist' and 'winhelp' to https
* add a second regional list for poland (provided by matx1002)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jan Pavlinec [Fri, 14 Aug 2020 12:06:20 +0000 (14:06 +0200)]
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Fri, 14 Aug 2020 09:18:10 +0000 (02:18 -0700)]
Merge pull request #13112 from neheb/isn
open-isns: fix compilation without deprecated signal API
Rosen Penev [Fri, 14 Aug 2020 06:57:53 +0000 (23:57 -0700)]
Merge pull request #13120 from neheb/urcu2
liburcu: don't build docs and tests
Rosen Penev [Fri, 14 Aug 2020 06:57:30 +0000 (23:57 -0700)]
Merge pull request #13121 from neheb/cgrp
libcgroup: don't build tests
Rosen Penev [Fri, 14 Aug 2020 06:54:31 +0000 (23:54 -0700)]
Merge pull request #13118 from neheb/xcr
keyutils: fix deprecated function usage
Rosen Penev [Fri, 14 Aug 2020 06:43:18 +0000 (23:43 -0700)]
Merge pull request #13087 from jjm2473/lvm2-fix-mac-sh
lvm2: fix CE in mac
Liangbin Lian [Fri, 14 Aug 2020 06:19:12 +0000 (14:19 +0800)]
lvm2: fix CE in mac
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 19:50:43 +0000 (12:50 -0700)]
libcgroup: don't build tests
Speeds up compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 19:51:47 +0000 (12:51 -0700)]
liburcu: don't build docs and tests
Faster compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 12 Aug 2020 20:00:52 +0000 (13:00 -0700)]
keyutils: fix deprecated function usage
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 02:33:06 +0000 (19:33 -0700)]
moreutils: fix compilation with uClibc-ng
getloadavg is missing not just under cygwin.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 03:13:44 +0000 (20:13 -0700)]
open-isns: fix compilation without deprecated signal API
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 14 Aug 2020 03:22:26 +0000 (20:22 -0700)]
netsniff-ng: add missing header
Needed for ssize_t.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Fri, 14 Aug 2020 00:42:40 +0000 (01:42 +0100)]
lvm2: depend on libselinux
LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 20:01:42 +0000 (13:01 -0700)]
Merge pull request #13098 from neheb/clms
clamsmtp: remove
Daniel Golle [Thu, 13 Aug 2020 10:41:59 +0000 (11:41 +0100)]
musl-fts: move to core
libselinux added to core needs musl-fts. Move it to core as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 10:27:13 +0000 (03:27 -0700)]
Merge pull request #13100 from neheb/esmtp
libesmtp: update URLs
Daniel Golle [Thu, 13 Aug 2020 10:25:27 +0000 (11:25 +0100)]
pcre: move package to core
libpcre is required for libselinux which was added to core recently.
Move it to the core so core builds without the packages feed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Thu, 13 Aug 2020 08:20:49 +0000 (01:20 -0700)]
Merge pull request #13103 from neheb/mpack
mpack: update URLs
Rosen Penev [Thu, 13 Aug 2020 08:19:51 +0000 (01:19 -0700)]
Merge pull request #13102 from neheb/str
stress: use fossies mirror
Rosen Penev [Thu, 13 Aug 2020 02:09:14 +0000 (19:09 -0700)]
stress: use fossies mirror
The original website went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 02:07:33 +0000 (19:07 -0700)]
Merge pull request #13099 from neheb/gkr
gkermit: replace PKG_SOURCE_URL
Rosen Penev [Thu, 13 Aug 2020 01:36:00 +0000 (18:36 -0700)]
mpack: update URLs
Upstream sort of moved to GitLab.
Use fossies mirror since the original site went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:27:34 +0000 (18:27 -0700)]
libesmtp: update URLs
The author's website went down and moved to GitHub.
Used a mirror for PKG_SOURCE_URL and he does not have the same tarball
on GitHub.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:21:24 +0000 (18:21 -0700)]
gkermit: replace PKG_SOURCE_URL
It's been down for quite a while. HTTP is also more reliable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 13 Aug 2020 01:10:37 +0000 (18:10 -0700)]
clamsmtp: remove
Judging from https://salsa.debian.org/clamav-team/clamsmtp/-/tags ,
it seems that this was last updated 11 years ago. The domain is also
gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Wed, 12 Aug 2020 21:15:44 +0000 (23:15 +0200)]
php7: update to 7.4.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Wed, 12 Aug 2020 20:12:36 +0000 (13:12 -0700)]
Merge pull request #13062 from neheb/mpd-ffm
mpd - remove ffmpeg support and add opus
Rosen Penev [Wed, 12 Aug 2020 20:11:15 +0000 (13:11 -0700)]
Merge pull request #13030 from neheb/getdn
getdns: fix compilation without deprecated OpenSSL APIs
Rosen Penev [Wed, 12 Aug 2020 20:10:19 +0000 (13:10 -0700)]
Merge pull request #13063 from neheb/sendm
sendmail: fix compilation without sys/cdefs
Rosen Penev [Wed, 12 Aug 2020 20:10:08 +0000 (13:10 -0700)]
Merge pull request #13069 from neheb/microp
micropython: fix compilation without sys/cdefs
Rosen Penev [Wed, 12 Aug 2020 20:09:47 +0000 (13:09 -0700)]
Merge pull request #13079 from neheb/oor
oor: fix compilation with GCC 10
Rosen Penev [Wed, 12 Aug 2020 20:09:27 +0000 (13:09 -0700)]
Merge pull request #13075 from neheb/tvh
tvheadend: fix compilation with GCC 10
Rosen Penev [Wed, 12 Aug 2020 20:09:00 +0000 (13:09 -0700)]
Merge pull request #13094 from ja-pa/nss-3.55
nss: update to version 3.55 (security fix)
Hannu Nyman [Wed, 12 Aug 2020 19:53:37 +0000 (22:53 +0300)]
nano: update to 5.1
Update nano to version 5.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Rosen Penev [Wed, 12 Aug 2020 18:19:59 +0000 (11:19 -0700)]
Merge pull request #13076 from neheb/opn
open-iscsi: fix compilation with musl 1.2.0
Jan Pavlinec [Wed, 12 Aug 2020 14:49:32 +0000 (16:49 +0200)]
nspr: update to version 4.27
Note:
new version required by nss 3.55
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Wed, 12 Aug 2020 14:12:30 +0000 (16:12 +0200)]
nss: update to version 3.55 (security fix)
Fixes
CVE-2020-12403
CVE-2020-12401
CVE-2020-6829
CVE-2020-12400
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Karl Palsson [Tue, 11 Aug 2020 16:29:54 +0000 (16:29 +0000)]
mosquitto: update to 1.6.11
Full release notes: https://mosquitto.org/blog/2020/08/version-1-6-11-released/
Variety of generally minor bugfixes, mostly in the broker.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Wed, 12 Aug 2020 00:47:37 +0000 (17:47 -0700)]
Merge pull request #13090 from neheb/glb2
glib2: add full language support hack to fix compilation
Rosen Penev [Tue, 11 Aug 2020 23:21:28 +0000 (16:21 -0700)]
Merge pull request #13091 from jefferyto/golang-1.14.7
golang: Update to 1.14.7
Hannu Nyman [Tue, 11 Aug 2020 20:41:36 +0000 (23:41 +0300)]
irqbalance: update to 1.7.0
Update irqbalance to version 1.7.0
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Jeffery To [Tue, 11 Aug 2020 20:38:38 +0000 (04:38 +0800)]
golang: Update to 1.14.7
This includes a fix for CVE-2020-16845 (encoding/binary: ReadUvarint and
ReadVarint can read an unlimited number of bytes from invalid inputs).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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>
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
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
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
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
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>
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
Rosen Penev [Tue, 11 Aug 2020 18:27:59 +0000 (11:27 -0700)]
mpd: remove maintainer on request
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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
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
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
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
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
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
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
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
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>
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>
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>
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
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>
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>
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>
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
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>
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>
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>
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>
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>
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
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