@@ -34,10 +34,10 @@ def setup():
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
#def check():
|
||||
def check():
|
||||
#some tests fail in emul32
|
||||
#if not get.buildTYPE() == "emul32":
|
||||
#autotools.make("check")
|
||||
if not get.buildTYPE() == "emul32":
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>GNU TLS Library</Summary>
|
||||
<Description>gnutls is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.</Description>
|
||||
<Archive sha1sum="1191f6167913ce7cb90879038f18837573bd5d3a" type="tarxz">https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.1.tar.xz</Archive>
|
||||
<Archive sha1sum="806156ac9563caab642d6274496b9cc5b2117612" type="tarxz">https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gc-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="19">
|
||||
<Date>2024-01-17</Date>
|
||||
<Version>3.8.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2023-08-07</Date>
|
||||
<Version>3.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user