pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libsecret



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 22 11:34:32 UTC 2020

Modified Files:
        pkgsrc/security/libsecret: Makefile PLIST distinfo

Log Message:
libsecret: Update to 0.20.4

0.20.4
 * secret-file-collection: Make MAC comparison constant time [!60]
 * Initialize libgcrypt for SecretFileCollection [!56]
 * meson: Add tests for GIR-based languages [!54]
 * man: Add a bugtracker section to the manpage [!14]
 * meson: add option introspection [!53]
 * Updated translations


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/libsecret/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/libsecret/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libsecret/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libsecret/Makefile
diff -u pkgsrc/security/libsecret/Makefile:1.21 pkgsrc/security/libsecret/Makefile:1.22
--- pkgsrc/security/libsecret/Makefile:1.21     Mon Apr 20 06:58:20 2020
+++ pkgsrc/security/libsecret/Makefile  Sun Nov 22 11:34:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/04/20 06:58:20 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/22 11:34:32 nia Exp $
 
-DISTNAME=      libsecret-0.20.3
+DISTNAME=      libsecret-0.20.4
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,8 +10,8 @@ HOMEPAGE=     https://wiki.gnome.org/Project
 COMMENT=       GObject based library for accessing the Secret Service API
 LICENSE=       gnu-lgpl-v2.1
 
-BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 GNU_CONFIGURE= yes
@@ -24,6 +24,7 @@ PKGCONFIG_OVERRIDE+=  libsecret/libsecret
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "options.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/libsecret/PLIST
diff -u pkgsrc/security/libsecret/PLIST:1.8 pkgsrc/security/libsecret/PLIST:1.9
--- pkgsrc/security/libsecret/PLIST:1.8 Tue Jan 21 14:04:16 2020
+++ pkgsrc/security/libsecret/PLIST     Sun Nov 22 11:34:32 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/01/21 14:04:16 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/11/22 11:34:32 nia Exp $
 bin/secret-tool
 include/libsecret-1/libsecret/secret-attributes.h
 include/libsecret-1/libsecret/secret-backend.h
@@ -89,6 +89,7 @@ share/locale/bg/LC_MESSAGES/libsecret.mo
 share/locale/bs/LC_MESSAGES/libsecret.mo
 share/locale/ca/LC_MESSAGES/libsecret.mo
 share/locale/ca@valencia/LC_MESSAGES/libsecret.mo
+share/locale/ckb/LC_MESSAGES/libsecret.mo
 share/locale/cs/LC_MESSAGES/libsecret.mo
 share/locale/da/LC_MESSAGES/libsecret.mo
 share/locale/de/LC_MESSAGES/libsecret.mo
@@ -134,3 +135,5 @@ share/locale/uk/LC_MESSAGES/libsecret.mo
 share/locale/zh_CN/LC_MESSAGES/libsecret.mo
 share/locale/zh_HK/LC_MESSAGES/libsecret.mo
 share/locale/zh_TW/LC_MESSAGES/libsecret.mo
+share/vala/vapi/libsecret-1.deps
+share/vala/vapi/libsecret-1.vapi

Index: pkgsrc/security/libsecret/distinfo
diff -u pkgsrc/security/libsecret/distinfo:1.16 pkgsrc/security/libsecret/distinfo:1.17
--- pkgsrc/security/libsecret/distinfo:1.16     Mon Apr 20 06:58:21 2020
+++ pkgsrc/security/libsecret/distinfo  Sun Nov 22 11:34:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/04/20 06:58:21 wiz Exp $
+$NetBSD: distinfo,v 1.17 2020/11/22 11:34:32 nia Exp $
 
-SHA1 (libsecret-0.20.3.tar.xz) = a4447511e0f2b4342219cb4746ad18b107e45109
-RMD160 (libsecret-0.20.3.tar.xz) = b492a6a8293cb129dc20aa9df79371a2fe15cce9
-SHA512 (libsecret-0.20.3.tar.xz) = 020e1954e0965f33ee15f35e1f439b6c1650322a9112078f7a3e265cee83ad99d217ae3b363fbadc06c5cb0941f7e544d91da72e5be1c6b96992c071e6170c22
-Size (libsecret-0.20.3.tar.xz) = 526388 bytes
+SHA1 (libsecret-0.20.4.tar.xz) = 772953526c734debfd9c07bdd623e1c8ed5a7f09
+RMD160 (libsecret-0.20.4.tar.xz) = afecef24d1d40d8402edf93b3e53eae22d4aeb0f
+SHA512 (libsecret-0.20.4.tar.xz) = 599482796af001703c25d181a710c5a3207f44d4d0036ef2001cc541bde9ef453172b71df9bb214d27d1fbd2f28c1b5a5efdbd5faca3561188c07dccdc7d7c15
+Size (libsecret-0.20.4.tar.xz) = 529916 bytes



Home | Main Index | Thread Index | Old Index