diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:42:26 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:42:26 +0000 |
| commit | 67eb1286ea1ed1528f1ef627a33bd37c48c4afc6 (patch) | |
| tree | 285ae0fb27301e9e0838c9ee4a1746b997b80536 | |
| parent | 47a93ae38d9d617b3c7c7dc5848e7990ec8b3819 (diff) | |
| download | meta-virtualization-67eb1286ea1ed1528f1ef627a33bd37c48c4afc6.tar.gz | |
python3-udica: update to v0.2.9
Bumping udica to version v0.2.9, which comprises the following commits:
0ffdba2 udica-0.2.9
08d2da4 Add --tcp-connect option
a3eb3de Clean up after adding LDX support
6698e0b Add LXD support
1c91fe0 Clean up after adding custom rule support
1c0814b feat: Add support for custom CIL templates
71c8bdf Fix issues reported by latest "black"
f0faa84 github: Run tests also on CentOS stream 10
45b5841 Update actions/checkout action to v6
83544e9 chore(deps): update dependency containers/automation_images to v20260310
54fa8f5 chore(deps): update dependency containers/automation_images to v20250422
925e78d chore(deps): update dependency containers/automation_images to v20250324
0472a15 github: disable testing on centos8
7fa8143 chore(deps): update dependency containers/automation_images to v20250131
edd373f [skip-ci] Update actions/checkout action to v4
afcb14f cirrus: Install fuse-overlayfs
5ed2702 chore(deps): update dependency containers/automation_images to v20240529
2604f49 confined: Allow watching mount_var_run_t
131d228 confined: allow asynchronous I/O operations
f411c14 confined: make "-l" non optional
d444e67 Add tests covering confined user policy generation
3cda61f Add option to generate custom policy for a confined user
fa7fe1b Update dependency containers/automation_images to v20231208
b19842e udica-0.2.8
5428c0b CI: Drop release from test name
16b952d Update dependency containers/automation_images to v20231004
0e25295 Update dependency containers/automation_images to v20230614
313ece3 Update dependency containers/automation_images to v20230426
61e4adf [skip-ci] Update actions/checkout action to v3
6a7382b Fix generating policy for Crio mounts
558f7f5 Update dependency containers/automation_images to v20230405
3e33f1a Add renovate configuration
c2a33cb Cirrus: Update CI VM Images
5d6feb3 Fix several lint findings
07ff36f Show diff when checking formatting
e4383f9 Cirrus: Update CI VM images to F37
34c0f13 Rename --device-access to --devices
0d3e319 Add unit test for --device-access
a2f0e45 Syntax changes after running black
a72b8ff Add ---device--access option
bd32eaf Cirrus: Update CI VM images
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-devtools/python/python3-udica_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python3-udica_git.bb b/recipes-devtools/python/python3-udica_git.bb index 004c788c..a432408a 100644 --- a/recipes-devtools/python/python3-udica_git.bb +++ b/recipes-devtools/python/python3-udica_git.bb | |||
| @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" | |||
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/containers/udica;protocol=https;branch=main" | 6 | SRC_URI = "git://github.com/containers/udica;protocol=https;branch=main" |
| 7 | 7 | ||
| 8 | SRCREV = "4a64ff7c1b8116a1894e72eee2a19706e970001f" | 8 | SRCREV = "0ffdba2ab1f34da248ff5b53a8343bf5062f826b" |
| 9 | PV = "0.2.7+git" | 9 | PV = "0.2.9+git" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" | 11 | SRC_URI[md5sum] = "9cc5156a2ff6458a8f52114b9bbc0d7e" |
| 12 | SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" | 12 | SRC_URI[sha256sum] = "3e8bc47534e0ca9331d72c32f2881bb13b93ded0bcdeab3c833fb7cf61c0a9a5" |
