Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 16:09:27 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544080 - head/net-im/gloox
Message-ID:  <202008031609.073G9RPA077244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Mon Aug  3 16:09:27 2020
New Revision: 544080
URL: https://svnweb.freebsd.org/changeset/ports/544080

Log:
  net-im/gloox: Update to 1.0.24
  
  From ChangeLog: https://camaya.net/gloox/changelog/
  Accumulated changes:
  
   * Tag: fixed XML namespace for attribute with empty namespace
   * PubSub::Event: add simple ctor
   * PubSub::Manager: fixed subscription error case handling
   * PubSub: fixed support for instant nodes
   * RosterManager: fixed behavior if subscription attribute is absent in roster
     item
   * fixed a memory leak in dns.cpp
   * fixed session management/stream resumption
   * MUCRoom::MUCUser: include reason if set
   * ClientBase: fix honorThreadID (first noticed by Erik Johansson in 2010)
   * TLSGnuTLS: disabled TLS 1.3 for now, as there are connection issues with it
  
  PR:	248080
  Submitted by:	marcel@herrbischoff.com

Modified:
  head/net-im/gloox/Makefile
  head/net-im/gloox/distinfo
  head/net-im/gloox/pkg-plist

Modified: head/net-im/gloox/Makefile
==============================================================================
--- head/net-im/gloox/Makefile	Mon Aug  3 16:08:24 2020	(r544079)
+++ head/net-im/gloox/Makefile	Mon Aug  3 16:09:27 2020	(r544080)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gloox
-DISTVERSION=	1.0.22
+DISTVERSION=	1.0.24
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 

Modified: head/net-im/gloox/distinfo
==============================================================================
--- head/net-im/gloox/distinfo	Mon Aug  3 16:08:24 2020	(r544079)
+++ head/net-im/gloox/distinfo	Mon Aug  3 16:09:27 2020	(r544080)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566751857
-SHA256 (gloox-1.0.22.tar.bz2) = 4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964
-SIZE (gloox-1.0.22.tar.bz2) = 722653
+TIMESTAMP = 1595104971
+SHA256 (gloox-1.0.24.tar.bz2) = ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9
+SIZE (gloox-1.0.24.tar.bz2) = 727442

Modified: head/net-im/gloox/pkg-plist
==============================================================================
--- head/net-im/gloox/pkg-plist	Mon Aug  3 16:08:24 2020	(r544079)
+++ head/net-im/gloox/pkg-plist	Mon Aug  3 16:09:27 2020	(r544080)
@@ -150,6 +150,6 @@ include/gloox/vcardupdate.h
 include/gloox/xhtmlim.h
 lib/libgloox.a
 lib/libgloox.so
-lib/libgloox.so.17
-lib/libgloox.so.17.0.0
+lib/libgloox.so.18
+lib/libgloox.so.18.0.0
 libdata/pkgconfig/gloox.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008031609.073G9RPA077244>