libgcrypt-1.9.3 ver. bump
This commit is contained in:
@@ -6,19 +6,27 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
if get.buildTYPE() != "emul32":
|
||||||
|
autotools.autoreconf("-fi")
|
||||||
|
|
||||||
options = "--disable-static \
|
options = "--disable-static \
|
||||||
--enable-noexecstack"
|
--enable-noexecstack"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
|
shelltools.system("sed 's:i586\*-\*-\*:x86_64-*-*:' -i mpi/config.links")
|
||||||
|
shelltools.system("sed 's:x86_64-\*-\*:ignore:;s:i?86-\*-\*:x86_64-*-*:' -i configure.ac")
|
||||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||||
|
|
||||||
|
autotools.autoreconf("-fi")
|
||||||
options += " --libdir=/usr/lib32 --bindir=/usr/bin32"
|
options += " --libdir=/usr/lib32 --bindir=/usr/bin32"
|
||||||
|
|
||||||
# Use 32-bit assembler, another option is to use --disable-asm option
|
# Use 32-bit assembler, another option is to use --disable-asm option
|
||||||
pisitools.dosed("mpi/config.links", "path=\"amd64\"", "path=\"i586 i386\"")
|
#pisitools.dosed("mpi/config.links", "path=\"amd64\"", "path=\"i586 i386\"")
|
||||||
|
|
||||||
|
|
||||||
autotools.configure(options)
|
autotools.configure(options)
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>General purpose crypto library</Summary>
|
<Summary>General purpose crypto library</Summary>
|
||||||
<Description>Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard.</Description>
|
<Description>Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard.</Description>
|
||||||
<Archive sha1sum="406b02873833427898d16bcc8483bc5c91c73d4a" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.8.6.tar.bz2</Archive>
|
<Archive sha1sum="6b18f453fee677078586279d96fb88e5df7b3f35" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.9.3.tar.bz2</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="1.36">libgpg-error-devel</Dependency>
|
<Dependency versionFrom="1.36">libgpg-error-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -70,6 +70,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="10">
|
||||||
|
<Date>2021-05-28</Date>
|
||||||
|
<Version>1.9.3</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="9">
|
<Update release="9">
|
||||||
<Date>2020-12-09</Date>
|
<Date>2020-12-09</Date>
|
||||||
<Version>1.8.6</Version>
|
<Version>1.8.6</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user