znc: update to 1.6.3.
This commit is contained in:
parent
6fc462118c
commit
fce0291ec9
2 changed files with 3 additions and 15 deletions
|
@ -1,12 +0,0 @@
|
|||
diff --git src/Csocket.cpp src/Csocket.cpp
|
||||
index eb1066c..eab617a 100644
|
||||
--- src/Csocket.cpp
|
||||
+++ src/Csocket.cpp
|
||||
@@ -47,6 +47,7 @@
|
||||
#include <stdio.h>
|
||||
#include <openssl/conf.h>
|
||||
#include <openssl/engine.h>
|
||||
+#include <openssl/comp.h>
|
||||
#endif /* HAVE_LIBSSL */
|
||||
|
||||
#ifdef HAVE_ICU
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'znc'
|
||||
pkgname=znc
|
||||
version=1.6.2
|
||||
revision=2
|
||||
version=1.6.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-python --enable-perl --enable-tcl --enable-cyrus"
|
||||
hostmakedepends="pkg-config perl"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://znc.in/"
|
||||
distfiles="http://znc.in/releases/$pkgname-$version.tar.gz"
|
||||
checksum=eef17727c0c6433fed1affba0ea76ec7fd60198d2f3c234d8529bd5fb26f0593
|
||||
checksum=631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827
|
||||
|
||||
system_accounts="znc"
|
||||
znc_homedir="/var/lib/znc"
|
||||
|
|
Loading…
Reference in a new issue