From nobody Fri Oct 22 08:57:47 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4C25B1814B39; Fri, 22 Oct 2021 08:57:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HbJCK60Yvz4XLx; Fri, 22 Oct 2021 08:57:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACC2D36DB; Fri, 22 Oct 2021 08:57:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19M8vl6b045155; Fri, 22 Oct 2021 08:57:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19M8vl0H045154; Fri, 22 Oct 2021 08:57:47 GMT (envelope-from git) Date: Fri, 22 Oct 2021 08:57:47 GMT Message-Id: <202110220857.19M8vl0H045154@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: eff5086be6c0 - main - www/cpp-httplib: Update 0.9.4 -> 0.9.7 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: eff5086be6c0ccdbb464c3c7db0c743e5371e191 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=eff5086be6c0ccdbb464c3c7db0c743e5371e191 commit eff5086be6c0ccdbb464c3c7db0c743e5371e191 Author: Yuri Victorovich AuthorDate: 2021-10-22 06:39:01 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-22 08:57:03 +0000 www/cpp-httplib: Update 0.9.4 -> 0.9.7 Reported by: portscout --- www/cpp-httplib/Makefile | 2 +- www/cpp-httplib/distinfo | 6 +++--- www/cpp-httplib/files/patch-test_Makefile | 10 ++++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile index 39fee9d6649e..6e63927edf6d 100644 --- a/www/cpp-httplib/Makefile +++ b/www/cpp-httplib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cpp-httplib DISTVERSIONPREFIX= v -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.7 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/cpp-httplib/distinfo b/www/cpp-httplib/distinfo index f1a7df9b19d8..ad816b931789 100644 --- a/www/cpp-httplib/distinfo +++ b/www/cpp-httplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630860508 -SHA256 (yhirose-cpp-httplib-v0.9.4_GH0.tar.gz) = 0ff62e28eb0f6e563178d44b77c94dddb8702141d83dd34b83cb046399c2b1d5 -SIZE (yhirose-cpp-httplib-v0.9.4_GH0.tar.gz) = 601066 +TIMESTAMP = 1634884150 +SHA256 (yhirose-cpp-httplib-v0.9.7_GH0.tar.gz) = c8ef7d19842c63747eaa844d25732eb999250716bdf658b876a9c34b274af22c +SIZE (yhirose-cpp-httplib-v0.9.7_GH0.tar.gz) = 605134 diff --git a/www/cpp-httplib/files/patch-test_Makefile b/www/cpp-httplib/files/patch-test_Makefile index c818a121e196..20daf919ce67 100644 --- a/www/cpp-httplib/files/patch-test_Makefile +++ b/www/cpp-httplib/files/patch-test_Makefile @@ -1,4 +1,4 @@ ---- test/Makefile.orig 2021-08-24 16:49:33 UTC +--- test/Makefile.orig 2021-10-15 11:13:16 UTC +++ test/Makefile @@ -1,5 +1,5 @@ #CXX = clang++ @@ -7,13 +7,15 @@ OPENSSL_DIR = /usr/local/opt/openssl@1.1 OPENSSL_SUPPORT = -DCPPHTTPLIB_OPENSSL_SUPPORT -I$(OPENSSL_DIR)/include -L$(OPENSSL_DIR)/lib -lssl -lcrypto -@@ -20,13 +20,13 @@ proxy : test_proxy +@@ -26,15 +26,15 @@ proxy : test_proxy ./test_proxy test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem - $(CXX) -o $@ -I.. $(CXXFLAGS) test.cc include_httplib.cc $(TEST_ARGS) + $(CXX) -o $@ -I.. $(CXXFLAGS) test.cc include_httplib.cc ${LDFLAGS} $(TEST_ARGS) + # Note: The intention of test_split is to verify that it works to compile and + # link the split httplib.h, so there is normally no need to execute it. test_split : test.cc ../httplib.h httplib.cc Makefile cert.pem - $(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc $(TEST_ARGS) + $(CXX) -o $@ $(CXXFLAGS) test.cc httplib.cc ${LDFLAGS} $(TEST_ARGS) @@ -22,5 +24,5 @@ - $(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc $(TEST_ARGS) + $(CXX) -o $@ -I.. $(CXXFLAGS) test_proxy.cc ${LDFLAGS} $(TEST_ARGS) - httplib.cc : ../httplib.h - python3 ../split.py -o . + # Runs server_fuzzer.cc based on value of $(LIB_FUZZING_ENGINE). + # Usage: make fuzz_test LIB_FUZZING_ENGINE=/path/to/libFuzzer