--- - branch: MAIN date: Thu Apr 21 21:24:56 UTC 2016 files: - new: '1.25' old: '1.24' path: pkgsrc/net/glib-networking/Makefile pathrev: pkgsrc/net/glib-networking/Makefile@1.25 type: modified - new: '1.10' old: '1.9' path: pkgsrc/net/glib-networking/PLIST pathrev: pkgsrc/net/glib-networking/PLIST@1.10 type: modified - new: '1.13' old: '1.12' path: pkgsrc/net/glib-networking/distinfo pathrev: pkgsrc/net/glib-networking/distinfo@1.13 type: modified - new: '1.4' old: '1.3' path: pkgsrc/net/glib-networking/patches/patch-aa pathrev: pkgsrc/net/glib-networking/patches/patch-aa@1.4 type: modified - new: '1.1' old: '0' path: pkgsrc/net/glib-networking/patches/patch-configure pathrev: pkgsrc/net/glib-networking/patches/patch-configure@1.1 type: added id: 20160421T212456Z.1ecaea9f027f79a86b757d2b03765ac56274eda5 log: "Update glib-networking to 2.48.0\n\n2.48.0\n======\n * New stable release. (No changes since 2.47.90)\n\n2.47.90\n=======\n * gnutls: The non-PKCS#11 TLS plugin now uses gnutls's certificate\n validation code directly, rather than attempting to build a\n certificate chain itself first. [#753260 and others, Dan Winship]\n\n * gnutls: Fixed a leak when closing a connection during an implicit\n \ handshake [#736809, Philip Withnall]\n\n * gnutls: Fixed \"make check\" without PKCS#11 support [#728977,\n Gilles Dartiguelongue]\n\n * gnutls: Various changes in preparation for DTLS support (but not\n the actual DTLS support itself) [#697908, #735754, Philip\n Withnall, Olivier Cræ£\x9Ate]\n\n * Updated translations: Occitan\n\n2.47.1\n======\n * Fixed a certificate chain validation problem that affected\n Facebook in Epiphany. [#750457, Carlos Garcia Campos]\n\n * Added a systemd service file for glib-pacrunner [#755740, Simon\n McVittie]\n\n2.46.0\n======\n \ * Various minor cleanups and small memory leak fixes\n\n * Added a new test case for client certificate chain handling\n [#754129, Michael Catanzaro]\n\n \ * New/updated translations:\n Japanese, Occitan, Portuguese\n\n2.45.1\n======\n \ * tls/gnutls: Implement g_tls_client_connection_copy_session_state(),\n to allow implementing FTP-over-TLS in gvfs. (#745255, Ross\n Lagerwall)\n\n2.44.0\n======\n \ * New stable release. (No changes since 2.43.92)\n\n2.43.92\n=======\n * Fix TLS session caching when using session tickets (#745099, Ross\n Lagerwall)\n\n \ * Updated translations:\n\tBosnian\n\n2.43.91\n=======\n * tls/gnutls: Removed a workaround for connecting to servers with\n weak DH parameters, which was apparently only needed because\n gnutls was prioritizing DHE over RSA. (Michael Catanzaro)\n (https://bugzilla.redhat.com/show_bug.cgi?id=1177964#c8)\n\n * tls/gnutls: We now require gnutls 3.x again. (In fact, 2.42.1\n and 2.43.1 accidentally used a 3.x-only function, so we already\n required it, we were just failing to declare that fact.)\n\n * tls/tests: Skip certain tests when running against old gnutls or\n GLib releases. (glib-networking 2.43.91 itself does not require\n GLib 2.43, but one of the test cases does.)\n\n * Updated translations:\n\tFriulian\n\n2.43.1\n======\n\n * The GTlsClientConnection \"use-ssl3\" property now falls back to TLS\n 1.0 if SSL 3.0 has been disabled, rather than just failing. Also,\n we now use the gnutls %LATEST_RECORD_VERSION option by default (to\n allow connecting to certain servers that were incorrectly patched\n \ for the POODLE attack), but also make sure to remove that option\n in the fallback (\"use-ssl3\") mode (to allow connecting to other\n servers that are differently broken). (#738633, #740087, Dan\n Winship)\n\n * tls/gnutls: Miscellaneous warning, debugging, and leak fixes\n (#736757, #736809, #737106, Philip Withnall)\n\n \ * New/updated translations:\n\tKazakh\n\n2.42.0\n======\n * New stable release. (No changes since 2.41.92)\n\n2.41.92\n=======\n * tls/gnutls: Incorrectly-ordered certificate chains are now\n accepted (#683266, Michael Catanzaro)\n\n * tls/gnutls: Closing an already-closed GTlsConnection now correctly\n returns TRUE rather than G_IO_ERROR_CLOSED (#735754, Olivier\n Cræ£\x9Ate)\n\n2.41.4\n======\n \ * tls/gnutls: certificates with IP address subject altnames are now\n supported (#726596, Aleix Conchillo Flaqu辿)\n\n * tls/tests: added a script to re-generate the certificates, and\n regenerated them (since the key for the existing CA certificate\n had been lost, so it wasn't possible to add new test certificates,\n \ eg, for IP SAN). (#733365, Aleix Conchillo Flaqu辿)\n\n * Updated translations:\n\tGreek\n\n2.41.3\n======\n \ * tls/gnutls: g_tls_backend_get_default_database() should never\n return %NULL; if glib-networking was built without a\n ca-certificates file, then the default GTlsDatabase should just be\n empty. (#727282, Olivier Cræ£\x9Ate)\n\n \ * tls/gnutls: If a server's certificate includes an issuer chain, we\n now send the entire chain to the client. (#724708, Aleix Conchillo\n Flaqu辿)\n\n \ * Updated translations:\n\tSwedish\n\n2.40.0\n======\n * New stable release. (No changes since 2.39.90)\n\n2.39.90\n=======\n * tls/gnutls: Avoid trying to update a destroyed GSource (#723774,\n Philip Withnall)\n\n * tls/tests: Fix another flaky test (#722336)\n\n * tests: use the TAP driver\n\n * Updated translations:\n\tChinese, Czech\n\n2.39.3\n======\n * tls/tests: Fix one sporadic bug in the connection test (#720081)\n and make it properly fail rather than hanging forever when another\n sporadic bug happens (which I don't actually know the cause of)\n \ (#719727)\n\n * tls/gnutls: Fix for -Werror=format-nonliteral (#720081, Ryan\n \ Lortie)\n\n2.39.1\n======\n * tls/gnutls: Use g_tls_interaction_invoke_request_certificate()\n \ when processing a certificate request. (#637257, Stef Walter)\n\n * tls/gnutls: Handle G_IO_ERROR_TIMED_OUT on a GTlsConnection\n correctly rather than reporting \"The specified session has\n been invalidated for some reason\". (#710700, Aleix Concillo\n Flaque)\n\n * tls/tests: Fix to previous installed-tests fix, which resulted\n in some files getting installed even when installed tests weren't\n enabled. (#710197)\n\n * tls/tests: add a test for a fix made in glib (#710691, Aleix\n Conchillo Flaque).\n\n2.38.1\n======\n * glibpacrunner: Don't crash if there is an internal libproxy error.\n (rhbz #866927)\n\n * tls/tests: Fix installed tests to not accidentally depend on\n having the source tree still exist. (#709628)\n\n * Updated translations:\n\tTajik\n\n2.38.0\n======\n \ * New stable release. (No changes since 2.37.5)\n\n2.37.5\n======\n * gnutls: minimum version is now 2.12.8 (with 3.x preferred...)\n\n * glib-networking now supports the --enable-installed-tests flag, to\n install its test programs to run at other times (ie, after\n updating glib)\n\n2.37.4\n======\n * proxy/gnome: further improve GNOME session detection (#701377)\n\n * gnutls: don't crash if $G_TLS_GNUTS_PRIORITY is invalid (#701693)\n\n2.37.2\n======\n * proxy/gnome: Improve session-type detection to include\n gnome-classic and anything else starting with \"gnome\" (#700607,\n Giovanni Campagna)\n\n * proxy/libproxy: make SOCKS work when using the async API (#699359,\n Dan)\n\n * proxy/tests: make the libproxy test program use the just-built\n plugin rather than the installed one. Oops (#700286, Iain Lane)\n\n * proxy/tests: fix to not error out if neither proxy module is built\n (#700628, Dan)\n\n * tls/tests: fix a sporadic crash (Dan)\n\n2.37.1\n======\n * gnutls: Fixed a bug that could cause hangs and/or bursts of CPU\n usage in some cases. (#696881, Olivier Cræ£\x9Ate)\n\n \ * gnutls: Fixed CFLAGS when building with gnutls in a different\n prefix. (#696519, Emmanuel Pacaud)\n\n * gnutls: Fixed a hang while rehandshaking with gnutls 3.x (#695062,\n Dan)\n\n * gnutls: Fixed a handshaking crash in multithreaded use (#697754,\n Olivier Cræ£\x9Ate)\n\n * proxy/gnome: Fix \"automatic\" mode, which was mistakenly being\n treated as \"none\" (Dan)\n\n * proxy/gnome: Use this in Unity sessions as well as GNOME ones.\n (#698936, Iain Lane)\n\n \ * New/Updated translations:\n\tFriulian, Indonesian, Turkish\n" module: pkgsrc subject: 'CVS commit: pkgsrc/net/glib-networking' unixtime: '1461273896' user: prlw1