samba build deb ver.bump

This commit is contained in:
Rmys
2019-04-04 13:14:11 +03:00
parent 8ad119d5a3
commit 750924e1b7
4 changed files with 26 additions and 5 deletions
+8 -1
View File
@@ -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>
+2 -2
View File
@@ -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():
+8 -1
View File
@@ -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>
+8 -1
View File
@@ -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>