gloox: update to 1.0.22.

This commit is contained in:
Helmut Pozimski 2019-02-03 18:49:09 +01:00 committed by maxice8
parent f7dcfe54df
commit 31f816eb84
2 changed files with 5 additions and 15 deletions

View file

@ -9,13 +9,3 @@
#ifndef _WIN32_WCE
# include <sys/types.h>
--- src/dns.cpp.orig 2017-02-21 13:32:58.000000000 +0100
+++ src/dns.cpp 2018-01-03 08:36:12.832722565 +0100
@@ -22,6 +22,7 @@
#endif
#include <stdio.h>
+#include <string.h>
#if ( !defined( _WIN32 ) && !defined( _WIN32_WCE ) ) || defined( __SYMBIAN32__ )
# include <netinet/in.h>

View file

@ -1,16 +1,16 @@
# Template file for 'gloox'
pkgname=gloox
version=1.0.21
revision=2
version=1.0.22
revision=1
build_style=gnu-configure
configure_args="--disable-static"
makedepends="zlib-devel"
short_desc="The Portable XMPP Engine"
short_desc="Portable XMPP Engine"
maintainer="Wilson Birney <wpb@360scada.com>"
license="GPL-3.0-or-later"
homepage="https://camaya.net/gloox/"
homepage="https://camaya.net/gloox"
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
checksum=3c13155c10e3182a1a57779134cc524efb3657545849534b2831fae0e2c3a7cc
checksum=4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964
gloox-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"