Skip to content

Commit

Permalink
cve-check-tool: Add homepage
Browse files Browse the repository at this point in the history
**Summary**

Add `homepage` key to `package.yml` (Part of #411)

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 27, 2024
1 parent ae983d8 commit 2df6035
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/c/cve-check-tool/abi_used_symbols
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
@@ -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
@@ -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>

0 comments on commit 2df6035

Please sign in to comment.