pkgsrc-WIP-changes archive

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

libre: update to libre-0.5.7



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Feb 18 11:35:32 2018 +0200
Changeset:	ef0350af144ae0df4fe0831c5e68065180df43cc

Modified Files:
	libre/Makefile
	libre/distinfo

Log Message:
libre: update to libre-0.5.7

2018-01-12 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.7

	* Project URL: https://github.com/creytiv/re

	* build: remove support for Cygwin (#95)
		 remove support for splint (#96)

	* mem: add secure memory functions (#102)

	* net: larger buffer for net_if_list (#100)

	* sipreg: add from_name (Display Name) (#104)

	* tls: use per connection bio_method (fixes issue #92) (#93)

2017-11-06 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.6

	* Project URL: https://github.com/creytiv/re

	* build: Update ar flags; use deterministic mode (#79)

	* http: added support for chunked transfer encoding (#90)

	* ice: Added functions to get selected candidates. (#72)
	       (thanks Joachim Bauch)

	* json: improved performance for mypower10 (#88)
		(thanks Chris Owen)

	* mqueue: Pack struct of mqueue messages. (#62)
		  (thanks Joachim Bauch)

	* odict: use int instead of enum to avoid vararg promotion (#81)

	* tls: add dtls_recv_packet() (#89)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef0350af144ae0df4fe0831c5e68065180df43cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libre/Makefile | 2 +-
 libre/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/libre/Makefile b/libre/Makefile
index 0670704e13..9813088cd8 100644
--- a/libre/Makefile
+++ b/libre/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2015/03/15 14:37:03 othyro Exp $
 
-DISTNAME=	re-0.5.5
+DISTNAME=	re-0.5.7
 PKGNAME=	lib${DISTNAME}
 CATEGORIES=	net
 MASTER_SITES=	http://www.creytiv.com/pub/
diff --git a/libre/distinfo b/libre/distinfo
index d013dbd4b5..80f51816c3 100644
--- a/libre/distinfo
+++ b/libre/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.7 2015/03/15 14:37:03 othyro Exp $
 
-SHA1 (re-0.5.5.tar.gz) = a4963235643053d0d7e2592c4558533692ff4883
-RMD160 (re-0.5.5.tar.gz) = 331e1a76c044305b66de0fea475c186466087731
-SHA512 (re-0.5.5.tar.gz) = 043fbf168a503f69dbc3d82ca5a4dd3057f1a16c36eda50c669cfb3ac33c1690a0e751a3bf9370da2ea8ece8c861bd5f1db550d1160e52db8b6d8d1b10ecfeef
-Size (re-0.5.5.tar.gz) = 299147 bytes
+SHA1 (re-0.5.7.tar.gz) = 562c49f778094f8ff7f825ec65c33bea85d4ba39
+RMD160 (re-0.5.7.tar.gz) = 8f3ffabd75a30d5971c2cfd4a9ebbb3c9e233a27
+SHA512 (re-0.5.7.tar.gz) = 7e899ee7b315a459f21989cfece7d9a0251cffd5633e74c632b6cec3dd2f1fbb356bb77159bb11c4483c617a4ed630cc9d381eb81c8f47f336a6347aa0a03715
+Size (re-0.5.7.tar.gz) = 299678 bytes


Home | Main Index | Thread Index | Old Index