@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Hierarchical pool based memory allocator</Summary>
|
||||
<Description>libtalloc is a library which implements a hierarchical allocator with destructors which is the core memory allocator in samba.</Description>
|
||||
<Archive sha1sum="a02ffe90c3dd31fbe14ecaa79912437bdf7295c1" type="targz">http://www.samba.org/ftp/talloc/talloc-2.1.2.tar.gz</Archive>
|
||||
<Archive sha1sum="bf30a1b0d3a86b686caa7fb6057c25309f2aa7cf" type="targz">http://www.samba.org/ftp/talloc/talloc-2.1.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-07-25</Date>
|
||||
<Version>2.1.6</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>2.1.2</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Event system based on the talloc memory management library</Summary>
|
||||
<Description>libtevent is an event system based on the talloc memory management library. It is the core event system used in Samba. Tevent has support for many event types, including timers, signals, and the classic file descriptor events.</Description>
|
||||
<Archive sha1sum="80ed9a89e9d3ce1d70a44d36ddeaa507d9509af6" type="targz">http://samba.org/ftp/tevent/tevent-0.9.25.tar.gz</Archive>
|
||||
<Archive sha1sum="b2ea944c08c6807e8f1fd333657d42e06a9c5504" type="targz">http://samba.org/ftp/tevent/tevent-0.9.28.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>gdb-devel</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.9.28</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>0.9.25</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Trivial database library</Summary>
|
||||
<Description>libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.</Description>
|
||||
<Archive sha1sum="417b67602501dd351fbfed08890cff8b72fbe38c" type="targz">http://www.samba.org/ftp/tdb/tdb-1.3.7.tar.gz</Archive>
|
||||
<Archive sha1sum="3ac6779e14ed37caa27d5243777a2c7c485ef087" type="targz">http://www.samba.org/ftp/tdb/tdb-1.3.8.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -50,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-07-24</Date>
|
||||
<Version>1.3.8</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>1.3.7</Version>
|
||||
|
||||
@@ -23,7 +23,7 @@ def setup():
|
||||
--libdir=/usr/lib \
|
||||
--with-cachedir=/var/lib/samba \
|
||||
--with-configdir=/etc/samba \
|
||||
--with-lockdir=/var/lib/samba \
|
||||
--with-lockdir=/var/cache/samba \
|
||||
--with-logfilebase=/var/log/samba \
|
||||
--with-modulesdir=/usr/lib/samba \
|
||||
--with-pammodulesdir=/lib/security \
|
||||
@@ -42,7 +42,6 @@ def setup():
|
||||
--with-cluster-support \
|
||||
--with-dnsupdate \
|
||||
--with-pam \
|
||||
--with-pam_smbpass \
|
||||
--with-quotas \
|
||||
--with-sendfile-support \
|
||||
--with-shared-modules=%s \
|
||||
|
||||
@@ -10,6 +10,6 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
# needed by non-root sharing support.
|
||||
os.system("/bin/mkdir /var/lib/samba/usershares")
|
||||
os.system("/bin/chgrp users /var/lib/samba/usershares")
|
||||
os.system("/bin/chmod 1770 /var/lib/samba/usershares")
|
||||
os.system("/bin/chmod 1777 /var/lib/samba/usershares")
|
||||
|
||||
os.system("/bin/chmod 0750 /var/lib/samba/winbindd_privileged")
|
||||
|
||||
+13
-4
@@ -11,8 +11,8 @@
|
||||
<License>GPLv2</License>
|
||||
<IsA>service</IsA>
|
||||
<Summary>A suite of SMB and CIFS client/server programs for UNIX</Summary>
|
||||
<Description>samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 3, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain.</Description>
|
||||
<Archive sha1sum="c65c0d38f7c037b5c053d138b799114d558874fd" type="targz">http://us1.samba.org/samba/ftp/stable/samba-4.2.3.tar.gz</Archive>
|
||||
<Description>samba is a free software implementation of Microsoft's networking protocol released under the GNU General Public License. As of version 4, Samba not only provides file and print services for various Microsoft Windows clients but can also integrate with a Windows Server domain, either as a Primary Domain Controller (PDC) or as a Domain Member. It can also be part of an Active Directory domain.</Description>
|
||||
<Archive sha1sum="4420f3da0ce00090e6ae74ffbc3043d6eb53b566" type="targz">http://us1.samba.org/samba/ftp/stable/samba-4.4.5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>keyutils</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
@@ -31,7 +31,7 @@
|
||||
<!--Dependency>ctdb-devel</Dependency-->
|
||||
<Dependency>cups-devel</Dependency>
|
||||
<Dependency>avahi-devel</Dependency>
|
||||
<!--Dependency>dmapi-devel</Dependency-->
|
||||
<Dependency>dmapi-devel</Dependency>
|
||||
<!--Dependency>gamin-devel</Dependency-->
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>libaio-devel</Dependency>
|
||||
@@ -96,8 +96,10 @@
|
||||
<Path fileType="library">/lib/security</Path>
|
||||
<Path fileType="data">/usr/share/samba</Path>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="data">/usr/libexec/samba/</Path>
|
||||
<Path fileType="data">/usr/libexec/ctdb/</Path>
|
||||
<Path fileType="data">/var/cache/samba</Path>
|
||||
<Path fileType="data">/var/run/ctdb</Path>
|
||||
<Path fileType="data">/var/run/ctdb</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="config">/usr/lib/tmpfiles.d/samba.conf</Path>
|
||||
</Files>
|
||||
@@ -132,6 +134,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2016-07-24</Date>
|
||||
<Version>4.4.5</Version>
|
||||
<Comment>Version Bump fix service.py</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-15</Date>
|
||||
<Version>4.2.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user