Skip to content

Commit

Permalink
libutempter: Update to 1.2.1 (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Sep 17, 2024
2 parents 4098436 + 3b0632d commit 425e247
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 20 deletions.
5 changes: 4 additions & 1 deletion packages/l/libutempter/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
libc.so.6:__errno_location
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
libc.so.6:_exit
libc.so.6:dup2
Expand All @@ -14,6 +15,8 @@ libc.so.6:getpwuid
libc.so.6:getresgid
libc.so.6:gettimeofday
libc.so.6:getuid
libc.so.6:isgraph
libc.so.6:isprint
libc.so.6:ptsname
libc.so.6:pututline
libc.so.6:setgid
Expand All @@ -23,6 +26,6 @@ libc.so.6:sigemptyset
libc.so.6:stat
libc.so.6:strcmp
libc.so.6:strlen
libc.so.6:strncpy
libc.so.6:strncmp
libc.so.6:updwtmp
libc.so.6:waitpid
7 changes: 4 additions & 3 deletions packages/l/libutempter/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : libutempter
version : 1.1.6
release : 3
version : 1.2.1
release : 4
source :
- http://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.1.6.tar.bz2 : b898565f31ced7e5c1fa0a2eaa0f6ff0ed862b5fe375d26375b64bfbdfeac397
- http://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-1.2.1.tar.gz : 967fef372f391de501843ad87570c6cf5dabd9651f00f1783090fbc12b2a34cb
homepage : https://github.com/altlinux/libutempter
license : LGPL-2.1-or-later
component : security
summary : A privileged helper for utmp and wtmp updates
Expand Down
33 changes: 17 additions & 16 deletions packages/l/libutempter/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>libutempter</Name>
<Homepage>https://github.com/altlinux/libutempter</Homepage>
<Packager>
<Name>Joshua Strobl</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>security</PartOf>
<Summary xml:lang="en">A privileged helper for utmp and wtmp updates</Summary>
<Description xml:lang="en">Utempter is a utility that allows non-privileged applications such as terminal emulators to modify the utmp database without having to be setuid root.
</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>libutempter</Name>
Expand All @@ -20,14 +21,8 @@
<PartOf>security</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libutempter.so.0</Path>
<Path fileType="library">/usr/lib64/libutempter.so.1.1.6</Path>
<Path fileType="library">/usr/lib64/libutempter.so.1.2.1</Path>
<Path fileType="library">/usr/lib64/utempter/utempter</Path>
<Path fileType="man">/usr/share/man/man3/libutempter.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_add_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_remove_added_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_remove_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_set_helper.3</Path>
</Files>
</Package>
<Package>
Expand All @@ -37,20 +32,26 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="3">libutempter</Dependency>
<Dependency release="4">libutempter</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/utempter.h</Path>
<Path fileType="library">/usr/lib64/libutempter.so</Path>
<Path fileType="man">/usr/share/man/man3/libutempter.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_add_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_remove_added_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_remove_record.3</Path>
<Path fileType="man">/usr/share/man/man3/utempter_set_helper.3</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-26</Date>
<Version>1.1.6</Version>
<Update release="4">
<Date>2024-09-16</Date>
<Version>1.2.1</Version>
<Comment>Packaging update</Comment>
<Name>Joshua Strobl</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 425e247

Please sign in to comment.