summaryrefslogtreecommitdiff
path: root/security/gnome-keyring
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-12-28Drop the sed calls that want to be gsed specific, since they don'tjoerg3-3/+28
actually seem to change anything (with gsed).
2011-12-28Because of adding gsed to USE_TOOLS there's no need for patch-ah or having asbd3-21/+3
build dependence on gsed. Bump PKGREVISION.
2011-12-26If something is patched to use gsed then gsed must be added to USE_TOOLS.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-09-14The configure check for pam headers doesn't work on SunOS. Fix build byhans1-1/+6
overriding the check.
2011-07-14propagate libtasn1 dependency, should fix seahorse build failuredrochner1-1/+2
reported by Ryo ONODERA per PR pkg/45144
2011-07-14Fixes PKGCONFIG_OVERRIDE settings:obache1-5/+4
* No need to prefix with ${WRKSRC}. * It must not be overwritten multiple time, or only last one will be activate. * library/gnome-keyring part is now in separate libgnome-keyring package. Bump PKGREVISION.
2011-05-12Fix building on systems, where ulong is not defined.adam2-3/+14
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-13update to 2.32.1drochner7-77/+107
This switches to the gnome-2.32 release branch.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-07-06update to 2.30.3drochner5-23/+15
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
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11update to 2.30.1drochner7-79/+67
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
2009-12-15remove obsolete "hal" dependency, ride on recent updatedrochner1-9/+1
2009-12-15Update to 2.28.2:wiz3-7/+8
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.
2009-10-21update to 2.28.1drochner5-23/+23
This switches to the gnome-2.28 release branch.
2009-09-30Add a bunch more gtkdoc-rebase workarounds.sketch1-1/+5
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-09update to 2.26.3drochner4-75/+8
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
2009-06-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-04-16update to 2.26.1drochner6-38/+87
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
2009-03-30Work around the problem that BUILDLINK_LDADD.dl is not initialised bydsainty1-4/+2
mk/dlopen.buildlink3.mk until very late in the proceedings. Fixes build on Linux. No PKGREVISION bump required, no functional change on platforms where the build completed. Addresses PR pkg/41080. Ok'd by wiz@
2009-03-22Add two missing @dirrm entries to PLIST. Welcome to nb1.snj2-2/+5
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-17Fix build failure due to 64-bit time_t.tnn2-1/+18
2009-03-15Update gnome-keyring to 2.26.0.jmcneill7-50/+96
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.
2009-03-04Add MESSAGE for giving instructions about single sign on.ahoka1-0/+21
2009-01-11security/39313 strikes againahoka1-2/+7
Do a workaround here too.
2008-11-24enable hal, bump PKGREVISIONjmcneill1-1/+10
2008-10-25Update to 2.24.1:wiz3-7/+9
Changes in version 2.24.1 are: * Fix crash on logout on Solaris. [Jeff Cai] * Add missing 'server' attribute to the NETWORK_PASSWORD schema.
2008-10-16update to 2.24.0drochner4-21/+62
This switches to the gnome-2.24 release branch.
2008-07-14update to 2.22.3drochner3-23/+12
changes: -Better initization of (non-crypto) random number generator -Build fixes
2008-05-30Restore NetBSD specific part of the patch which got lost in thetron2-6/+14
last commit.
2008-05-30Fix build problem under Mac OS X caused by broken code to supporttron2-13/+16
getpeereid() .
2008-05-29update to 2.22.2drochner3-26/+15
changes: -minor UI improvements -bugfixes -portability improvements, in particular for credential passing on local sockets -- unfortunately a bit of the patch I submitted upstream got lost
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-10update to 2.22.1drochner6-14/+74
This switches to the gnome-2.22 release branch.