Received: by mail.netbsd.org (Postfix, from userid 605) id A68CC84E73; Sun, 5 Feb 2023 08:42:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D820884D74 for ; Sun, 5 Feb 2023 08:42:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id E1-DSGkEIlV4 for ; Sun, 5 Feb 2023 08:42:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 539A884D05 for ; Sun, 5 Feb 2023 08:42:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 511EDFA90; Sun, 5 Feb 2023 08:42:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167558652451730" MIME-Version: 1.0 Date: Sun, 5 Feb 2023 08:42:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/apr-util To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230205084204.511EDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167558652451730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 5 08:42:04 UTC 2023 Modified Files: pkgsrc/devel/apr-util: Makefile distinfo Log Message: apr-util: update to 1.6.3. Changes with APR-util 1.6.3 *) Correct a packaging issue in 1.6.2. The contents of the release were correct, but the top level directory was misnamed. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/apr-util/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/apr-util/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167558652451730 Content-Disposition: inline Content-Length: 1840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/apr-util/Makefile diff -u pkgsrc/devel/apr-util/Makefile:1.67 pkgsrc/devel/apr-util/Makefile:1.68 --- pkgsrc/devel/apr-util/Makefile:1.67 Tue Jan 31 18:44:01 2023 +++ pkgsrc/devel/apr-util/Makefile Sun Feb 5 08:42:04 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2023/01/31 18:44:01 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2023/02/05 08:42:04 wiz Exp $ -DISTNAME= apr-util-1.6.2 +DISTNAME= apr-util-1.6.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_APACHE:=apr/} EXTRACT_SUFX= .tar.bz2 @@ -10,9 +10,6 @@ HOMEPAGE= https://apr.apache.org/ COMMENT= Apache Portable Runtime utilities LICENSE= apache-2.0 -# bug in 1.6.2 distfile -WRKSRC= ${WRKDIR}/apr-util-1.6.2-rc3 - USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes Index: pkgsrc/devel/apr-util/distinfo diff -u pkgsrc/devel/apr-util/distinfo:1.25 pkgsrc/devel/apr-util/distinfo:1.26 --- pkgsrc/devel/apr-util/distinfo:1.25 Tue Jan 31 18:44:01 2023 +++ pkgsrc/devel/apr-util/distinfo Sun Feb 5 08:42:04 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2023/01/31 18:44:01 wiz Exp $ +$NetBSD: distinfo,v 1.26 2023/02/05 08:42:04 wiz Exp $ -BLAKE2s (apr-util-1.6.2.tar.bz2) = fa782733f6087c721eda2a07f46bb4f799e120e243e33f551759322c71933347 -SHA512 (apr-util-1.6.2.tar.bz2) = 4d4561d1e77c8f680abf2bb71ea5c9cb7b3fd1d341d66dd262886ba483a4ba2564c66814790f28b92a84510faaf33049120e4b0ff5b4d2ad21096f58c16cbd50 -Size (apr-util-1.6.2.tar.bz2) = 432120 bytes +BLAKE2s (apr-util-1.6.3.tar.bz2) = 35c3a9e24f738e70c42bb9040102f838ab51635a88650ab2f13f0b81f3f7ecdc +SHA512 (apr-util-1.6.3.tar.bz2) = 8050a481eeda7532ef3751dbd8a5aa6c48354d52904a856ef9709484f4b0cc2e022661c49ddf55ec58253db22708ee0607dfa7705d9270e8fee117ae4f06a0fe +Size (apr-util-1.6.3.tar.bz2) = 432692 bytes SHA1 (patch-aa) = 350b4e8fb3097d4df597c284321ca5dc25ce015c --_----------=_167558652451730--