Commit Graph

5252 Commits

Author SHA1 Message Date
Eric Fahlgren 7605ef0edc owut: update to 2024.11.29
Bug fixes:
    efahl/owut@334534b owut: use robust method for setting new kernel version

Enhancements:
    efahl/owut@286d101 examples: update the pre-install.sh with firmware backup

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-12-04 23:25:27 +08:00
Jonas Jelonek 46bb0d187c eza: update to 0.20.10
release notes:
0.20.6: https://github.com/eza-community/eza/releases/tag/v0.20.6
0.20.7: https://github.com/eza-community/eza/releases/tag/v0.20.7
0.20.8: https://github.com/eza-community/eza/releases/tag/v0.20.8
0.20.9: https://github.com/eza-community/eza/releases/tag/v0.20.9
0.20.10: https://github.com/eza-community/eza/releases/tag/v0.20.10

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-12-03 19:48:34 +02:00
Stan Grishin 9f507623e1 sunwait: initial commit
Sunwait calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights.

It is intended for use in home automation with Windows Task Scheduler or cron. Use it to turn lights on before it gets dark! The program can wait from invocation until the event specified on the command line occurs or it can return immediately indicating if it is day or night. It's best to schedule Sunwait to run a little before the earliest opportunity for the event to occur each year - ie dusk range is 3:30pm to 10:30pm here, so it reasonable to schedule a dusk task at 3pm and allow Sunwait to pause the task for between 30mins and 7 and a half hours. If you scheduled the task for 6pm, then your lights will come on no earlier than 6pm.

The sun's position is calculated using time, and position - latitude and longitude should be specified on the command line.

Features:

Calculates sunrise and sunset for given coordinates
Can wait for sunrise/sunset, or return DAY or NIGHT codes
Works with Windows Task Scheduler (or cron)
Supports custom twilight angles
Used to automate domestic lighting with Arduino transmitter and radio controlled sockets

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-11-30 11:46:30 -08:00
Hannu Nyman 42026ab232 oci-runtime-tools: Make version apk compatible
Adjust version to be compatible with apk semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-23 08:40:15 +02:00
Hannu Nyman 97f0eb94ad hfsprogs: Make version apk compatible
Adjust version to match apk semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-22 21:10:10 +01:00
John Audia 3e0d1c213f ncdu: update to 1.21
Release history:
* Perform tilde expansion on paths in the config file (from 2.7)
* Fix JSON import of escaped UTF-16 surrogate pairs (from 2.7)
* Fix displaying and exporting zero values when extended info is not available (from 2.6)
* Fix JSON export and import of the “other filesystem” flag (from 2.5)

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-11-22 20:44:22 +01:00
Jianhui Zhao e63935b86a rtty: update to 8.1.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2024-11-22 01:13:55 -08:00
Finn Landweber c565bbadfb borgbackup: update to 1.4.0
Signed-off-by: Finn Landweber <finn@landweber.xyz>
2024-11-22 10:11:10 +01:00
Eric Fahlgren 440a6e7fdf owut: update to 2024.11.20
Bug fixes:
    efahl/owut@d7affce owut: deal with package list filtering
    efahl/owut@38a3916 owut: fix what_provides function
Issues:
    efahl/owut@42cd86c owut: better EFI target handling
Enhancements:
    efahl/owut@cb51617 readme: better instructions

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-11-20 14:49:37 -08:00
Tianling Shen 6945c7bb65
yq: Update to 4.44.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-11-20 21:18:50 +08:00
Hannu Nyman 252efdc342 owfs: Make version apk compatible
Adjust version to be compatible with apk's semanting versioning.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 15:59:51 +02:00
Hannu Nyman 454e232e5b rtklib: Make version apk compatible
Make version compatible with the apk package manager.
Add short explanation about rtklib purpose to the menu item.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 08:40:41 +02:00
Ted Hess 8b6d61294f ntfs-3g: APK version compliance.
Remove libfuse/int hint from name.
         Remove myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
