From owner-svn-ports-all@freebsd.org Mon Jan 18 17:52:08 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C8754F1B56; Mon, 18 Jan 2021 17:52:08 +0000 (UTC) (envelope-from fernape@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 4DKK9g6vZxz4lYg; Mon, 18 Jan 2021 17:52:07 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D99C818065; Mon, 18 Jan 2021 17:52:07 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10IHq7gH084041; Mon, 18 Jan 2021 17:52:07 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10IHq7h5084038; Mon, 18 Jan 2021 17:52:07 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202101181752.10IHq7h5084038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 18 Jan 2021 17:52:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561954 - head/www/libmicrohttpd X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/www/libmicrohttpd X-SVN-Commit-Revision: 561954 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 17:52:08 -0000 Author: fernape Date: Mon Jan 18 17:52:06 2021 New Revision: 561954 URL: https://svnweb.freebsd.org/changeset/ports/561954 Log: www/libmicrohttpd: Update to 0.9.72 ChangeLog: https://lists.gnu.org/archive/html/libmicrohttpd/2020-12/msg00023.html PR: 252367 Submitted by: daniel.engberg.lists@pyret.net MFH: 2021Q1 (runtime fixes) Modified: head/www/libmicrohttpd/Makefile head/www/libmicrohttpd/distinfo head/www/libmicrohttpd/pkg-plist Modified: head/www/libmicrohttpd/Makefile ============================================================================== --- head/www/libmicrohttpd/Makefile Mon Jan 18 17:29:56 2021 (r561953) +++ head/www/libmicrohttpd/Makefile Mon Jan 18 17:52:06 2021 (r561954) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmicrohttpd -DISTVERSION= 0.9.71 +DISTVERSION= 0.9.72 CATEGORIES= www MASTER_SITES= GNU Modified: head/www/libmicrohttpd/distinfo ============================================================================== --- head/www/libmicrohttpd/distinfo Mon Jan 18 17:29:56 2021 (r561953) +++ head/www/libmicrohttpd/distinfo Mon Jan 18 17:52:06 2021 (r561954) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600517261 -SHA256 (libmicrohttpd-0.9.71.tar.gz) = e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182 -SIZE (libmicrohttpd-0.9.71.tar.gz) = 1894695 +TIMESTAMP = 1609571770 +SHA256 (libmicrohttpd-0.9.72.tar.gz) = 0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8 +SIZE (libmicrohttpd-0.9.72.tar.gz) = 1693553 Modified: head/www/libmicrohttpd/pkg-plist ============================================================================== --- head/www/libmicrohttpd/pkg-plist Mon Jan 18 17:29:56 2021 (r561953) +++ head/www/libmicrohttpd/pkg-plist Mon Jan 18 17:52:06 2021 (r561954) @@ -2,7 +2,7 @@ include/microhttpd.h lib/libmicrohttpd.a lib/libmicrohttpd.so lib/libmicrohttpd.so.12 -lib/libmicrohttpd.so.12.56.0 +lib/libmicrohttpd.so.12.57.0 libdata/pkgconfig/libmicrohttpd.pc man/man3/libmicrohttpd.3.gz share/info/libmicrohttpd_performance_data.png