git: 3e63a76919c1 - main - lang/libhx: the port had been updated to version 4.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 08:18:20 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e63a76919c12a429109fae483074977853687f5 commit 3e63a76919c12a429109fae483074977853687f5 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-03-11 08:17:36 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-03-11 08:17:36 +0000 lang/libhx: the port had been updated to version 4.12 - Plug a memory leak in HX_inet_listen() function - Add HX_addrport_split(), HX_inet_connect(), HX_inet_listen(), and HX_local_listen() functions Reported by: portscout --- lang/libhx/Makefile | 2 +- lang/libhx/distinfo | 6 +++--- lang/libhx/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/libhx/Makefile b/lang/libhx/Makefile index cd87fcdae2e8..f0758cf606d3 100644 --- a/lang/libhx/Makefile +++ b/lang/libhx/Makefile @@ -1,5 +1,5 @@ PORTNAME= libHX -PORTVERSION= 4.10 +PORTVERSION= 4.12 CATEGORIES= lang MASTER_SITES= https://inai.de/files/libhx/ diff --git a/lang/libhx/distinfo b/lang/libhx/distinfo index 9248d1911b3a..7a18f5fe9ee0 100644 --- a/lang/libhx/distinfo +++ b/lang/libhx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675002048 -SHA256 (libHX-4.10.tar.xz) = 08fa92e849912a8d75db4c225c211551fca8c5fcf440fda7d7ba941bbbeb462b -SIZE (libHX-4.10.tar.xz) = 377984 +TIMESTAMP = 1677506146 +SHA256 (libHX-4.12.tar.xz) = f72e06cf6d86d08d53a5352e643e6ff55cbf3631513c13e3dc68ef298be951b7 +SIZE (libHX-4.12.tar.xz) = 380024 diff --git a/lang/libhx/pkg-plist b/lang/libhx/pkg-plist index a0a1589a89f2..11881feccc10 100644 --- a/lang/libhx/pkg-plist +++ b/lang/libhx/pkg-plist @@ -16,6 +16,6 @@ include/libHX/string.h include/libHX/wx_helper.hpp lib/libHX.so lib/libHX.so.32 -lib/libHX.so.32.4.0 +lib/libHX.so.32.5.0 lib/libHX_rtcheck.so libdata/pkgconfig/libHX.pc