SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for glib-networking-lang-2.32.3-2.1.2.noarch.rpm :

* Tue May 15 2012 vuntzAATTopensuse.org- Update to version 2.32.3: + proxy/gnome: Fix SOCKS to work when no http proxy is set + Updated translations.
* Tue Apr 17 2012 vuntzAATTopensuse.org- Update to version 2.32.1: + gnutls: Added /etc/ssl/ca-bundle.pem to the list of files to check for to use as the default CA list (bgo#673944) + Updated translations.
* Tue Mar 27 2012 vuntzAATTopensuse.org- Update to version 2.32.0: + Updated translations.
* Tue Mar 20 2012 vuntzAATTopensuse.org- Update to version 2.31.22: + Updated translations.
* Tue Mar 06 2012 vuntzAATTopensuse.org- Update to version 2.31.20: + gnutls: Fixed a linking problem on some platforms when PKCS#11 is enabled (bgo#670956) + Updated translations.
* Tue Feb 07 2012 vuntzAATTopensuse.org- Update to version 2.31.16: + gnutls: Fixed a TLS handshaking bug that in particular caused lots of crashes in epiphany (bgo#658771) + tls/tests: Fixed a bug in the pkcs11-pin test that could cause it to spuriously fail + Updated translations.- Remove xz BuildRequires now that it comes for free in the build system.
* Tue Dec 20 2011 vuntzAATTopensuse.org- Update to version 2.31.6: + gnutls: - Support gnutls built against nettle instead of gcrypt (bgo#657306) - Implement TLS session caching for GTlsServerConnection (bgo#636574) + tls/tests: Explicitly request the memory GSettings backend, to avoid warnings in partial jhbuild environments. + proxy/gnome: Update to use GInetAddressMask. + Updated translations.- Add xz BuildRequires because we can\'t build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.
* Tue Nov 22 2011 dimstarAATTopensuse.org- Update to version 2.31.2: + gnutls: - Added gnutls-pkcs11 backend, which uses gnutls 2.12.8 and p11-kit (a new optional dependency) to provide access to PKCS#11 tokens. At the moment, this is only enabled if you set GIO_USE_TLS=gnutls-pkcs11 in the environment (bgo#656361) - GTlsCertificateGnutls can now read unencrypted PKCS#8 keys (which show \"BEGIN PRIVATE KEY\" in PEM form) in addition to the previously-supported PKCS#1 keys (\"BEGIN RSA PRIVATE KEY\"). + Updated translations.- Add pkgconfig(p11-kit-1) BuildRequires. New dependency.
* Tue Nov 15 2011 dimstarAATTopensuse.org- Really enable parallel build: fix typo smp_flags => smp_mflags.
* Thu Oct 27 2011 dimstarAATTopensuse.org- Update to version 2.31.0: + Integrate fixes from 2.30.1. + gnutls: - Bumped required GNUTLS version to 2.11.0 and updated code for that (bgo#656903). - Added another G_TLS_ERROR_NOT_TLS (aka \"dumb server, try falling back from TLS to SSLv3\") case, when the handshake completes but then packets after that don\'t decrypt correctly (bgo#662104). - Made sure that GTlsConnection:peer-certificate and :peer-certificate-errors get set even when the peer certificate is rejected. + proxy/gnome: build fixes (bgo#662203, bgo#662085). + Updated translations.
* Tue Oct 18 2011 vuntzAATTopensuse.org- Update to version 2.30.1: + Fixed a crash when passing a NULL GCancellable to g_tls_connection_close_async() (bgo#659786) + Fixed ignore_hosts handling in GProxyResolverGnome (bgo#655581) + Fixed handling of self-signed CA certificates in GTlsDatabaseGnutls (bgo#660508) + Updated translations.
* Mon Sep 26 2011 vuntzAATTopensuse.org- Update to version 2.30.0: + Updated translations.
* Tue Sep 20 2011 vuntzAATTopensuse.org- Update to version 2.29.92: + gnutls: - Fixed a problem when linking against GNUTLS 3.0, where connections would sometimes return the error \"The TLS connection was non-properly terminated\". (bgo#659233) - Plugged a few memory leaks + Updated translations.
* Wed Aug 31 2011 vuntzAATTopensuse.org- Update to version 2.29.18: + gnutls: - fixed two rehandshaking bugs; one in which a client would erroneously report an error after successfully rehandshaking (bgo#653645), and one where initiating an asynchronous rehandshake on the server side would send illegal packets and cause the client to disconnect. - made GTlsDatabaseGnutls and GTlsFileDatabaseGnutls properly cancellable - fixed the client-side session cache to not share session IDs between different virtual hosts on the same IP address, which caused problems with some servers. (bgo#581342) + tls: Fixed up the tls test program so it can be run from \"make check\" + Updated translations.
* Thu Aug 25 2011 dimstarAATTopensuse.org- Add libgcrypt-devel BuildRequires: gnutls used to bring this in as a dependency for us.
* Tue Aug 16 2011 dimstarAATTopensuse.org- Update to version 2.29.15: + bgo#636572: gnutls: implement GTlsDatabase + bgo#652284: gnutls: override minimum key length, to allow connecting to HTTP servers with very small keys + bgo#581342: gnutls: use %COMPAT mode, which makes GNUTLS behave more like OpenSSL/NSS/Windows in a few ways, making it work with certain broken HTTP servers. + gnutls: fixed a crash when passed a NULL GError.
* Wed Jul 06 2011 vuntzAATTopensuse.org- Change rpm query to look for the real package containing gio to use the new gio virtual name, that is now provided by the package containing the gio library. This is better than the query on the library filename, which might change later.- Also properly escape the queryformat, since we need to double the % characters in a .spec file.
* Tue Jul 05 2011 vuntzAATTopensuse.org- Update to version 2.29.9: + Optimized GDBus usage in PACRunner. + Fixed a race condition in GProxyResolverGnome. + Changed configure to --enable-maintainer-mode by default, to match glib. + Updated translations.
* Fri Jun 17 2011 vuntzAATTopensuse.org- Fix build after glib libraries moved back to %{_libdir}.
* Mon May 23 2011 dimstarAATTopensuse.org- Update to version 2.28.7: + Fixed a race condition in GProxyResolverGnome that caused problems when making simultaneous connections from multiple threads. + Updated translations.
* Wed May 04 2011 alinm.elenaAATTgmail.com- Add gsettings-desktop-schemas Requires as the proxy schemas are used.
* Wed Apr 27 2011 fcrozatAATTnovell.com- Update to version 2.28.6.1: + Fixed a bug in the gnutls backend introduced in 2.28.6
* Tue Apr 26 2011 fcrozatAATTnovell.com- Update to version 2.28.6: + Fixed some links in the gnutls backend. + Updated translations.
* Tue Apr 05 2011 fcrozatAATTnovell.com- Update to version 2.28.5: + Updated translations.
* Tue Mar 22 2011 fcrozatAATTnovell.com- Update to version 2.28.4: + Added a new proxy backend, GProxyResolverGnome, that uses GSettings and the network proxy schemas from gsettings-desktop-schemas to provide proxy information (and using a new D-Bus service provided by the libproxy backend to provide PAC/WPAD support). + Updated translations.- Changes from version 2.28.0: + Build fix. + Updated translations.- Add dbus-1 and pkgconfig(gsettings-desktop-schemas) BuildRequires. dbus-1 is only needed for directory ownership.
* Mon Feb 14 2011 sbrabecAATTsuse.cz- Added support for translation-update-upstream.
* Fri Jan 07 2011 vuntzAATTopensuse.org- Update to version 2.27.90: + Fixed configure script to actually error out if installed glib version is too old + gnutls: - updated GTlsClientConnectionGnutls for :accepted-cas type change - fixed an uninitialized variable
* Wed Dec 22 2010 vuntzAATTopensuse.org- Update to version 2.27.5: + gnutls: - finish implementing GTlsRehandshakeMode, which was present but non-functional in 2.27.4 - updates for glib TLS API changes - fix some async bugs that caused the main loop to spin - implement a client-side session cache, to speed up handshakes + Compile with gcc warnings by default
* Tue Dec 07 2010 vuntzAATTopensuse.org- Update to version 2.27.4: + Add GNUTLS-based implementation of GTlsBackend.- Add pkgconfig(gnutls) BuildRequires, and pass - -with-ca-certificates=/etc/ssl/ca-bundle.pem to configure.
* Wed Oct 13 2010 vuntzAATTopensuse.org- Update to version 2.26.0: + No changes, just a version bump.- Update spec file after move of glib libraries to /lib: we are checking the name of the package providing libgio by looking at the provider of the file.
* Mon Oct 11 2010 vuntzAATTopensuse.org- Add missing Requires for glib2-tools to glib-networking in baselibs.conf.
* Tue Aug 31 2010 vuntzAATTopensuse.org- Initial packaging (version 2.25.0)
 
ICM