Package: charybdis / 3.3.0-7.1

Metadata

Package Version Patches format
charybdis 3.3.0-7.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix paths | (download)

include/config.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix install paths
 We hardcode a few paths to make charybdis respect the FHS. this patch
 isn't completed, as it should integrate with autoconf better. as
 things stand now, the build system doesn't respect --bindir, doesn't
 have a --libdir or --rundir or --dbpath which we would need instead
 of hardcoding this stuff like this.
 .
 Hopefully this patch can be improved and submitted upstream.
ircd.conf | (download)

doc/Makefile.in | 2 1 + 1 - 0 !
doc/example.conf | 500 0 + 500 - 0 !
doc/ircd.conf | 500 500 + 0 - 0 !
3 files changed, 501 insertions(+), 501 deletions(-)

 rename the example.conf file to ircd.conf
 The example.conf is really a good sample ircd.conf file. Since we
 would like to ship a working config for the Debian package, it would
 better to install the ircd.conf directly. This should not affect
 existing installs because make install actually checks if the config
 file exists.
no_hardcoded_bandb_dpath | (download)

src/bandbi.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not hardcode the bandb_dpath
 Do not hardcode the BANDB_DPATH environment, it is supposed to be
 overridable from... the environment.
non static sqlite | (download)

bandb/Makefile.in | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 make sqlite compilation non-static
 To comply with Debian policy (section 4.13), static linking is now
 disabled, to ease work from the security team.
no rpath | (download)

configure.ac | 11 0 + 11 - 0 !
1 file changed, 11 deletions(-)

 do not build with -rpath
 This patch removes -rpath autodetection
cleanup bandb properly | (download)

bandb/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix clean target for bandb directory
 This was missing the bantool object.
default_nicklen | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
CVE 2012 6084.patch | (download)

modules/m_capab.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] m_capab: fix a possible remote crash triggered by the capab
 parsing code.