-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Minor documentation fixes - Fix xdgZeroMemory fallback - Use strdup rather than malloc+strcpy - Fix overflow bug - Add homepage - Add `monitoring.yml` Part of #3554 Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
c860d38
commit b3cce6c
Showing
5 changed files
with
30 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
releases: | ||
id: 230210 | ||
rss: https://github.com/devnev/libxdg-basedir/tags.atom | ||
# No known CPE, checked 2024-08-13 | ||
security: | ||
cpe: ~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
<PISI> | ||
<Source> | ||
<Name>libxdg-basedir</Name> | ||
<Homepage>https://github.com/devnev/libxdg-basedir</Homepage> | ||
<Packager> | ||
<Name>Bryan T. Meyers</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>MIT</License> | ||
<PartOf>programming</PartOf> | ||
<PartOf>programming.library</PartOf> | ||
<Summary xml:lang="en">An implementation of the XDG Base Directory specifications.</Summary> | ||
<Description xml:lang="en">An implementation of the XDG Base Directory specifications. | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>libxdg-basedir</Name> | ||
<Summary xml:lang="en">An implementation of the XDG Base Directory specifications.</Summary> | ||
<Description xml:lang="en">An implementation of the XDG Base Directory specifications. | ||
</Description> | ||
<PartOf>programming</PartOf> | ||
<PartOf>programming.library</PartOf> | ||
<Files> | ||
<Path fileType="library">/usr/lib64/lib*.so.*</Path> | ||
<Path fileType="library">/usr/lib64/libxdg-basedir.so.1</Path> | ||
<Path fileType="library">/usr/lib64/libxdg-basedir.so.1.2.0</Path> | ||
</Files> | ||
</Package> | ||
<Package> | ||
|
@@ -29,21 +31,22 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="3">libxdg-basedir</Dependency> | ||
<Dependency release="4">libxdg-basedir</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/</Path> | ||
<Path fileType="library">/usr/lib64/lib*.so</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path> | ||
<Path fileType="header">/usr/include/basedir.h</Path> | ||
<Path fileType="header">/usr/include/basedir_fs.h</Path> | ||
<Path fileType="library">/usr/lib64/libxdg-basedir.so</Path> | ||
<Path fileType="data">/usr/lib64/pkgconfig/libxdg-basedir.pc</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="3"> | ||
<Date>2016-11-27</Date> | ||
<Version>1.2.0</Version> | ||
<Update release="4"> | ||
<Date>2024-09-13</Date> | ||
<Version>1.2.3</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Bryan T. Meyers</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |