On Sun, Mar 12, 2023 at 11:23:20PM +0100, Remi Locherer wrote: > Hi, > > This is an update for librelp to version 1.10.0. > > The changelog lists "TLS handling bugfix" for version 1.10.0: > https://github.com/rsyslog/librelp/blob/master/ChangeLog > > All tests pass but the ones using LibreSSL. It is the same issue as > last time: The test certs include errors. Nevertheless, GnuTLS and > OpenSSL validate them successful. > Details from last update: > https://marc.info/?l=openbsd-ports&m=161292882121111&w=2 > > I verified with rsyslogd that imrelp and omrelp with and without TLS > are working. > > According to nm and also check_sym the SHARED_LIBS can stay as it is. > > I intend to commit this after the release of 7.3. > > OK? > > Remi >
ping Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/librelp/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile 31 Mar 2022 13:37:03 -0000 1.23 +++ Makefile 4 Mar 2023 21:26:43 -0000 @@ -1,7 +1,6 @@ COMMENT = reliable event logging protocol library -DISTNAME = librelp-1.9.0 -REVISION = 1 +DISTNAME = librelp-1.10.0 SHARED_LIBS += relp 5.0 # 5.0 Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/librelp/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 10 Feb 2021 21:26:44 -0000 1.10 +++ distinfo 27 Feb 2023 09:08:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (librelp-1.9.0.tar.gz) = JO6ehDlg0UAKRP+u2wseyRRj34+KzKhpzAJ+0l7mvzM= -SIZE (librelp-1.9.0.tar.gz) = 540477 +SHA256 (librelp-1.10.0.tar.gz) = FI205NGiPoE26ewIgQkppV+vXUXiTC4xhtWrNDVdqzE= +SIZE (librelp-1.10.0.tar.gz) = 543414
