Commit graph

4824 commits

Author SHA1 Message Date
源 文雨
823a53c4a2 base16384: bump to version 2.2.5
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
2023-12-20 19:46:54 +08:00
Daniel Golle
2b05e3cfc6 pcsc-tools: update to version 1.7.0
See https://pcsc-tools.apdu.fr/Changelog for details.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:43:15 +00:00
Daniel Golle
3c79b48d1c pcsc-lite: update to version 2.0.1
Add configure argument to keep polkit disabled as per before 2.0.1.

2.0.1: Ludovic Rousseau
24 November 2023
- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
- polkit is enabled by default
- libpcscspy: fix a crash with NULL pointers
- Doxygen: fix SCardBeginTransaction() documentation
- fix pcscd internal thread safety issues (clang -fsanitize=thread)
- Some other minor improvements

9 June 2023
2.0.0: Ludovic Rousseau
9 June 2023
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:34:35 +00:00
Daniel Golle
1176d3bba5 exfatprogs: update to version 1.2.1
exfatprogs 1.2.1 - released 2023-05-17
======================================

CHANGES :
 * fsck.exfat: Repair zero size directory.
 * fsck.exfat: Four small clean-ups.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2023-12-20 05:25:48 +00:00
Rosen Penev
94fd89a609 mariadb: update to 10.9.8
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Michael Heimpold <mhei@heimpold.de>
2023-12-19 15:43:35 -08:00
Alexandru Ardelean
ee4573cd42 stress-ng: bump to version 0.17.03
Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch'
It's included in the release.

Links:
   cd84c46ce7
   https://github.com/ColinIanKing/stress-ng/issues/325

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-12-19 09:18:01 +01:00
Van Waholtz
b8ff725cd5 syncthing: update to 1.27.0
Add myself to maintainers

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
2023-12-18 19:00:07 +02:00
Nikos Mavrogiannopoulos
fd44545bd8 tang: silence errors on first installation
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-12-16 15:46:29 +01:00
Florian Eckert
a57e98a906
Merge pull request #22354 from lvoegl/pr/20230910-swanmon
swanmon: add package
2023-12-14 12:26:38 +01:00
Tianling Shen
708b69f86f
yq: Update to 4.40.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-13 14:22:17 +08:00
Maxim Storchak
f3c27a3a25 lsof: update to 4.99.0
- drop the patches that don't apply anymore
- update build commads

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2023-12-13 14:16:16 +08:00
Jeffery To
ec0ea77927
Merge pull request #22767 from efahl/issue-22760
syncthing: fix duplicate command line parameters on service
2023-12-09 18:51:30 +08:00
Hannu Nyman
78c4791f42 irqbalance: Fix log spam and correct meson version
Irqbalance 1.9.3 changed the handling of certain errors.
Specifically EINVAL, trying to set an invalid CPU core,
was changed to be a temporary error, causing log spam from
repeated balancing runs in some devices. See log and strace below.
Mark EINVAL as permanent.

Also correct the version in our own meson.build patch.

Log and strace:

Sat Dec  9 10:17:27 2023 daemon.warn irqbalance: Cannot change IRQ 48 affinity: Invalid argument

