Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 07:21:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27d2f383565e - main - www/cpp-httplib: update 0.18.3 =?utf-8?Q?=E2=86=92?= 0.18.4
Message-ID:  <202501170721.50H7LwdO089656@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27d2f383565e244906d34d4763b46da0294b0d84

commit 27d2f383565e244906d34d4763b46da0294b0d84
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-17 06:48:14 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-17 07:21:41 +0000

    www/cpp-httplib: update 0.18.3 → 0.18.4
    
    Reported by:    portscout
---
 www/cpp-httplib/Makefile | 9 +++++++--
 www/cpp-httplib/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile
index 9c5b3ebb959a..59e1270c5568 100644
--- a/www/cpp-httplib/Makefile
+++ b/www/cpp-httplib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cpp-httplib
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.18.3
+DISTVERSION=	0.18.4
 CATEGORIES=	www devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -44,7 +44,12 @@ BROTLI_RUN_DEPENDS=	brotli>0:archivers/brotli
 SSL_USES=		ssl
 SSL_CMAKE_BOOL=		HTTPLIB_REQUIRE_OPENSSL HTTPLIB_USE_OPENSSL_IF_AVAILABLE
 
-do-test: # 5 test fail, see https://github.com/yhirose/cpp-httplib/issues/1339
+do-test:
 	@cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${GMAKE} CXXFLAGS="${CXXFLAGS} -I${WRKSRC}/test" LDFLAGS="${LDFLAGS}"
 
+# tests as of 0.18.4:
+# [  FAILED  ] 2 tests, listed below:
+# [  FAILED  ] CancelTest.NoCancel_Online
+# [  FAILED  ] SpecifyServerIPAddressTest.RealHostname_Online
+
 .include <bsd.port.mk>
diff --git a/www/cpp-httplib/distinfo b/www/cpp-httplib/distinfo
index 42e7303a21db..988df7397737 100644
--- a/www/cpp-httplib/distinfo
+++ b/www/cpp-httplib/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1736491232
-SHA256 (yhirose-cpp-httplib-v0.18.3_GH0.tar.gz) = a0567bcd6c3fe5cef1b329b96245119047f876b49e06cc129a36a7a8dffe173e
-SIZE (yhirose-cpp-httplib-v0.18.3_GH0.tar.gz) = 1324253
+TIMESTAMP = 1737090516
+SHA256 (yhirose-cpp-httplib-v0.18.4_GH0.tar.gz) = 1dcc0e2fbfba3b4df03de251651bba5fc6520d31087280b7c5d531e257b7a834
+SIZE (yhirose-cpp-httplib-v0.18.4_GH0.tar.gz) = 1325940



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501170721.50H7LwdO089656>