Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cve-check-tool: Add homepage #1988

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/c/cve-check-tool/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ libc.so.6:__assert_fail
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__getdelim
libc.so.6:__isoc99_fscanf
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_fscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
Expand Down Expand Up @@ -58,7 +59,6 @@ libc.so.6:strncmp
libc.so.6:strpbrk
libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtol
libc.so.6:strverscmp
libc.so.6:time
libc.so.6:unlink
Expand Down
3 changes: 2 additions & 1 deletion packages/c/cve-check-tool/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : cve-check-tool
version : 5.6.4
release : 19
release : 20
source :
- git|git://git.altlinux.org/gears/c/cve-check-tool.git : 5.6.4-alt16.git.cbc2d0e
homepage : http://git.altlinux.org/gears/c/cve-check-tool.git
license : GPL-2.0-or-later
component : security
summary : Vulnerability checker for Linux packaging
Expand Down
15 changes: 8 additions & 7 deletions packages/c/cve-check-tool/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>cve-check-tool</Name>
<Homepage>http://git.altlinux.org/gears/c/cve-check-tool.git</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>security</PartOf>
<Summary xml:lang="en">Vulnerability checker for Linux packaging</Summary>
<Description xml:lang="en">cve-check-tool, as its name suggests, is a tool for checking known (public) CVEs. The tool will identify potentially vulnerable software packages within Linux distributions through version matching. Where possible it will also seek to determine (through a distribution implementation) if a vulnerability has been addressed by way of a patch.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>cve-check-tool</Name>
Expand All @@ -31,12 +32,12 @@
</Files>
</Package>
<History>
<Update release="19">
<Date>2023-08-20</Date>
<Update release="20">
<Date>2024-03-27</Date>
<Version>5.6.4</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>