summaryrefslogtreecommitdiff
path: root/security/seahorse
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
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-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
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.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-11-28update to 2.32.0drochner3-21/+26
This switches to the gnome-2.32 release branch.
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-07-28POSIX says <sys/stat.h> is sufficient to get mode_t defined, but somedrochner2-1/+14
older systems apparently need <sys/types.h> for this, so just include it as well fixes compile problem on Ubuntu 6.06 reported by Matthias Ferdinand
2010-07-06update to 2.30.1drochner5-38/+20
This switches to the gnome-2.30 release branch.
2010-06-15fix build against gnome-keyring-2.30, should fix PR pkg/43479drochner3-3/+18
by Greg Oster being here, disable avahi support which is mostly useless
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+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-04-11Fix PLIST: add missing locale bn.jmmv1-1/+2
2010-01-15don't depend on gnupg directly, gpgme/bl3 will do this for us, and itdrochner1-3/+3
will deal with gnupg1/gnupg2 correctly bump PKGREVISION
2009-10-24update to 2.28.1drochner5-96/+95
This switches to the gnome-2.28 release branch.
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-58/+1
2009-05-21Update to 2.26.2:wiz2-6/+6
seahorse 2.26.2 --------------- * (no significant changes) Translations * Greek [Simos Xenitellis and Fotis Tsamis] * Spanish [Jorge Gonzalez] * Ukranian [Maxim V. Dziumanenko]
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-18Update to 2.26.1, set comment LICENSE (needs AND).wiz4-16/+19
seahorse 2.26.1 --------------- * PGP UIDs display in order reported by key server, and fix parsing of HKP PGP search UIDs. [Adam Schreiber] * Fix problem opening preferences window twice. [Adam Schreiber] * Set authorized_keys properly when sending SSH keys to a remote system. [Andreas Moog, Stef Walter] * Fix crash when entering hkp: url manually. [Stef Walter]
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-29/+2
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+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-19needs libSMdrochner1-1/+2
2009-03-15Update seahorse to 2.26.0.jmcneill4-120/+78
pkgsrc changes: * add net/avahi dependency to enable key sharing support Changes between 2.24.0 and 2.26.0: ================================== * Searching by key identifiers now shows results. * Disable interactive tree search in key manager. * Add libcryptui documentation. * Remove use of GTK+ deprecated symbols. * Allow creation and deletion of keyrings from main GUI. * Only autostart seahorse-daemon when key sharing is enabled. * seahorse-daemon registers with session manager properly. * Remove bits of libcryptui that are now handled by the gcr library from gnome-keyring. * Tons of other fixes and changes.
2008-11-08this also depends on gnome-keyjnemeth1-1/+2
2008-11-03Add script for munging locale files.wiz1-0/+18
2008-11-03Remove superfluous patches.wiz6-164/+0
2008-10-27Update to 2.24.1. Please note that seahorse-agent and two otherwiz5-109/+102
tools moved to the new seahorse-plugins package. seahorse 2.24.1 --------------- * Fix problems with seahorse crashing when searching for remote keys. [Adam Schreiber] * Build fixes on Solaris [Jeff Cai] * Fix selection of keys in libcryptui. [Philip Withnall] * I18n fixes. [Adam Schreiber] seahorse 2.24.0 --------------- * Some tweaks to the password prompt window, including allowing minimizing to release the keyboard grab. * Fix compiler warnings for gcc 4.3. * Return a 'cancelled' error when from the daemon crypto dbus methods when a user cancels out of a password prompt. * Show revoked subkeys properly in details view of PGP keys. * Fix problem deleting SSH keys. * Fix dialog prompt column widths, and elipsize long text in key listing. [Adam Schreiber] * Fix problem with 'no keys available' when trying to sign a PGP key from within the key manager. * Add 'exportable' flag to objects/keys and don't enable export UI if selected objects are not exportable. * Build fixes [Joe Orton, Adam Schreiber] * Crash and other fixes. [Christian Persch] seahorse 2.23.92 ---------------- * Fix crash when changing a stored Gnome Keyring password. * Fix certain crashes on syncing, searching and other operations. * Fix dumb 'Couldn't import keys' error message when success. seahorse 2.23.91 ---------------- * Fix copying keys to the clipboard. [Adam Schreiber] * Fix double free crash when importing keys. * Fix crasher when deleting a key. * Don't add extra null bytes to SSH authorized_keys and similar files. [Adam Schreiber] * Documentation fixes. [Adam Schreiber] * Don't repeatedly load gnome-keyring items. [Adam Schreiber] * Make help button in 'First Time Options' work proprely. [Adam Schreiber] * Better wording for options in PGP key dialogs. [Adam Schreiber] seahorse 2.23.90 ---------------- * Icon makeover. [Michael Monreal] seahorse 2.23.6 --------------- * Initial PKCS#11 certificate listing implementation. * Internal code refactoring. * Fix problems with reference counting on operations. * Use base64 functions in glib, rather than rolling our own. * Don't use deprecated LDAP functions. [Adam Schreiber] * String operation fixes. [Adam Schreiber] * Build fixes [Jeff Cai] seahorse 2.23.5 --------------- * Fix importing keys from key servers [Mackenzie Morgan] * Factor out seahorse-plugins to a different module. * Add XDS drag and drop support. * Remove gnome-vfs dependency and use gio instead. * Return key id of signer from DBus service even when key is not found locally [Adam Schreiber] * Refactor UI code internally into modules. * Remove hard GPG and GPGME dependency. * Replace signer drop down in key chooser with just a check button when only one secret key exists. [Adam Schreiber] * Set sync button insensitive when no server is selected. [Adam Schreiber] * Test for secure memory before using it. [Coleman Kane] * Change trust model used to match GPG's. [Adam Schreiber] * Remove libgnome and libgnomeui dependencies. [Saleem Abdulrasool] * Grab keyboard focus when prompting for password. [Josselin Mouette] * Use the vala programming language for some code. * Add initial infrastructure for PKCS#11 key/certificate support. * Save and load window sizes from gconf. [Adam Schreiber] * Build fixes [Brian Cameron, Saleem Abdulrasool, Alexis Ballier, Christian Persch, Rodrigo Moya]
2008-07-15update to 2.22.3drochner2-6/+6
change: version bump for gnome-2.22.3
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-05-29update to 2.22.2drochner2-6/+6
changes: -Fix importing keys from hkp keyservers -build fixes
2008-04-15update to 2.22.1drochner3-11/+31
This switches to the gnome-2.22 release branch.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-3/+4
2008-01-11update to 2.20.3drochner2-7/+7
changes: translation updates
2007-11-05update to 2.20.1drochner6-42/+138
This switches to the new gnome-2.20 branch.