[Pkg-xmpp-commits] [jabberd2] branch master updated (d128bfc -> 64d9107)

Simon Josefsson jas at moszumanska.debian.org
Sun Nov 1 00:18:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

jas pushed a change to branch master
in repository jabberd2.

      from  d128bfc   Put systemd service files in /lib/systemd/system (lintian systemd-service-file-outside-lib).
       new  a0d7bde   Imported Upstream version 2.3.4
       new  0242eb5   Merge tag 'upstream/2.3.4'
       new  f97d673   New upstream version.
       new  282d487   Update for 2.3.4.
       new  64d9107   Depend on libhttp-parser-dev to enable new websocket support.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                  |   1 +
 Makefile.am                 |   2 +-
 NEWS                        |  23 ++
 README                      | 213 +---------------
 README.md                   | 163 +++++++++++-
 c2s/Makefile.am             |   3 +
 c2s/authreg.c               |  67 ++---
 c2s/c2s.c                   |  58 +----
 c2s/c2s.h                   |  23 +-
 c2s/main.c                  | 104 +++++---
 configure.ac                |  15 +-
 debian/changelog            |   7 +
 debian/control              |   2 +-
 debian/patches/pkgname.diff |   4 +-
 debian/rules                |   1 +
 etc/c2s.xml.dist.in         |  24 +-
 etc/s2s.xml.dist.in         |   5 +
 etc/sm.xml.dist.in          |  10 +-
 router/main.c               |   4 +-
 router/router.h             |   1 +
 s2s/main.c                  |  12 +-
 s2s/out.c                   |   6 +-
 s2s/s2s.h                   |   7 +
 sm/main.c                   |   3 +-
 sm/mod_disco.c              |  64 +++--
 sm/sm.h                     |   1 +
 storage/Makefile.am         |   2 +-
 storage/authreg_anon.c      |   7 -
 storage/authreg_pgsql.c     | 228 +++++++++++------
 storage/storage_db.c        |   2 +-
 sx/Makefile.am              |   4 +
 sx/ack.c                    |  12 +-
 sx/client.c                 |   6 +-
 sx/compress.c               |  21 +-
 sx/error.c                  |  36 +--
 sx/io.c                     |  24 +-
 sx/plugins.h                |  31 ++-
 sx/server.c                 |  36 ++-
 sx/ssl.c                    | 234 +++++++++---------
 sx/sx.c                     |  14 +-
 sx/sx.h                     |   7 +-
 sx/websocket.c              | 590 ++++++++++++++++++++++++++++++++++++++++++++
 util/base64.c               |   6 +-
 util/crypt_blowfish.c       |   1 +
 util/uri.h                  |   1 +
 45 files changed, 1469 insertions(+), 616 deletions(-)
 create mode 100644 sx/websocket.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/jabberd2.git



More information about the Pkg-xmpp-commits mailing list