2024-11-16 10:13:38 +02:00
Daniel Golle bea58eea06 xdg-dbus-proxy: add package
xdg-dbus-proxy is a filtering proxy for D-Bus connections. It is used to
allow partial access to D-Bus form sandboxed processes, eg. when using
bubblewrap.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-16 02:21:10 +00:00
Daniel Golle a51ba5aaee bubblewrap: add package
Bubblewrap is a container tool for security sandboxes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-16 02:20:57 +00:00
Rosen Penev e5edda8a84 lpac: fix compilation with GCC14
Parameter is not void but void pointer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 17:27:06 -08:00
Rosen Penev 16fcf54e57 openocd: fix version for APK compatibility
Need to get rid of the v.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 13:07:56 +01:00
Eric Fahlgren e076937490 owut: update to 2024.11.14
Bug fixes:
    efahl/owut@3b5e7bb owut: remove factory image types from image candidates

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-11-14 23:55:22 -08:00
Rosen Penev a3f35d79b1 hplip: update to 3.24.4
Added patch fixing compilation with GCC14.

Remove outdated patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 03:36:10 -03:00
Rosen Penev 0b67c00092 avrdude: fix compilation with full NLS
nls.mk is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-14 15:42:48 -08:00
Marius Dinu afcf845b0b btrfs-progs: add "btrfs device scan" before overlay/extroot
If users choose to build OpenWrt with btrfs included
and want to use a btrfs RAID for overlay/extroot,
then devices need to be scanned *before* mounting overlay/extroot.
If not, btrfs won't find all RAID drives and fail to mount.

This commit:
- creates a duplicate (symlink) of the btrfs scan script so that it runs
  both before and after overlay/extroot mount,
- changes the scan command to not depend on blkid (-d),
- outputs the scan results to kernel log to show what's being detected,
  as the system logger is not yet running.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
2024-11-14 10:32:35 -08:00
Daniel Golle e56d19245f hwdata: package pnp.ids and add InstallDev section
Make sure hwdata can be used by other packages during build by
adding InstallDev section which includes pkgconfig as well as
all types of IDs.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-13 22:14:00 +00:00
Daniel Golle 0b2bd76ed1 shared-mime-info: fix post-install behaviour
Move post-install script to /etc/uci-defaults so it always runs on the
target and doesn't require the host to provide 'update-mime-database'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-12 17:22:59 +00:00
Tom Stöveken b1a4acd251 restic: update to 0.17.3
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 23.05.5
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 23.05.5

Description:
Updated to version 0.17.3

Signed-off-by: Tom Stöveken <tom@naaa.de>
2024-11-10 22:29:56 +02:00
Jack Baldry c9b32b99c0 prometheus-node-exporter-lua: Fix typos
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2024-11-09 20:48:12 +02:00
Til Kaiser e337b588a4 mstflint: update to 4.30.0
This commit updates the mstflint package to the latest
4.30.0 release. It also drops the zlib dependency because
libsqlite3 and libxml2 already depend on it.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-11-08 21:06:25 +02:00
Christian Marangi fe5649f379 fwupd: bump to 2.0.1 and make libdrm support configurable
Bump fwupd to 2.0.1 and make libdrm support configurable.
Set libdrm support disabled by default.

This is needed to fix a problem with buildbot where libdrm dependency is
silently included as buildbot compile every package and library is found
in the system.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-11-07 21:31:02 +01:00
Sebastian Kemper 34cb47d34f treewide: remove maintainer
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.

