[UVF Exception Report] Jabberd2s10 new upstream

Stephan Hermann sh at sourcecode.de
Mon Jan 30 14:48:28 GMT 2006


Hi,

Package: jabberd2
Version: 2.0s10-1
Distribution: Debian Experimental

Rationale:
	JabberD2 is fixing some issues on amd64 for s2s communications and some other
	serious regressions from s8 and s9. You can find the diff of real upstream
	diff in this mail

Risks: 
	There are no risks, because 1. jabberd2 is not in main, neither will it break 
 	running services.

More informations:

--- jabberd2-2.0s8/ChangeLog    2005-04-20 08:55:40.000000000 +0200
+++ jabberd2-2.0s10/ChangeLog   2005-10-02 17:44:21.000000000 +0200
@@ -1,3 +1,38 @@
+2005-10-02 Justin Kirby <justin-j2 at openaether.org>
+       * fixed SASL anonymous, bug#126
+2005-09-27 Justin Kirby <justin-j2 at openaether.org>
+       * fixed edge cases with new dynamic jid code
+2005-09-20 Justin Kirby <justin-j2 at openaether.org>
+       * fixed incorrect free order in c2s, byg#125
+       * corrected debug logging, bug#119
+2005-09-09 Justin Kirby <justin-j2 at openaether.org>
+       * fixed s2s bus error on 64-bit architectures, bug#122
+       * fixed c2s collisions due to long jids, bug#118
+       * fixed error response to iq result, bug#110
+       * fixed roster pushing packets without id, bug#73
+       * applied new dynamic jid patch, bug#100
+2005-08-25 Justin Kirby <justin-j2 at openaether.org>
+       * rolled back the dynamic jid patch
+       * fixed double free of nad in c2s and s2s, bug#97
+2005-08-19 Justin Kirby <justin-j2 at openaether.org>
+       * major memory enhancement, made jid structure dynamically allocated, 
bug#100
+2005-08-17 Justin Kirby <justin-j2 at openaether.org>
+       * fixed glibc error with custom sql statements, bug#106
+       * fixed segfault with keepalives, bug#102
+2005-07-25 Justin Kirby <justin-j2 at openaether.org>
+       * fixed second log-in in with similar resource breaks routing for 
first login
+       * fixed 3 buffer overflows in jid.c, bug#99
+       * fixed Incorrect SASL error message defined in sx/sasl.c, bug#98
+2005-06-22 Justin Kirby <justin-j2 at openaether.org>
+       * fixed sx io mem leak, bug#90
+       * fixed c2s glibc abort and mysql option flags, bug#82
+       * fixed version attribute reply in stream, bug#94
+2005-06-02 Justin Kirby <justin-j2 at openaether.org>
+       * fixed only one user is loaded correctly for each router acl, bug#60
+       * fixed s2s segfault under particular connection timeout conditions, 
bug#66
+       * fixed id is being case sensitive, bug#68
+       * fixed Users cannot login after a long period of server inactivity, 
bug#69
+       * fixed  handling of stream errors, bug#79
 2005-04-20 Justin Kirby <justin-j2 at openaether.org>
        * fixed s2s segfault from resolver race condition bug#59
        * fixed mem leak in s2s bug#59


shermann at amd64-home:~/packages/dapper/jabberd2$ diff -ruN jabberd2-2.0s8/ 
jabberd2-2.0s10/ | diffstat
 ChangeLog                            |   35
 INSTALL                              |   27
 Makefile.in                          |   24
 PROTOCOL                             |    2
 README                               |    2
 aclocal.m4                           |  883 +++++++++++------------
 c2s/Makefile.in                      |    6
 c2s/authreg.c                        |    7
 c2s/authreg_mysql.c                  |   14
 c2s/authreg_pgsql.c                  |    4
 c2s/c2s.c                            |   52 -
 c2s/c2s.h                            |    3
 c2s/main.c                           |   66 +
 c2s/sm.c                             |    5
 config.guess                         |   78 --
 config.h.in                          |    9
 config.sub                           |   11
 configure                            | 1294 
++++++++++++++++++++++++++---------
 configure.in                         |   22
 debian/NEWS                          |   24
 debian/README.Debian                 |   15
 debian/changelog                     |  104 +-
 debian/component.d/10router          |   44 +
 debian/component.d/20resolver        |   44 +
 debian/component.d/30sm              |   45 +
 debian/component.d/40s2s             |   44 +
 debian/component.d/50c2s             |   44 +
 debian/control                       |  153 +++-
 debian/copyright                     |   47 +
 debian/dirs                          |    5
 debian/docs                          |    3
 debian/jabberd2-bdb.dirs             |    6
 debian/jabberd2.defaults             |   10
 debian/jabberd2.init                 |  106 --
 debian/jabberd2.postinst             |   69 +
 debian/jabberd2.postrm               |   76 +-
 debian/jabberd2.preinst              |   44 +
 debian/jabberd2.prerm                |   39 +
 debian/patches/00_configuration.diff |  220 -----
 debian/patches/00list                |    1
 debian/patches/01_sysconfdir.diff    |   26
 debian/patches/config.dpatch         |  236 ++++++
 debian/rules                         |  418 ++++++++++-
 depcomp                              |   60 -
 etc/Makefile.in                      |   24
 etc/templates/Makefile.in            |    4
 expat/Makefile.in                    |    6
 install-sh                           |    6
 ltmain.sh                            |  373 ++++++----
 man/Makefile.in                      |    4
 mio/Makefile.in                      |    6
 missing                              |   25
 resolver/Makefile.in                 |    6
 router/Makefile.in                   |    6
 router/aci.c                         |   45 +
 router/main.c                        |   43 +
 router/router.c                      |   10
 router/router.h                      |    3
 router/user.c                        |    8
 s2s/Makefile.in                      |    6
 s2s/in.c                             |    7
 s2s/main.c                           |   48 -
 s2s/out.c                            |    8
 s2s/s2s.h                            |    3
 scod/Makefile.in                     |    6
 sm/Makefile.am                       |    1
 sm/Makefile.in                       |   17
 sm/aci.c                             |   10
 sm/dispatch.c                        |   16
 sm/main.c                            |   22
 sm/mod_disco.c                       |    5
 sm/mod_roster.c                      |    8
 sm/pkt.c                             |   20
 sm/sess.c                            |    8
 sm/sm.h                              |    5
 sm/storage.c                         |   13
 sm/storage_mysql.c                   |   12
 sm/storage_oracle.c                  |    4
 sm/storage_sqlite.c                  |  671 ++++++++++++++++++
 subst/Makefile.in                    |    6
 sx/Makefile.in                       |    6
 sx/io.c                              |   11
 sx/sasl.c                            |    3
 sx/server.c                          |    4
 tools/Makefile.am                    |    3
 tools/Makefile.in                    |    7
 tools/jabberd.in                     |    3
 util/Makefile.in                     |    6
 util/jid.c                           |  331 +++++++-
 util/util.h                          |   42 -
 90 files changed, 4656 insertions(+), 1652 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu/attachments/20060130/b7cc1ad3/attachment.pgp


More information about the Ubuntu-motu mailing list