Skip to content

Commit

Permalink
passt: Update to v2024.12.11
Browse files Browse the repository at this point in the history
**Summary**
- update to latest version for podman

- add monitoring.yml
  • Loading branch information
uni-dos authored and GZGavinZhao committed Jan 15, 2025
1 parent 140d1b8 commit b0051b7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
16 changes: 10 additions & 6 deletions packages/p/passt/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoul
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__memmove_chk
libc.so.6:__open_2
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
Expand All @@ -15,7 +15,6 @@ libc.so.6:__xpg_basename
libc.so.6:abort
libc.so.6:accept4
libc.so.6:access
libc.so.6:basename
libc.so.6:bind
libc.so.6:chdir
libc.so.6:clock_gettime
Expand All @@ -25,23 +24,24 @@ libc.so.6:connect
libc.so.6:difftime
libc.so.6:dirname
libc.so.6:dup2
libc.so.6:environ
libc.so.6:epoll_create1
libc.so.6:epoll_ctl
libc.so.6:epoll_wait
libc.so.6:execve
libc.so.6:eventfd_read
libc.so.6:eventfd_write
libc.so.6:execv
libc.so.6:execvp
libc.so.6:exit
libc.so.6:fallocate
libc.so.6:fcntl
libc.so.6:fileno
libc.so.6:fork
libc.so.6:fstatfs
libc.so.6:ftruncate
libc.so.6:getegid
libc.so.6:getenv
libc.so.6:geteuid
libc.so.6:getgrnam
libc.so.6:gethostname
libc.so.6:getopt_long
libc.so.6:getpid
libc.so.6:getpwnam
Expand All @@ -57,7 +57,6 @@ libc.so.6:inet_pton
libc.so.6:inotify_add_watch
libc.so.6:inotify_init1
libc.so.6:ioctl
libc.so.6:isatty
libc.so.6:kill
libc.so.6:listen
libc.so.6:lseek
Expand All @@ -67,14 +66,17 @@ libc.so.6:memcmp
libc.so.6:memcpy
libc.so.6:memmove
libc.so.6:memset
libc.so.6:mmap
libc.so.6:mount
libc.so.6:munmap
libc.so.6:open
libc.so.6:openat
libc.so.6:optarg
libc.so.6:optind
libc.so.6:perror
libc.so.6:pipe2
libc.so.6:prctl
libc.so.6:random
libc.so.6:read
libc.so.6:readlink
libc.so.6:recv
Expand All @@ -87,6 +89,7 @@ libc.so.6:sendmsg
libc.so.6:sendto
libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:sethostname
libc.so.6:setlogmask
libc.so.6:setns
libc.so.6:setrlimit
Expand All @@ -103,6 +106,7 @@ libc.so.6:sigwaitinfo
libc.so.6:snprintf
libc.so.6:socket
libc.so.6:splice
libc.so.6:srandom
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:stpncpy
Expand Down
6 changes: 6 additions & 0 deletions packages/p/passt/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 372091
rss: ~
# No known CPE, checked 2025-01-09
security:
cpe: ~
6 changes: 3 additions & 3 deletions packages/p/passt/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : passt
version : 2024.05.10
release : 2
version : 2024.12.11
release : 3
source :
- https://passt.top/passt/snapshot/passt-2024_05_10.7288448.tar.zst : 9a325f22019b9c70074165c546dbab4cce49f339261b981a37dff4d90f43f7ed
- https://passt.top/passt/snapshot/passt-2024_12_11.09478d5.tar.zst : bdf14494bbcb12b5c87ecb766973cb8cc2bd3cfdf33a4ba407417f0317ae8b93
homepage : https://passt.top/passt/about/
license :
- BSD-3-Clause
Expand Down
14 changes: 7 additions & 7 deletions packages/p/passt/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>passt</Name>
<Homepage>https://passt.top/passt/about/</Homepage>
<Packager>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD-3-Clause</License>
<License>GPL-2.0-or-later</License>
Expand Down Expand Up @@ -37,12 +37,12 @@
</Replaces>
</Package>
<History>
<Update release="2">
<Date>2024-11-26</Date>
<Version>2024.05.10</Version>
<Update release="3">
<Date>2025-01-09</Date>
<Version>2024.12.11</Version>
<Comment>Packaging update</Comment>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit b0051b7

Please sign in to comment.