Skip to content

Commit fd197b0

Browse files
authored
crun: Update to v1.27 (#8395)
2 parents 4c89e96 + 42498fd commit fd197b0

File tree

5 files changed

+52
-16
lines changed

5 files changed

+52
-16
lines changed

packages/c/crun/abi_symbols

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
crun:argp_program_bug_address
2+
libcrun.so.0:free_runtime_spec_schema_config_freebsd
3+
libcrun.so.0:free_runtime_spec_schema_config_freebsd_jail
4+
libcrun.so.0:free_runtime_spec_schema_config_freebsd_jail_allow
25
libcrun.so.0:free_runtime_spec_schema_config_linux
36
libcrun.so.0:free_runtime_spec_schema_config_linux_intel_rdt
7+
libcrun.so.0:free_runtime_spec_schema_config_linux_memory_policy
8+
libcrun.so.0:free_runtime_spec_schema_config_linux_net_devices
49
libcrun.so.0:free_runtime_spec_schema_config_linux_resources
510
libcrun.so.0:free_runtime_spec_schema_config_linux_resources_block_io
611
libcrun.so.0:free_runtime_spec_schema_config_linux_resources_cpu
@@ -27,6 +32,7 @@ libcrun.so.0:free_runtime_spec_schema_config_solaris_anet_element
2732
libcrun.so.0:free_runtime_spec_schema_config_solaris_capped_cpu
2833
libcrun.so.0:free_runtime_spec_schema_config_solaris_capped_memory
2934
libcrun.so.0:free_runtime_spec_schema_config_vm
35+
libcrun.so.0:free_runtime_spec_schema_config_vm_hw_config
3036
libcrun.so.0:free_runtime_spec_schema_config_vm_hypervisor
3137
libcrun.so.0:free_runtime_spec_schema_config_vm_image
3238
libcrun.so.0:free_runtime_spec_schema_config_vm_kernel
@@ -36,9 +42,11 @@ libcrun.so.0:free_runtime_spec_schema_config_windows_hyperv
3642
libcrun.so.0:free_runtime_spec_schema_config_windows_network
3743
libcrun.so.0:free_runtime_spec_schema_config_windows_resources
3844
libcrun.so.0:free_runtime_spec_schema_config_windows_resources_cpu
45+
libcrun.so.0:free_runtime_spec_schema_config_windows_resources_cpu_affinity
3946
libcrun.so.0:free_runtime_spec_schema_config_windows_resources_memory
4047
libcrun.so.0:free_runtime_spec_schema_config_windows_resources_storage
4148
libcrun.so.0:free_runtime_spec_schema_config_zos
49+
libcrun.so.0:free_runtime_spec_schema_defs_freebsd_device
4250
libcrun.so.0:free_runtime_spec_schema_defs_hook
4351
libcrun.so.0:free_runtime_spec_schema_defs_id_mapping
4452
libcrun.so.0:free_runtime_spec_schema_defs_linux_block_io_device
@@ -47,26 +55,30 @@ libcrun.so.0:free_runtime_spec_schema_defs_linux_block_io_device_weight
4755
libcrun.so.0:free_runtime_spec_schema_defs_linux_device
4856
libcrun.so.0:free_runtime_spec_schema_defs_linux_device_cgroup
4957
libcrun.so.0:free_runtime_spec_schema_defs_linux_namespace_reference
58+
libcrun.so.0:free_runtime_spec_schema_defs_linux_net_device
5059
libcrun.so.0:free_runtime_spec_schema_defs_linux_network_interface_priority
5160
libcrun.so.0:free_runtime_spec_schema_defs_linux_personality
5261
libcrun.so.0:free_runtime_spec_schema_defs_linux_rdma
5362
libcrun.so.0:free_runtime_spec_schema_defs_linux_syscall
5463
libcrun.so.0:free_runtime_spec_schema_defs_linux_syscall_arg
5564
libcrun.so.0:free_runtime_spec_schema_defs_linux_time_offsets
5665
libcrun.so.0:free_runtime_spec_schema_defs_mount
66+
libcrun.so.0:free_runtime_spec_schema_defs_vm_io_mem_entry_format
5767
libcrun.so.0:free_runtime_spec_schema_defs_windows_device
58-
libcrun.so.0:free_runtime_spec_schema_defs_zos_device
68+
libcrun.so.0:free_runtime_spec_schema_defs_zos_namespace_reference
5969
libcrun.so.0:free_runtime_spec_schema_features_linux
6070
libcrun.so.0:free_runtime_spec_schema_features_linux_apparmor
6171
libcrun.so.0:free_runtime_spec_schema_features_linux_cgroup
6272
libcrun.so.0:free_runtime_spec_schema_features_linux_intel_rdt
6373
libcrun.so.0:free_runtime_spec_schema_features_linux_mount_extensions
6474
libcrun.so.0:free_runtime_spec_schema_features_linux_mount_extensions_idmap
75+
libcrun.so.0:free_runtime_spec_schema_features_linux_net_devices
6576
libcrun.so.0:free_runtime_spec_schema_features_linux_seccomp
6677
libcrun.so.0:free_runtime_spec_schema_features_linux_selinux
6778
libcrun.so.0:free_runtime_spec_schema_features_schema
6879
libcrun.so.0:free_runtime_spec_schema_state_schema
6980
libcrun.so.0:libcrun_configure_handler
81+
libcrun.so.0:libcrun_container_add_mounts_from_file
7082
libcrun.so.0:libcrun_container_checkpoint
7183
libcrun.so.0:libcrun_container_create
7284
libcrun.so.0:libcrun_container_delete
@@ -82,6 +94,7 @@ libcrun.so.0:libcrun_container_load_from_file
8294
libcrun.so.0:libcrun_container_load_from_memory
8395
libcrun.so.0:libcrun_container_pause
8496
libcrun.so.0:libcrun_container_read_pids
97+
libcrun.so.0:libcrun_container_remove_mounts_from_file
8598
libcrun.so.0:libcrun_container_restore
8699
libcrun.so.0:libcrun_container_run
87100
libcrun.so.0:libcrun_container_spec
@@ -118,8 +131,13 @@ libcrun.so.0:libcrun_set_verbosity
118131
libcrun.so.0:libcrun_warning
119132
libcrun.so.0:libcrun_write_container_status
120133
libcrun.so.0:libcrun_write_json_containers_list
134+
libcrun.so.0:make_runtime_spec_schema_config_freebsd
135+
libcrun.so.0:make_runtime_spec_schema_config_freebsd_jail
136+
libcrun.so.0:make_runtime_spec_schema_config_freebsd_jail_allow
121137
libcrun.so.0:make_runtime_spec_schema_config_linux
122138
libcrun.so.0:make_runtime_spec_schema_config_linux_intel_rdt
139+
libcrun.so.0:make_runtime_spec_schema_config_linux_memory_policy
140+
libcrun.so.0:make_runtime_spec_schema_config_linux_net_devices
123141
libcrun.so.0:make_runtime_spec_schema_config_linux_resources
124142
libcrun.so.0:make_runtime_spec_schema_config_linux_resources_block_io
125143
libcrun.so.0:make_runtime_spec_schema_config_linux_resources_cpu
@@ -146,6 +164,7 @@ libcrun.so.0:make_runtime_spec_schema_config_solaris_anet_element
146164
libcrun.so.0:make_runtime_spec_schema_config_solaris_capped_cpu
147165
libcrun.so.0:make_runtime_spec_schema_config_solaris_capped_memory
148166
libcrun.so.0:make_runtime_spec_schema_config_vm
167+
libcrun.so.0:make_runtime_spec_schema_config_vm_hw_config
149168
libcrun.so.0:make_runtime_spec_schema_config_vm_hypervisor
150169
libcrun.so.0:make_runtime_spec_schema_config_vm_image
151170
libcrun.so.0:make_runtime_spec_schema_config_vm_kernel
@@ -155,9 +174,11 @@ libcrun.so.0:make_runtime_spec_schema_config_windows_hyperv
155174
libcrun.so.0:make_runtime_spec_schema_config_windows_network
156175
libcrun.so.0:make_runtime_spec_schema_config_windows_resources
157176
libcrun.so.0:make_runtime_spec_schema_config_windows_resources_cpu
177+
libcrun.so.0:make_runtime_spec_schema_config_windows_resources_cpu_affinity
158178
libcrun.so.0:make_runtime_spec_schema_config_windows_resources_memory
159179
libcrun.so.0:make_runtime_spec_schema_config_windows_resources_storage
160180
libcrun.so.0:make_runtime_spec_schema_config_zos
181+
libcrun.so.0:make_runtime_spec_schema_defs_freebsd_device
161182
libcrun.so.0:make_runtime_spec_schema_defs_hook
162183
libcrun.so.0:make_runtime_spec_schema_defs_id_mapping
163184
libcrun.so.0:make_runtime_spec_schema_defs_linux_block_io_device
@@ -166,21 +187,24 @@ libcrun.so.0:make_runtime_spec_schema_defs_linux_block_io_device_weight
166187
libcrun.so.0:make_runtime_spec_schema_defs_linux_device
167188
libcrun.so.0:make_runtime_spec_schema_defs_linux_device_cgroup
168189
libcrun.so.0:make_runtime_spec_schema_defs_linux_namespace_reference
190+
libcrun.so.0:make_runtime_spec_schema_defs_linux_net_device
169191
libcrun.so.0:make_runtime_spec_schema_defs_linux_network_interface_priority
170192
libcrun.so.0:make_runtime_spec_schema_defs_linux_personality
171193
libcrun.so.0:make_runtime_spec_schema_defs_linux_rdma
172194
libcrun.so.0:make_runtime_spec_schema_defs_linux_syscall
173195
libcrun.so.0:make_runtime_spec_schema_defs_linux_syscall_arg
174196
libcrun.so.0:make_runtime_spec_schema_defs_linux_time_offsets
175197
libcrun.so.0:make_runtime_spec_schema_defs_mount
198+
libcrun.so.0:make_runtime_spec_schema_defs_vm_io_mem_entry_format
176199
libcrun.so.0:make_runtime_spec_schema_defs_windows_device
177-
libcrun.so.0:make_runtime_spec_schema_defs_zos_device
200+
libcrun.so.0:make_runtime_spec_schema_defs_zos_namespace_reference
178201
libcrun.so.0:make_runtime_spec_schema_features_linux
179202
libcrun.so.0:make_runtime_spec_schema_features_linux_apparmor
180203
libcrun.so.0:make_runtime_spec_schema_features_linux_cgroup
181204
libcrun.so.0:make_runtime_spec_schema_features_linux_intel_rdt
182205
libcrun.so.0:make_runtime_spec_schema_features_linux_mount_extensions
183206
libcrun.so.0:make_runtime_spec_schema_features_linux_mount_extensions_idmap
207+
libcrun.so.0:make_runtime_spec_schema_features_linux_net_devices
184208
libcrun.so.0:make_runtime_spec_schema_features_linux_seccomp
185209
libcrun.so.0:make_runtime_spec_schema_features_linux_selinux
186210
libcrun.so.0:make_runtime_spec_schema_features_schema

packages/c/crun/abi_used_libs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
libc.so.6
22
libcap.so.2
3+
libm.so.6
34
libseccomp.so.2
45
libsystemd.so.0
56
libyajl.so.2

packages/c/crun/abi_used_symbols

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ libc.so.6:__isoc23_strtoul
1414
libc.so.6:__isoc23_strtoull
1515
libc.so.6:__libc_start_main
1616
libc.so.6:__memcpy_chk
17+
libc.so.6:__openat_2
1718
libc.so.6:__printf_chk
1819
libc.so.6:__sched_cpualloc
1920
libc.so.6:__sched_cpufree
2021
libc.so.6:__snprintf_chk
21-
libc.so.6:__sprintf_chk
2222
libc.so.6:__stack_chk_fail
2323
libc.so.6:__stpcpy_chk
24-
libc.so.6:__strcpy_chk
2524
libc.so.6:__syslog_chk
2625
libc.so.6:__vasprintf_chk
2726
libc.so.6:__xpg_basename
@@ -97,6 +96,7 @@ libc.so.6:getpid
9796
libc.so.6:getpwuid_r
9897
libc.so.6:getrlimit
9998
libc.so.6:gettimeofday
99+
libc.so.6:getuid
100100
libc.so.6:gmtime_r
101101
libc.so.6:hcreate_r
102102
libc.so.6:hdestroy_r
@@ -140,6 +140,7 @@ libc.so.6:readlinkat
140140
libc.so.6:readv
141141
libc.so.6:realloc
142142
libc.so.6:realpath
143+
libc.so.6:recv
143144
libc.so.6:recvfrom
144145
libc.so.6:recvmsg
145146
libc.so.6:regcomp
@@ -149,6 +150,7 @@ libc.so.6:rename
149150
libc.so.6:rmdir
150151
libc.so.6:sched_setaffinity
151152
libc.so.6:select
153+
libc.so.6:send
152154
libc.so.6:sendfile
153155
libc.so.6:sendmsg
154156
libc.so.6:sendto
@@ -162,6 +164,7 @@ libc.so.6:setresgid
162164
libc.so.6:setresuid
163165
libc.so.6:setrlimit
164166
libc.so.6:setsid
167+
libc.so.6:setsockopt
165168
libc.so.6:setxattr
166169
libc.so.6:sigaction
167170
libc.so.6:sigaddset
@@ -186,12 +189,13 @@ libc.so.6:strerror
186189
libc.so.6:strftime
187190
libc.so.6:strlen
188191
libc.so.6:strncmp
192+
libc.so.6:strndup
189193
libc.so.6:strrchr
190194
libc.so.6:strsep
191195
libc.so.6:strstr
192196
libc.so.6:strtod
193197
libc.so.6:strtok_r
194-
libc.so.6:strtoll
198+
libc.so.6:symlink
195199
libc.so.6:symlinkat
196200
libc.so.6:syscall
197201
libc.so.6:sysconf
@@ -206,11 +210,15 @@ libc.so.6:unlinkat
206210
libc.so.6:unlockpt
207211
libc.so.6:unshare
208212
libc.so.6:usleep
213+
libc.so.6:vfork
209214
libc.so.6:waitpid
210215
libc.so.6:write
211216
libc.so.6:writev
212217
libcap.so.2:cap_from_name
213218
libcap.so.2:cap_to_name
219+
libm.so.6:ceil
220+
libm.so.6:log2
221+
libm.so.6:pow
214222
libseccomp.so.2:seccomp_arch_add
215223
libseccomp.so.2:seccomp_arch_resolve_name
216224
libseccomp.so.2:seccomp_export_bpf

packages/c/crun/package.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : crun
3-
version : '1.21'
4-
release : 2
3+
version : '1.27'
4+
release : 3
55
source :
6-
- https://github.com/containers/crun/releases/download/1.21/crun-1.21.tar.zst : d3a4ce8af89125851b2bbfe2375f4050c7eca837021043c5628172feacdb88a4
6+
- https://github.com/containers/crun/releases/download/1.27/crun-1.27.tar.zst : bfe10f9201f71191b9339f56560b60f097cffb6b4d2a4d68da8e2e5b3ab16017
77
homepage : https://github.com/containers/crun
88
license :
99
- GPL-2.0-only
@@ -26,3 +26,4 @@ build : |
2626
%make
2727
install : |
2828
%make_install
29+
%install_license COPYING*

packages/c/crun/pspec_x86_64.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>crun</Name>
44
<Homepage>https://github.com/containers/crun</Homepage>
55
<Packager>
6-
<Name>Robert Gonzalez</Name>
7-
<Email>uni.dos12@outlook.com</Email>
6+
<Name>Jared Cervantes</Name>
7+
<Email>jared@jaredcervantes.com</Email>
88
</Packager>
99
<License>GPL-2.0-only</License>
1010
<License>LGPL-2.1-only</License>
@@ -25,16 +25,18 @@
2525
<Path fileType="library">/usr/lib64/libcrun.so</Path>
2626
<Path fileType="library">/usr/lib64/libcrun.so.0</Path>
2727
<Path fileType="library">/usr/lib64/libcrun.so.0.0.0</Path>
28-
<Path fileType="man">/usr/share/man/man1/crun.1</Path>
28+
<Path fileType="data">/usr/share/licenses/crun/COPYING</Path>
29+
<Path fileType="data">/usr/share/licenses/crun/COPYING.libcrun</Path>
30+
<Path fileType="man">/usr/share/man/man1/crun.1.zst</Path>
2931
</Files>
3032
</Package>
3133
<History>
32-
<Update release="2">
33-
<Date>2025-04-11</Date>
34-
<Version>1.21</Version>
34+
<Update release="3">
35+
<Date>2026-04-01</Date>
36+
<Version>1.27</Version>
3537
<Comment>Packaging update</Comment>
36-
<Name>Robert Gonzalez</Name>
37-
<Email>uni.dos12@outlook.com</Email>
38+
<Name>Jared Cervantes</Name>
39+
<Email>jared@jaredcervantes.com</Email>
3840
</Update>
3941
</History>
4042
</PISI>

0 commit comments

Comments
 (0)