Commit Graph

27203 Commits

Author SHA1 Message Date
John Audia b4043d9225 htop: update to 3.2.0
Build-tested: x86/64
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2022-05-04 22:46:05 +03:00
Eneas U de Queiroz bb88e186fc
Merge pull request #18441 from Entropy512/docker_update
Update Docker to 20.10.14
2022-05-04 15:06:37 -03:00
Josef Schlehofer 600eecbac6 hwdata: update to version 0.359
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-05-04 18:11:19 +02:00
Andy Dodd c3166c5a22 dockerd: Update to 20.10.14, and update version checking mechanism
a7a7c732c0
changed package pinning from commit hash to version for some dependencies
(but not all, libnetwork is still referenced by commit)

Support the version-based pinning mechanism in addition to commit-based

Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:20 -04:00
Andy Dodd a134a23a07 containerd: Update to 1.5.11
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:15 -04:00
Andy Dodd cd99c4cafb docker: Update to 20.10.14
Signed-off-by: Andy Dodd <atd7@cornell.edu>
2022-05-03 11:58:05 -04:00
Javier Marcet b1159e8764 python3-paramiko: update to version 2.10.4
- [Bug] Servers offering certificate variants of hostkey algorithms
 (eg ssh-rsa-cert-v01@openssh.com) could not have their host keys
 verified by Paramiko clients, as it only ever considered non-cert key
 types for that part of connection handshaking. This has been fixed.

 - [Bug] PKey instances’ __eq__ did not have the usual safety guard in
 place to ensure they were being compared to another PKey object,
 causing occasional spurious BadHostKeyException (among other things).
 This has been fixed. Thanks to Shengdun Hua for the original report
 /patch and to Christopher Papke for the final version of the fix.

 - [Support] Update camelCase method calls against the threading
 module to be snake_case; this and related tweaks should fix some
 deprecation warnings under Python 3.10. Thanks to Karthikeyan
 Singaravelan for the report, @Narendra-Neerukonda for the patch, and
 to Thomas Grainger and Jun Omae for patch workshopping.

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-05-02 12:48:21 -07:00
Javier Marcet ac02159f63 docker-compose: Update to version 2.5.0
What's Changed:

 - Fix search/replace typo in --no-TTY documentation by @ericfreese
 - Fix panic with down command when -p flag specified by @glours
 - use project we just created to start services by @ndeloof
 - include services declared by links as implicit dependencies by
 @ndeloof
 - pull to respect pull_policy by @ndeloof
 - don't ignore error by @ndeloof
 - project name MUST be lowercase by @ndeloof
 - add support for build secrets by @ndeloof
 - create also a checksums.txt file, add --binary by @MaxPeal
 - add support for ppc64le for docker compose by @snehakpersistent
 - inspect image ID after pull to se com.docker.compose.image by
 @ndeloof
 - Fix cannot setup IPAM gateway by @qnap-ericfan

New Contributors:

 - @ericfreese made their first contribution
 - @MaxPeal made their first contribution
 - @snehakpersistent made their first contribution
 - @qnap-ericfan made their first contribution

Signed-off-by: Javier Marcet <javier@marcet.info>
2022-05-02 12:48:06 -07:00
John Audia 5b85e7466c ffmpeg: update to 5.0.1
Bump to latest upstream version, patches automatically rebased.

Removed upstreamed:
    060-configure-link-to-libatomic-when-its-present.patch

Tested using:
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg

Resulting mpg was good.

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
2022-05-02 12:47:55 -07:00
Eneas U de Queiroz d6960886bd mtools: avoid picking libbsd dependency
Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly
dropped libbsd dependency, the package's configure script will still
link to it if the library is found.

