| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 178 |
1995d 06h |
magnus |
/trunk/debian/ |
template_index_externs.patch: Fix FTBFS (Closes: #957707). |
|
| 176 |
1996d 05h |
magnus |
/trunk/debian/ |
* Fix FTBFS. (Closes: #954039)
- Thanks to Logan Rosen. |
|
| 174 |
2597d 04h |
magnus |
/trunk/debian/ |
* Merge changes from Ubuntu (Closes: #913848).
* debian/patches/glibc-2.28.patch: drop wrong prototype for crypt(). |
|
| 168 |
2647d 07h |
magnus |
/trunk/debian/ |
[SECURITY] CVE-2018-18655 information disclosure: Add no-referrer meta
header to templates (Closes: #911842). |
|
| 161 |
3375d 14h |
magnus |
/trunk/debian/ |
* openssl1.1.patch: Support OpenSSL 1.1 API changes (Closes: #828512).
* Support for Entropy Gathering Daemon removed because it's really old
and support for it is no longer enabled in OpenSSL by default. |
|
| 158 |
4106d 04h |
magnus |
/trunk/debian/ |
disable_ssl3.patch (new): Disable SSL 3.0 due to CVE-2014-3566
(POODLE). |
|
| 139 |
5326d 04h |
magnus |
/trunk/debian/ |
* New upstream release.
- Drop ipv6_v6only.patch; fixed upstream.
* template_sdk.patch: templates/src/build_index.pl no longer need to
be patched. |
|
| 132 |
5418d 06h |
magnus |
/trunk/debian/ |
unbrand_accountd.patch: Remove some Cambridge-specific parts of the
filter handling. |
|
| 130 |
5418d 06h |
magnus |
/trunk/debian/ |
hurd.patch (new): Use the SPT_CHANGEARGV implementation of
setproctitle() on the Hurd. |
|
| 126 |
5519d 04h |
magnus |
/trunk/debian/ |
ipv6_v6only.patch (new): Set the IPV6_V6ONLY socket option on
AF_INET6 sockets; since Prayer by default enumerates available address
families and calls bind() once for each, conflicts will occur
otherwise (Closes: #607261). |
|
| 123 |
5650d 08h |
magnus |
/trunk/debian/ |
no_db_version_check.patch: Remove unnecessary and incorrect check that
the major and minor version numbers of the current libdb are the same
as at compile time, but also that the patch number is equal and
greater, which should not be a concern. |
|
| 113 |
5667d 02h |
magnus |
/trunk/debian/ |
* New upstream release.
- Dropped kfreebsd.patch, clean_completely.patch, and
manpage_error.patch; all incorporated upstream.
* makefile_install_config.patch: Updated; some parts incorporated
upstream. |
|
| 104 |
5936d 07h |
magnus |
/trunk/debian/ |
template_sdk.patch (new): Create makefile for building template set
libraries. Install it together with binaries and scripts needed. |
|
| 100 |
5954d 04h |
magnus |
/trunk/debian/ |
manpage_error.patch: Fix missing .El in prayer-session(8). |
|
| 91 |
5963d 04h |
magnus |
/trunk/debian/ |
* New upstream release (Closes: #546918).
- Repacked without University of Cambridge logos with dubious
copyright/license status (more info in debian/copyright).
- unbrand_cam_template.patch: Remove said Cambridge-specific graphics
from 'cam' template set. |
|
| 87 |
5979d 05h |
magnus |
/trunk/debian/ |
dlopen_templates.patch: Experimental support for dynamically loading
templates. |
|
| 86 |
5986d 08h |
magnus |
/trunk/debian/ |
* New upstream release.
- Drop unlimit_login_username.patch (fixed upstream when replacing
the old login screen with frontend templates) and
usernames_with_at.patch (incorporated upstream).
* clean_completely.patch: Partially implemented upstream. |
|
| 77 |
6131d 02h |
magnus |
/trunk/debian/ |
clean_completely.patch (new): Fix a few makefiles that didn't remove
their build targets in the clean target (Closes: #521369). Thanks to
Simon McVittie. |
|
| 71 |
6292d 04h |
magnus |
/trunk/ |
Merge changes from lenny branch. |
|
| 50 |
6391d 09h |
magnus |
/trunk/debian/ |
kfreebsd.patch (new): Try to get Prayer to work on Debian
GNU/kFreeBSD. |
|
| 48 |
6413d 05h |
magnus |
/trunk/debian/ |
* New upstream release.
- Drop repair_ssl_session_db_on_version_mismatch.patch,
remove_old_db_logfiles_from_prayer-ssl-prune.patch,
welcome_is_template.patch, template_find_bug.patch; all incorporated
upstream.
- Update makefile_install_config.patch after welcome.html gone. |
|
| 46 |
6425d 02h |
magnus |
/trunk/debian/ |
template_find_bug.patch (new): Fix segfault in template_find() when
template_set specifies a non-existing set. Also update default set. |
|
| 45 |
6425d 03h |
magnus |
/trunk/debian/ |
* remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch
myarchive() in lib/mydb_db3.c so that it only deletes obsolete
transaction logs if dirname = NULL, then call it (via DB->archive())
from ssl_prune_sessions() in lib/ssl.c.
- prayer-db-prune thus unnecessary. |
|
| 41 |
6425d 05h |
magnus |
/trunk/debian/patches/ |
Add new patches to the quilt series and put repair_ssl_session_db_on_version_mismatch.patch at the bottom. |
|
| 32 |
6448d 07h |
magnus |
/trunk/debian/ |
debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
not to be used. |
|
| 30 |
6448d 08h |
magnus |
/trunk/debian/ |
repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
environment when upgrading from a version of Prayer that used an older
BDB library. |
|
| 21 |
6450d 07h |
magnus |
/trunk/debian/ |
* New upstream release featuring a major code reorganisation and a new
template system.
- Drop obsolete folder_list_cosmetics.patch and includes.patch. |
|
| 9 |
6466d 05h |
magnus |
/trunk/debian/ |
folder_list_cosmetics.patch: Remove space between expand/collapse
arrow and folder icon in the folder list and change the alt texts so
that the tree looks nicer in text browsers. |
|
| 5 |
6466d 07h |
magnus |
/trunk/debian/ |
* First upload to unstable.
* New upstream release.
- Drop pidfiles_extension.patch, session_unix_bugs.patch,
session_server_bugs.patch; all incorporated upstream.
- Drop ipv6.patch; incorporated upstream.
- Drop utf8.patch; incorporated and improved upstream.
- Drop hasnochildren_means_noinferiors.patch since upstream now
handles dual-use mailboxes.
* New maintainer email address. |
|
| 3 |
6469d 10h |
magnus |
/trunk/debian/ |
[svn-inject] Applying Debian modifications to trunk |
|