sudo:ver.bump

This commit is contained in:
blue-devil
2020-05-19 02:14:15 +03:00
parent bce62cd4ed
commit 39ab10c02f
4 changed files with 25 additions and 15 deletions
+21 -12
View File
@@ -1,23 +1,24 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sudo</Name>
<Homepage>http://www.sudo.ws/</Homepage>
<Homepage>https://www.sudo.ws/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>util.admin</PartOf>
<License>Sudo</License>
<IsA>app:console</IsA>
<Summary>Allows restricted root access for specified users</Summary>
<Description>sudo allows certain users/groups to run commands with root user privileges.</Description>
<Archive sha1sum="24222b6fb644354c944bc024a0f77548b289410d" type="targz">https://www.sudo.ws/sudo/dist/sudo.tar.gz</Archive>
<Archive sha1sum="5480945785c240a456b4d64720c78ae50dd0e3ab" type="targz">https://www.sudo.ws/sudo/dist/sudo.tar.gz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>audit-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>audit-devel</Dependency>
<Dependency versionFrom="2.1.26">cyrus-sasl-devel</Dependency>
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
</BuildDependencies>
@@ -25,26 +26,27 @@
<Package>
<Name>sudo</Name>
<Summary>Allows restricted root access for specified users</Summary>
<RuntimeDependencies>
<Dependency>nss</Dependency>
<Dependency>audit</Dependency>
<Dependency>pam</Dependency>
<Dependency>zlib</Dependency>
<Dependency>audit</Dependency>
<Dependency versionFrom="2.1.26">cyrus-sasl</Dependency>
<Dependency versionFrom="2.4.41">openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="config">/usr/lib/tmpfiles.d/sudo.conf</Path>
<Path fileType="data">/run/sudo</Path>
<Path fileType="data">/var/db/sudo</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/run/sudo</Path>
<Path fileType="data">/var/db/sudo</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="config">/usr/lib/tmpfiles.d/sudo.conf</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0440" target="/etc/sudoers">sudoers</AdditionalFile>
@@ -59,6 +61,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-05-19</Date>
<Version>1.9.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-02-02</Date>
<Version>1.8.31</Version>
@@ -116,4 +125,4 @@
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>