From 7ec76ecc8832af3f82bdf071ba0530269f3bb285 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 4 Mar 2022 09:14:28 +0000 Subject: libmesode: update to 0.10.1 libstrophe 0.10.0 has several more new features and changes than libmesode 0.10.0. It is quite likely that libmesode will be deprecated soonish. So this might be the last release. It is our goal that the extra functionality provided in libmesode will find its way into libstrophe. New API: xmpp_stanza_get_child_by_name_and_ns() xmpp_stanza_new_from_string() Fixed issue with IPv6 on Windows (strophe/libstrophe#153) LibreSSL support Improved portability across systems such as Haiku, Windows --- chat/libmesode/Makefile | 10 ++++++---- chat/libmesode/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'chat') diff --git a/chat/libmesode/Makefile b/chat/libmesode/Makefile index 8bf4b82144f..cda682eaf05 100644 --- a/chat/libmesode/Makefile +++ b/chat/libmesode/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2020/09/04 10:13:16 nia Exp $ +# $NetBSD: Makefile,v 1.2 2022/03/04 09:14:28 nia Exp $ -DISTNAME= libmesode-0.9.3 +DISTNAME= libmesode-0.10.1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=profanity-im/} -GITHUB_RELEASE= ${PKGVERSION_NOREV} -EXTRACT_SUFX= .tar.xz +GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/boothj5/libmesode @@ -16,6 +15,9 @@ USE_LIBTOOL= yes USE_TOOLS+= autoconf automake autoreconf pkg-config USE_LANGUAGES= c c++ +# Nasty things with macros. +FORTIFY_SUPPORTED= no + PKGCONFIG_OVERRIDE+= libmesode.pc.in pre-configure: diff --git a/chat/libmesode/distinfo b/chat/libmesode/distinfo index c5f6f9a5365..acd25516cc8 100644 --- a/chat/libmesode/distinfo +++ b/chat/libmesode/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:05:19 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/03/04 09:14:28 nia Exp $ -BLAKE2s (libmesode-0.9.3.tar.xz) = 4299ab1090e4895ecf1156e091c28a12990938a2bad9a00eb4614598ed4f9e1d -SHA512 (libmesode-0.9.3.tar.xz) = 6da39a26809092093fb4610f51b8002e9046c44efbadcc802a670e4eedd8c388b6c527d4afbfc2341157a19811dc30cfd1b06f342e66652a9272fbd237694f57 -Size (libmesode-0.9.3.tar.xz) = 337992 bytes -SHA1 (patch-configure.ac) = 72f6d77a9f0edbe6f681bb872e7f0ce1fefe210a +BLAKE2s (libmesode-0.10.1.tar.gz) = de80e8880dff6c5a4cd971b9249702e0368bb1f88779d4fd37bbf2f2a871c2f5 +SHA512 (libmesode-0.10.1.tar.gz) = 00890ac903ed367872903242116527f229255bcc8988f87005b12a40a903d3b6133dff26229387c49de1ba6d911707adfc73a8a662864843899322c90e10dba7 +Size (libmesode-0.10.1.tar.gz) = 150629 bytes +#SHA1 (patch-configure.ac) = 72f6d77a9f0edbe6f681bb872e7f0ce1fefe210a -- cgit v1.2.3