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

Simon Josefsson jas at moszumanska.debian.org
Mon Jul 18 12:38:53 UTC 2016


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

jas pushed a change to branch master
in repository jabberd2.

      from  64d9107   Depend on libhttp-parser-dev to enable new websocket support.
       new  baefa8e   Imported Upstream version 2.4.0
       new  79a30b6   Merge tag 'upstream/2.4.0'
       new  8336308   New upstream version.
       new  822e22b   Use https URLs in Vcs-Browser and Vcs-Git. Update Standards-Version from 3.9.6 to 3.9.8.
       new  1a36e18   Adapt debian/patches/etc_dbpath.diff.
       new  f0c0967   Adapt pkgname.diff.
       new  ced871e   Add m4-ax_check_compile_flag.diff.

The 7 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 +
 .travis.yml                                  |  24 +++
 Makefile.am                                  |   5 +-
 NEWS                                         |  52 +++++
 README.md                                    |   4 +
 c2s/authreg.c                                |   1 +
 c2s/c2s.c                                    |  17 +-
 c2s/c2s.h                                    |   3 +
 c2s/main.c                                   |  43 ++--
 configure.ac                                 |  35 ++--
 debian/changelog                             |  10 +
 debian/control                               |   6 +-
 debian/patches/etc_dbpath.diff               |  16 +-
 debian/patches/m4-ax_check_compile_flag.diff | 103 ++++++++++
 debian/patches/pkgname.diff                  |   4 +-
 debian/patches/series                        |   1 +
 etc/c2s.xml.dist.in                          |  13 +-
 etc/router-filter.xml.dist.in                |   6 +
 etc/sm.xml.dist.in                           |  22 +-
 jabberd2.pro                                 |  41 ++++
 mio/mio_impl.h                               |  49 +++--
 router/filter.c                              |  43 +++-
 router/router.c                              |  42 ++--
 router/router.h                              |   1 +
 router/user.c                                |  18 +-
 s2s/in.c                                     |  20 +-
 s2s/main.c                                   |  67 +++---
 s2s/out.c                                    |  32 ++-
 sm/Makefile.am                               |  10 +-
 sm/dispatch.c                                |  24 +--
 sm/mm.c                                      |   5 +-
 sm/mod_announce.c                            | 105 +++++-----
 sm/mod_deliver.c                             |   6 +-
 sm/mod_disco.c                               |  24 ++-
 sm/mod_iq_version.c                          |  38 ++--
 sm/mod_privacy.c                             |  29 ++-
 sm/mod_roster_publish.c                      |   7 +-
 sm/mod_status.c                              |  26 ++-
 sm/mod_template_roster.c                     |  16 +-
 sm/mod_verify.c                              | 291 +++++++++++++++++++++++++++
 sm/pres.c                                    |  21 +-
 storage/authreg_db.c                         |  15 +-
 storage/authreg_ldap.c                       |  13 +-
 storage/authreg_ldapfull.c                   |   9 +-
 storage/authreg_mysql.c                      |  49 +++--
 storage/authreg_pgsql.c                      |  22 +-
 storage/authreg_sqlite.c                     | 146 +++++++-------
 storage/storage.c                            |   1 +
 storage/storage.h                            |   7 +-
 storage/storage_db.c                         |  37 +++-
 storage/storage_mysql.c                      |  43 ++--
 storage/storage_pgsql.c                      |  15 +-
 storage/storage_sqlite.c                     |  84 ++------
 sx/callback.c                                |   3 +-
 sx/io.c                                      |  34 +++-
 sx/plugins.h                                 |   7 +-
 sx/sasl.c                                    |  49 +++--
 sx/ssl.c                                     | 207 +++++++++----------
 sx/sx.h                                      |  16 +-
 sx/websocket.c                               |  58 +++---
 tests/Makefile.am                            |   2 +-
 tests/check_config.c                         |  25 ++-
 tools/db-setup.sqlite                        |  19 ++
 tools/git                                    |  13 +-
 util/access.c                                |   7 +-
 util/base64.c                                |  95 ++++++++-
 util/config.c                                |  19 +-
 util/crypt_blowfish.c                        |  17 +-
 util/jid.c                                   |  13 +-
 util/nad.c                                   | 110 +++++++---
 util/nad.h                                   |  24 +--
 util/sha1.c                                  |  20 +-
 util/xdata.c                                 |   3 +-
 73 files changed, 1671 insertions(+), 792 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 debian/patches/m4-ax_check_compile_flag.diff
 create mode 100644 jabberd2.pro
 create mode 100644 sm/mod_verify.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