[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2024-11-07 18:28:40 +08:00
Javier Marcet 6a1b0e8c9e docker-compose: Update to version 2.30.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.2

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-11-06 18:51:57 +08:00
Eric Fahlgren c477c0b206 owut: update to 2024.10.27
Bug fix:
  efahl/owut@8c7e42f owut: force top-level when adding a package

Enhancement:
  efahl/owut@e26df83 argparse: add an exclusive store mechanism

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-11-05 16:11:11 +08:00
Eric Fahlgren 712e403703 owut: fix order of uci-defaults
Move uci-defaults file to run level 51, so it is executed immediately
after the attendedsysupgrade-common package's uci-defaults script.

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-11-04 11:12:26 +08:00
Rosen Penev 3a8c5cdd59 pservice: modify date for apk compatibility
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-03 09:43:00 +02:00
Álvaro Fernández Rojas 12622acfc3 bcm27xx-eeprom: update to latest version
This update contains multiple improvements for BCM2711 and BCM2712.
Switch from default (critical) to stable firmwares.

Full changelog: https://github.com/raspberrypi/rpi-eeprom/compare/v2024.06.05-2712...v2024.09.23-2712

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-10-31 08:49:20 +01:00
Eric Fahlgren 2255c9b9a1 attendedsysupgrade-common: give the uci-defaults script a run level
Move the init script to '50-attendedsysupgrade', so it is run in the
middle of the init sequence, rather than after all the explicitly
ordered ones.  This allows later scripts, specifically the 99-level
ones, to modify the contents of the attendedsysupgrade configuration.

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-31 02:05:03 +01:00
Rosen Penev 22ad5d889c apparmor: update to 3.0.13
Use PKG_SOURCE_PROTO for smaller tarballs.

Removed upstreamed patches

Backport basename patch for musl compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-10-30 05:16:25 -07:00
Rosen Penev 4a55b26f90 nsutils: update to latest master
Remove fancy versioning. Adds compatibility with apk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-10-30 05:16:05 -07:00
Javier Marcet 2b6991a30f docker-compose: Update to version 2.30.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.1

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-10-30 05:15:16 -07:00
Javier Marcet c91ce9677d docker-compose: Update to version 2.30.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2024-10-30 05:15:16 -07:00
Jonas Jelonek dda336d962 eza: update to 0.20.5
Release notes:
0.20.1: https://github.com/eza-community/eza/releases/tag/v0.20.1
0.20.2: https://github.com/eza-community/eza/releases/tag/v0.20.2
0.20.3: https://github.com/eza-community/eza/releases/tag/v0.20.3
0.20.4: https://github.com/eza-community/eza/releases/tag/v0.20.4
0.20.5: https://github.com/eza-community/eza/releases/tag/v0.20.5

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-10-28 11:49:32 +01:00
Eric Fahlgren 60833653ff owut: update to 2024.10.25
Enhancements:
    efahl/owut@8c8907c owut: more ux improvements
    efahl/owut@00de355 owut: improve aesthetics of build monitor

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-26 14:52:40 +08:00
Eric Fahlgren 547557d56f owut: update to 2024.10.15
Enhancements:
    efahl/owut@cdfbc24 owut: rework build status monitor to use HEAD requests
    efahl/owut@6704884 owut: rework download statistics

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-22 17:52:44 +08:00
Lukas Voegl cbbf61c16e fwupd: Update to 2.0.0
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2024-10-14 10:50:36 -07:00
Eric Fahlgren 3ab468be20 owut: update to 2024.10.11
Bug fixes:
    efahl/owut@f3f5c10 owut: retain full result from download response
    efahl/owut@c43712f owut: use exception handlers for failed json parsing

Enhancements:
    efahl/owut@e17c906 owut: add poll-interval option
    efahl/owut@7119199 owut: better error message output

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2024-10-12 18:29:17 +08:00
Vladimir Ermakov 850b2609c6 qemu: fix guest agent patch
I've used wrong type in qemu guest agent patch, found by: @curtdept
Fixes d9da6e792a (r147673510)

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2024-10-10 18:45:07 +02:00
Jen Wolf 7fe51d7dfe mtools: update to 4.0.45
mtools: update to 4.0.45

no change log
https://www.gnu.org/software/mtools/manual/mtools.html

Compile tested: Model ASUS RT-AC88U
Architecture ARMv7 Processor rev 0 (v7l)
BCM53xx / arm_cortex-a9.
Kernel Version 6.6.53
main branch
Run tested: Using GCC 14.2.0 and binutils 2.43.1

Signed-off-by: Jen Wolf <jenwolf@protonmail.com>
2024-10-10 18:57:52 +03:00
Matthias Schiffer d57306298e ecdsautils: update to 0.4.2
1b53b726f3dc ecdsautils 0.4.2
554e2585efd9 sha256: fix misaligned buffer read in ecdsa_sha256_update()
8c17b073647f sha256: remove burnStack function

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2024-10-09 18:22:57 +02:00
Maxim Storchak 9ab9560be6 tmux: update to 3.5a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2024-10-09 17:21:17 +03:00
Fabrice Fontaine 1501f15b26 utils/xz: fix license
Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:

 The build system contains public domain files, and files that
 are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
 in the binaries being built.

Moreover, add 0BSD which is used since version 5.6.0 [2]

[1]: 02ddf09bc3
[2]: 689e0228ba

Fixes: b9e87eeb7d (xz: import from old packages feed)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-10-06 22:12:43 +02:00
Hannu Nyman 8da0a4464e haveged: Update to 1.9.19
Update haveged to version 1.9.19.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-10-06 19:33:19 +03:00
John Audia 7b4ca70f69 stress-ng: bump to version 0.18.05
Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.18.05

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-10-03 09:55:45 +03:00