No description
  • Makefile 54.1%
  • Shell 31.9%
  • C 8%
  • C++ 1.9%
  • Lua 1.4%
  • Other 2.5%
Find a file
Brian 'redbeard' Harrington 0f76ff7556 podman: bump to version 5.8.0
Bumps Podman from version 5.2.2 to 5.8.0.

This update includes:
- Refreshing PKG_VERSION and PKG_HASH.
- Adjusting vendoring paths in the Makefile from
  'github.com/containers' to 'go.podman.io' due to upstream changes.
- Updating the '010-do-not-build-docs.patch' to match the new
  upstream Makefile structure. Patch context updated to reflect
  the upstream switch from host OS detection via
  '$(shell uname -s)' (returns build host kernel name, e.g.
  "FreeBSD") to '$(GOOS)' (Go's target OS environment variable,
  e.g. "freebsd"). This is also more friendly for cross-compilation.

The podman initscript has been enhanced with several improvements:
- The Podman network ID is now dynamically generated on first boot,
  replacing a hardcoded placeholder. This ensures uniqueness across
  installations and improves isolation.
- Added 'podman system renumber' to reconcile lock states, making
  the service more robust after an unclean shutdown.
- Renamed the 'shutdown' function to 'stop_service' for consistency
  with procd conventions.
- Added a 10-second timeout to 'pod stop -a' and 'container stop -a'
  commands for a more graceful service termination.

Signed-off-by: Brian 'redbeard' Harrington <redbeard@dead-city.org>
2026-03-01 22:49:12 -08:00
.devcontainer meta: create devcontainer.json 2025-06-15 13:20:08 +02:00
.github ci: bump HyperStickler to v1-rc.1 2026-01-30 23:07:25 +02:00
.keys build: move gpg keys into .keys directory 2018-04-30 13:14:25 -07:00
.vscode meta: VS Code: Git: Always Sign Off 2024-10-04 16:27:33 +02:00
admin zabbix: fix unnecessary virtual provides 2026-02-11 21:47:03 +01:00
devel lpc21isp: remove package 2026-01-25 14:53:14 +02:00
fonts/dejavu-fonts-ttf [dejavu-fonts] add license info and myself as maintainer 2017-02-22 18:39:54 +01:00
ipv6/generate-ipv6-address tayga: move to net 2025-07-24 15:33:18 +02:00
kernel v4l2loopback: bump to 0.15.3 2025-12-23 21:19:25 +01:00
lang golang: replace 1.25 with to 1.26.0 2026-02-11 13:24:21 +02:00
libs libutp: update to 2024-11-16 2026-02-07 19:18:03 +02:00
mail mailsend: fix ssl variant to use opensssl 2026-02-04 07:39:56 +02:00
multimedia rtpmidid: update to 26.01 2026-02-11 19:17:22 +00:00
net sqm-scripts: bump to v1.7.0 2026-02-13 08:34:44 +01:00
sound madplay: fix compilation with GCC 15 2026-01-18 07:35:21 +02:00
utils podman: bump to version 5.8.0 2026-03-01 22:49:12 -08:00
.gitignore .gitignore: add initial version 2024-05-10 23:34:46 +02:00
CONTRIBUTING.md CONTRIBUTING.md: accept only real names in the SoB 2025-08-05 21:08:01 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md Update the SDK URL in the README. 2020-05-24 14:50:30 -07:00

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.

Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot Installation on the OpenWrt support site.

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.