aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | docker: Update to 20.10.14Andy Dodd2022-05-03
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Dodd <atd7@cornell.edu>
* / | | | | | hwdata: update to version 0.359Josef Schlehofer2022-05-04
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | python3-paramiko: update to version 2.10.4Javier Marcet2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [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>
* | | | | | docker-compose: Update to version 2.5.0Javier Marcet2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | ffmpeg: update to 5.0.1John Audia2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | mtools: avoid picking libbsd dependencyEneas U de Queiroz2022-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #18335 from fjamarquez/keepalived_uci_supportFlorian Eckert2022-05-02
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | keepalived: add uci support
| * | | | | keepalived: add uci support for track_bfd configurationFrancisco Jose Alvarez2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the configuration of track_bfd for vrrp instance throught uci Signed-off-by: Francisco Jose Alvarez <francisco.alvarez@galgus.net>
* | | | | | etherwake-nfqueue: swap iptables for nftables dependencyMister Benjamin2022-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
* | | | | | tor: bump to 0.4.7.7 stableRui Salvaterra2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first stable release in the 0.4.7.x series. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | boost: Updates package to version 1.79.0Carlos Miguel Ferreira2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]: https://github.com/boostorg/build/commit/78fd284a42caabe8815cb0870b46e5567872e75b [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>
* | | | | | antfs: require kernel version 5.10 to buildJohn Thomson2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | zerotier: update to 1.8.9Moritz Warning2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace patch with Makefile options to disable Rust components that cannot be build with OpenWrt. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | dockerd: fix compilation with glibcLiang Yang2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* | | | | | smartdns: Update to 1.2022.36Nick Peng2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | | | docker: fix compilation with glibcLiang Yang2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* | | | | | rclone: Update to 1.58.1Tianling Shen2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | telegraf: upgrade to version 1.22.3Jonathan Pagel2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | frp: update to 0.42.0Van Waholtz2022-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelogs: https://github.com/fatedier/frp/releases Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | | flex: disable building po, toolsEneas U de Queiroz2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Revert "boost: Updates package to version 1.79.0"Rosen Penev2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 70b7dc87d408e5a69a96bf0879f3b1f2192f7460.
* | | | | | libtorrent-rasterbar: Update to 2.0.6Tianling Shen2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new dependency "libstdcpp". Removed an upstreamed patch. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | dockerd: fix dependencies missingLiang Yang2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Liang Yang <ggg17226@gmail.com>
* | | | | | dnsproxy: Update to 0.42.2Tianling Shen2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | yq: Update to 4.25.1Tianling Shen2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | statik: drop packageTianling Shen2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | knot: update to 3.1.8Jan Hák2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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]
* | | | | | nano: update to 6.3Hannu Nyman2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 6.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | mtools: update to 4.0.39Guilherme Janczak2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update happens to drop the libbsd dependency. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* | | | | | usbip: remove unused libbsd and pthreads depsGuilherme Janczak2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
* | | | | | cloudreve: Update to 3.5.2Tianling Shen2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #18403 from turris-cz/change-Flask-Jinja2-maintainerJosef Schlehofer2022-04-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Flask, Jinja2: change maintainer
| * | | | | | Jinja2: change maintainer to Šimon BořekŠimon Bořek2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | Flask: change maintainer to Šimon BořekŠimon Bořek2022-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #18357 from clarkwang/sexpect-updateJeffery To2022-04-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sexpect: updated per OpenWrt's common practice
| * | | | | | | sexpect: updated per OpenWrt's common practiceClark Wang2022-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | | | | Merge pull request #18358 from clarkwang/passh-updateJeffery To2022-04-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | passh: updated per OpenWrt's common practice
| * | | | | | | | passh: updated per OpenWrt's common practiceClark Wang2022-04-23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed extra white spaces in Makefile - changed license from GPL-3.0 to GPL-3.0-only - added test.sh Signed-off-by: Clark Wang <dearvoid@gmail.com>
* | | | | | | | django: bump to version 4.0.4Alexandru Ardelean2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #17305 from paper42/runc-1.0.3Josef Schlehofer2022-04-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | runc: update to 1.0.3
| * | | | | | | | runc: update to 1.0.3Michal Vasilek2021-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-43784 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | | | Merge pull request #18391 from mhei/php8-updateMichael Heimpold2022-04-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | php8: update to 8.1.5
| * | | | | | | | | php8: update to 8.1.5Michael Heimpold2022-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | shadowsocks-libev: Revert "dbg"Yousong Zhou2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0d18bd49f1ad1a9a52e2485680f026173d0854ee. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | shadowsocks-libev: fix compat issue with newer version of ucodeYousong Zhou2022-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link: https://github.com/openwrt/packages/issues/18393 Reported-by: Huangbin Zhan <zhanhb88@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | dbgYousong Zhou2022-04-28
| | | | | | | | | |
* | | | | | | | | | boost: Updates package to version 1.79.0Carlos Miguel Ferreira2022-04-27
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #18262 from TDT-AG/pr/20220406-strongswanFlorian Eckert2022-04-27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | strongswan: do not force to use iptable-legacy
| * | | | | | | | strongswan: do not force to use iptable-legacyFlorian Eckert2022-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default firewall is the fw4, which uses nft. In order to not install the legacy implementation when installing strongswan, the build system should decide which firewall backend to use. While we are at it, I have also added the dependency packages for IPV6. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | telegraf: Update to version 1.22.2Jonathan Pagel2022-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>