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 36F501A923A for ; Mon, 1 Nov 2021 10:21:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6623285297; Mon, 1 Nov 2021 10:21:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A478085221 for ; Mon, 1 Nov 2021 10:20:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F15zhuF6a6iR for ; Mon, 1 Nov 2021 10:20:48 +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 D9AB584F0E for ; Mon, 1 Nov 2021 10:20:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD583FA97; Mon, 1 Nov 2021 10:20:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635762048139150" MIME-Version: 1.0 Date: Mon, 1 Nov 2021 10:20:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/polkit To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211101102048.CD583FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635762048139150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 1 10:20:48 UTC 2021 Modified Files: pkgsrc/security/polkit: Makefile PLIST distinfo pkgsrc/security/polkit/patches: patch-meson.build Log Message: polkit: update to 0.120. -------------- polkit 0.120 -------------- Changes since polkit 0.119: Inigo Martinez: transition from Intltool to gettext Simon McVittie: several tarball, meson and pipeline fixups Hugo Carvalho: Portuguese translation Sergiu Bivol: Romanian translation To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/polkit/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/polkit/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/polkit/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/polkit/patches/patch-meson.build Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635762048139150 Content-Disposition: inline Content-Length: 5274 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/polkit/Makefile diff -u pkgsrc/security/polkit/Makefile:1.36 pkgsrc/security/polkit/Makefile:1.37 --- pkgsrc/security/polkit/Makefile:1.36 Tue Jun 29 01:58:55 2021 +++ pkgsrc/security/polkit/Makefile Mon Nov 1 10:20:48 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/06/29 01:58:55 gutteridge Exp $ +# $NetBSD: Makefile,v 1.37 2021/11/01 10:20:48 wiz Exp $ -DISTNAME= polkit-0.119 -PKGREVISION= 1 +DISTNAME= polkit-0.120 CATEGORIES= security MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ @@ -11,6 +10,7 @@ COMMENT= Authorization Manager LICENSE= gnu-lgpl-v2 TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4 +TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl # autoreconf processing requires gtkdocize @@ -27,6 +27,9 @@ USE_TOOLS+= pkg-config gmake perl USE_TOOLS+= intltool msgfmt msgmerge xgettext USE_TOOLS+= autoconf autoreconf automake +# XXX msgfmt: unknown option -- xml +_TOOLS_USE_PKGSRC.msgfmt= yes + # configure: error: *** A compiler with support for C++17 language features is required. GCC_REQD+= 7 Index: pkgsrc/security/polkit/PLIST diff -u pkgsrc/security/polkit/PLIST:1.5 pkgsrc/security/polkit/PLIST:1.6 --- pkgsrc/security/polkit/PLIST:1.5 Thu Jun 3 14:43:07 2021 +++ pkgsrc/security/polkit/PLIST Mon Nov 1 10:20:48 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2021/06/03 14:43:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2021/11/01 10:20:48 wiz Exp $ bin/pk-example-frobnicate bin/pkaction bin/pkcheck @@ -63,7 +63,9 @@ share/locale/id/LC_MESSAGES/polkit-1.mo share/locale/it/LC_MESSAGES/polkit-1.mo share/locale/nn/LC_MESSAGES/polkit-1.mo share/locale/pl/LC_MESSAGES/polkit-1.mo +share/locale/pt/LC_MESSAGES/polkit-1.mo share/locale/pt_BR/LC_MESSAGES/polkit-1.mo +share/locale/ro/LC_MESSAGES/polkit-1.mo share/locale/sk/LC_MESSAGES/polkit-1.mo share/locale/sv/LC_MESSAGES/polkit-1.mo share/locale/tr/LC_MESSAGES/polkit-1.mo Index: pkgsrc/security/polkit/distinfo diff -u pkgsrc/security/polkit/distinfo:1.16 pkgsrc/security/polkit/distinfo:1.17 --- pkgsrc/security/polkit/distinfo:1.16 Tue Oct 26 11:17:38 2021 +++ pkgsrc/security/polkit/distinfo Mon Nov 1 10:20:48 2021 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:17:38 nia Exp $ +$NetBSD: distinfo,v 1.17 2021/11/01 10:20:48 wiz Exp $ -BLAKE2s (polkit-0.119.tar.gz) = af2a89150424c0ea21350c84f370a3ea8facf31c9fd7aadba43ca0ff0fadec74 -SHA512 (polkit-0.119.tar.gz) = 0260fb15da1c4c1f429e8223260981e64e297f1be8ced42f6910f09ea6581b8205aca06c9c601eb4a128acba2f468de0223118f96862ba769f95721894cf1578 -Size (polkit-0.119.tar.gz) = 1387409 bytes +BLAKE2s (polkit-0.120.tar.gz) = d13513e4e4d643bb1f3581fe3c58d467c8f26cd33711034accee42a1546c9781 +SHA512 (polkit-0.120.tar.gz) = db072769439d5e17d0eed681e7b94251b77828c1474b40fe40b94293903a64333e7fa17515a3270648691f04a1374d8b404405ead6abf292a8eb8483164adc46 +Size (polkit-0.120.tar.gz) = 1626659 bytes SHA1 (patch-configure.ac) = e6c26b07908b05e38b9049470bdd5da14f91b9ae -SHA1 (patch-meson.build) = ca09024832bd68cc0e18fe9c00a27c3e9e6989df +SHA1 (patch-meson.build) = 707d8065d65ae85909cde193785192cc8e933899 SHA1 (patch-meson__options.txt) = cb8d920382f3b2dca0d5992abb0adf979a729a1f SHA1 (patch-src_polkit_polkitunixprocess.c) = 88818b7b64502f64eade34ad379c07f2b0fd1aea SHA1 (patch-src_polkitbackend_Makefile.am) = 3e821914e54ce5d3dc31275cd05d5266a3edc9ba Index: pkgsrc/security/polkit/patches/patch-meson.build diff -u pkgsrc/security/polkit/patches/patch-meson.build:1.1 pkgsrc/security/polkit/patches/patch-meson.build:1.2 --- pkgsrc/security/polkit/patches/patch-meson.build:1.1 Mon Jun 28 12:38:46 2021 +++ pkgsrc/security/polkit/patches/patch-meson.build Mon Nov 1 10:20:48 2021 @@ -1,11 +1,11 @@ -$NetBSD: patch-meson.build,v 1.1 2021/06/28 12:38:46 nia Exp $ +$NetBSD: patch-meson.build,v 1.2 2021/11/01 10:20:48 wiz Exp $ Add duktape as javascript engine. https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/35 ---- meson.build.orig 2021-06-03 13:56:35.000000000 +0000 +--- meson.build.orig 2021-09-29 19:16:29.000000000 +0000 +++ meson.build -@@ -126,7 +126,13 @@ expat_dep = dependency('expat') +@@ -133,7 +133,13 @@ expat_dep = dependency('expat') assert(cc.has_header('expat.h', dependencies: expat_dep), 'Can\'t find expat.h. Please install expat.') assert(cc.has_function('XML_ParserCreate', dependencies: expat_dep), 'Can\'t find expat library. Please install expat.') @@ -18,9 +18,9 @@ https://gitlab.freedesktop.org/polkit/po + js_dep = dependency('mozjs-78') +endif - dbus_dep = dependency('dbus-1') - dbus_confdir = dbus_dep.get_pkgconfig_variable('datadir', define_variable: ['datadir', pk_prefix / pk_datadir]) #changed from sysconfdir with respect to commit#8eada3836465838 -@@ -350,6 +356,9 @@ if enable_logind + dbus_dep = dependency('dbus-1', required: false) + dbus_policydir = pk_prefix / pk_datadir / 'dbus-1/system.d' +@@ -361,6 +367,9 @@ if enable_logind output += ' systemdsystemunitdir: ' + systemd_systemdsystemunitdir + '\n' endif output += ' polkitd user: ' + polkitd_user + ' \n' --_----------=_1635762048139150--