pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libmesode libmesode: update to 0.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c1c21a42c4
branches:  trunk
changeset: 374959:a3c1c21a42c4
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 04 09:14:28 2022 +0000

description:
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

diffstat:

 chat/libmesode/Makefile |  10 ++++++----
 chat/libmesode/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 9bdcc1ff129d -r a3c1c21a42c4 chat/libmesode/Makefile
--- a/chat/libmesode/Makefile   Fri Mar 04 08:51:09 2022 +0000
+++ b/chat/libmesode/Makefile   Fri Mar 04 09:14:28 2022 +0000
@@ -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@localhost
 HOMEPAGE=      https://github.com/boothj5/libmesode
@@ -16,6 +15,9 @@
 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 -r 9bdcc1ff129d -r a3c1c21a42c4 chat/libmesode/distinfo
--- a/chat/libmesode/distinfo   Fri Mar 04 08:51:09 2022 +0000
+++ b/chat/libmesode/distinfo   Fri Mar 04 09:14:28 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index