Skip to content

Commit

Permalink
libre: update to libre-1.1.0
Browse files Browse the repository at this point in the history
= libre Changelog

== [v1.1.0] - 2020-10-04

=== Added

- tls: functions to get the certificate issuer and subject [#18]
- uri: Added path field to struct uri and its decode to uri_decode [#22]
- tcp: add tcp_connect_bind [#24]
- http: support bind to laddr in http_request [#24]
- sipreg: support Cisco REGISTER keep-alives [#19]
- sip: websocket support [#26]

=== Fixed

- tls/openssl: fix X509_NAME win32/wincrypt.h conflict
- dns: listen on IPv4 and IPv6 socket [#27]
- main: fix/optimize windows file descriptors [#25]

=== Contributors (many thanks)

- Alfred E. Heggestad
- Christian Spielberger
- Christoph Huber
- Franz Auernigg
- Juha Heinanen
- Sebastian Reimers

== [v1.0.0] - 2020-09-08

=== Added

- sip: add trace
- sdp: sdp_media_disabled API function [#2]
- tls: add tls_set_selfsigned_rsa [#6]
- tls: add functions to verify server cert, purpose and hostname [#10]
- http: client should set SNI [#10]
- http: client should use tls functions to verify server certs, purpose
  and hostname [#10]
- sipreg: add proxy expires field and get function [#13]
- sipreg: make re-register interval configurable [#13]

=== Changed

- debian: Automatic cleanup after building debian package

=== Fixed

- Set SDK path (SYSROOT) using xcrun (fix building on macOS 10.14)
- tcp: close socket on windows if connection is aborted or reset [#1]
- rtmp: Fix URL path parsing (creytiv#245)
- ice: various fixes [baresip/baresip#925]
- openssl/tls: replace deprecated openssl 1.1.0 functions [#5]

=== Contributors (many thanks)

- Alfred E. Heggestad
- Christian Spielberger
- Christoph Huber
- Franz Auernigg
- juha-h
- Juha Heinanen
- Richard Aas
- Sebastian Reimers

[#25]: baresip/re#25
[#27]: baresip/re#27
[#26]: baresip/re#26
[#19]: baresip/re#19
[#24]: baresip/re#24
[#22]: baresip/re#22
[#18]: baresip/re#18
[#13]: baresip/re#13
[#10]: baresip/re#10
[#6]: baresip/re#6
[#5]: baresip/re#5
[#2]: baresip/re#2
[#1]: baresip/re#1

[v1.0.0]: baresip/re@v0.6.1...v1.0.0
[v1.1.0]: baresip/re@v1.0.0...v1.1.0
[Unreleased]: baresip/re@v1.1.0...HEAD
  • Loading branch information
yorickhardy committed Nov 28, 2020
1 parent 228fedf commit 1a3c82c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions libre/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $NetBSD: Makefile,v 1.8 2015/03/15 14:37:03 othyro Exp $

DISTNAME= re-0.6.1
DISTNAME= re-1.1.0
PKGNAME= lib${DISTNAME}
CATEGORIES= net
MASTER_SITES= http://www.creytiv.com/pub/
MASTER_SITES= ${MASTER_SITE_GITHUB:=baresip/}
GITHUB_PROJECT= re
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= [email protected]
HOMEPAGE= http://www.creytiv.com/re.html
HOMEPAGE= https://github.com/baresip/re
COMMENT= Portable library for real-time communications with async IO support
LICENSE= modified-bsd

Expand Down
8 changes: 4 additions & 4 deletions libre/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2015/03/15 14:37:03 othyro Exp $

SHA1 (re-0.6.1.tar.gz) = d62635e0b009c5cabe523a5137cd150c48917e6a
RMD160 (re-0.6.1.tar.gz) = 75371fe608249dc461bf8511de4cde0312060c1c
SHA512 (re-0.6.1.tar.gz) = 35ab0b29c0331b8886db1926ab381f8f37f6a9ad092cbb45f2b9c21a124b9134a0fceaf1c28c0fab02ac876fd65f05f62fba1d9c5f1f422d63b1c7d8ec9f7f70
Size (re-0.6.1.tar.gz) = 317227 bytes
SHA1 (re-1.1.0.tar.gz) = 0c280b6b4d3b4a59651f207f38688b8791565754
RMD160 (re-1.1.0.tar.gz) = 634cad973453612aa7b6b00b397bc8120cfe4acc
SHA512 (re-1.1.0.tar.gz) = d2e68484bbfb2e7b7aab9aee7e4cd23ddc1ed5988dc0aafcd657c6c023b4d897c6c20910778a4c7a76bb67a57785309c338856b9f55790fb26f0e97751144dcb
Size (re-1.1.0.tar.gz) = 323322 bytes

0 comments on commit 1a3c82c

Please sign in to comment.