1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
|
glib-networking (2.50.0-1+deb9u1) stretch; urgency=medium
* Team upload
* d/p/Return-bad-identity-error-if-identity-is-unset.patch:
Backport fix for CVE-2020-13645 from upstream (Closes: #961756)
-- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 07 Jul 2020 16:57:37 +0200
glib-networking (2.50.0-1) unstable; urgency=medium
* New upstream release.
* Bump dh compat to 10 (automatic dh-autoreconf).
* debian/rules: remove '*.la' and use --fail-missing.
-- Andreas Henriksson <andreas@fatal.se> Mon, 19 Sep 2016 21:01:51 +0200
glib-networking (2.49.90-1) unstable; urgency=medium
* New upstream beta release.
* Update build-dependencies according to configure.ac changes:
- drop intltool
* Convert from cdbs -> dh
* Add debian/docs to ship NEWS
-- Andreas Henriksson <andreas@fatal.se> Tue, 30 Aug 2016 20:41:07 +0200
glib-networking (2.48.2-1) unstable; urgency=medium
* New upstream release.
* Install systemd user service for the glib-pacrunner D-Bus session service.
-- Michael Biebl <biebl@debian.org> Tue, 10 May 2016 23:59:04 +0200
glib-networking (2.48.1-1) unstable; urgency=medium
* New upstream release.
* Drop glib-networking-dbg package now that we have automatic dbgsym
packages.
* Ensure proper upgrade from glib-networking-dbg to new dbgsym packages by
using dh_strip --dbgsym-migration. Bump Build-Depends on debhelper
accordingly.
* Bump debhelper compatibility level to 9.
* Bump Standards-Version to 3.9.8.
-- Michael Biebl <biebl@debian.org> Tue, 03 May 2016 00:49:56 +0200
glib-networking (2.48.0-1) unstable; urgency=medium
* New upstream release.
* Refresh debian/patches/01_connection_test.patch to apply without fuzz.
-- Andreas Henriksson <andreas@fatal.se> Thu, 24 Mar 2016 15:36:21 +0100
glib-networking (2.46.1-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Drop the Build-Conflicts against glib-networking, the test-suite passes
now with that package installed.
-- Michael Biebl <biebl@debian.org> Tue, 13 Oct 2015 15:42:48 +0200
glib-networking (2.46.0-1) unstable; urgency=medium
* New upstream release 2.46.0
+ Various minor cleanups and small memory leak fixes
+ Added a new test case for client certificate chain handling
* Bump glib BD to ≥ 2.46, as per configure.ac.
-- Iain Lane <laney@debian.org> Fri, 25 Sep 2015 17:16:27 +0100
glib-networking (2.45.1-1) experimental; urgency=medium
* Update Vcs-* for experimental.
* New upstream release 2.45.1
+ tls/gnutls: Implement g_tls_client_connection_copy_session_state(), to
allow implementing FTP-over-TLS in gvfs.
* Bump glib BD to ≥ 2.45.1, as per configure.ac.
-- Iain Lane <laney@debian.org> Fri, 01 May 2015 15:47:16 +0100
glib-networking (2.44.0-2) unstable; urgency=medium
* Upload to unstable.
* debian/watch: Update to consider stable releases only.
-- Iain Lane <laney@debian.org> Fri, 01 May 2015 11:51:38 +0100
glib-networking (2.44.0-1) experimental; urgency=medium
* New upstream release 2.44.0
-- Iain Lane <laney@debian.org> Mon, 30 Mar 2015 16:50:37 +0100
glib-networking (2.43.92-1) experimental; urgency=medium
* New upstream release 2.43.92
+ Fix TLS session caching when using session tickets
-- Iain Lane <laney@debian.org> Thu, 19 Mar 2015 17:20:45 +0000
glib-networking (2.43.91-1) experimental; urgency=medium
* New upstream release 2.43.91
- tls/gnutls: Removed a workaround for connecting to servers with weak DH
parameters, which was apparently only needed because gnutls was
prioritizing DHE over RSA.
- tls/gnutls: We now require gnutls 3.x again. (In fact, 2.42.1 and 2.43.1
accidentally used a 3.x-only function, so we already required it, we
were just failing to declare that fact.)
- tls/tests: Skip certain tests when running against old gnutls or GLib
releases. (glib-networking 2.43.91 itself does not require GLib 2.43,
but one of the test cases does.)
* Drop glib BD back to 2.42 as per configure.ac; the problematic test is
automatically skipped upstream if necessary now.
* Increase libgnutls28-dev BD to 3.0, as per configure.ac
-- Iain Lane <laney@debian.org> Wed, 04 Mar 2015 12:54:23 +0000
glib-networking (2.43.1-1) experimental; urgency=medium
* debian/watch: Watch unstable version too, for experimental.
* New upstream release 2.43.1, including changes:
+ The GTlsClientConnection "use-ssl3" property now falls back to TLS 1.0
if SSL 3.0 has been disabled, rather than just failing. Also, we now use
the gnutls %LATEST_RECORD_VERSION option by default (to allow connecting
to certain servers that were incorrectly patched for the POODLE attack),
but also make sure to remove that option in the fallback ("use-ssl3")
mode (to allow connecting to other servers that are differently broken).
+ tls/gnutls: Miscellaneous warning, debugging, and leak fixes.
* Bump glib BD to 2.43 (greater than configure.ac; one test requires this
version).
* Standards-Version → 3.9.6, no changes required.
-- Iain Lane <laney@debian.org> Tue, 25 Nov 2014 18:27:15 +0000
glib-networking (2.42.0-2) unstable; urgency=medium
* debian/patches/01_connection_test.patch:
+ Disable tls/connection tests. They are racy and so unreliable.
Closes: #762588.
* debian/rules:
+ Set VERBOSE so we get more information when a test fails.
-- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 22 Oct 2014 23:41:04 +0200
glib-networking (2.42.0-1) unstable; urgency=medium
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Tue, 23 Sep 2014 20:36:57 +0200
glib-networking (2.41.92-2) unstable; urgency=medium
* Target unstable
-- Sjoerd Simons <sjoerd@debian.org> Sat, 20 Sep 2014 10:18:53 +0200
glib-networking (2.41.92-1) experimental; urgency=medium
* debian/tests/installed-tests: Use dbus-run-session instead of dbus-launch.
* New upstream release 2.41.92
- tls/gnutls: Incorrectly-ordered certificate chains are now accepted
- tls/gnutls: Closing an already-closed GTlsConnection now correctly
returns TRUE rather than G_IO_ERROR_CLOSED
-- Iain Lane <laney@debian.org> Fri, 19 Sep 2014 15:36:11 +0100
glib-networking (2.41.4-1) experimental; urgency=medium
[ Martin Pitt ]
* Unset $http_proxy during autopkgtest; the test suite doesn't get along
with it, and doesn't need internet access.
[ Andreas Henriksson ]
* New upstream development release.
* Bump glib build-dependency to >= 2.41.3 (current experimental version)
since testsuite fails if we use 2.40.0 (current testing/unstable version).
-- Andreas Henriksson <andreas@fatal.se> Sat, 06 Sep 2014 14:10:53 -0700
glib-networking (2.40.1-2) unstable; urgency=medium
* Team upload.
[ Dimitri John Ledkov ]
* Switch to gnutls28. (Closes: #747451)
-- Andreas Henriksson <andreas@fatal.se> Sat, 05 Jul 2014 13:30:46 +0200
glib-networking (2.40.1-1) unstable; urgency=medium
[ Iain Lane ]
* Fix Vcs-Browser URL
[ Emilio Pozuelo Monfort ]
* New upstream bugfix release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Apr 2014 20:46:19 +0200
glib-networking (2.40.0-2) unstable; urgency=medium
* Upload to unstable.
-- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Apr 2014 15:59:58 +0200
glib-networking (2.40.0-1) experimental; urgency=medium
[ Martin Pitt ]
* Add xauth test depends, it is only a recommends of xvfb.
[ Andreas Henriksson ]
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Mon, 24 Mar 2014 22:28:24 +0100
glib-networking (2.39.90-1) experimental; urgency=medium
* New upstream release.
-- Andreas Henriksson <andreas@fatal.se> Tue, 18 Feb 2014 19:56:24 +0100
glib-networking (2.39.3-1) experimental; urgency=medium
* New upstream development release.
* debian/control.in:
+ Bump glib build dependency.
+ Standards-Version is 3.9.5, no changes needed.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Feb 2014 18:51:31 +0100
glib-networking (2.38.2-1) unstable; urgency=low
[ Vincent Cheng ]
* Add missing entries in debian/copyright. (Closes: #725998)
[ Iain Lane ]
* Use dh-autoreconf to update libtool.m4 for new ports.
[ Emilio Pozuelo Monfort ]
* New upstream release.
* Upload to unstable.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 15 Feb 2014 12:59:52 +0100
glib-networking (2.38.1-1) experimental; urgency=low
* debian/control{,.in}: Add XS-Testsuite header
* New upstream release
+ glibpacrunner: Don't crash if there is an internal libproxy error.
+ tls/tests: Fix installed tests to not accidentally depend on having the
source tree still exist.
* debian/control: Have the tests depend on ca-certificates.
-- Iain Lane <laney@debian.org> Thu, 17 Oct 2013 16:01:40 +0100
glib-networking (2.38.0-1) experimental; urgency=low
* New upstream release
* debian/control: Build-Depend on GLib >= 2.38 and libproxy >= 0.4 (test
failures with 0.3)
* Build & package installed tests
* Add autopkgtest to run the installed tests
-- Iain Lane <laney@debian.org> Wed, 25 Sep 2013 11:45:34 +0000
glib-networking (2.36.1-2) unstable; urgency=low
* Merge experimental branch, upload to unstable.
* Bump Standards-Version to 3.9.4, no changes necessary.
-- Martin Pitt <mpitt@debian.org> Wed, 08 May 2013 07:04:53 +0200
glib-networking (2.36.1-1) experimental; urgency=low
* New upstream release.
-- Iain Lane <laney@debian.org> Tue, 23 Apr 2013 11:28:54 +0100
glib-networking (2.36.0-1) experimental; urgency=low
* New upstream release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 25 Mar 2013 16:04:44 +0100
glib-networking (2.35.9-1) experimental; urgency=low
* New upstream release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 05 Mar 2013 18:39:07 +0100
glib-networking (2.35.8-1) experimental; urgency=low
* New upstream release.
+ debian/control.in:
- Update build dependencies.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 23 Feb 2013 19:31:23 +0100
glib-networking (2.34.0-1) experimental; urgency=low
* New upstream release.
+ debian/control.in:
- Update build dependencies.
-- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 23 Oct 2012 16:50:01 +0200
glib-networking (2.33.14-1) experimental; urgency=low
* New upstream release.
* Bump Build-Depends on libglib2.0-dev to (>= 2.33.14) so we don't pick up
the version from unstable. This will also generate a tight enough
dependency.
-- Michael Biebl <biebl@debian.org> Thu, 20 Sep 2012 21:12:58 +0200
glib-networking (2.33.12-1) experimental; urgency=low
* New upstream version, matching glib 2.33.12.
* debian/control.in: Bump glib build dependency to >= 2.33.12.
* debian/control.in: Switch Vcs-* to experimental branch.
* debian/watch: Watch for unstable versions while we are tracking the 2.34
development versions.
-- Martin Pitt <mpitt@debian.org> Thu, 06 Sep 2012 05:55:23 +0200
glib-networking (2.32.3-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Tue, 15 May 2012 20:31:34 +0200
glib-networking (2.32.1-1) unstable; urgency=low
* New upstream release:
- gnutls: added /etc/ssl/ca-bundle.pem to the list of files to check for
to use as the default CA list. (This is what openSUSE uses; not relevant
for Debian/Ubuntu).
- Translation updates.
* debian/copyright: Rewrite to use copyright 1.0 format.
* debian/control.in: Bump Standards-Version to 3.9.3.
-- Martin Pitt <mpitt@debian.org> Mon, 16 Apr 2012 23:43:39 +0200
glib-networking (2.32.0-2) unstable; urgency=low
* Upload to unstable.
-- Michael Biebl <biebl@debian.org> Fri, 30 Mar 2012 08:53:25 +0200
glib-networking (2.32.0-1) experimental; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Tue, 27 Mar 2012 02:08:13 +0200
glib-networking (2.31.22-1) experimental; urgency=low
* New upstream development release.
* Bump Build-Depends on cdbs and debhelper for multiarch support.
-- Michael Biebl <biebl@debian.org> Tue, 20 Mar 2012 02:56:17 +0100
glib-networking (2.31.20-1) experimental; urgency=low
* New upstream development release.
* debian/control.in: Update Build-Depends.
* debian/rules: Explicitly enable libproxy and gnutls support for more
reliable build results.
* Enable PKCS#11 support.
-- Michael Biebl <biebl@debian.org> Thu, 08 Mar 2012 09:48:53 +0100
glib-networking (2.30.2-1) unstable; urgency=low
* New upstream release.
* Instead of removing files via debian/rules, just be a bit more specific
what we want to install in debian/glib-networking-services.install.
-- Michael Biebl <biebl@debian.org> Sun, 15 Jan 2012 13:21:18 +0100
glib-networking (2.30.1-3) unstable; urgency=low
* Upload to unstable.
-- Michael Biebl <biebl@debian.org> Fri, 18 Nov 2011 21:41:27 +0100
glib-networking (2.30.1-2) experimental; urgency=low
* Break pre-multiarch glib (for modules path transition).
* glib-networking autodetects the path, no change needed.
* Split glib-networking for multiarch support:
- glib-networking contains the gio modules (m-a: same).
- g-n-services contains the D-Bus services (m-a: foreign).
- g-n-common contains the data.
* Add build-conflict about glib-networking itself (fails the test
suite).
-- Josselin Mouette <joss@debian.org> Sun, 13 Nov 2011 16:32:49 +0100
glib-networking (2.30.1-1) experimental; urgency=low
* New upstream bug fix release.
-- Martin Pitt <mpitt@debian.org> Fri, 21 Oct 2011 12:02:55 +0200
glib-networking (2.30.0-1) experimental; urgency=low
* New upstream release.
* debian/control:
- Bump Build-Depends on libglib2.0-dev to (>= 2.29.18).
- Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
* Remove patches, all merged upstream:
- debian/patches/01_tls_small_keys.patch
- debian/patches/02_gerror_crash.patch
- debian/patches/03_tls_compat.patch
- debian/patches/04_rehandshake.patch
- debian/patches/05_virtualhosts.patch
- debian/patches/06_gnutls3.patch
* debian/copyright:
- Update FSF address.
* debian/watch:
- Track .xz tarballs.
-- Michael Biebl <biebl@debian.org> Sun, 16 Oct 2011 19:18:55 +0200
glib-networking (2.28.7-2) unstable; urgency=low
* Include a handful of changes from upstream git to improve TLS
support.
+ 01_tls_small_keys.patch: allow small TLS keys that some embedded
servers use.
+ 02_gerror_crash.patch: fix a crash when passed a NULL GError.
+ 03_tls_compat.patch: use %COMPAT in the protocol lists to handle
some broken servers. Closes: #636911.
+ 04_rehandshake.patch: handle rehandshake requests.
+ 05_virtualhosts.patch: don’t reuse sessions for different virtual
hosts on the same IP, some broken servers don’t like that.
+ 06_gnutls3.patch: support GnuTLS 3.x, in case the transition
starts soon.
* Require an intltool version with working quilt support.
-- Josselin Mouette <joss@debian.org> Fri, 23 Sep 2011 20:30:16 +0200
glib-networking (2.28.7-1) unstable; urgency=low
* New upstream release.
* debian/control.in: Fix Vcs-* path for experimental → unstable.
* debian/control.in: Bump Standards-Version to 3.9.2 (no changes necessary).
* debian/watch: Fix syntax to actually recognize the current version.
* debian/watch: Fetch bzip2 tarballs.
* debian/rules: Remove unnecessary *.la files.
-- Martin Pitt <mpitt@debian.org> Wed, 25 May 2011 07:48:14 +0200
glib-networking (2.28.6.1-1) unstable; urgency=low
* New upstream bugfix release
* debian/patches/Only-set-GTLS-errors-when-errors-have-occurred.patch
- Removed, fixed upstream
* debian/patches/work-around-intltool-issue.patch
- Remove, no longer necessary
-- Sjoerd Simons <sjoerd@debian.org> Tue, 26 Apr 2011 22:23:37 +0100
glib-networking (2.28.6-1) unstable; urgency=low
* New upstream release
* debian/patches/Only-set-GTLS-errors-when-errors-have-occurred.patch
- Added. Only reports errors when sending if errors occurred
* debian/patches/work-around-intltool-issue.patch
- Added. Work around intltool discovering translations in applied patched
(Debian bug #560704)
-- Sjoerd Simons <sjoerd@debian.org> Tue, 26 Apr 2011 19:10:10 +0100
glib-networking (2.28.4-2) unstable; urgency=low
[ Rodrigo Moya ]
* debian/rules:
- Remove *.a files in the correct arch-specific dir
[ Sebastian Dröge ]
* debian/control.in:
+ Add debug package.
-- Sebastian Dröge <slomo@debian.org> Thu, 14 Apr 2011 14:06:31 +0200
glib-networking (2.28.4-1) unstable; urgency=low
* New upstream stable release.
+ debian/control.in:
- Build-depend on gsettings-desktop-schemas-dev, depend on
gsettings-desktop-schemas.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Mar 2011 08:48:49 +0000
glib-networking (2.28.0-1) unstable; urgency=low
* New upstream stable release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 22 Feb 2011 20:21:29 +0000
glib-networking (2.27.90-1) experimental; urgency=low
* New upstream release.
+ debian/control.in:
- Bump libglib2.0-dev build requirement.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 08 Jan 2011 01:58:58 +0000
glib-networking (2.27.5-1) experimental; urgency=low
* New upstream release.
+ debian/control.in:
- Bump libglib2.0-dev build requirement.
-- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 23 Dec 2010 01:50:21 +0000
glib-networking (2.27.4-1) experimental; urgency=low
* Initial release. Closes: #607409.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 18 Dec 2010 01:03:19 +0000
|