Package: jabberd2 / 2.7.0-8

Metadata

Package Version Patches format
jabberd2 2.7.0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
man_hypen.diff | (download)

man/c2s.8.in | 2 1 + 1 - 0 !
man/jabberd.8.in | 2 1 + 1 - 0 !
man/router.8.in | 2 1 + 1 - 0 !
man/s2s.8.in | 2 1 + 1 - 0 !
man/sm.8.in | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 replace minus with the correct hyphen escape.
usr_etc.diff | (download)

etc/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 changes the path of the init files
etc_dbpath.diff | (download)

etc/c2s.xml.dist.in | 4 2 + 2 - 0 !
etc/sm.xml.dist.in | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 changes in etc files the path of the databases
etc_logpath.diff | (download)

etc/c2s.xml.dist.in | 8 4 + 4 - 0 !
etc/router.xml.dist.in | 8 4 + 4 - 0 !
etc/s2s.xml.dist.in | 8 4 + 4 - 0 !
etc/sm.xml.dist.in | 8 4 + 4 - 0 !
4 files changed, 16 insertions(+), 16 deletions(-)

 changes in etc files the path of the log files
etc_pidpath.diff | (download)

etc/c2s.xml.dist.in | 2 1 + 1 - 0 !
etc/router.xml.dist.in | 2 1 + 1 - 0 !
etc/s2s.xml.dist.in | 2 1 + 1 - 0 !
etc/sm.xml.dist.in | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 changes in etc files the path of the pidfiles
pkgname.diff | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 changes the name of the package
systemd alias.diff | (download)

etc/jabberd.service.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add systemd alias to old init script
m4 ax_check_compile_flag.diff | (download)

configure.ac | 1 1 + 0 - 0 !
m4/ax_check_compile_flag.m4 | 74 74 + 0 - 0 !
2 files changed, 75 insertions(+)

 add m4/ax_check_compile_flag.m4 and use ac_config_macro_dirs.
no implicit declarations.patch | (download)

storage/authreg_ldapfull.c | 1 1 + 0 - 0 !
storage/authreg_mysql.c | 1 1 + 0 - 0 !
storage/authreg_pgsql.c | 1 1 + 0 - 0 !
storage/authreg_sqlite.c | 1 1 + 0 - 0 !
util/crypt_blowfish.c | 2 2 + 0 - 0 !
util/crypt_blowfish.h | 1 0 + 1 - 0 !
6 files changed, 6 insertions(+), 1 deletion(-)

 add missing includes and disable conflicting crypt_r()
 Nothing uses crypt_r() externally, it should use the glibc one; so disable
 the conflicting prototype in the internal header.
no implicit declarations2.patch | (download)

sx/websocket.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing prototypes to fix -werror=implicit-function-declaration