Rev 46 | Rev 50 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 46 | Rev 48 | ||
---|---|---|---|
- | 1 | prayer (1.2.3-1) unstable; urgency=low |
|
- | 2 | ||
- | 3 | * New upstream release. |
|
- | 4 | - Drop repair_ssl_session_db_on_version_mismatch.patch, |
|
- | 5 | remove_old_db_logfiles_from_prayer-ssl-prune.patch, |
|
- | 6 | welcome_is_template.patch, template_find_bug.patch; all incorporated |
|
- | 7 | upstream. |
|
- | 8 | - Update makefile_install_config.patch after welcome.html gone. |
|
- | 9 | ||
- | 10 | -- Magnus Holmgren <holmgren@debian.org> Sat, 05 Jul 2008 22:14:03 +0200 |
|
- | 11 | ||
1 | prayer (1.2.2.1-1) unstable; urgency=low |
12 | prayer (1.2.2.1-1) unstable; urgency=low |
2 | 13 | ||
3 | * New upstream release featuring XHTML templates and fixes to various |
14 | * New upstream release featuring XHTML templates and fixes to various |
4 | bugs created by the reorganisation. |
15 | bugs created by the reorganisation. |
5 | - Drop accountd_makefile_typo.patch; fixed upstream. |
16 | - Drop accountd_makefile_typo.patch; fixed upstream. |
6 | * makefile_install_config.patch: Changes to the default config: |
17 | * makefile_install_config.patch: Changes to the default config: |
7 | - Disable SSL session caching. |
18 | - Disable SSL session caching. |
8 | - Clean out "direct connection stuff". Remove lock_dir since we use |
19 | - Clean out "direct connection stuff". Remove lock_dir since we use |
9 | SysV semaphores. |
20 | SysV semaphores. |
10 | * Point login_prefix_path, motd_path, and login_suffix_path towards |
21 | * Point login_prefix_path, motd_path, and login_suffix_path towards |
11 | /etc/prayer. |
22 | /etc/prayer. |
12 | * Change postponed-mail and sent-mail to Drafts and Sent. |
23 | * Change postponed-mail and sent-mail to Drafts and Sent. |
13 | * Improve SSL/TLS configuration: |
24 | * Improve SSL/TLS configuration: |
14 | * makefile_install_config.patch: Point ssl_cert_file and |
25 | * makefile_install_config.patch: Point ssl_cert_file and |
15 | ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*. |
26 | ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*. |
16 | + Add dependency on ssl-cert (>= 1.0.11). |
27 | + Add dependency on ssl-cert (>= 1.0.11). |
17 | + prayer.postinst: Add prayer to group ssl-cert on fresh install or |
28 | + prayer.postinst: Add prayer to group ssl-cert on fresh install or |
18 | when upgrading from versions prior to this one. |
29 | when upgrading from versions prior to this one. |
19 | * welcome_is_template.patch (new): Although the welcome screen is now a |
30 | * welcome_is_template.patch (new): Although the welcome screen is now a |
20 | template among others, cmd_welcome.c still tried to read the file |
31 | template among others, cmd_welcome.c still tried to read the file |
21 | specified by welcome_path (welcome.html by default) and wouldn't show |
32 | specified by welcome_path (welcome.html by default) and wouldn't show |
22 | the welcome screen if the option was unset or the file couldn't be |
33 | the welcome screen if the option was unset or the file couldn't be |
23 | read. This patch removes that check as well as the welcome_path and |
34 | read. This patch removes that check as well as the welcome_path and |
24 | help_path options from prayer.cf. |
35 | help_path options from prayer.cf. |
25 | * No longer install welcome.html (see above) and motd.html (no real |
36 | * No longer install welcome.html (see above) and motd.html (no real |
26 | content) in /etc/prayer. Install login_prefix.html, login_suffix.html, |
37 | content) in /etc/prayer. Install login_prefix.html, login_suffix.html, |
27 | and motd.html (the versions found in files/etc.hermes in the |
38 | and motd.html (the versions found in files/etc.hermes in the |
28 | distribution tarball) in /usr/share/doc/prayer/examples instead. |
39 | distribution tarball) in /usr/share/doc/prayer/examples instead. |
29 | * Do not install prayer-chroot (too experimental, hardcoded chroot path) |
40 | * Do not install prayer-chroot (too experimental, hardcoded chroot path) |
30 | or prayer-sem-prune (does nothing that ipcrm cannot do). |
41 | or prayer-sem-prune (does nothing that ipcrm cannot do). |
31 | * templates_fallback_to_compiled.patch (new): If the |
42 | * templates_fallback_to_compiled.patch (new): If the |
32 | template_use_compiled option is false, nevertheless use compiled-in |
43 | template_use_compiled option is false, nevertheless use compiled-in |
33 | templates in template_expand.c if the requested template cannot be |
44 | templates in template_expand.c if the requested template cannot be |
34 | found on disk. Change default template_path to /etc/prayer/templates. |
45 | found on disk. Change default template_path to /etc/prayer/templates. |
35 | Install said directory as well as subdirectories for available |
46 | Install said directory as well as subdirectories for available |
36 | template sets. |
47 | template sets. |
37 | * Update and improve README.Debian. |
48 | * Update and improve README.Debian. |
38 | * Add logrotate dependency. |
49 | * Add logrotate dependency. |
39 | * makefile_install_config.patch: Remove call to install.sh from |
50 | * makefile_install_config.patch: Remove call to install.sh from |
40 | files/Makefile and replace it with single tar pipeline; thus |
51 | files/Makefile and replace it with single tar pipeline; thus |
41 | install.sh no longer needs to be patched. |
52 | install.sh no longer needs to be patched. |
42 | * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch |
53 | * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch |
43 | myarchive() in lib/mydb_db3.c so that it only deletes obsolete |
54 | myarchive() in lib/mydb_db3.c so that it only deletes obsolete |
44 | transaction logs if dirname = NULL, then call it (via DB->archive()) |
55 | transaction logs if dirname = NULL, then call it (via DB->archive()) |
45 | from ssl_prune_sessions() in lib/ssl.c. |
56 | from ssl_prune_sessions() in lib/ssl.c. |
46 | - prayer-db-prune thus unnecessary. |
57 | - prayer-db-prune thus unnecessary. |
47 | * template_find_bug.patch (new): Fix segfault in template_find() when |
58 | * template_find_bug.patch (new): Fix segfault in template_find() when |
48 | template_set specifies a non-existing set. Also update default set. |
59 | template_set specifies a non-existing set. Also update default set. |
49 | 60 | ||
50 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jun 2008 01:34:14 +0200 |
61 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jun 2008 01:34:14 +0200 |
51 | 62 | ||
52 | prayer (1.2.0-1) unstable; urgency=low |
63 | prayer (1.2.0-1) unstable; urgency=low |
53 | 64 | ||
54 | * New upstream release featuring a major code reorganisation and a new |
65 | * New upstream release featuring a major code reorganisation and a new |
55 | template system. |
66 | template system. |
56 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
67 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
57 | - Note: SSL support has been removed from prayer-accountd for now. |
68 | - Note: SSL support has been removed from prayer-accountd for now. |
58 | * Changed defaults (manual intervention may be needed): |
69 | * Changed defaults (manual intervention may be needed): |
59 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
70 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
60 | share /var/run/prayer caused too much trouble. |
71 | share /var/run/prayer caused too much trouble. |
61 | - prayer.cf (makefile_install_config.patch and debian/Config): |
72 | - prayer.cf (makefile_install_config.patch and debian/Config): |
62 | var_prefix set to /var/run/prayer and referred to in other |
73 | var_prefix set to /var/run/prayer and referred to in other |
63 | settings. socket_split_dir disabled by default and default sockets |
74 | settings. socket_split_dir disabled by default and default sockets |
64 | directory changed to /var/run/prayer/sockets. |
75 | directory changed to /var/run/prayer/sockets. |
65 | * debian/control: |
76 | * debian/control: |
66 | + Build-depend on latest Berkley DB library (libdb-dev). |
77 | + Build-depend on latest Berkley DB library (libdb-dev). |
67 | + Add Homepage field. |
78 | + Add Homepage field. |
68 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
79 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
69 | environment when upgrading from a version of Prayer that used an older |
80 | environment when upgrading from a version of Prayer that used an older |
70 | BDB library. |
81 | BDB library. |
71 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
82 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
72 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
83 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
73 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
84 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
74 | Also check that deluser exists; it may be gone at purge time. |
85 | Also check that deluser exists; it may be gone at purge time. |
75 | * Package build details: |
86 | * Package build details: |
76 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
87 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
77 | - Override CDBS overriding CFLAGS. |
88 | - Override CDBS overriding CFLAGS. |
78 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
89 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
79 | not to be used. |
90 | not to be used. |
80 | 91 | ||
81 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
92 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
82 | 93 | ||
83 | prayer (1.1.0-2) unstable; urgency=low |
94 | prayer (1.1.0-2) unstable; urgency=low |
84 | 95 | ||
85 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
96 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
86 | used. |
97 | used. |
87 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
98 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
88 | above definition isn't lost if CFLAGS is overridden. |
99 | above definition isn't lost if CFLAGS is overridden. |
89 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
100 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
90 | disappearence. |
101 | disappearence. |
91 | * Use dpkg-override to allow the administrator to change mode of |
102 | * Use dpkg-override to allow the administrator to change mode of |
92 | /var/run/prayer and /var/log/prayer. |
103 | /var/run/prayer and /var/log/prayer. |
93 | * Add postinst and postrm scripts for prayer-accountd. |
104 | * Add postinst and postrm scripts for prayer-accountd. |
94 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
105 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
95 | that accountd will start. |
106 | that accountd will start. |
96 | * Bump Standards-Version to 3.7.3. No changes necessary. |
107 | * Bump Standards-Version to 3.7.3. No changes necessary. |
97 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
108 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
98 | exception has been granted. |
109 | exception has been granted. |
99 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
110 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
100 | 111 | ||
101 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
112 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
102 | 113 | ||
103 | prayer (1.1.0-1) unstable; urgency=low |
114 | prayer (1.1.0-1) unstable; urgency=low |
104 | 115 | ||
105 | * First upload to unstable. |
116 | * First upload to unstable. |
106 | * New upstream release. |
117 | * New upstream release. |
107 | + Requires development version of the c-client library (libc-client2007-dev). |
118 | + Requires development version of the c-client library (libc-client2007-dev). |
108 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
119 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
109 | session_server_bugs.patch; all incorporated upstream. |
120 | session_server_bugs.patch; all incorporated upstream. |
110 | - Drop ipv6.patch; incorporated upstream. |
121 | - Drop ipv6.patch; incorporated upstream. |
111 | - Drop utf8.patch; incorporated and improved upstream. |
122 | - Drop utf8.patch; incorporated and improved upstream. |
112 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
123 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
113 | handles dual-use mailboxes. |
124 | handles dual-use mailboxes. |
114 | * New maintainer email address. |
125 | * New maintainer email address. |
115 | * Update README.Debian, removing lies about TLS not being possible to |
126 | * Update README.Debian, removing lies about TLS not being possible to |
116 | disable (Closes: #440462). |
127 | disable (Closes: #440462). |
117 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
128 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
118 | arrow and folder icon in the folder list and change the alt texts so |
129 | arrow and folder icon in the folder list and change the alt texts so |
119 | that the tree looks nicer in text browsers. |
130 | that the tree looks nicer in text browsers. |
120 | 131 | ||
121 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
132 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
122 | 133 | ||
123 | prayer (1.0.18-1) experimental; urgency=low |
134 | prayer (1.0.18-1) experimental; urgency=low |
124 | 135 | ||
125 | * Initial release (Closes: #392823) |
136 | * Initial release (Closes: #392823) |
126 | 137 | ||
127 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |
138 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |