libkgapi: update to 21.12.0.
This commit is contained in:
parent
8f7b66ae6b
commit
0c5c9db07c
|
@ -0,0 +1,13 @@
|
|||
--- a/src/saslplugin/plugin_common.c 2021-11-30 19:15:02.000000000 +0100
|
||||
+++ - 2021-12-12 10:56:46.948934294 +0100
|
||||
@@ -73,6 +73,10 @@
|
||||
|
||||
#include "plugin_common.h"
|
||||
|
||||
+#ifndef NI_MAXHOST
|
||||
+#define NI_MAXHOST 1025
|
||||
+#endif
|
||||
+
|
||||
/* translate IPv4 mapped IPv6 address to IPv4 address */
|
||||
static void sockaddr_unmapped(
|
||||
#ifdef IN6_IS_ADDR_V4MAPPED
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libkgapi'
|
||||
pkgname=libkgapi
|
||||
version=21.08.3
|
||||
version=21.12.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake python3
|
||||
|
@ -11,7 +11,7 @@ maintainer="John <me@johnnynator.dev>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/pim/libkgapi"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=3a27cfcb988f469aababfe6b94c72fecc3a641c37e372c00c17d955912593e80
|
||||
checksum=89f7273f7feedac50e2117253242ecb0e943d4a9e8c077ef85900f068d9dc585
|
||||
|
||||
do_check() {
|
||||
:
|
||||
|
|
Loading…
Reference in New Issue