Received: by mail.netbsd.org (Postfix, from userid 605) id D8EC48527C; Sun, 2 May 2021 08:16:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20F06850F9 for ; Sun, 2 May 2021 08:16:42 +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 Pj2DU7Ec0AO3 for ; Sun, 2 May 2021 08:16:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 57AB784CE9 for ; Sun, 2 May 2021 08:16:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53D81FA95; Sun, 2 May 2021 08:16:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619943401165370" MIME-Version: 1.0 Date: Sun, 2 May 2021 08:16:41 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210502081641.53D81FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619943401165370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 2 08:16:41 UTC 2021 Modified Files: pkgsrc/emulators/dolphin-emu: Makefile pkgsrc/emulators/retroarch: Makefile pkgsrc/lang/neko: Makefile pkgsrc/multimedia/ffmpeg4: Makefile pkgsrc/multimedia/obs-studio: Makefile pkgsrc/net/openvpn: Makefile pkgsrc/net/sayaka: Makefile pkgsrc/security/gnupg-pkcs11-scd: Makefile pkgsrc/security/pkcs11-helper: Makefile buildlink3.mk Log Message: Recursive revbump for security/mbedtls To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/emulators/dolphin-emu/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/emulators/retroarch/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/neko/Makefile cvs rdiff -u -r1.48 -r1.49 pkgsrc/multimedia/ffmpeg4/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/obs-studio/Makefile cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/openvpn/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/sayaka/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/gnupg-pkcs11-scd/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/pkcs11-helper/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/pkcs11-helper/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619943401165370 Content-Disposition: inline Content-Length: 5837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/dolphin-emu/Makefile diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.27 pkgsrc/emulators/dolphin-emu/Makefile:1.28 --- pkgsrc/emulators/dolphin-emu/Makefile:1.27 Wed Apr 21 13:24:37 2021 +++ pkgsrc/emulators/dolphin-emu/Makefile Sun May 2 08:16:40 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2021/04/21 13:24:37 adam Exp $ +# $NetBSD: Makefile,v 1.28 2021/05/02 08:16:40 nia Exp $ DISTNAME= dolphin-emu-5.0 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=dolphin-emu/} GITHUB_PROJECT= dolphin Index: pkgsrc/emulators/retroarch/Makefile diff -u pkgsrc/emulators/retroarch/Makefile:1.42 pkgsrc/emulators/retroarch/Makefile:1.43 --- pkgsrc/emulators/retroarch/Makefile:1.42 Wed Apr 21 11:41:35 2021 +++ pkgsrc/emulators/retroarch/Makefile Sun May 2 08:16:40 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2021/04/21 11:41:35 adam Exp $ +# $NetBSD: Makefile,v 1.43 2021/05/02 08:16:40 nia Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "version.mk" PKGNAME= retroarch-${RETROARCH_VERSION} Index: pkgsrc/lang/neko/Makefile diff -u pkgsrc/lang/neko/Makefile:1.8 pkgsrc/lang/neko/Makefile:1.9 --- pkgsrc/lang/neko/Makefile:1.8 Wed Apr 21 11:42:06 2021 +++ pkgsrc/lang/neko/Makefile Sun May 2 08:16:40 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2021/04/21 11:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/05/02 08:16:40 nia Exp $ DISTNAME= neko-2.3.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=HaxeFoundation/} GITHUB_TAG= v${PKGVERSION_NOREV:S/./-/g} Index: pkgsrc/multimedia/ffmpeg4/Makefile diff -u pkgsrc/multimedia/ffmpeg4/Makefile:1.48 pkgsrc/multimedia/ffmpeg4/Makefile:1.49 --- pkgsrc/multimedia/ffmpeg4/Makefile:1.48 Wed Apr 21 13:25:04 2021 +++ pkgsrc/multimedia/ffmpeg4/Makefile Sun May 2 08:16:40 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2021/04/21 13:25:04 adam Exp $ +# $NetBSD: Makefile,v 1.49 2021/05/02 08:16:40 nia Exp $ PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg4/} -PKGREVISION= 2 +PKGREVISION= 3 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://ffmpeg.org/ COMMENT= Decoding, encoding and streaming software (v4.x) Index: pkgsrc/multimedia/obs-studio/Makefile diff -u pkgsrc/multimedia/obs-studio/Makefile:1.31 pkgsrc/multimedia/obs-studio/Makefile:1.32 --- pkgsrc/multimedia/obs-studio/Makefile:1.31 Wed Apr 21 13:25:05 2021 +++ pkgsrc/multimedia/obs-studio/Makefile Sun May 2 08:16:40 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/04/21 13:25:05 adam Exp $ +# $NetBSD: Makefile,v 1.32 2021/05/02 08:16:40 nia Exp $ DISTNAME= obs-studio-26.1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GITHUB:=obsproject/} Index: pkgsrc/net/openvpn/Makefile diff -u pkgsrc/net/openvpn/Makefile:1.84 pkgsrc/net/openvpn/Makefile:1.85 --- pkgsrc/net/openvpn/Makefile:1.84 Thu Apr 22 13:53:15 2021 +++ pkgsrc/net/openvpn/Makefile Sun May 2 08:16:40 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2021/04/22 13:53:15 adam Exp $ +# $NetBSD: Makefile,v 1.85 2021/05/02 08:16:40 nia Exp $ DISTNAME= ${OPENVPN_DISTNAME} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${OPENVPN_MASTER_SITES} EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/sayaka/Makefile diff -u pkgsrc/net/sayaka/Makefile:1.32 pkgsrc/net/sayaka/Makefile:1.33 --- pkgsrc/net/sayaka/Makefile:1.32 Sun Mar 21 01:23:39 2021 +++ pkgsrc/net/sayaka/Makefile Sun May 2 08:16:40 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2021/03/21 01:23:39 mef Exp $ +# $NetBSD: Makefile,v 1.33 2021/05/02 08:16:40 nia Exp $ DISTNAME= sayaka-3.5.1 -#PKGREVISION= 0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=isaki68k/} GITHUB_PROJECT= ${DISTNAME:S/-${PKGVERSION_NOREV}//} Index: pkgsrc/security/gnupg-pkcs11-scd/Makefile diff -u pkgsrc/security/gnupg-pkcs11-scd/Makefile:1.25 pkgsrc/security/gnupg-pkcs11-scd/Makefile:1.26 --- pkgsrc/security/gnupg-pkcs11-scd/Makefile:1.25 Wed Apr 21 13:25:18 2021 +++ pkgsrc/security/gnupg-pkcs11-scd/Makefile Sun May 2 08:16:40 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/04/21 13:25:18 adam Exp $ +# $NetBSD: Makefile,v 1.26 2021/05/02 08:16:40 nia Exp $ VERSION= 0.9.2 DISTNAME= gnupg-pkcs11-scd-${VERSION} -#PKGREVISION= 1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security GITHUB_PROJECT= gnupg-pkcs11-scd GITHUB_RELEASE= ${DISTNAME} Index: pkgsrc/security/pkcs11-helper/Makefile diff -u pkgsrc/security/pkcs11-helper/Makefile:1.29 pkgsrc/security/pkcs11-helper/Makefile:1.30 --- pkgsrc/security/pkcs11-helper/Makefile:1.29 Wed Apr 21 13:24:16 2021 +++ pkgsrc/security/pkcs11-helper/Makefile Sun May 2 08:16:41 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2021/04/21 13:24:16 adam Exp $ +# $NetBSD: Makefile,v 1.30 2021/05/02 08:16:41 nia Exp $ DISTNAME= pkcs11-helper-1.27.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenSC/} GITHUB_RELEASE= ${DISTNAME:R} Index: pkgsrc/security/pkcs11-helper/buildlink3.mk diff -u pkgsrc/security/pkcs11-helper/buildlink3.mk:1.22 pkgsrc/security/pkcs11-helper/buildlink3.mk:1.23 --- pkgsrc/security/pkcs11-helper/buildlink3.mk:1.22 Wed Apr 21 13:24:16 2021 +++ pkgsrc/security/pkcs11-helper/buildlink3.mk Sun May 2 08:16:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2021/04/21 13:24:16 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2021/05/02 08:16:41 nia Exp $ BUILDLINK_TREE+= pkcs11-helper @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pkcs11-helper PKCS11_HELPER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.06 -BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.27.0nb2 +BUILDLINK_ABI_DEPENDS.pkcs11-helper+= pkcs11-helper>=1.27.0nb3 BUILDLINK_PKGSRCDIR.pkcs11-helper?= ../../security/pkcs11-helper pkgbase := pkcs11-helper --_----------=_1619943401165370--