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 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573
|
loudmouth (1.5.4-2) unstable; urgency=medium
* Team upload.
* Depend on libidn-dev instead of libidn11-dev. Closes: #1066846.
-- Simon Josefsson <simon@josefsson.org> Thu, 14 Mar 2024 11:53:34 +0100
loudmouth (1.5.4-1) unstable; urgency=medium
* New upstream release
* debian/control: Bump debhelper compat to 13
* debian/copyright: Update copyright holders
* Remove obsolete patch for IPv6 support, applied upstream
* debian/patches/ and debian/rules: Build fixes
* Update symbols file with new API additions
-- Martin <debacle@debian.org> Mon, 31 Jan 2022 14:41:21 +0000
loudmouth (1.5.3-6) unstable; urgency=medium
* Add dependency on libkrb5-dev, to enable SASL GSSAPI support.
Closes: #973643
-- Jelmer Vernooij <jelmer@debian.org> Mon, 02 Nov 2020 18:22:46 +0000
loudmouth (1.5.3-5) unstable; urgency=medium
* Add support for IPv6 (Closes: #921195)
* Move maintainership from Gnome team to XMPP team
-- Martin <debacle@debian.org> Sun, 17 Feb 2019 22:34:08 +0000
loudmouth (1.5.3-4) unstable; urgency=medium
* Update Vcs fields for migration to https://salsa.debian.org/
* Add -Wl,-O1 to our LDFLAGS
* debian/libloudmouth1-0.symbols: Add Build-Depends-Package
* Bump Standards-Version to 4.3.0
-- Jeremy Bicha <jbicha@debian.org> Fri, 28 Dec 2018 09:16:13 -0500
loudmouth (1.5.3-3) unstable; urgency=medium
* Update Vcs fields for conversion to git
* Add debian/gbp.conf
* Bump Standards-Version to 4.1.2
* Bump debhelper compat to 11
* Build with all hardening flags
-- Jeremy Bicha <jbicha@debian.org> Thu, 21 Dec 2017 15:25:14 -0500
loudmouth (1.5.3-2) unstable; urgency=medium
* Convert from cdbs to dh.
* Bump Standards-Version to 3.9.8.
* Bump debhelper compat level to 10.
-- Michael Biebl <biebl@debian.org> Wed, 21 Sep 2016 13:06:37 +0200
loudmouth (1.5.3-1) unstable; urgency=medium
* New upstream release.
* Drop libloudmouth1-0-dbg now that we have automatic dbgsym packages.
* Bump Standards-Version to 3.9.7.
* Bump Build-Depends on libgnutls28-dev to (>= 3.0.20) as per configure.ac.
* The upstream tarball no longer includes autogen.sh, so run gtkdocize and
autoreconf directly via DEB_DH_AUTORECONF_ARGS.
-- Michael Biebl <biebl@debian.org> Sun, 28 Feb 2016 16:08:41 +0100
loudmouth (1.5.2-1) unstable; urgency=medium
* New upstream release.
* Use DEB_DH_AUTORECONF_ARGS += ./autogen.sh so gtkdocize is run as part of
autoreconf.
* Drop debian/patches/06_-lasyncns.patch, merged upstream.
-- Michael Biebl <biebl@debian.org> Sun, 31 Jan 2016 16:39:59 +0100
loudmouth (1.5.1-1) unstable; urgency=medium
* New upstream release from https://mcabber.com. (Closes: #733993)
* Update watch file for new upstream location, enable PGP signature
validation.
* Drop obsolete Conflicts against libloudmouth-dev.
* Mention new maintainer in debian/copyright.
* Drop non-existing --enable-idn configure flag, IDN support is autodetected
and can't be enabled explicitly.
* Update symbols file with new API additions.
* Bump debhelper compatibility level to 9.
* Strip debian/tmp/ from .install files.
* Convert to multiarch.
* Refresh debian/patches/06_-lasyncns.patch and drop the other patches, all
merged upstream.
* Bump Standards-Version to 3.9.6.
* Add Homepage field.
* Drop versioned Build-Depends on dpkg-dev, as even the version in oldstable
is newer.
-- Michael Biebl <biebl@debian.org> Fri, 13 Nov 2015 11:17:43 +0100
loudmouth (1.4.3-12) unstable; urgency=medium
* Team upload
- brown paper bag release.
* Also make libloudmount1-dev depend on libgnutls28-dev
- like the build-dependency, this drops libgnutls-dev (gnutls26)
-- Andreas Henriksson <andreas@fatal.se> Sat, 05 Jul 2014 13:04:37 +0200
loudmouth (1.4.3-11) unstable; urgency=medium
* Team upload.
[ Sébastien Villemot ]
* Add Vcs-* fields.
[ Andreas Henriksson ]
* Put Debian Gnome Maintainers in Maintainer field.
- Ross Burton isn't very active in Debian these days...
* Build-depend on libgnutls28-dev (Closes: #753127)
- instead of libgnutls-dev (gnutls26)
* Fix debian/watch regex to properly match stable releases only.
- change url to use ftp.gnome.org while at it.
-- Andreas Henriksson <andreas@fatal.se> Sat, 05 Jul 2014 12:44:58 +0200
loudmouth (1.4.3-10) unstable; urgency=low
* Team upload.
* 09-libcheck-pthread.patch: new patch by Matthias Klose. Fixes build
failure, correcting the the configure check for the check library, and
manually add -lpthread (see #712140). Closes: #713710.
* Bump Standards-Version to 3.9.5, no changes needed.
-- Sébastien Villemot <sebastien@debian.org> Sun, 03 Nov 2013 20:52:23 +0100
loudmouth (1.4.3-9) unstable; urgency=low
* Team upload.
* debian/patches/08-fix-ipv6-connect.patch: Fix crash when falling back
from IPv6 to IPv4. Thanks to Michael Stapelberg for the patch.
Closes: #631729
-- Sébastien Villemot <sebastien@debian.org> Sun, 03 Feb 2013 17:07:05 +0100
loudmouth (1.4.3-8) unstable; urgency=low
* Switch to dpkg source format 3.0 (quilt).
* Use dh-autoreconf:
- Drop debian/patches/90_autoreconf.patch
- Add Build-Depends on dh-autoreconf.
- Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.
* debian/patches/07-glib-single-include.patch: Fix build failure with
glib 2.32. where including individual glib headers is no longer allowed.
Closes: #665576
* debian/libloudmouth1-0.symbols: Strip debian revision from symbol
versions.
* debian/copyright: Add copyright information.
-- Michael Biebl <biebl@debian.org> Mon, 26 Mar 2012 00:42:14 +0200
loudmouth (1.4.3-7) unstable; urgency=low
* debian/patches/06_-lasyncns.patch:
- Move libasyncns from Libs to Libs.private. It's not needed
to link dynamically and that's causing build failures in
other packages because we don't depend on libasyncns-dev.
Closes: #605992.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 05 Dec 2010 12:37:49 +0100
loudmouth (1.4.3-6) unstable; urgency=low
[ Tanguy Ortolo ]
* debian/patches/05-use-packaged-libasyncns.patch: Use packaged libasyncns
instead of embedded one. (Closes: #566143)
* debian/patches/90_autoreconf.patch: Run libtoolize and autoreconf on top
of the above patch.
[ Emilio Pozuelo Monfort ]
* debian/control.in:
- Build depend on libasyncns-dev.
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 29 Nov 2010 23:54:53 +0100
loudmouth (1.4.3-5) unstable; urgency=low
* Use both whitespace and TCP keepalives. Some routers don't notice TCP
keepalive and some XMPP server time out clients after a certain amount
of idleness on the application layer (Openfire). (Closes: #520572)
-- Sjoerd Simons <sjoerd@debian.org> Mon, 07 Dec 2009 22:28:46 +0000
loudmouth (1.4.3-4) unstable; urgency=low
* debian/rules, debian/watch: use ftp.gnome.org
* debian/patches/04-use-pkg-config-for-gnutls.patch: Use pkg-config to
look for gnutls. Closes: #529835.
* debian/patches/90_autoreconf.patch: Run autoreconf on top of the
above patch.
* debian/control.in: Let libloudmouth1-0-dbg and libloudmouth1-dev depend
on ${misc:Depends}.
* Standards-Version is 3.8.2, no changes needed.
* Inherit section from the source stanza.
* -dbg package is section debug.
* Remove note that people won't usually need the -dbg package from its
description.
* Run tests during build, build depend on check.
-- Emilio Pozuelo Monfort <pochu@ubuntu.com> Mon, 17 Aug 2009 00:51:34 +0200
loudmouth (1.4.3-3) unstable; urgency=low
* debian/control: Added myself to Uploaders.
* debian/patches/03-drop-stanzas-on-fail.patch:
- Added. Drop stanzas that can't be parsed instead of blocking the
parser. Patch from upstream bug tracker.
-- Jonny Lamb <jonny@debian.org> Thu, 04 Jun 2009 18:10:08 +0100
loudmouth (1.4.3-2) unstable; urgency=low
* debian/patches/02-fix-async-resolving.patch
- Fix sync resolving, patch from upstream git.
* Enable async DNS resolving
-- Sjoerd Simons <sjoerd@debian.org> Wed, 20 May 2009 17:35:57 +0100
loudmouth (1.4.3-1) unstable; urgency=low
* New upstream release
* patches/01-fix-sasl-md5-digest-uri.patch
- Added. Fix sasl md5 digest-uri when using SRV lookups, which prevented
loudmouth from logging into recent versions of ejabberd
-- Sjoerd Simons <sjoerd@debian.org> Wed, 01 Apr 2009 16:36:18 +0100
loudmouth (1.4.2-2) unstable; urgency=high
* Set -DONLY_TCP_KEEP_ALIVE in CFLAGS as a workaround to revert the 1.4.0 ->
1.4.1 changes for lenny; closes: #494940.
-- Loic Minier <lool@dooz.org> Mon, 20 Oct 2008 21:20:35 +0200
loudmouth (1.4.2-1) unstable; urgency=low
* New upstream release.
-- Norbert Tretkowski <nobse@debian.org> Sun, 07 Sep 2008 22:26:15 +0200
loudmouth (1.4.1-1) unstable; urgency=low
* New upstream release.
-- Norbert Tretkowski <nobse@debian.org> Sun, 03 Aug 2008 16:51:39 +0200
loudmouth (1.4.0-1) unstable; urgency=low
* New upstream release.
-- Norbert Tretkowski <nobse@debian.org> Wed, 23 Jul 2008 13:49:28 +0200
loudmouth (1.3.4-1) unstable; urgency=low
* New upstream release.
* Drop patch 00_xmpp_with_old_style_auth.patch.
* Enable IDN support. (closes: #463101)
-- Norbert Tretkowski <nobse@debian.org> Tue, 04 Mar 2008 13:42:12 +0100
loudmouth (1.3.3-2) unstable; urgency=low
* debian/paches/00_xmpp_with_old_style_auth.patch
- Add support for using obsolete XEP-0078 authentication with XMPP 1.0
servers that don't implement SASL
-- Sjoerd Simons <sjoerd@debian.org> Wed, 13 Feb 2008 11:16:01 +0100
loudmouth (1.3.3-1) unstable; urgency=low
* New upstream release
* debian/libloudmouth1-0.symbols: Add a symbols file for loudmouth
-- Sjoerd Simons <sjoerd@debian.org> Tue, 08 Jan 2008 15:25:51 +0100
loudmouth (1.3.2-1) experimental; urgency=low
* New upstream release.
-- Norbert Tretkowski <nobse@debian.org> Wed, 31 Oct 2007 23:31:43 +0100
loudmouth (1.2.3-3) UNRELEASED; urgency=low
* Use binary:version and source:Version for binnNMU-safe uploads as
added in dpkg-dev 1.13.19. Add to Build-Depends accordingly.
-- Kilian Krause <kilian@debian.org> Sat, 22 Sep 2007 12:47:08 +0200
loudmouth (1.2.3-2) unstable; urgency=low
* Configure with --disable-idn. (closes: #427490)
-- Norbert Tretkowski <nobse@debian.org> Tue, 12 Jun 2007 19:44:23 +0200
loudmouth (1.2.3-1) unstable; urgency=low
* New upstream release.
-- Norbert Tretkowski <nobse@debian.org> Mon, 11 Jun 2007 20:18:50 +0200
loudmouth (1.2.2-1) unstable; urgency=low
[ Loic Minier ]
* Fix description of the -dbg package.
* Wrap build-deps and deps.
* Use http://ftp.imendio.com/pub/imendio/loudmouth/src in copyright.
* Track all versions in watch file.
[ Norbert Tretkowski ]
* New upstream release. (closes: #426684)
* Added patch from Ubuntu to fix crash when connection_data->connection
is used as a pointer.
-- Norbert Tretkowski <nobse@debian.org> Wed, 30 May 2007 15:08:24 +0200
loudmouth (1.2.1-1) unstable; urgency=low
[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.
[ Sjoerd Simons ]
* New upstream release
* debian/patches/01_64bit-clean.patch
- Dropped. Fixed upstream
* debian/patches/01_dont_free_parser_while_parsing.patch
- Dropped. Fixed upstream
* debian/ptaches/01_escape_xml_entities.patch
- Dropped. Fixed upstream
-- Sjoerd Simons <sjoerd@debian.org> Mon, 16 Apr 2007 14:37:21 +0200
loudmouth (1.1.4-2) unstable; urgency=low
[ Dafydd Harries ]
* Apply patches from CVS that fix crashes/forced disconnections:
- 01_dont_free_parser_while_parsing.patch
- 01_escape_xml_entities.patch
[ Ross Burton ]
* Apply patch from CVS to fix warnings on 64-bit archs:
- 01_64bit-clean.patch
-- Ross Burton <ross@debian.org> Thu, 7 Dec 2006 16:59:11 +0000
loudmouth (1.1.4-1) unstable; urgency=low
* New upstream version.
-- Dafydd Harries <daf@debian.org> Sat, 30 Sep 2006 19:34:07 +0100
loudmouth (1.0.4-2) unstable; urgency=low
* Add dependency libloudmouth1-dev -> libgnutls-dev.
-- Dafydd Harries <daf@debian.org> Thu, 29 Jun 2006 18:59:33 +0100
loudmouth (1.0.4-1) unstable; urgency=low
* New upstream release.
* debian/watch: point at ftp.imendio.com.
-- Dafydd Harries <daf@debian.org> Thu, 29 Jun 2006 12:55:05 +0100
loudmouth (1.0.3-1) unstable; urgency=low
* New upstream release.
* This package is built against libgnutls13 (closes: #335761)
* Use Debhelper compat version 5, and bump build-depends accordingly.
* Add -dbg package.
* Bump standards version (no changes).
-- Dafydd Harries <daf@debian.org> Mon, 19 Jun 2006 14:41:52 +0100
loudmouth (1.0.1-5) unstable; urgency=low
* Don't install the .la file
* Update FSF address
-- Ross Burton <ross@debian.org> Fri, 5 May 2006 16:28:53 +0100
loudmouth (1.0.1-4) unstable; urgency=low
* Change Build-Depends to libgnutls-dev (#335761)
-- Ross Burton <ross@debian.org> Wed, 26 Oct 2005 09:41:16 +0100
loudmouth (1.0.1-3) unstable; urgency=low
* Put symlink to API docs in the right directory.
-- Ross Burton <ross@debian.org> Thu, 29 Sep 2005 12:07:49 +0100
loudmouth (1.0.1-2) unstable; urgency=low
* Add dependency on libglib2.0-dev to libloudmouth1-dev (closes: #327117)
* Add the examples to libloudmouth1-dev
-- Ross Burton <ross@debian.org> Mon, 12 Sep 2005 09:21:33 +0100
loudmouth (1.0.1-1) unstable; urgency=low
* New upstream release.
-- Ross Burton <ross@debian.org> Wed, 17 Aug 2005 09:35:16 +0100
loudmouth (1.0-1) unstable; urgency=low
* New upstream release (closes: #322410, #320718, #320719)
-- Ross Burton <ross@debian.org> Mon, 15 Aug 2005 10:45:58 +0100
loudmouth (0.90-1) unstable; urgency=low
* New upstream release (closes: #319751)
- Remove lm-ssl-disconnect.diff
* Use list-missing to check installed files
* Install the .la file
-- Ross Burton <ross@debian.org> Sun, 31 Jul 2005 17:02:29 +0100
loudmouth (0.17.2-2) unstable; urgency=low
* debian/patches/lm-ssl-disconnect.diff: Fix crash when SSL servers
disconnect (closes: #299571)
* Add debian/watch
-- Ross Burton <ross@debian.org> Thu, 31 Mar 2005 16:23:44 +0100
loudmouth (0.17.2-1) unstable; urgency=low
* New upstream release
* 64-bit builds fixed (closes: 272421)
-- Ross Burton <ross@debian.org> Tue, 2 Nov 2004 13:33:30 +0000
loudmouth (0.17.1-1) unstable; urgency=low
* New upstream release.
-- Ross Burton <ross@debian.org> Tue, 31 Aug 2004 17:50:05 +0100
loudmouth (0.17-1) unstable; urgency=low
* New upstream release.
-- Ross Burton <ross@debian.org> Fri, 27 Aug 2004 08:01:44 +0100
loudmouth (0.16-3) unstable; urgency=low
* GNOME team upload.
* debian/control.in: switch to gnutls11.
-- Jordi Mallach <jordi@debian.org> Sun, 1 Aug 2004 13:28:28 +0200
loudmouth (0.16-2) unstable; urgency=low
* GNOME Team Upload
* Rebuilt in unstable with gnutls10.
-- Sebastien Bacher <seb128@debian.org> Thu, 27 May 2004 21:31:17 +0200
loudmouth (0.16-1) experimental; urgency=low
* New upstream release
* debian/control.in: we need gnutls10.
-- Ross Burton <ross@debian.org> Fri, 16 Apr 2004 11:57:13 +0100
loudmouth (0.15-1) unstable; urgency=low
* New upstream release
* Rename packages for new upstrem versioning scheme
* debian/copyright: Update home page URL
* Move to GNOME Packaging Team
-- Ross Burton <ross@debian.org> Mon, 2 Feb 2004 18:11:43 +0000
loudmouth (0.14.1-1) unstable; urgency=low
* New upstream release (closes: #215214)
-- Ross Burton <ross@debian.org> Mon, 13 Oct 2003 11:24:08 +0100
loudmouth (0.14-1) unstable; urgency=low
* New upstream release
-- Ross Burton <ross@debian.org> Fri, 10 Oct 2003 10:56:31 +0100
loudmouth (0.13.2-1) unstable; urgency=low
* New upstream release
-- Ross Burton <ross@debian.org> Fri, 15 Aug 2003 14:23:30 +0100
loudmouth (0.13-2) unstable; urgency=low
* Rebuild with libgnutls7-dev.
-- Ross Burton <ross@debian.org> Tue, 5 Aug 2003 12:07:13 +0100
loudmouth (0.13-1) unstable; urgency=low
* New upstream release
-- Ross Burton <ross@debian.org> Tue, 5 Aug 2003 11:53:29 +0100
loudmouth (0.12-1) unstable; urgency=low
* Maintainer upload. Thanks to Jordi for the NMU whilst I was in Greece,
doing nothing.
* Push Standards to 3.6.0 whilst I'm uploading.
-- Ross Burton <ross@debian.org> Tue, 22 Jul 2003 17:49:55 +0100
loudmouth (0.12-0.1) unstable; urgency=low
* Non-Maintainer Upload. Ross, I hope it's ok!
* New upstream release.
* debian/control:
+ build depend on libgnutls5-dev. We can't use libgnutls7 because
libgnome still uses gnutls5.
+ bump gtk-doc-tools to (>= 1.1-2) for local DTD fixes. This should now
build ok on ARM (closes: #200601).
-- Jordi Mallach <jordi@debian.org> Mon, 21 Jul 2003 11:28:18 +0200
loudmouth (0.10-1) unstable; urgency=low
* New upstream release
-- Ross Burton <ross@debian.org> Thu, 26 Jun 2003 17:46:12 +0100
loudmouth (0.9.1-3) unstable; urgency=low
* debian/rules: declare variables after includes (closes: #198245)
-- Ross Burton <ross@debian.org> Tue, 24 Jun 2003 12:32:44 +0100
loudmouth (0.9.1-2) unstable; urgency=low
* Add Build-depend on gtk-doc-tools (closes: #195469)
* Add Build-depend on autotools-dev, pre-empting the buildd's
* Build-depend on CDBS 0.2.11 so that dh_link is called for us.
-- Ross Burton <ross@debian.org> Mon, 2 Jun 2003 07:59:02 +0100
loudmouth (0.9.1-1) unstable; urgency=low
* New upstream release
* debian/rules: upgrade to CDBS
* debian/rocks: unused with CDBS
-- Ross Burton <ross@debian.org> Wed, 28 May 2003 18:32:36 +0100
loudmouth (0.9-1) unstable; urgency=low
* Initial Release. (closes: #183826)
-- Ross Burton <ross@debian.org> Sun, 13 Apr 2003 19:21:57 +0100
|