From nobody Sun Dec 26 08:00:07 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 30E001912653; Sun, 26 Dec 2021 08:00:08 +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 4JMCrl6Y3sz3LGX; Sun, 26 Dec 2021 08:00:07 +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 C08F026B25; Sun, 26 Dec 2021 08:00:07 +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 1BQ80726011637; Sun, 26 Dec 2021 08:00:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BQ8072k011634; Sun, 26 Dec 2021 08:00:07 GMT (envelope-from git) Date: Sun, 26 Dec 2021 08:00:07 GMT Message-Id: <202112260800.1BQ8072k011634@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: f64fdfd58ba1 - main - www/libmicrohttpd: Update to 0.9.74 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: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f64fdfd58ba1a7f86c915b874d9f5728767a4bc4 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640505607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=je9PBThB8b3dOW8TxGPX3tN2Uggj43Js6Xt7WDX3wZs=; b=xjcyiDc/2MU1W+hbOsCQ+BaXmDG4ldoi7dh1Hdge38ZHuwBHM3lrMwvLvwXnpN6aGYULgi GrqGZBaw2qjd6xwfGI3614MsR6EoZlRSc+j0yAsG3GyElW+y2+q5NAz3Puc00sJ4lWumO1 rIWO+zHncJBAeHFAlsvQihpgQwtrbDeyNSgag8WLcfqAvi9axN198W7RKIdReSBf8l3iGA 1b6TisZueTs27Hox+uoo7Y1DLFVnf0O7yiXgIneHqfFFSEo5OJjYVWFh03fkSsHE6tt8ty NAQwgQvr+TBs/fk7Kl2O7kwvhOG3cPVGZZm/6FXgYmWzf6KjfXxmA6B3Y5W++A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640505607; a=rsa-sha256; cv=none; b=I8CUNrrPnRSiIEM2jZYKJk0xia0Qc/niJZxL/zViWiuhHMCCmaLd+KS+jhpM176cTUblXx nY3FSvC50brTQfDMKPk3yNZUj81meOTjrR8J7cVQJ+ghw5K68izR5SPa9gA9L0BOXdsrpq rAE8w6F/jd+JZXu/EgotPW3IdU3Thn2IOsYRKjYLGhMLJlsYM7GWVVkiUahXif/BKiOKQL viZOPvK6nsHFGNFAPV3Qyvl95z87bRGIgwZEv5XNAI+lCIuE9GgLrICuE07s8n1mPu0UUe E0yCfN+03pChhrtHuyA4bzwBIXN8QcYwOGGY4tx/hWTf194zjaL3SJWt+jtbhQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=f64fdfd58ba1a7f86c915b874d9f5728767a4bc4 commit f64fdfd58ba1a7f86c915b874d9f5728767a4bc4 Author: Hung-Yi Chen AuthorDate: 2021-12-26 07:58:15 +0000 Commit: Li-Wen Hsu CommitDate: 2021-12-26 07:58:15 +0000 www/libmicrohttpd: Update to 0.9.74 PR: 260603 --- www/libmicrohttpd/Makefile | 5 ++--- www/libmicrohttpd/distinfo | 6 +++--- www/libmicrohttpd/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index f6bdf55a09cd..1212a8641ee6 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,7 @@ # Created by: David Barksdale PORTNAME= libmicrohttpd -DISTVERSION= 0.9.73 +DISTVERSION= 0.9.74 CATEGORIES= www MASTER_SITES= GNU @@ -11,7 +11,7 @@ COMMENT= C library for embedding HTTP server functionality LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix +USES= cpe libtool localbase pathfix USE_LDCONFIG= yes CPE_VENDOR= gnu @@ -28,7 +28,6 @@ TESTCURL_DESC= Use curl when running unit tests GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls -GNUTLS_USES= localbase GNUTLS_CONFIGURE_ENABLE=https TESTCURL_LIB_DEPENDS= libcurl.so:ftp/curl diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 8033908ba10a..d2d45039d887 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621236735 -SHA256 (libmicrohttpd-0.9.73.tar.gz) = a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e -SIZE (libmicrohttpd-0.9.73.tar.gz) = 1738675 +TIMESTAMP = 1640159971 +SHA256 (libmicrohttpd-0.9.74.tar.gz) = 42035d0261373324bfb434018f4ab892514b10253d1af232e41b4cc2c11e650b +SIZE (libmicrohttpd-0.9.74.tar.gz) = 1962057 diff --git a/www/libmicrohttpd/pkg-plist b/www/libmicrohttpd/pkg-plist index 364b9fd8b04e..1fe0a9f7bfcf 100644 --- a/www/libmicrohttpd/pkg-plist +++ b/www/libmicrohttpd/pkg-plist @@ -2,7 +2,7 @@ include/microhttpd.h lib/libmicrohttpd.a lib/libmicrohttpd.so lib/libmicrohttpd.so.12 -lib/libmicrohttpd.so.12.58.0 +lib/libmicrohttpd.so.12.59.0 libdata/pkgconfig/libmicrohttpd.pc man/man3/libmicrohttpd.3.gz share/info/libmicrohttpd_performance_data.png