Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This module is replaced by the p11-kit-trust module installed
with p11-kit 0.16 and later.
|
|
|
|
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated
since 2002) has been removed in favour of AC_CONFIG_HEADERS.
https://bugzilla.gnome.org/show_bug.cgi?id=692112
|
|
|
|
|
|
* Just require dbus 1.1.1 or later.
|
|
* We depend on gcr which has a dependency on gtk+ but we don't need
to depend on it expcilitly.
* Remove unused egg-secure-buffer.[ch] code.
https://bugzilla.gnome.org/show_bug.cgi?id=686035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* p11-kit now wants module configs to end in .module
See: https://bugs.freedesktop.org/show_bug.cgi?id=52158
|
|
* And fix various issues preventing 'make distcheck'
|
|
* We were using EggBytes while GBytes was not yet in a stable
glib release
|
|
* And fix some tests
|
|
It seems that during the code duplication the actual substition call
wasn't changed to GMODULE.
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
|
|
|
* Fix timer test
|
|
* Defaults to either /etc/pki/tls/certs/ca-bundle.crt or
/etc/ssl/certs/ca-certificates.crt like glib-networking
* Also like glib-networking a different file can be specified
with --with-ca-certificates=/path/to/file
* To disable root CA list, use --with-ca-certificates=no
* As before a full directory of certificate files can still
be specified with: --with-root-certs=/etc/ssl/certs
|
|
|
|
|
|
* Remove the gck_builder_add_owned function
|
|
* No message in gnome-keyring-pkcs11.so module, when no daemon running
* Updated translations
* Build fixes
|
|
* This is a dbus based prompting interface recently
added to libgcr
https://bugzilla.gnome.org/show_bug.cgi?id=656954
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=656954
|
|
|
|
* Updated for builder and immutable GckAttributes
* Remove deprecated functions
|
|
|
|
* Disable requirement to distcheck without warnings, since glib
has changed significantly.
|
|
* Link to gthread correctly.
|
|
flock as a couple of problems. For example it does not work reliable
on remote file systems. In particular not with CIFS. It does also
not work with FAT systems (i.e. vfat). A solution to this is to use a
separate lock file and either use hardlinks or open(O_EXCL) to check
for the existence of this file. For details see the remarks in dotlock.c.
The implementation uses a portable implementation named dotlock.c
which is in its basic form in use for more than a decade. It was
recently enhanced to properly detect file systems without hardlink
support and then fallback to a O_EXCL style locking. It has been
tested on ext3, ufs, nfs, cifs and on vfat.
To keep the changes simple the implementation creates and locks
immediately and does not separate lock file template creation from
actual locking. This can be improved by either using hacks in
dotlock.c to re-use existing lock file templates or by integrating it
closer into the gnome2-store.
https://bugzilla.gnome.org/show_bug.cgi?id=657234
|
|
|
|
|
|
* Link to gthread correctly.
|
|
|
|
|
|
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=655651
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=655651
|
|
* Copy a bit of infrastructure from gnome-icon-theme
https://bugzilla.gnome.org/show_bug.cgi?id=659951
|
|
|
|
* --enable-strict to enable -Werror, fatal warnings and disable
deprecations
* --disable-debug to G_DISABLE_ASSERT
* default debug for -g, WITH_DEBUG
* --enable-debug to -OO
|