sudo:ver.bump
This commit is contained in:
@@ -30,6 +30,7 @@ def setup():
|
||||
--without-selinux \
|
||||
--without-rpath")
|
||||
|
||||
# fix unused direct dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
@@ -38,4 +39,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README.LDAP", "README")
|
||||
pisitools.dodoc("README.LDAP", "README")
|
||||
@@ -17,4 +17,4 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
# The list above is general, some paths may not exist depending on the configuration
|
||||
if os.path.exists(_file):
|
||||
os.system("/bin/chown -R %s %s" % (perms[1], _file))
|
||||
os.system("/bin/chmod %s %s" % (perms[0], _file))
|
||||
os.system("/bin/chmod %s %s" % (perms[0], _file))
|
||||
+21
-12
@@ -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>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Yönetici haklarıyla komut çalıştırma uygulaması</Summary>
|
||||
<Description xml:lang="tr">sudo, belirli kullanıcıların ya da kullanıcı gruplarının komut ve uygulamaları yönetici kullanıcı (root) haklarıyla çalıştırmasına izin veren bir konsol uygulamasıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user