open("/proc/irq/48/smp_affinity", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ed9000
ioctl(6, TIOCGWINSZ, 0xbeb134e8)        = -1 ENOTTY (Not a tty)
writev(6, [{iov_base="00000001", iov_len=8}, {iov_base=NULL, iov_len=0}], 2) = -1 EINVAL (Invalid argument)
close(6)                                = 0
munmap(0xb6ed9000, 4096)                = 0
clock_gettime64(CLOCK_REALTIME, {tv_sec=1702109847, tv_nsec=340549081}) = 0
sendto(5, "<28>Dec  9 08:17:27 irqbalance: "..., 80, 0, NULL, 0) = 80
writev(1, [{iov_base="Cannot change IRQ 48 affinity: I"..., iov_len=47}, {iov_base="\n", iov_len=1}], 2Cannot change IRQ 48 affinity: Invalid argument
) = 48

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-12-09 12:13:27 +02:00
Philip Prindeville
728d1311b2 cligen: Address last minute review comments
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-08 02:58:12 +08:00
Philip Prindeville
7c3bf478f7 clixon: Initial packaging
Clixon is a YANG-based configuration manager, with interactive CLI,
NETCONF and RESTCONF interfaces, an embedded database and transaction
mechanism.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-05 10:59:08 -07:00
Philip Prindeville
a4b7f5af30
Merge pull request #22359 from pprindeville/cligen-initial
cligen: Initial packaging
2023-12-05 09:46:46 -07:00
Philip Prindeville
fbb4be3de4 cligen: Initial packaging
CLIgen is a Command-Line Interface generator

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2023-12-05 09:44:52 -07:00
Tianling Shen
a18841e459
yq: Update to 4.40.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-12-05 19:02:57 +08:00
Eric Fahlgren
6849a9df90 syncthing: fix duplicate command line parameters on service
- This patch fixes 9d17ba1 and #22760

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2023-12-04 08:25:20 -08:00
Rosen Penev
e835bd58c7 tesseract: update to 5.3.3
Fixes compilation with GCC13.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-12-01 11:20:30 -08:00
Oskari Rauta
9ab2b8a04d podman: update to version 4.8.0
Changelog: https://github.com/containers/podman/releases

I also updated containers.conf - it has gotten quite a many new
options. I added crun to depends, every other distribution
seems to ship it with podman, and after all it is a default
OCI Container Runtime for podman anyway and has a super low
footprint, so shouldn't be a problem for anyone running
containers, after all you need some storage for that anyway.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 18:00:17 +08:00
Oskari Rauta
ff51a0b495 crun: update to version 1.12
Changelog: https://github.com/containers/crun/releases

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-12-01 17:59:43 +08:00
David Woodhouse
5bc25c0cdc domoticz: update to 2023.2
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2023-11-28 16:58:10 -08:00
Dirk Brenken
8b9030ecf4 mc: bump to release 4.8.30
* News: http://midnight-commander.org/wiki/NEWS-4.8.30
* refresh patches
* remove obsolete / adapt changed options

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-11-26 11:39:09 +01:00
Tianling Shen
5fc95dce02
yq: Update to 4.40.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-26 14:22:03 +08:00
Javier Marcet
bc0db51e43 docker-compose: Update to version 2.23.3
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-24 20:41:14 +08:00
Javier Marcet
df22387ee4 docker-compose: Update to version 2.23.2
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-24 20:41:14 +08:00
Moritz Warning
67ff89f267 sockread: cleanup code and allow arguments
* cleanup code style
* allow arguments to be passed from the command line

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2023-11-22 22:39:17 +08:00
Jean Thomas
717c27a5c8 gl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variant
Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
2023-11-20 14:51:52 +00:00
Jean Thomas
2ae44d696f gl-puli-mcu: Fix compilation warning
Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
2023-11-20 14:51:52 +00:00
Oskari Rauta
3393600453 gummiboot: release bump
Changes:
 - fixes conflicts with EFI headers mentioned in issue #22433

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-11-19 13:29:27 +08:00
Rosen Penev
dff178a393 fuse3: update to 3.16.2
Add PKG_BUILD_DEPENDS to fix potential problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-11-16 17:48:17 -08:00
Javier Marcet
39431ffe2a docker-compose: Update to version 2.23.1
Signed-off-by: Javier Marcet <javier@marcet.info>
2023-11-16 16:50:12 -08:00
Matt Merhar
2a5ad04756 pps-tools: use %lld in printf for 64-bit time_t
musl 1.2.0 switched to use 64-bit time_t everywhere, including 32-bit
architectures, causing garbage values to be printed from ppswatch and
ppstest.

Use the correct format string for the affected printf statements and
explicitly cast to long long to avoid potential compatibility issues
with 32-bit glibc.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2023-11-16 11:27:23 -08:00
Jeffery To
a7b38889b1
Merge pull request #22646 from dynasticorpheus/fx
fx: add new package
2023-11-16 16:22:47 +08:00
Fabian Lipken
c4c1b93f64 fx: add new package
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-11-16 08:52:41 +01:00
Facundo Acevedo
496a4f186a Dysk: Add new package
Dysk is a command-line tool designed for efficient file and directory management in Unix-like environments

Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
2023-11-16 02:20:24 +08:00
Hannu Nyman
b8298a9b91 irqbalance: update to 1.9.3
Update irqbalance to version 1.9.3.
* remove upstreamed patch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-11-12 22:42:44 +02:00
Nikos Mavrogiannopoulos
7d77c4d401 tang: set the right permissions to keys
Resolves: #22632

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Nikos Mavrogiannopoulos
2b4332a3f3 tang: set the right maintainer
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Jo-Philipp Wich
d8a574f7f0 nano: add syntax highlighting for ucode scripts
Introduce local syntax highlighting support for ucode scripts, like
it is done already for uci configuration files.

Ref: https://github.com/jow-/ucode/issues/178
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-11-08 14:53:37 +01:00
Jeffery To
3085608448 micropython-mpremote: Update to 1.21.0, rename package, move into utils
This renames the package to mpremote and moves it into utils, as this is
a command-line utility and not a Python/MicroPython library.

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 00:38:21 +08:00
Anton Antonov
3be58aa1d3 efibootmgr: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00
Anton Antonov
ee47bf4a52 dmidecode: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00
Fabian Lipken
9a40592543 restic: update to 0.16.2
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-30 21:27:42 +01:00
Vladimir Ermakov
a517b7660b qemu: update to 8.1.2
Changes:
- Update to 8.1.2
- Refresh patches
- Replace absent option --with-git-submodules with --disable-download

Fix #22530

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2023-10-30 18:21:11 +01:00
Fabian Lipken
e4c3336ddf restic: update to 0.16.1
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-29 09:34:00 +01:00
Lukas Voegl
8044765488 swanmon: add package
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2023-10-25 12:57:53 +02:00
Luca Barbato
ee129c6031 nerdctl: update to 1.6.2
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2023-10-25 12:29:04 +08:00
Facundo Acevedo
a2ef62e669 procs: update to v0.14.3
Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
2023-10-23 20:30:46 +08:00