Rosen Penev
62a91f3299
grilo-plugins: update to 0.3.14
...
Fix wrong option names. Removed vimeo following upstream.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-24 17:48:07 -07:00
Rosen Penev
5bee2f45fe
grilo: update to 0.3.14
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-24 17:48:07 -07:00
David Bauer
737b4fef25
usteer: add package
...
This commits adds the new usteer package to the packages feed.
usteer is a daemon for steering wireless clients across frequency
bands as well as between multiple access points on a network.
Signed-off-by: David Bauer <mail@david-bauer.net>
2021-10-24 23:48:04 +02:00
Michael Heimpold
495caf5880
Merge pull request #16960 from neheb/3
...
libxml2: don't build host shared libraries
2021-10-24 22:06:09 +02:00
Nick Hainke
5dd6c8ad46
bossa: add bossa
...
Based on the work of Hirokazu MORIKAWA (nxhack):
https://github.com/nxhack/openwrt-arduino-packages/tree/master/bossa
BOSSA is a flash programming utility for Atmel's SAM family of
flash-based ARM microcontrollers. The motivation behind BOSSA is to
create a simple, easy-to-use, open source utility to replace Atmel's
SAM-BA software.
Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-23 20:52:30 -10:00
Rosen Penev
dc701d61b9
libxml2: don't build host shared libraries
...
Avoids having to add
HOST_LDFLAGS: -Wl,-rpath,$(STAGING_DIR_HOSTPKG)/lib
for packages that rely on shared libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-23 17:03:12 -07:00
Bjørn Mork
4160ba8725
dosfstools: fix AM_ICONV triggered build error
...
Fix this build error:
gcc -Wall -Wextra -Wno-sign-compare -Wno-missing-field-initializers \
-Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -O2 \
-I/usr/local/src/openwrt/staging_dir/host/include \
-L/usr/local/src/openwrt/staging_dir/host/lib \
-o fsck.fat check.o file.o fsck.fat.o lfn.o boot.o common.o fat.o io.o \
charconv.o @LIBICONV@
gcc: error: LIBICONV@: No such file or directory
make[4]: *** [Makefile:449: fsck.fat] Error 1
Suggested-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2021-10-23 11:48:41 -07:00
Nikos Mavrogiannopoulos
91c1b3d18d
Merge pull request #16949 from neheb/10
...
libtasn1: don't build host shared libs
2021-10-23 20:31:06 +02:00
Michael Heimpold
be8539156d
Merge pull request #16958 from mhei/php7-update
...
php7: update to 7.4.25
2021-10-23 12:54:22 +02:00
Michael Heimpold
84ac4fc9e0
Merge pull request #16957 from mhei/php8-update
...
php8: update to 8.0.12
2021-10-23 12:54:08 +02:00
Florian Eckert
03129673bc
Merge pull request #12175 from jekkos/collectd-ltq-dsl
...
collectd: Add collector for lantiq dsl metrics
2021-10-23 08:10:02 +02:00
Rosen Penev
2b36a1b59f
libnpupnp: update to 4.1.5
...
Add libmicrohttpd to PKG_BUILD_DEPENDS as it doesn't get added for some
reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 22:59:24 -07:00
Rosen Penev
9e87bb2f3e
mpd: update to 0.23.2
...
Switch to libnpupnp for full builds. Also update arguments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 22:59:24 -07:00
Rosen Penev
d2062486e8
glib2: update to 2.70
...
Remove various outdated patches. No more uClibc and distutils is a
requirement.
Compile host libraries statically. Size is not a concern there. Also
avoids rpath hacks. Disable NLS as well. Avoids gettext dependencies.
Add libpcre dependency. Seems to be a requirement now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 18:33:03 -07:00
Lucian Cristian
3dd857de9e
frr: fixes and update to latest
...
ospf running in instance mod will keep cpu to 100% so revert offending commit
if daemon is disabled in the file while running also close that daemon
also add the pythontools to support reload
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-10-22 18:22:20 -07:00
Rosen Penev
23b5b516ae
gnunet: fix compilation with big endian
...
if is in the wrong spot.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 18:14:36 -07:00
Rosen Penev
b6cd312557
wsdd: update to 2021-10-22
...
Fixes another segfault.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 18:14:15 -07:00
Rosen Penev
aba4a294ba
libffi: don't build host shared libs
...
Avoids rpath hacks.
Add --with-pic. Needed for static library.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-22 18:07:53 -07:00
Michael Heimpold
1df333bfb0
php7: update to 7.4.25
...
This fixes:
- CVE-2021-21703
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-10-22 22:28:27 +02:00
Jeroen Peelaerts
533c072ee0
collectd: Add lua and exec collectors for lantiq dsl metrics
...
Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
2021-10-22 22:10:17 +02:00
Michael Heimpold
fb7a33a114
php8: update to 8.0.12
...
This fixes:
- CVE-2021-21703
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-10-22 21:04:32 +02:00
Olivier Poitrey
8d4baa39e4
nextdns: Update to version 1.37.3
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2021-10-22 10:13:40 -07:00
Tianling Shen
336577fe29
yq: Update to 4.13.5
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-22 10:13:18 -07:00
Rosen Penev
332644f47a
apparmor: update to 3.0.3
...
Fix compilation under Fedora. There's some weird systemd target. Just
remove it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 16:07:16 -07:00
Rosen Penev
c0aac5adab
libtasn1: don't build host shared libs
...
Avoids rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 14:45:32 -07:00
Rosen Penev
89c2971c6e
protobuf-c: don't build shared host library
...
No point and can avoid rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 14:38:53 -07:00
Rosen Penev
c2fc267476
poco: switch to building with cmake
...
Faster and works with mips64 targets.
Removed all options as the defaults are updated. Added new dependencies.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-21 13:35:20 -07:00
Michal Vasilek
9697b69609
miniflux: new package
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-10-21 07:53:58 -07:00
Nick Hainke
c1490175d3
dawn: respawn dawn in case of crash
...
Some users report that DAWN sometimes crashes after a while. Mostly
this happens after the new update has been rolled out.
Since I would not like to go back to the older version, I add as
a workaround for now that DAWN automatically respawned.
Workaround for:
https://github.com/berlin-open-wireless-lab/DAWN/issues/151
Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-21 11:25:10 +02:00
Rosen Penev
27c315c3bb
wsdd2: update to 2021-10-14
...
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-20 15:33:31 -07:00
Tianling Shen
1ea73ae717
cloudreve: add new package
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-20 13:05:28 -07:00
Tianling Shen
f639052800
statik: add new packages
...
This is required by cloudreve.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-20 13:05:28 -07:00
Jonathan Pagel
c65e320961
telegraf: Upgrade package telegraf to version 1.20.2
...
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-10-20 20:59:10 +02:00
Jonathan Pagel
2b93edf3a2
telegraf: Add package for telegraf
...
Telegraf is a plugin-driven agent for collecting and sending metrics
and events. It supports various inputs (including prometheus
endpoints) and is able to send data into InfluxDB.
https://www.influxdata.com/time-series-platform/telegraf/
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2021-10-20 18:58:03 +02:00
Josef Schlehofer
dacda65d37
tvheadend: add patch to update hdhomerun
...
Tarball with libhdhomerun_20171221 [1] was removed from upstream repository
and as it can not be found.
[1] http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-10-19 13:23:05 -07:00
Alexandru Ardelean
0f84091abe
django: bump to version 3.2.8
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-19 13:22:25 -07:00
Alexandru Ardelean
ee2a4278d9
python-cffi: bump to version 1.15.0
...
And use AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-19 13:22:25 -07:00
Alexandru Ardelean
9fe8937d54
python-idna: bump to version 3.3
...
And use AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-19 13:22:25 -07:00
Alexandru Ardelean
6063add545
pillow: bump to version 8.4.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-10-19 13:22:25 -07:00
Rosen Penev
5bf74f2ad4
expat: don't build host libs
...
tools/expat is actually what's used by the various packages that
supposedly depend on expat/host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-19 13:16:18 -07:00
Aleksander Morgado
2a31359c47
modemmanager: add support for wwan subsystem in hotplug
...
WWAN devices may now be exposed in the new 'wwan' subsystem in the
kernel (since 5.13), initially applicable to devices exposed in PCIe
(no USB), but at some point may also apply to USB devices that until
now were exposed via other subsystems (e.g. usbmisc, tty).
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2021-10-19 21:39:26 +02:00
Rosen Penev
575776cfa5
vala: update to 0.54.2
...
Remove shared libraries. Allows removing rpath hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-10-19 00:32:26 -07:00
Stan Grishin
a796308626
Merge pull request #16929 from stangri/master-vpn-policy-routing
...
vpn-policy-routing: bugfixes: killall and tmpfs params
2021-10-18 23:12:28 -07:00
Stan Grishin
2b6c8d8273
vpn-policy-routing: bugfixes: killall and tmpfs params
...
* bugfix: change killall param from -HUP to -s HUP
* bugfix: change tmpfs param from status to gateway
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-10-19 05:40:17 +00:00
Bruno Randolf
6e83bf2ef5
dfu-util: Upgrade to version 0.11
...
Tested on RAMIPS with STM32 L1 and STM32 L4
Signed-off-by: Bruno Randolf <br1@einfach.org>
2021-10-18 21:58:13 -07:00
Jan Pavlinec
db358e8a89
checksec: update to version 2.5.0
...
Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
2021-10-18 21:57:36 -07:00
Stan Grishin
a8bce8d516
Merge pull request #16911 from stangri/master-vpn-policy-routing
...
vpn-policy-routing: revert to 0.3.4-8
2021-10-18 19:32:07 -07:00
Vladimir Ulrich
453be8f179
zoneinfo: Updated to the latest release
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2021-10-17 23:52:30 -07:00
Josef Schlehofer
6b37a15230
dnscrypt-proxy2: update to version 2.1.1
...
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-10-17 19:03:52 -07:00
Marcos Del Sol Vives
212f057df7
ksmbd-tools: update to 3.4.2
...
Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
2021-10-17 19:02:59 -07:00