pkgsrc-WIP-changes archive

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

libre: update to re-2.6.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Aug 3 21:38:32 2022 +0200
Changeset:	7ff69129a3179ec53ad75f4bb23e6126948e5fdb

Modified Files:
	libre/Makefile
	libre/distinfo

Log Message:
libre: update to re-2.6.0

v2.6.0

What's Changed

  • ice: change one warning to notice by @alfredh in #421
  • Fix compilation error on musl: __GNUC_PREREQ macro defined only
    for libc library by @widgetii in #422
  • sip: add RFC 3262 support by @maximilianfridrich in #419
  • bfcp: Add support for TCP transport for BFCP by @Lastique in #411
  • strans/accept: fix cancel/rejection by @maximilianfridrich in #423
  • hash: add hash_list_idx() by @sreimers in #427
  • tls: Add a method to set OpenSSL certificate by @Lastique in #426
  * sipsess: fix PRACK offer/answer behavior by @maximilianfridrich
    in #430
  * thread: thrd_error fixes by @sreimers in #431
  * sipsess: fix coverity warnings by @maximilianfridrich in #433
  * main: add re_nfds() and poll_method_get() getters by @sreimers
    in #435
  * fmt/print: fix local_itoa casting by @sreimers in #437
  * leb128: switch to uint64_t by @alfredh in #436
  * types,mk: remove HAVE_STDBOOL_H by @sreimers in #439
  * fmt/print: snprintf restrict declarations by @sreimers in #438
  * net: minor cleanup in linux route code by @alfredh in #440
  * sip: add RFC 3311 support by @maximilianfridrich in #425
  * rtmp: check upper bound for amf array by @alfredh in #441
  * rtcp: check TWCC count range (Coverity fix) by @alfredh in #442
  * mem: Align data to natural alignment by @Lastique in #416
  * ci/misc: bump pr-dependency-action@v0.5 by @sreimers in #444
  * net: linux/rt: init gw to correct af by @alfredh in #447
  * rtp: Add rtcp_send declaration to the public header by @Lastique
    in #448
  * Main method best by @alfredh in #449
  * cmake: add explicit /volatile:ms (required for arm) by @sreimers
    in #451
  * mem: Make nrefs atomic by @Lastique in #446
  * atomic: add some short atomic alias helpers by @sreimers in #452
  * ci/build: replace deprecated macos-10.15 by @sreimers in #454
  * Improve RFC 3262 by @maximilianfridrich in #450
  * atomic: rename helpers by @sreimers in #455
  * cmake,make: add clang atomic-implicit-seq-cst warning by
    @sreimers in #453
  * cmake: add missing includes to install by @paresy in #456
  * Fix prack handling by @maximilianfridrich in #457
  * mem: Correct memory clobbering size by @Lastique in #458
  * mem: Correct calculation of total mem size in mem_status by
    @Lastique in #459
  * tls: Securely clear memory from private key material by
    @Lastique in #460
  * fmt/str_error: always print error number by @sreimers in #461
  * thread: add cnd_broadcast posix/win32 fallbacks by @sreimers in
    #463
  * list: add list_move() helper by @sreimers in #464
  * thread: fix thread_create_name ENOMEM by @sreimers in #465

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

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 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/libre/Makefile b/libre/Makefile
index fc65c3c4dc..1833d7e749 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-2.5.0
+DISTNAME=	re-2.6.0
 PKGNAME=	lib${DISTNAME}
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=baresip/}
diff --git a/libre/distinfo b/libre/distinfo
index c0e8ba539f..c740e7fccf 100644
--- a/libre/distinfo
+++ b/libre/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.7 2015/03/15 14:37:03 othyro Exp $
 
-BLAKE2s (re-2.5.0.tar.gz) = 934c389b2303e3928aae17403becc564a60b910924c285478bd8554a2596e03e
-SHA512 (re-2.5.0.tar.gz) = 2546cc619b7147376755874efe97ab62f1c67d416235d0536cf800c86f08242aad70d74df6271275639285e3ba4bc40aa5f1ccaa9161a715128178df8bf12bcd
-Size (re-2.5.0.tar.gz) = 379987 bytes
+BLAKE2s (re-2.6.0.tar.gz) = 785cee8a71613c79e8f5eab09078a8becdc5343c8718994def662cb6d08d77a4
+SHA512 (re-2.6.0.tar.gz) = ffd8a0abdad1a0cbcabd6991395b5d0dbbb8e264b0773af2d6b5956fe6e2444d9751ffb9b2587148875cc7f1f10b3caeeb1acc369d6adc6df51cfb93fe25d92f
+Size (re-2.6.0.tar.gz) = 387308 bytes


Home | Main Index | Thread Index | Old Index