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:   wiz
Date:           Mon Apr 16 13:06:57 UTC 2018

Modified Files:
        pkgsrc/security/libsecret: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/libsecret/patches: patch-Makefile.in

Log Message:
libsecret: update to 0.18.6.

0.18.6
 * Fix shared key derivation between libsecret and gnome-keyring [#778357]
 * Avoid run-time error when gnome-keyring is not responding [#787391]
 * Enable cross compilation [#748111]
 * Port build scripts to Python 3 [#687637]
 * Build and test fixes [#767002, #777826, #734630, #768112]
 * GI annotation fixes [#785034]
 * Fix textual typos [#782206, ...]
 * Updated translations


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/libsecret/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/libsecret/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/libsecret/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/security/libsecret/patches/patch-Makefile.in

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.13 pkgsrc/security/libsecret/Makefile:1.14
--- pkgsrc/security/libsecret/Makefile:1.13     Sun Oct 15 22:31:02 2017
+++ pkgsrc/security/libsecret/Makefile  Mon Apr 16 13:06:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/10/15 22:31:02 prlw1 Exp $
+# $NetBSD: Makefile,v 1.14 2018/04/16 13:06:57 wiz Exp $
 
-DISTNAME=      libsecret-0.18.5
+DISTNAME=      libsecret-0.18.6
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/security/libsecret/PLIST
diff -u pkgsrc/security/libsecret/PLIST:1.6 pkgsrc/security/libsecret/PLIST:1.7
--- pkgsrc/security/libsecret/PLIST:1.6 Mon Oct  2 15:38:05 2017
+++ pkgsrc/security/libsecret/PLIST     Mon Apr 16 13:06:57 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/10/02 15:38:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/04/16 13:06:57 wiz Exp $
 bin/secret-tool
 include/libsecret-1/libsecret/secret-attributes.h
 include/libsecret-1/libsecret/secret-collection.h
@@ -33,7 +33,6 @@ share/gtk-doc/html/libsecret-1/complete.
 share/gtk-doc/html/libsecret-1/examples.html
 share/gtk-doc/html/libsecret-1/home.png
 share/gtk-doc/html/libsecret-1/index.html
-share/gtk-doc/html/libsecret-1/index.sgml
 share/gtk-doc/html/libsecret-1/js-examples.html
 share/gtk-doc/html/libsecret-1/js-lookup-example.html
 share/gtk-doc/html/libsecret-1/js-remove-example.html
@@ -81,6 +80,7 @@ share/locale/an/LC_MESSAGES/libsecret.mo
 share/locale/ar/LC_MESSAGES/libsecret.mo
 share/locale/as/LC_MESSAGES/libsecret.mo
 share/locale/be/LC_MESSAGES/libsecret.mo
+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
@@ -88,6 +88,7 @@ share/locale/cs/LC_MESSAGES/libsecret.mo
 share/locale/da/LC_MESSAGES/libsecret.mo
 share/locale/de/LC_MESSAGES/libsecret.mo
 share/locale/el/LC_MESSAGES/libsecret.mo
+share/locale/en_GB/LC_MESSAGES/libsecret.mo
 share/locale/eo/LC_MESSAGES/libsecret.mo
 share/locale/es/LC_MESSAGES/libsecret.mo
 share/locale/eu/LC_MESSAGES/libsecret.mo
@@ -96,6 +97,7 @@ share/locale/fr/LC_MESSAGES/libsecret.mo
 share/locale/fur/LC_MESSAGES/libsecret.mo
 share/locale/gl/LC_MESSAGES/libsecret.mo
 share/locale/he/LC_MESSAGES/libsecret.mo
+share/locale/hr/LC_MESSAGES/libsecret.mo
 share/locale/hu/LC_MESSAGES/libsecret.mo
 share/locale/id/LC_MESSAGES/libsecret.mo
 share/locale/it/LC_MESSAGES/libsecret.mo
@@ -106,6 +108,7 @@ share/locale/lt/LC_MESSAGES/libsecret.mo
 share/locale/lv/LC_MESSAGES/libsecret.mo
 share/locale/ml/LC_MESSAGES/libsecret.mo
 share/locale/nb/LC_MESSAGES/libsecret.mo
+share/locale/ne/LC_MESSAGES/libsecret.mo
 share/locale/nl/LC_MESSAGES/libsecret.mo
 share/locale/oc/LC_MESSAGES/libsecret.mo
 share/locale/pa/LC_MESSAGES/libsecret.mo

Index: pkgsrc/security/libsecret/distinfo
diff -u pkgsrc/security/libsecret/distinfo:1.7 pkgsrc/security/libsecret/distinfo:1.8
--- pkgsrc/security/libsecret/distinfo:1.7      Mon Oct  2 15:38:05 2017
+++ pkgsrc/security/libsecret/distinfo  Mon Apr 16 13:06:57 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/10/02 15:38:05 wiz Exp $
+$NetBSD: distinfo,v 1.8 2018/04/16 13:06:57 wiz Exp $
 
-SHA1 (libsecret-0.18.5.tar.xz) = 65d80307756ef45f7c282098c48125ef41f56acd
-RMD160 (libsecret-0.18.5.tar.xz) = 24cfd20bd0d9a80e78ae21b5575fb8d5c2fd7991
-SHA512 (libsecret-0.18.5.tar.xz) = 4ee297b556d3b555b6ca9f5eb5cc87425b782491d0550a75873aac0f7019b123f437f0731c85bb058fc65b50a589d54d0697657a50bef4ac2952e9e40a916b5c
-Size (libsecret-0.18.5.tar.xz) = 508556 bytes
-SHA1 (patch-Makefile.in) = 64f2c83676a28fe9b963dd00a99bd1a89fb6af3d
+SHA1 (libsecret-0.18.6.tar.xz) = e840a40062c135f4eec41f057a326d9ed519ff4f
+RMD160 (libsecret-0.18.6.tar.xz) = 95ba50baf3d4e54cfdc86d7531e5a5761d32f4cc
+SHA512 (libsecret-0.18.6.tar.xz) = 4997519762f1470cfc0a4b3a791362d030af3c9b6ce6f58f8f8073b3a8adeea9b8caacedc884163997081dc39f395f9172330dbb41fed45d6c43ac5809de48e3
+Size (libsecret-0.18.6.tar.xz) = 487836 bytes



Home | Main Index | Thread Index | Old Index