| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Zheng Qian <sotux82@gmail.com>
|
|\
| |
| | |
github: fix typo in issue template
|
|/
|
|
| |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\
| |
| | |
strongswan: add wolfssl plugin
|
| |
| |
| |
| |
| | |
Signed-off-by: Derek Yerger <derek@altdevs.net>
Signed-off-by: Joel Low <joel@joelsplace.sg>
|
|\ \
| | |
| | | |
strongswan: Update to 5.9.6
|
| | |
| | |
| | |
| | | |
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|\ \ \
| | | |
| | | | |
youtube-dl: update to 2021.12.17
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
46539ae policy: abort kick process for missing candidate
408bbca policy: don't kick clients immediatly
444b233 policy: only send preferred candidate with transition request
Signed-off-by: David Bauer <mail@david-bauer.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit fdfca59e0df62bbe49964f555f81ae47803341d3)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes CVE-2022-24884.
Also update the package URL to match the source repository.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Build-tested: x86/64
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
|
|\ \ \
| | | |
| | | | |
Update Docker to 20.10.14
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://github.com/moby/moby/commit/a7a7c732c0dc02ee5b5515f4ca868ef50cafa4a1
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Andy Dodd <atd7@cornell.edu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Andy Dodd <atd7@cornell.edu>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- [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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
keepalived: add uci support
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow the configuration of track_bfd for vrrp instance throught uci
Signed-off-by: Francisco Jose Alvarez <francisco.alvarez@galgus.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The first stable release in the 0.4.7.x series.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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 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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace patch with Makefile options
to disable Rust components that
cannot be build with OpenWrt.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Liang Yang <ggg17226@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nick Peng <pymumu@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Liang Yang <ggg17226@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changelogs: https://github.com/fatedier/frp/releases
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit 70b7dc87d408e5a69a96bf0879f3b1f2192f7460.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added new dependency "libstdcpp".
Removed an upstreamed patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Liang Yang <ggg17226@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update nano editor to version 6.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This update happens to drop the libbsd dependency.
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|\ \ \ \
| | | | |
| | | | | |
Flask, Jinja2: change maintainer
|