| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This adds a patch from upstream allowing to build with OpenSSL 3.0.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
| |
Remove a call to CRYPTO_mem_ctrl(), which is used only for debugging,
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
| |
This is the latest version and brings compatibility with OpenSSL 3.0.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
|
| |
This version adds compatibility with OpenSSL 3.0.
There's a patch, submitted upstream, to fix building without SSL.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
| |
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of
deprecated API.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
With OpenSSL soon to be updated to 3.0, the gost engine will have to be
bumped as well. Gost 3.0.0.1 will not build with OpenSSL 1.1.
To avoid disruption, this commit detects the OpenSSL version from
ENGINES_DIR in include/openssl-engin, and sets the package version
accordingly.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
|
|
|
|
| |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
| |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fixes
- Fix OOM watcher for cgroupv2 oom_kill events
Misc
- Use --detach instead of -d
- ctrl: drop fifo perms to 0660
[Release notes](https://github.com/containers/conmon/releases/tag/v2.1.6)
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add upstream fix for AARCH64 irq name parsing.
> On arm64 SoCs like TI's K3 SoC and few other SoCs,
> IRQ names don't get parsed correct due to which they
> end up being classified into wrong class. Fix this by
> considering last token to contain IRQ name always.
The fix seems to enable e.g. RT3200 to notice a few more
interrupts and start balancing them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
|
|
|
|
| |
* adapted changed oisd namings / download locations
oisd_big (old: oisd_full), oisd_small (old: oisdb_basic)
* added antipopads as new sources
* removed broken energized source
* fixed readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\
| |
| | |
hamlib: Added init script and config files
|
| |
| |
| |
| | |
Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
|
| |
| |
| |
| | |
Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Instead of /sys/devices/virtual/ubi which will no longer be available
in future kernels, switch to /sys/class/ubi.
While at it fix unrelated arithmetic syntax error by guarding the
affected expression to not run on an empty string.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
Flask, Jinja2: update maintainer
|
| | |
| | |
| | |
| | | |
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
|
|/ /
| |
| |
| | |
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 22.03.3
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.3
Description:
Updated to version 0.15.1
changed PKG_RELEASE:=2 due to deprecated value AUTORELEASE, squashed commits and then
changed PKG_RELEASE:=1 because upgrading the whole main PKG_VERSION (the major version item) should reset this to 1
Signed-off-by: Tom Stöveken <tom@naaa.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 1.5.1
- Fix logic bug that can cause disconnects
- 1.5.0
- Refactor and improve ping/pong logic to resolve several issues,
including an infinite loop issue during reconnect
- Fix issue where `skip_utf8_validation = True` is ignored
- Fix issue where sslopt `is_ssl` is ignored
- Downgrade "websocket connected" message from logging.warning to
logging.info
- Update github actions to newer versions (669fe1b)
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|
|
|
| |
Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
|
|
|
|
| |
Signed-off-by: Ralf Kaiser <skyper@thc.org>
|
|
|
|
| |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\
| |
| | |
unbound: update to version 1.17.1
|
| |
| |
| |
| |
| |
| |
| | |
- Refreshed one patch
- Removed deprecated AUTORELEASE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
| |
| |
| |
| | |
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
|\ \
| | |
| | | |
php8: update to 8.2.2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
|
|\ \ \
| |/ /
|/| | |
stress/stress-ng: bump versions
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
|
|\ \ \
| | | |
| | | | |
htop: update to 3.2.2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Build-tested: x86/64
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <therealgraysky@proton.me>
|
|\ \ \ \
| | | | |
| | | | | |
python-{chardet,evdev}: bump versions
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
sudo: bump to version 1.9.12p2
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
|
| |/ /
|/| |
| | |
| | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Samba4 running as Active Directory Domain Controller with the internal
DNS backend requires the nsupdate binary with GSSAPI support.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug was introduced in a7b770eec4370087a5ccd27887386dac9266214e and
results in bind always stating with the `-4` flag.
Signed-off-by: Rucke Teg <rucketeg@protonmail.com>
|