The NetBSD Project

CVS log for pkgsrc/security/gnome-keyring/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / security / gnome-keyring

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25 / (download) - annotate - [select for diffs], Wed Apr 13 16:39:14 2011 UTC (13 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.24: +40 -34 lines
Diff to previous 1.24 (colored)

update to 2.32.1
This switches to the gnome-2.32 release branch.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jul 6 16:13:41 2010 UTC (22 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.23: +1 -0 lines
Diff to previous 1.23 (colored)

update to 2.30.3
changes:
-bugfixes
-Add dbus activation service file for org.freedesktop.secrets

pkgsrc note: removed dependency on libgnome-keyring; child pkgs
should have been updated to list this dependency explicitely

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jun 11 13:45:50 2010 UTC (23 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.22: +30 -46 lines
Diff to previous 1.22 (colored)

update to 2.30.1
This switches to the gnome-2.30 release branch

pkgsrc note: temporarily add a dependency on libgnome-keyring which
was split out of the old gnome-keyring pkg, so that client pkgs
get the same as before

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 15 14:07:22 2009 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Update to 2.28.2:

Changes in version 2.28.2 are:
 * Add license to reference documentation.
 * Sent output of g_printerr to syslog.
 * No error when can't unlock login keyring.
 * Fix assertion when comparing attributes.
 * Fix freeing of unallocated memory in test.
 * Don't barf on certificates with unsupported algorithm.
 * Fix some memory leaks.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 21 16:37:19 2009 UTC (2 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

update to 2.28.1
This switches to the gnome-2.28 release branch.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 9 17:59:25 2009 UTC (2 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

update to 2.26.3
changes:
-Build fixes
-Fix problem with RSA key sizes that are not a multiple of 8.
 This affected use of SSH keys in particular
-Fix crash related to secure memory

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 14 18:13:28 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.18: +1 -14 lines
Diff to previous 1.18 (colored)

Remove @dirrm entries from PLISTs

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 16 19:35:29 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.17: +35 -8 lines
Diff to previous 1.17 (colored)

update to 2.26.1
changes:
-DBus now automatically starts the gnome-keyring service properly
-Initialize daemon with LOGNAME and USERNAME environment variables
-Add DBus method for getting the gnome-keyring environment variables
-misc fixes

Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 22 14:45:19 2009 UTC (3 years, 2 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

Add two missing @dirrm entries to PLIST.  Welcome to nb1.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 15 18:14:24 2009 UTC (3 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.15: +17 -1 lines
Diff to previous 1.15 (colored)

Update gnome-keyring to 2.26.0.

Changes between 2.24.0 and 2.26.0:
==================================

    * Refactor PKI code to make it modular, loosely coupled and easier
      to hack and test.
    * Add standard widgets for display of certificates.
    * If login keyring doesn't exist when changing a PAM password,
      don't create it automatically.
    * Overhaul the secure memory allocator to have memory guards,
      be valgrind compatible, and also be sparing with secure memory.
    * When importing keys, prompt to initialize new PKCS#11 tokens.
    * Fix export of RSA keys to be more interoperable.
    * Make the gp11 library multi-thread safe.
    * Rework initialization of daemon, and the way that it
      integrates with the new session manager.
    * Close open file descriptors before starting daemon from PAM.
    * Don't leave keyring daemon running if PAM just started it
      for a password change.
    * Register environment variables with session properly.
    * Remove usage of deprecated glib/gtk stuff.
    * Hundreds of other smaller changes and fixes.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 25 00:49:32 2008 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

Update to 2.24.1:

Changes in version 2.24.1 are:
* Fix crash on logout on Solaris. [Jeff Cai]
* Add missing 'server' attribute to the NETWORK_PASSWORD schema.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 16 13:45:38 2008 UTC (3 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.13: +24 -1 lines
Diff to previous 1.13 (colored)

update to 2.24.0
This switches to the gnome-2.24 release branch.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 10 16:53:44 2008 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +10 -0 lines
Diff to previous 1.12 (colored)

update to 2.22.1
This switches to the gnome-2.22 release branch.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 31 20:20:30 2007 UTC (4 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.11: +20 -2 lines
Diff to previous 1.11 (colored)

update to 2.20.1
This switches to the new gnome-2.20 branch.
(While this is not part of the "platform" subset formally, it is used
by platform -- this looks like an inconsistency in gnome packaging.)

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 21 12:04:58 2007 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 15 15:08:52 2006 UTC (5 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.9: +25 -2 lines
Diff to previous 1.9 (colored)

Changes in version 0.6.0 are:
* NetBSD fixes
* Crash fix
* Typo fix
* Translations

Changes in version 0.5.2 are:
* Translation updates
* Better title in docs
* Fixed crashes
* New function: gnome_keyring_item_grant_access_rights_sync

Changes in version 0.5.1 are:
* Support changing password of a keyring
* Create ~/.gnome2 if needed
* Save keyring when an ACL is added
* Add password strength meter
* Small bugfixes

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:33 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.8: +55 -55 lines
Diff to previous 1.8 (colored)

Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 25 12:13:24 2006 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Update to 0.4.7:
* Fix --disable-nls
* Translation updates

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 27 17:30:14 2005 UTC (6 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

update to 0.4.3
changes:
* Translation updates
* Fix bug in acl functions* Fix bug in acl functions
* implement gnome_keyring_set_info
* add sync function for all operations
* fix leaks

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 22 15:58:49 2005 UTC (7 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Update to 0.4.2:
* AIX portability fixes
* Translation updates

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 26 17:23:37 2005 UTC (7 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Update to 0.4.1:

* Support for slaving lifecycle to a file descriptor
* Translation updates

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:52 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.3: +1 -5 lines
Diff to previous 1.3 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 21 16:47:28 2004 UTC (7 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +10 -2 lines
Diff to previous 1.2 (colored)

Update to 0.4.0.  This version corresponds to GNOME 2.8.0.

Changes in version 0.4.0 are:
* Build fix on some systems
* Translation updates

Changes in version 0.3.3 are:
* Translation updates

Changes in version 0.3.2 are:
* New API functions for getting/setting ACL
* Implemented delete keyring operation

Changes in version 0.3.1 are:
* New and updated translations.
* New introduction document
* unlocking the NULL keyring unlocks the default keyring

Revision 1.2 / (download) - annotate - [select for diffs], Sat May 15 11:33:28 2004 UTC (8 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Update to 0.2.1: new and updated translations.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Apr 1 18:24:41 2004 UTC (8 years, 1 month ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of gnome-keyring, version 0.2.0:

gnome-keyring is a program that keeps passwords and other secrets for
users.  It is run as a damon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.

The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

The library libgnome-keyring is used by applications to integrate with
the gnome keyring system.  However, at this point the library hasn't
been tested and used enough to consider the API to be publically exposed.
Therefore use of libgnome-keyring is at the moment limited to internal
use in the gnome desktop.  However, we hope that the gnome-keyring API
will turn out useful and good, so that later it can be made public for
any application to use.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Apr 1 18:24:41 2004 UTC (8 years, 1 month ago) by jmmv
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>