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 Oct 2 15:38:05 UTC 2017
Modified Files:
pkgsrc/security/libsecret: Makefile PLIST distinfo
Log Message:
libsecret: update to 0.18.5.
0.18.5
* Build fixes
* Port tests to Python 3 [#761834]
* Fix textual typos [#763143]
* Updated translations
0.18.4
* Multithreading fixes [#756766]
* Fix memory leaks [#756766]
* Updated translations
0.18.3
* Updated translations
* Documentation fixes
0.18.2
* Testing fixes
* Documentation typo [#747654 ...]
* Build fixes [#743444]
* Updated transaltions
* Accomodate libgcrypt 1.6+
0.18.1
* Testing fix [#726909]
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/libsecret/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/libsecret/PLIST
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/security/libsecret/Makefile:1.11
--- pkgsrc/security/libsecret/Makefile:1.10 Thu Dec 1 12:51:12 2016
+++ pkgsrc/security/libsecret/Makefile Mon Oct 2 15:38:05 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2016/12/01 12:51:12 martin Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/02 15:38:05 wiz Exp $
-DISTNAME= libsecret-0.18
+DISTNAME= libsecret-0.18.5
CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION_NOREV}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/0.18/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon%NetBSD.org@localhost
Index: pkgsrc/security/libsecret/PLIST
diff -u pkgsrc/security/libsecret/PLIST:1.5 pkgsrc/security/libsecret/PLIST:1.6
--- pkgsrc/security/libsecret/PLIST:1.5 Thu Dec 1 12:51:12 2016
+++ pkgsrc/security/libsecret/PLIST Mon Oct 2 15:38:05 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/12/01 12:51:12 martin Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/10/02 15:38:05 wiz Exp $
bin/secret-tool
include/libsecret-1/libsecret/secret-attributes.h
include/libsecret-1/libsecret/secret-collection.h
@@ -78,8 +78,10 @@ share/gtk-doc/html/libsecret-1/vala-look
share/gtk-doc/html/libsecret-1/vala-remove-example.html
share/gtk-doc/html/libsecret-1/vala-store-example.html
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/bs/LC_MESSAGES/libsecret.mo
share/locale/ca/LC_MESSAGES/libsecret.mo
share/locale/ca@valencia/LC_MESSAGES/libsecret.mo
share/locale/cs/LC_MESSAGES/libsecret.mo
@@ -88,6 +90,8 @@ share/locale/de/LC_MESSAGES/libsecret.mo
share/locale/el/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
+share/locale/fa/LC_MESSAGES/libsecret.mo
share/locale/fr/LC_MESSAGES/libsecret.mo
share/locale/fur/LC_MESSAGES/libsecret.mo
share/locale/gl/LC_MESSAGES/libsecret.mo
@@ -96,22 +100,27 @@ share/locale/hu/LC_MESSAGES/libsecret.mo
share/locale/id/LC_MESSAGES/libsecret.mo
share/locale/it/LC_MESSAGES/libsecret.mo
share/locale/ja/LC_MESSAGES/libsecret.mo
+share/locale/kk/LC_MESSAGES/libsecret.mo
share/locale/ko/LC_MESSAGES/libsecret.mo
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/nl/LC_MESSAGES/libsecret.mo
+share/locale/oc/LC_MESSAGES/libsecret.mo
share/locale/pa/LC_MESSAGES/libsecret.mo
share/locale/pl/LC_MESSAGES/libsecret.mo
share/locale/pt/LC_MESSAGES/libsecret.mo
share/locale/pt_BR/LC_MESSAGES/libsecret.mo
+share/locale/ro/LC_MESSAGES/libsecret.mo
share/locale/ru/LC_MESSAGES/libsecret.mo
share/locale/sk/LC_MESSAGES/libsecret.mo
share/locale/sl/LC_MESSAGES/libsecret.mo
share/locale/sr/LC_MESSAGES/libsecret.mo
share/locale/sr@latin/LC_MESSAGES/libsecret.mo
+share/locale/sv/LC_MESSAGES/libsecret.mo
share/locale/tg/LC_MESSAGES/libsecret.mo
+share/locale/tr/LC_MESSAGES/libsecret.mo
share/locale/uk/LC_MESSAGES/libsecret.mo
share/locale/zh_CN/LC_MESSAGES/libsecret.mo
share/locale/zh_HK/LC_MESSAGES/libsecret.mo
Index: pkgsrc/security/libsecret/distinfo
diff -u pkgsrc/security/libsecret/distinfo:1.6 pkgsrc/security/libsecret/distinfo:1.7
--- pkgsrc/security/libsecret/distinfo:1.6 Wed Nov 4 01:17:49 2015
+++ pkgsrc/security/libsecret/distinfo Mon Oct 2 15:38:05 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/10/02 15:38:05 wiz Exp $
-SHA1 (libsecret-0.18.tar.xz) = af62de3958bbe0ccf59a02101a6704e036378a6f
-RMD160 (libsecret-0.18.tar.xz) = 51e70600d4c3293c5a08b51263fa3390b73fbaf6
-SHA512 (libsecret-0.18.tar.xz) = 5b3b460fe45b780fd4018dbb3b5fcc2c2e775725a8c74f4cfa86c00c643ccc1b29961b7e464c7b01846c5cc16a4bb9819c74016dd6758301ae2f67ab947c35bd
-Size (libsecret-0.18.tar.xz) = 480520 bytes
+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
Home |
Main Index |
Thread Index |
Old Index