Subject: CVS commit: pkgsrc/security/gnome-keyring
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/21/2007 12:04:58
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Mar 21 12:04:58 UTC 2007

Modified Files:
	pkgsrc/security/gnome-keyring: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/security/gnome-keyring/patches: patch-aa

Log Message:
Update to 0.8. Bump ABI depends for new dbus dependency.

Changes in version 0.8 are:
* Translations

Changes in version 0.7.92 are:
* Fix build by including sys/types.h
* In gnome_keyring_free() don't crash on NULL parameter.

Changes in version 0.7.91 are:
* Add method for library to discover daemon via DBus. Adds soft
  DBus dependency.
* Fixes for building on kFreeBSD.

Changes in version 0.7.3 are:
* Fix endless loop when creating a keyring and a file by that name
  already exists.
* Fix crasher when deleting session keyring.
* Fix crasher when doing find operation with NULL attribute string.
* Sync files to disk after writing to keyring.

Changes in version 0.7.2 are:
* Don't have multiple password dialogs presented for the same
  keyring

Changes in version 0.7.1 are:
* Added GNOME_KEYRING_ITEM_APPLICATION_SECRET which allows an item
  to be for a single application only with strict access controls.
* New function gnome_keyring_item_get_info_full(_sync) which allow
  retrieval of item meta data without the secret, thus not incurring
  an ACL prompt.
* Translation updates


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/security/gnome-keyring/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/security/gnome-keyring/PLIST \
    pkgsrc/security/gnome-keyring/buildlink3.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/security/gnome-keyring/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/security/gnome-keyring/patches/patch-aa

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