trousers: update to 0.3.14.
This commit is contained in:
parent
c13916aa9c
commit
f66932cd23
|
@ -1,14 +0,0 @@
|
|||
--- src/tspi/tsp_tcsi_param.c.orig 2015-11-18 10:44:20.263987906 +0100
|
||||
+++ src/tspi/tsp_tcsi_param.c 2015-11-18 10:45:20.524547393 +0100
|
||||
@@ -11,7 +11,11 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
+#if defined(__GLIBC__)
|
||||
#include <bits/local_lim.h>
|
||||
+#else
|
||||
+#define HOST_NAME_MAX 64
|
||||
+#endif
|
||||
#include "trousers/tss.h"
|
||||
#include "trousers/trousers.h"
|
||||
#include "trousers_types.h"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'trousers'
|
||||
pkgname=trousers
|
||||
version=0.3.13
|
||||
revision=4
|
||||
version=0.3.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/tcsd.conf"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -12,8 +12,8 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|||
license="BSD"
|
||||
homepage="http://trousers.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=bb908e4a3c88a17b247a4fc8e0fff3419d8a13170fe7bdfbe0e2c5c082a276d3
|
||||
broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/2167/steps/shell_3/logs/stdio"
|
||||
checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47
|
||||
create_wrksrc=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue