samba build deb ver.bump
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Provides useful functions commonly found on BSD systems</Summary>
|
||||
<Description>This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.</Description>
|
||||
<Archive sha1sum="1fef4a4896df478d0d52f273ff6cd97d198ec870" type="tarxz">https://libbsd.freedesktop.org/releases/libbsd-0.8.7.tar.xz</Archive>
|
||||
<Archive sha1sum="ea4a4e9d7f9db80a433b23923c3631a114580289" type="tarxz">https://libbsd.freedesktop.org/releases/libbsd-0.9.1.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-03-29</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-07-23</Date>
|
||||
<Version>0.8.7</Version>
|
||||
|
||||
@@ -10,8 +10,8 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("sed '/stdlib.h/a#include <stdint.h>' -i src/xdr_sizeof.c")
|
||||
shelltools.system("sed '/key_secret_is/s/secret/secretkey/' -i src/libtirpc.map")
|
||||
#shelltools.system("sed '/stdlib.h/a#include <stdint.h>' -i src/xdr_sizeof.c")
|
||||
#shelltools.system("sed '/key_secret_is/s/secret/secretkey/' -i src/libtirpc.map")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Transport Independent RPC library</Summary>
|
||||
<Description>Transport Independent RPC library</Description>
|
||||
<Archive sha1sum="2a8dc0e6eecc45be6597c8287b1d8e15cbee46e3" type="tarbz2">https://downloads.sourceforge.net/libtirpc/libtirpc-1.0.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="d85717035cb9bd6c45557a1eb1351d3af9a69ff7" type="tarbz2">https://downloads.sourceforge.net/libtirpc/libtirpc-1.1.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
<Dependency>e2fsprogs-devel</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-03-29</Date>
|
||||
<Version>1.1.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-08-29</Date>
|
||||
<Version>1.0.2</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="0bdf33c1bd27922fcb7a71faf826bd7d500c256e" type="targz">https://www.samba.org/ftp/tdb/tdb-1.3.15.tar.gz</Archive>
|
||||
<Archive sha1sum="13b369b92d4cdc8057d90fc2b79657c9f5b72ec6" type="targz">https://www.samba.org/ftp/tdb/tdb-1.3.16.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
@@ -51,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>1.3.16</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>1.3.15</Version>
|
||||
|
||||
Reference in New Issue
Block a user