Tell configure not to look for it by setting ac_cv_lib_bsd_main=no.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-05-02 12:47:44 -07:00
Philip Prindeville 9e585b0688 strongswan: Update to 5.9.6
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2022-05-02 13:11:12 -06:00
Florian Eckert 1c3cf333f6
Merge pull request #18335 from fjamarquez/keepalived_uci_support
keepalived: add uci support
2022-05-02 12:38:57 +02:00
Mister Benjamin 5e894cae13 etherwake-nfqueue: swap iptables for nftables dependency
Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
2022-05-01 00:10:14 -07:00
Rui Salvaterra 0b50456514 tor: bump to 0.4.7.7 stable
The first stable release in the 0.4.7.x series.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-04-30 23:58:20 -07:00
Carlos Miguel Ferreira d4db474c81 boost: Updates package to version 1.79.0
This commit updates boost to version 1.79.0

There are no new libraries in this version

The following patches were removed due to upstream update:
* 010-fix-b2-install.patch [1]
* 020-fix-musl-build.patch [2]

More info about Boost 1.79.0 can be found at the usual place [3].

Note: This package update includes a fix merged to Boost.JSON in [4]
which did not make into this version.

[1]: 78fd284a42
[2]: https://github.com/boostorg/interprocess/pull/162
[3]: https://www.boost.org/users/history/version_1_79_0.html
[4]: https://github.com/boostorg/json/issues/692

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2022-04-30 23:58:02 -07:00
John Thomson f043d0a7d8 antfs: require kernel version 5.10 to build
ANTFS does not compile with OpenWrt's current testing kernel 5.15,
as it needs to be modified for the Linux 5.12 idmapped mounts changes
2f221d6f7b88 ("attr: handle idmapped mounts")
https://lore.kernel.org/all/20210121131959.646623-1-christian.brauner@ubuntu.com/

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
2022-04-30 17:32:41 -07:00
Moritz Warning 48487a3423 zerotier: update to 1.8.9
Replace patch with Makefile options
to disable Rust components that
cannot be build with OpenWrt.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2022-04-30 11:55:46 -07:00
Liang Yang 9963312067 dockerd: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:54:56 -07:00
Nick Peng 170ed0a5d9 smartdns: Update to 1.2022.36
Signed-off-by: Nick Peng <pymumu@gmail.com>
2022-04-30 11:22:25 -07:00
Liang Yang 624f48a602 docker: fix compilation with glibc
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-30 11:21:25 -07:00
Tianling Shen cf81132418 rclone: Update to 1.58.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-30 13:57:39 +02:00
Jonathan Pagel c5b668df5b telegraf: upgrade to version 1.22.3
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2022-04-30 11:45:34 +02:00
Van Waholtz b4aed62fe3 frp: update to 0.42.0
Changelogs: https://github.com/fatedier/frp/releases

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2022-04-30 09:53:30 +02:00
Eneas U de Queiroz f60a09d0c2 flex: disable building po, tools
Amend the patch that disabled tests and docs to remove everything but
the src dir that builds the main flex program--the only file packaged.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-04-29 15:27:12 -07:00
Rosen Penev da03d1a9b0 Revert "boost: Updates package to version 1.79.0"
This reverts commit 70b7dc87d4.
2022-04-29 15:25:34 -07:00
Tianling Shen 2c78f8b154 libtorrent-rasterbar: Update to 2.0.6
Added new dependency "libstdcpp".
Removed an upstreamed patch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:25:06 -07:00
Liang Yang 3635c768ab dockerd: fix dependencies missing
Signed-off-by: Liang Yang <ggg17226@gmail.com>
2022-04-29 15:23:02 -07:00
Tianling Shen f6b1169c20 dnsproxy: Update to 0.42.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:22:37 -07:00
Tianling Shen 514ca20255 yq: Update to 4.25.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:22:16 -07:00
Tianling Shen 126e51360f statik: drop package
This was previously used by cloudreve, but now deprecated.

Package `embed` has been built-in since Go 1.16, so this one is
pointless anyway.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-29 15:22:11 -07:00
Jan Hák db12181940 knot: update to 3.1.8
- Release notes:
https://www.knot-dns.cz/2022-04-28-version-318.html

- Refreshed patch to avoid offset

