Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 114 → Rev 115

/trunk/debian/control
4,7 → 4,7
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: cdbs, debhelper (>= 5), quilt,
libc-client2007e-dev | libc-client2007b-dev | libc-client-dev (>= 7:2007~),
libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev
libldap2-dev, zlib1g-dev, libssl-dev (>= 0.9.6), libdb-dev, libtidy-dev
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.kibibyte.se/prayer/trunk
Vcs-Browser: http://svn.kibibyte.se/prayer
/trunk/debian/Config
13,6 → 13,7
LDAP_ENABLE = true # Add LDAP interface
FENCE_ENABLE = false # Use Electric Fence to catch malloc problems
MUTEX_SEMAPHORE = true # Use SYSV mutexes rather than file locking
TIDY_ENABLE = true # Use libtidy for HTML sanitisation
 
# Following depend on the way that you have configured c-client
CCLIENT_SSL_ENABLE = false # C-client was built with SSL support
66,6 → 67,10
FENCE_INCLUDE=
FENCE_LIBS=-lmcheck
 
# Tidy library (required if TIDY_ENABLE set)
TIDY_INCLUDE=-I/usr/include/tidy
TIDY_LIBS=-ltidy
 
# Zlib (required if GZIP_ENABLE set)
Z_INCLUDE =
Z_LIBS = -lz
/trunk/debian/changelog
8,8 → 8,11
* prayer-templates-dev.install: Only template_structs.h and misc.h
needed henceforth, since only those files are #included by compiled
templates.
* debian/Config, debian/control: Enable libtidy for HTML parsing and
sanitisation, fixing certain XSS problems, which were due to simple
substring matching being used.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 01:36:43 +0200
-- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 02:20:32 +0200
 
prayer (1.3.2-dfsg1-4) unstable; urgency=low