Merge pull request #6698 from Rmys/master

samba build deb ver.bump
This commit is contained in:
Rmys
2019-04-04 13:15:25 +03:00
committed by GitHub
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>