Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D9CE11A9239 for ; Thu, 13 Jan 2022 08:02:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6280884E7D; Thu, 13 Jan 2022 08:02:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AE3184CE3 for ; Thu, 13 Jan 2022 08:02:30 +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 F5nHpVvQNNBA for ; Thu, 13 Jan 2022 08:02:30 +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 E434784C71 for ; Thu, 13 Jan 2022 08:02:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD9B7FB24; Thu, 13 Jan 2022 08:02:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642060949181870" MIME-Version: 1.0 Date: Thu, 13 Jan 2022 08:02:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/gcr To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220113080229.DD9B7FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642060949181870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 13 08:02:29 UTC 2022 Modified Files: pkgsrc/security/gcr: Makefile buildlink3.mk distinfo Log Message: gcr: updated to 3.38.1 gcr 3.38.1: - ui: Set "use-underline" for GcrImportButton - Updated Chinese (Taiwan) translation To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/gcr/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/gcr/buildlink3.mk cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/gcr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642060949181870 Content-Disposition: inline Content-Length: 3376 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/gcr/Makefile diff -u pkgsrc/security/gcr/Makefile:1.20 pkgsrc/security/gcr/Makefile:1.21 --- pkgsrc/security/gcr/Makefile:1.20 Wed Dec 8 16:02:33 2021 +++ pkgsrc/security/gcr/Makefile Thu Jan 13 08:02:29 2022 @@ -1,26 +1,24 @@ -# $NetBSD: Makefile,v 1.20 2021/12/08 16:02:33 adam Exp $ +# $NetBSD: Makefile,v 1.21 2022/01/13 08:02:29 adam Exp $ -DISTNAME= gcr-3.38.0 -PKGREVISION= 4 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcr/3.38/} -EXTRACT_SUFX= .tar.xz - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.gnome.org/ -COMMENT= Library for crypto UI and related tasks -LICENSE= gnu-gpl-v2 +DISTNAME= gcr-3.38.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcr/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.gnome.org/ +COMMENT= Library for crypto UI and related tasks +LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 -GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_TOOLS+= aclocal autoconf automake autopoint USE_TOOLS+= gdbus-codegen readlink - -CONFIGURE_ARGS+= --enable-vala +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk-doc +CONFIGURE_ARGS+= --enable-vala .include "../../mk/bsd.prefs.mk" @@ -37,8 +35,7 @@ PKGCONFIG_OVERRIDE+= gcr-3.pc.in TEST_TARGET= check pre-configure: - cd ${WRKSRC}; NOCONFIGURE=1 \ - ./autogen.sh + cd ${WRKSRC} && NOCONFIGURE=1 ./autogen.sh BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38 .include "../../devel/glib2/buildlink3.mk" Index: pkgsrc/security/gcr/buildlink3.mk diff -u pkgsrc/security/gcr/buildlink3.mk:1.7 pkgsrc/security/gcr/buildlink3.mk:1.8 --- pkgsrc/security/gcr/buildlink3.mk:1.7 Wed Dec 8 16:02:33 2021 +++ pkgsrc/security/gcr/buildlink3.mk Thu Jan 13 08:02:29 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2021/12/08 16:02:33 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2022/01/13 08:02:29 adam Exp $ BUILDLINK_TREE+= gcr @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gcr GCR_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gcr+= gcr>=3.18.0 -BUILDLINK_ABI_DEPENDS.gcr?= gcr>=3.38.0nb3 +BUILDLINK_ABI_DEPENDS.gcr+= gcr>=3.38.0nb3 BUILDLINK_PKGSRCDIR.gcr?= ../../security/gcr BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38 Index: pkgsrc/security/gcr/distinfo diff -u pkgsrc/security/gcr/distinfo:1.5 pkgsrc/security/gcr/distinfo:1.6 --- pkgsrc/security/gcr/distinfo:1.5 Tue Oct 26 11:17:05 2021 +++ pkgsrc/security/gcr/distinfo Thu Jan 13 08:02:29 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:17:05 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/01/13 08:02:29 adam Exp $ -BLAKE2s (gcr-3.38.0.tar.xz) = 91288d9092cca1dc4613d5f80947a99503f33697dcad493a8bfb8ddfd53a1d07 -SHA512 (gcr-3.38.0.tar.xz) = 24c35ac514a67a1dee6a5738e829b55921a490b060ffa597421cea0abac3ddc62695370d2c7b3504c0adfd55b1ade878ad3ca5e6cb869428b4a19f4a11563bc6 -Size (gcr-3.38.0.tar.xz) = 1029784 bytes +BLAKE2s (gcr-3.38.1.tar.xz) = 81de7cb748fcd608cface2c097ddff400bf2250fba07baa2c419892c7779e272 +SHA512 (gcr-3.38.1.tar.xz) = 4dc8c3f84023a7cd6f069f4529cb063d7153e589c2f9547410c7eeb5298dc238ea7fc4f22e22d8c237391f31bfcd814190e55125195f20b913665b9ca81d9c21 +Size (gcr-3.38.1.tar.xz) = 1030360 bytes SHA1 (patch-gcr_test-secure-memory.c) = e8002f64467d001e06c8af28f16b0c1ffe7211ad --_----------=_1642060949181870--