Signed-off-by: Jan Hák <jan.hak@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[added commit message, refresh patch]
2022-04-29 15:21:59 -07:00
Hannu Nyman e076a9a40d nano: update to 6.3
Update nano editor to version 6.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-04-29 19:13:48 +03:00
Guilherme Janczak 96ec989edb mtools: update to 4.0.39
This update happens to drop the libbsd dependency.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-04-28 23:06:20 -07:00
Guilherme Janczak 4568433d68 usbip: remove unused libbsd and pthreads deps
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
2022-04-28 23:03:51 -07:00
Tianling Shen 8f6bf937ca cloudreve: Update to 3.5.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-28 22:56:04 -07:00
Francisco Jose Alvarez f514bff2de keepalived: add uci support for track_bfd configuration
Allow the configuration of track_bfd for vrrp instance throught uci

Signed-off-by: Francisco Jose Alvarez <francisco.alvarez@galgus.net>
2022-04-28 18:11:30 +02:00
Josef Schlehofer e670506a16
Merge pull request #18403 from turris-cz/change-Flask-Jinja2-maintainer
Flask, Jinja2: change maintainer
2022-04-28 13:03:01 +02:00
Jeffery To 396e7970c2
Merge pull request #18357 from clarkwang/sexpect-update
sexpect: updated per OpenWrt's common practice
2022-04-28 18:06:29 +08:00
Jeffery To 31cf5c8e02
Merge pull request #18358 from clarkwang/passh-update
passh: updated per OpenWrt's common practice
2022-04-28 18:05:42 +08:00
Alexandru Ardelean 66bf8fb484 django: bump to version 4.0.4
Fixes
https://nvd.nist.gov/vuln/detail/CVE-2022-28347
https://nvd.nist.gov/vuln/detail/CVE-2022-28346

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2022-04-28 08:32:24 +02:00
Josef Schlehofer 5b7c5b6657
Merge pull request #17305 from paper42/runc-1.0.3
runc: update to 1.0.3
2022-04-28 08:32:08 +02:00
Michael Heimpold 8f90493462
Merge pull request #18391 from mhei/php8-update
php8: update to 8.1.5
2022-04-28 07:28:20 +02:00
Yousong Zhou 512eda2c3b shadowsocks-libev: Revert "dbg"
This reverts commit 0d18bd49f1.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2022-04-28 03:12:42 +00:00
Yousong Zhou 93162b35c8 shadowsocks-libev: fix compat issue with newer version of ucode
Link: https://github.com/openwrt/packages/issues/18393
Reported-by: Huangbin Zhan <zhanhb88@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2022-04-28 03:11:06 +00:00
Yousong Zhou 0d18bd49f1 dbg 2022-04-28 02:20:10 +00:00
Carlos Miguel Ferreira 70b7dc87d4 boost: Updates package to version 1.79.0
This commit updates boost to version 1.79.0

There are no new libraries in this version

More info about Boost 1.79.0 can be found at the usual place [1].

Note: This package update includes a fix merged to Boost.JSON in [2]
which did not make into this version.

[1]: https://www.boost.org/users/history/version_1_79_0.html
[2]: https://github.com/boostorg/json/issues/692

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2022-04-27 12:43:59 -07:00
Šimon Bořek b4fa391fe6
Jinja2: change maintainer to Šimon Bořek
As we are using this package in Turris OS
and Daniel Golle decided to no longer maintain this
and some other Python packages I'd like to take
this package maintainership as was originally
suggested in https://github.com/openwrt/packages/pull/17911
by Josef Schlehofer (@BKPepe).

Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2022-04-27 18:56:48 +02:00
Šimon Bořek 55bfe37ee8
Flask: change maintainer to Šimon Bořek
As we are using this package in Turris OS
and Daniel Golle decided to no longer maintain this
and some other Python packages I'd like to take
this package maintainership as was originally
suggested in https://github.com/openwrt/packages/pull/17911
by Josef Schlehofer (@BKPepe).

Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2022-04-27 18:42:21 +02:00
Florian Eckert da61ea2ee5
Merge pull request #18262 from TDT-AG/pr/20220406-strongswan
strongswan: do not force to use iptable-legacy
2022-04-27 14:12:10 +02:00
Michael Heimpold ef1249f354 php8: update to 8.1.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2022-04-26 21:14:22 +02:00