Rev 116 | Rev 118 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 116 | Rev 117 | ||
---|---|---|---|
1 | prayer (1.3.3-dfsg1-1) UNRELEASED; urgency=low |
1 | prayer (1.3.3-dfsg1-1) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * New upstream release. |
3 | * New upstream release. |
4 | - Dropped kfreebsd.patch, clean_completely.patch, and |
4 | - Dropped kfreebsd.patch, clean_completely.patch, and |
5 | manpage_error.patch; all incorporated upstream. |
5 | manpage_error.patch; all incorporated upstream. |
6 | * makefile_install_config.patch: Updated; some parts incorporated |
6 | * makefile_install_config.patch: Updated; some parts incorporated |
7 | upstream. |
7 | upstream. |
8 | * prayer-templates-dev.install: Only template_structs.h and misc.h |
8 | * prayer-templates-dev.install: Only template_structs.h and misc.h |
9 | needed henceforth, since only those files are #included by compiled |
9 | needed henceforth, since only those files are #included by compiled |
10 | templates. |
10 | templates. |
11 | * debian/Config, debian/control: Enable libtidy for HTML parsing and |
11 | * debian/Config, debian/control: Enable libtidy for HTML parsing and |
12 | sanitisation, fixing certain XSS problems, which were due to simple |
12 | sanitisation, fixing certain XSS problems, which were due to simple |
13 | substring matching being used. |
13 | substring matching being used. |
14 | * prayer.init, prayer-accountd.init: Add $remote_fs to, and move |
14 | * prayer.init, prayer-accountd.init: Add $remote_fs to, and move |
15 | $local_fs to, Required-Start. |
15 | $local_fs to, Required-Start. |
- | 16 | * Upgrade to Standards-Version 3.9.0: |
|
- | 17 | * Use Breaks instead of Conflicts to handle the renaming of |
|
- | 18 | prayer-templates. |
|
16 | 19 | ||
17 | -- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 02:20:32 +0200 |
20 | -- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 02:22:36 +0200 |
18 | 21 | ||
19 | prayer (1.3.2-dfsg1-4) unstable; urgency=low |
22 | prayer (1.3.2-dfsg1-4) unstable; urgency=low |
20 | 23 | ||
21 | * Undo inadvertent inclusion of /usr/include/prayer in |
24 | * Undo inadvertent inclusion of /usr/include/prayer in |
22 | prayer-templates-src (Closes: #557056). |
25 | prayer-templates-src (Closes: #557056). |
23 | 26 | ||
24 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Nov 2009 23:14:12 +0100 |
27 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Nov 2009 23:14:12 +0100 |
25 | 28 | ||
26 | prayer (1.3.2-dfsg1-3) unstable; urgency=low |
29 | prayer (1.3.2-dfsg1-3) unstable; urgency=low |
27 | 30 | ||
28 | * Replace non-existing libc-client2007-dev with new libc-client2007e-dev |
31 | * Replace non-existing libc-client2007-dev with new libc-client2007e-dev |
29 | among the libc-client Build-Depends alternatives (Closes: #552717). |
32 | among the libc-client Build-Depends alternatives (Closes: #552717). |
30 | 33 | ||
31 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 13:57:08 +0100 |
34 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 13:57:08 +0100 |
32 | 35 | ||
33 | prayer (1.3.2-dfsg1-2) unstable; urgency=low |
36 | prayer (1.3.2-dfsg1-2) unstable; urgency=low |
34 | 37 | ||
35 | * dlopen_templates.patch: |
38 | * dlopen_templates.patch: |
36 | * templates/{cam,old}/Makefile: Define the symbols template_map and |
39 | * templates/{cam,old}/Makefile: Define the symbols template_map and |
37 | template_map_count as aliases to the template_$(TYPE)_map and |
40 | template_map_count as aliases to the template_$(TYPE)_map and |
38 | template_$(TYPE)_map_count when linking, so that template libraries |
41 | template_$(TYPE)_map_count when linking, so that template libraries |
39 | can be loaded by other names than the original one. Also remove some |
42 | can be loaded by other names than the original one. Also remove some |
40 | cruft. |
43 | cruft. |
41 | * shared/dlopen_templates.c: Use those symbols instead. |
44 | * shared/dlopen_templates.c: Use those symbols instead. |
42 | * Add symlinks so that template_set = xhtml_strict will still work. |
45 | * Add symlinks so that template_set = xhtml_strict will still work. |
43 | * Update the names of the directories for locally modified templates |
46 | * Update the names of the directories for locally modified templates |
44 | (under /etc/prayer/templates) to reflect the new template names. |
47 | (under /etc/prayer/templates) to reflect the new template names. |
45 | * template_sdk.patch (new): Create makefile for building template set |
48 | * template_sdk.patch (new): Create makefile for building template set |
46 | libraries. Install it together with binaries and scripts needed. |
49 | libraries. Install it together with binaries and scripts needed. |
47 | * Rename prayer-templates as prayer-templates-src and add new binary |
50 | * Rename prayer-templates as prayer-templates-src and add new binary |
48 | package prayer-templates-dev containing the aforementioned |
51 | package prayer-templates-dev containing the aforementioned |
49 | template-building tools as well as a README.Debian explaining how to |
52 | template-building tools as well as a README.Debian explaining how to |
50 | use it all. |
53 | use it all. |
51 | * Ship NEWS.Debian only in the prayer package. Ship TEMPLATES in |
54 | * Ship NEWS.Debian only in the prayer package. Ship TEMPLATES in |
52 | prayer-templates-src in addition to prayer-templates-dev. |
55 | prayer-templates-src in addition to prayer-templates-dev. |
53 | 56 | ||
54 | -- Magnus Holmgren <holmgren@debian.org> Sun, 25 Oct 2009 19:22:13 +0100 |
57 | -- Magnus Holmgren <holmgren@debian.org> Sun, 25 Oct 2009 19:22:13 +0100 |
55 | 58 | ||
56 | prayer (1.3.2-dfsg1-1) unstable; urgency=low |
59 | prayer (1.3.2-dfsg1-1) unstable; urgency=low |
57 | 60 | ||
58 | * New upstream release (Closes: #546918). |
61 | * New upstream release (Closes: #546918). |
59 | * The set of available template sets has changed and several |
62 | * The set of available template sets has changed and several |
60 | obsolete configuration options are no longer recognized. Please |
63 | obsolete configuration options are no longer recognized. Please |
61 | see NEWS.Debian for more information. |
64 | see NEWS.Debian for more information. |
62 | - Repacked without University of Cambridge logos with dubious |
65 | - Repacked without University of Cambridge logos with dubious |
63 | copyright/license status (more info in debian/copyright). |
66 | copyright/license status (more info in debian/copyright). |
64 | - unbrand_cam_template.patch: Remove said Cambridge-specific graphics |
67 | - unbrand_cam_template.patch: Remove said Cambridge-specific graphics |
65 | from 'cam' template set. |
68 | from 'cam' template set. |
66 | - Drop unlimit_login_username.patch (fixed upstream when replacing |
69 | - Drop unlimit_login_username.patch (fixed upstream when replacing |
67 | the old login screen with frontend templates) and |
70 | the old login screen with frontend templates) and |
68 | usernames_with_at.patch (incorporated upstream). |
71 | usernames_with_at.patch (incorporated upstream). |
69 | * clean_completely.patch: Partially implemented upstream. |
72 | * clean_completely.patch: Partially implemented upstream. |
70 | * Manpages incorporated upstream. |
73 | * Manpages incorporated upstream. |
71 | * dlopen_templates.patch: Experimental support for dynamically loading |
74 | * dlopen_templates.patch: Experimental support for dynamically loading |
72 | templates. |
75 | templates. |
73 | * Update README.Debian. |
76 | * Update README.Debian. |
74 | * makefile_install_config.patch(share/config.c): Change default |
77 | * makefile_install_config.patch(share/config.c): Change default |
75 | template_set to "old". |
78 | template_set to "old". |
76 | * makefile_install_config.patch(files/Makefile): Fix permissions on |
79 | * makefile_install_config.patch(files/Makefile): Fix permissions on |
77 | icons and static files. |
80 | icons and static files. |
78 | * manpage_error.patch: Fix missing .El in prayer-session(8). |
81 | * manpage_error.patch: Fix missing .El in prayer-session(8). |
79 | 82 | ||
80 | -- Magnus Holmgren <holmgren@debian.org> Wed, 07 Oct 2009 22:50:45 +0200 |
83 | -- Magnus Holmgren <holmgren@debian.org> Wed, 07 Oct 2009 22:50:45 +0200 |
81 | 84 | ||
82 | prayer (1.2.3-2) unstable; urgency=low |
85 | prayer (1.2.3-2) unstable; urgency=low |
83 | 86 | ||
84 | * welcome_is_template.patch wasn't fully incorporated upstream. Remove |
87 | * welcome_is_template.patch wasn't fully incorporated upstream. Remove |
85 | the help_dir setting and check in makefile_install_config.patch instead.c |
88 | the help_dir setting and check in makefile_install_config.patch instead.c |
86 | * Make Prayer work on kFreeBSD. Unfortunately there is no support for |
89 | * Make Prayer work on kFreeBSD. Unfortunately there is no support for |
87 | SysV semaphores. |
90 | SysV semaphores. |
88 | * kfreebsd.patch: Include the right headers under glibc. Detect that |
91 | * kfreebsd.patch: Include the right headers under glibc. Detect that |
89 | semtimedop is a stub. |
92 | semtimedop is a stub. |
90 | * debian/Config: Add -lutils to LIBS. |
93 | * debian/Config: Add -lutils to LIBS. |
91 | * makefile_install_config.patch: put back a default value for |
94 | * makefile_install_config.patch: put back a default value for |
92 | lock_dir. |
95 | lock_dir. |
93 | * makefile_install_config.patch: Set imap_server to localhost/notls in |
96 | * makefile_install_config.patch: Set imap_server to localhost/notls in |
94 | default prayer.cf (Closes: #531801). |
97 | default prayer.cf (Closes: #531801). |
95 | * Depend on exim4 | mail-transport-agent. |
98 | * Depend on exim4 | mail-transport-agent. |
96 | * Increase Standards-Version to 3.8.3. |
99 | * Increase Standards-Version to 3.8.3. |
97 | 100 | ||
98 | -- Magnus Holmgren <holmgren@debian.org> Mon, 31 Aug 2009 23:48:04 +0200 |
101 | -- Magnus Holmgren <holmgren@debian.org> Mon, 31 Aug 2009 23:48:04 +0200 |
99 | 102 | ||
100 | prayer (1.2.3-1) unstable; urgency=low |
103 | prayer (1.2.3-1) unstable; urgency=low |
101 | 104 | ||
102 | * New upstream release. |
105 | * New upstream release. |
103 | - Drop repair_ssl_session_db_on_version_mismatch.patch, |
106 | - Drop repair_ssl_session_db_on_version_mismatch.patch, |
104 | remove_old_db_logfiles_from_prayer-ssl-prune.patch, |
107 | remove_old_db_logfiles_from_prayer-ssl-prune.patch, |
105 | welcome_is_template.patch, template_find_bug.patch; all incorporated |
108 | welcome_is_template.patch, template_find_bug.patch; all incorporated |
106 | upstream. |
109 | upstream. |
107 | - Update makefile_install_config.patch after welcome.html gone. |
110 | - Update makefile_install_config.patch after welcome.html gone. |
108 | * kfreebsd.patch (new): Try to get Prayer to work on Debian |
111 | * kfreebsd.patch (new): Try to get Prayer to work on Debian |
109 | GNU/kFreeBSD. |
112 | GNU/kFreeBSD. |
110 | * Add ${misc:Depends} to Depends for prayer-templates. |
113 | * Add ${misc:Depends} to Depends for prayer-templates. |
111 | * Upgrade to Standards-Version 3.8.1. |
114 | * Upgrade to Standards-Version 3.8.1. |
112 | + Add debian/README.source. |
115 | + Add debian/README.source. |
113 | * clean_completely.patch (new): Fix a few makefiles that didn't remove |
116 | * clean_completely.patch (new): Fix a few makefiles that didn't remove |
114 | their build targets in the clean target (Closes: #521369). Thanks to |
117 | their build targets in the clean target (Closes: #521369). Thanks to |
115 | Simon McVittie. |
118 | Simon McVittie. |
116 | 119 | ||
117 | -- Magnus Holmgren <holmgren@debian.org> Tue, 14 Apr 2009 00:50:31 +0200 |
120 | -- Magnus Holmgren <holmgren@debian.org> Tue, 14 Apr 2009 00:50:31 +0200 |
118 | 121 | ||
119 | prayer (1.2.2.1-7) unstable; urgency=high |
122 | prayer (1.2.2.1-7) unstable; urgency=high |
120 | 123 | ||
121 | * Since /var/run can be a tmpfs filesystem, don't ship /var/run/prayer |
124 | * Since /var/run can be a tmpfs filesystem, don't ship /var/run/prayer |
122 | as part of the package but create it in the init script (LP: #304071). |
125 | as part of the package but create it in the init script (LP: #304071). |
123 | Also, var_prefix, pid_dir and prayer_user will by default be overriden |
126 | Also, var_prefix, pid_dir and prayer_user will by default be overriden |
124 | from the command line to make sure that they get the values expected by |
127 | from the command line to make sure that they get the values expected by |
125 | the init script. |
128 | the init script. |
126 | 129 | ||
127 | -- Magnus Holmgren <holmgren@debian.org> Fri, 31 Oct 2008 18:31:28 +0100 |
130 | -- Magnus Holmgren <holmgren@debian.org> Fri, 31 Oct 2008 18:31:28 +0100 |
128 | 131 | ||
129 | prayer (1.2.2.1-6) unstable; urgency=low |
132 | prayer (1.2.2.1-6) unstable; urgency=low |
130 | 133 | ||
131 | * prayer.init: Correctly check for the presence of the executables. |
134 | * prayer.init: Correctly check for the presence of the executables. |
132 | * Split out templates to a separate arch-indep package. |
135 | * Split out templates to a separate arch-indep package. |
133 | * Change the default value of the tmp_dir option back to |
136 | * Change the default value of the tmp_dir option back to |
134 | ${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be |
137 | ${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be |
135 | secure. |
138 | secure. |
136 | * usernames_with_at.patch (new, from upstream CVS): If a username |
139 | * usernames_with_at.patch (new, from upstream CVS): If a username |
137 | contains an @, it will be assumed to be a valid email address and be |
140 | contains an @, it will be assumed to be a valid email address and be |
138 | used as envelope sender address and default "From" address when |
141 | used as envelope sender address and default "From" address when |
139 | sending mail (Closes: #497016). |
142 | sending mail (Closes: #497016). |
140 | 143 | ||
141 | -- Magnus Holmgren <holmgren@debian.org> Fri, 31 Oct 2008 18:19:34 +0100 |
144 | -- Magnus Holmgren <holmgren@debian.org> Fri, 31 Oct 2008 18:19:34 +0100 |
142 | 145 | ||
143 | prayer (1.2.2.1-5a) unstable; urgency=medium |
146 | prayer (1.2.2.1-5a) unstable; urgency=medium |
144 | 147 | ||
145 | * Prevent dh_installman from interpreting the cf in prayer.cf.5 as a |
148 | * Prevent dh_installman from interpreting the cf in prayer.cf.5 as a |
146 | language code. |
149 | language code. |
147 | 150 | ||
148 | -- Magnus Holmgren <holmgren@debian.org> Sun, 17 Aug 2008 19:24:10 +0200 |
151 | -- Magnus Holmgren <holmgren@debian.org> Sun, 17 Aug 2008 19:24:10 +0200 |
149 | 152 | ||
150 | prayer (1.2.2.1-4) unstable; urgency=medium |
153 | prayer (1.2.2.1-4) unstable; urgency=medium |
151 | 154 | ||
152 | * Urgency medium since fixing fairly serious bug(s). |
155 | * Urgency medium since fixing fairly serious bug(s). |
153 | * debian/Config: Fix handling of CFLAGS, CPPFLAGS and LDFLAGS from the |
156 | * debian/Config: Fix handling of CFLAGS, CPPFLAGS and LDFLAGS from the |
154 | environment or command line, breaking a circular definition of |
157 | environment or command line, breaking a circular definition of |
155 | LDFLAGS (FTBFS on Ubuntu; LP: #256220). |
158 | LDFLAGS (FTBFS on Ubuntu; LP: #256220). |
156 | * unlimit_login_username.patch (new): |
159 | * unlimit_login_username.patch (new): |
157 | - servers/prayer_login.c: Remove 8 character username limit from login |
160 | - servers/prayer_login.c: Remove 8 character username limit from login |
158 | form (Closes: #494517). |
161 | form (Closes: #494517). |
159 | * prayer.init, prayer-accountd.init: Sleep 1 second between stop and |
162 | * prayer.init, prayer-accountd.init: Sleep 1 second between stop and |
160 | start in restart. |
163 | start in restart. |
161 | * Add manpages prayer(8), prayer-session(8), prayer.cf(5), and |
164 | * Add manpages prayer(8), prayer-session(8), prayer.cf(5), and |
162 | prayer-ssl-prune(8) (groff-mdoc format). Remove half-done Docbook |
165 | prayer-ssl-prune(8) (groff-mdoc format). Remove half-done Docbook |
163 | versions from source package. |
166 | versions from source package. |
164 | 167 | ||
165 | -- Magnus Holmgren <holmgren@debian.org> Sun, 17 Aug 2008 17:38:00 +0200 |
168 | -- Magnus Holmgren <holmgren@debian.org> Sun, 17 Aug 2008 17:38:00 +0200 |
166 | 169 | ||
167 | prayer (1.2.2.1-3) unstable; urgency=low |
170 | prayer (1.2.2.1-3) unstable; urgency=low |
168 | 171 | ||
169 | * welcome_is_template.patch: |
172 | * welcome_is_template.patch: |
170 | - shared/config.c: Don't require that the help_dir option, which was |
173 | - shared/config.c: Don't require that the help_dir option, which was |
171 | removed from the default prayer.cf earlier, is defined |
174 | removed from the default prayer.cf earlier, is defined |
172 | (Closes: #493009). |
175 | (Closes: #493009). |
173 | * makefile_install_config.patch: |
176 | * makefile_install_config.patch: |
174 | - shared/config.c: Likewise don't check for lock_dir (Closes: #494011). |
177 | - shared/config.c: Likewise don't check for lock_dir (Closes: #494011). |
175 | 178 | ||
176 | -- Magnus Holmgren <holmgren@debian.org> Wed, 06 Aug 2008 21:20:17 +0200 |
179 | -- Magnus Holmgren <holmgren@debian.org> Wed, 06 Aug 2008 21:20:17 +0200 |
177 | 180 | ||
178 | prayer (1.2.2.1-2) unstable; urgency=low |
181 | prayer (1.2.2.1-2) unstable; urgency=low |
179 | 182 | ||
180 | * Acknowledge NMU, but change the build dependency to |
183 | * Acknowledge NMU, but change the build dependency to |
181 | libc-client2007b-dev | libc-client2007-dev | libc-client-dev |
184 | libc-client2007b-dev | libc-client2007-dev | libc-client-dev |
182 | (>= 7:2007~), since we need at least that version. |
185 | (>= 7:2007~), since we need at least that version. |
183 | 186 | ||
184 | -- Magnus Holmgren <holmgren@debian.org> Sun, 27 Jul 2008 20:52:18 +0200 |
187 | -- Magnus Holmgren <holmgren@debian.org> Sun, 27 Jul 2008 20:52:18 +0200 |
185 | 188 | ||
186 | prayer (1.2.2.1-1.1) unstable; urgency=low |
189 | prayer (1.2.2.1-1.1) unstable; urgency=low |
187 | 190 | ||
188 | * Non-maintainer upload. |
191 | * Non-maintainer upload. |
189 | * Build-depend on unversioned libc-client-dev to allow BinNMUs. |
192 | * Build-depend on unversioned libc-client-dev to allow BinNMUs. |
190 | Closes: bug#492285. |
193 | Closes: bug#492285. |
191 | 194 | ||
192 | -- Jonas Smedegaard <dr@jones.dk> Thu, 24 Jul 2008 23:42:33 +0200 |
195 | -- Jonas Smedegaard <dr@jones.dk> Thu, 24 Jul 2008 23:42:33 +0200 |
193 | 196 | ||
194 | prayer (1.2.2.1-1) unstable; urgency=low |
197 | prayer (1.2.2.1-1) unstable; urgency=low |
195 | 198 | ||
196 | * New upstream release featuring XHTML templates and fixes to various |
199 | * New upstream release featuring XHTML templates and fixes to various |
197 | bugs created by the reorganisation. |
200 | bugs created by the reorganisation. |
198 | - Drop accountd_makefile_typo.patch; fixed upstream. |
201 | - Drop accountd_makefile_typo.patch; fixed upstream. |
199 | * makefile_install_config.patch: Changes to the default config: |
202 | * makefile_install_config.patch: Changes to the default config: |
200 | - Disable SSL session caching. |
203 | - Disable SSL session caching. |
201 | - Clean out "direct connection stuff". Remove lock_dir since we use |
204 | - Clean out "direct connection stuff". Remove lock_dir since we use |
202 | SysV semaphores. |
205 | SysV semaphores. |
203 | * Point login_prefix_path, motd_path, and login_suffix_path towards |
206 | * Point login_prefix_path, motd_path, and login_suffix_path towards |
204 | /etc/prayer. |
207 | /etc/prayer. |
205 | * Change postponed-mail and sent-mail to Drafts and Sent. |
208 | * Change postponed-mail and sent-mail to Drafts and Sent. |
206 | * Improve SSL/TLS configuration: |
209 | * Improve SSL/TLS configuration: |
207 | * makefile_install_config.patch: Point ssl_cert_file and |
210 | * makefile_install_config.patch: Point ssl_cert_file and |
208 | ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*. |
211 | ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*. |
209 | + Add dependency on ssl-cert (>= 1.0.11). |
212 | + Add dependency on ssl-cert (>= 1.0.11). |
210 | + prayer.postinst: Add prayer to group ssl-cert on fresh install or |
213 | + prayer.postinst: Add prayer to group ssl-cert on fresh install or |
211 | when upgrading from versions prior to this one. |
214 | when upgrading from versions prior to this one. |
212 | * welcome_is_template.patch (new): Although the welcome screen is now a |
215 | * welcome_is_template.patch (new): Although the welcome screen is now a |
213 | template among others, cmd_welcome.c still tried to read the file |
216 | template among others, cmd_welcome.c still tried to read the file |
214 | specified by welcome_path (welcome.html by default) and wouldn't show |
217 | specified by welcome_path (welcome.html by default) and wouldn't show |
215 | the welcome screen if the option was unset or the file couldn't be |
218 | the welcome screen if the option was unset or the file couldn't be |
216 | read. This patch removes that check as well as the welcome_path and |
219 | read. This patch removes that check as well as the welcome_path and |
217 | help_path options from prayer.cf. |
220 | help_path options from prayer.cf. |
218 | * No longer install welcome.html (see above) and motd.html (no real |
221 | * No longer install welcome.html (see above) and motd.html (no real |
219 | content) in /etc/prayer. Install login_prefix.html, login_suffix.html, |
222 | content) in /etc/prayer. Install login_prefix.html, login_suffix.html, |
220 | and motd.html (the versions found in files/etc.hermes in the |
223 | and motd.html (the versions found in files/etc.hermes in the |
221 | distribution tarball) in /usr/share/doc/prayer/examples instead. |
224 | distribution tarball) in /usr/share/doc/prayer/examples instead. |
222 | * Do not install prayer-chroot (too experimental, hardcoded chroot path) |
225 | * Do not install prayer-chroot (too experimental, hardcoded chroot path) |
223 | or prayer-sem-prune (does nothing that ipcrm cannot do). |
226 | or prayer-sem-prune (does nothing that ipcrm cannot do). |
224 | * templates_fallback_to_compiled.patch (new): If the |
227 | * templates_fallback_to_compiled.patch (new): If the |
225 | template_use_compiled option is false, nevertheless use compiled-in |
228 | template_use_compiled option is false, nevertheless use compiled-in |
226 | templates in template_expand.c if the requested template cannot be |
229 | templates in template_expand.c if the requested template cannot be |
227 | found on disk. Change default template_path to /etc/prayer/templates. |
230 | found on disk. Change default template_path to /etc/prayer/templates. |
228 | Install said directory as well as subdirectories for available |
231 | Install said directory as well as subdirectories for available |
229 | template sets. |
232 | template sets. |
230 | * Update and improve README.Debian. |
233 | * Update and improve README.Debian. |
231 | * Add logrotate dependency. |
234 | * Add logrotate dependency. |
232 | * makefile_install_config.patch: Remove call to install.sh from |
235 | * makefile_install_config.patch: Remove call to install.sh from |
233 | files/Makefile and replace it with single tar pipeline; thus |
236 | files/Makefile and replace it with single tar pipeline; thus |
234 | install.sh no longer needs to be patched. |
237 | install.sh no longer needs to be patched. |
235 | * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch |
238 | * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch |
236 | myarchive() in lib/mydb_db3.c so that it only deletes obsolete |
239 | myarchive() in lib/mydb_db3.c so that it only deletes obsolete |
237 | transaction logs if dirname = NULL, then call it (via DB->archive()) |
240 | transaction logs if dirname = NULL, then call it (via DB->archive()) |
238 | from ssl_prune_sessions() in lib/ssl.c. |
241 | from ssl_prune_sessions() in lib/ssl.c. |
239 | - prayer-db-prune thus unnecessary. |
242 | - prayer-db-prune thus unnecessary. |
240 | * template_find_bug.patch (new): Fix segfault in template_find() when |
243 | * template_find_bug.patch (new): Fix segfault in template_find() when |
241 | template_set specifies a non-existing set. Also update default set. |
244 | template_set specifies a non-existing set. Also update default set. |
242 | 245 | ||
243 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jun 2008 01:34:14 +0200 |
246 | -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jun 2008 01:34:14 +0200 |
244 | 247 | ||
245 | prayer (1.2.0-1) unstable; urgency=low |
248 | prayer (1.2.0-1) unstable; urgency=low |
246 | 249 | ||
247 | * New upstream release featuring a major code reorganisation and a new |
250 | * New upstream release featuring a major code reorganisation and a new |
248 | template system. |
251 | template system. |
249 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
252 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
250 | - Note: SSL support has been removed from prayer-accountd for now. |
253 | - Note: SSL support has been removed from prayer-accountd for now. |
251 | * Changed defaults (manual intervention may be needed): |
254 | * Changed defaults (manual intervention may be needed): |
252 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
255 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
253 | share /var/run/prayer caused too much trouble. |
256 | share /var/run/prayer caused too much trouble. |
254 | - prayer.cf (makefile_install_config.patch and debian/Config): |
257 | - prayer.cf (makefile_install_config.patch and debian/Config): |
255 | var_prefix set to /var/run/prayer and referred to in other |
258 | var_prefix set to /var/run/prayer and referred to in other |
256 | settings. socket_split_dir disabled by default and default sockets |
259 | settings. socket_split_dir disabled by default and default sockets |
257 | directory changed to /var/run/prayer/sockets. |
260 | directory changed to /var/run/prayer/sockets. |
258 | * debian/control: |
261 | * debian/control: |
259 | + Build-depend on latest Berkley DB library (libdb-dev). |
262 | + Build-depend on latest Berkley DB library (libdb-dev). |
260 | + Add Homepage field. |
263 | + Add Homepage field. |
261 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
264 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
262 | environment when upgrading from a version of Prayer that used an older |
265 | environment when upgrading from a version of Prayer that used an older |
263 | BDB library. |
266 | BDB library. |
264 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
267 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
265 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
268 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
266 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
269 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
267 | Also check that deluser exists; it may be gone at purge time. |
270 | Also check that deluser exists; it may be gone at purge time. |
268 | * Package build details: |
271 | * Package build details: |
269 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
272 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
270 | - Override CDBS overriding CFLAGS. |
273 | - Override CDBS overriding CFLAGS. |
271 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
274 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
272 | not to be used. |
275 | not to be used. |
273 | 276 | ||
274 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
277 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
275 | 278 | ||
276 | prayer (1.1.0-2) unstable; urgency=low |
279 | prayer (1.1.0-2) unstable; urgency=low |
277 | 280 | ||
278 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
281 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
279 | used. |
282 | used. |
280 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
283 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
281 | above definition isn't lost if CFLAGS is overridden. |
284 | above definition isn't lost if CFLAGS is overridden. |
282 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
285 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
283 | disappearence. |
286 | disappearence. |
284 | * Use dpkg-override to allow the administrator to change mode of |
287 | * Use dpkg-override to allow the administrator to change mode of |
285 | /var/run/prayer and /var/log/prayer. |
288 | /var/run/prayer and /var/log/prayer. |
286 | * Add postinst and postrm scripts for prayer-accountd. |
289 | * Add postinst and postrm scripts for prayer-accountd. |
287 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
290 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
288 | that accountd will start. |
291 | that accountd will start. |
289 | * Bump Standards-Version to 3.7.3. No changes necessary. |
292 | * Bump Standards-Version to 3.7.3. No changes necessary. |
290 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
293 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
291 | exception has been granted. |
294 | exception has been granted. |
292 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
295 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
293 | 296 | ||
294 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
297 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
295 | 298 | ||
296 | prayer (1.1.0-1) unstable; urgency=low |
299 | prayer (1.1.0-1) unstable; urgency=low |
297 | 300 | ||
298 | * First upload to unstable. |
301 | * First upload to unstable. |
299 | * New upstream release. |
302 | * New upstream release. |
300 | + Requires development version of the c-client library (libc-client2007-dev). |
303 | + Requires development version of the c-client library (libc-client2007-dev). |
301 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
304 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
302 | session_server_bugs.patch; all incorporated upstream. |
305 | session_server_bugs.patch; all incorporated upstream. |
303 | - Drop ipv6.patch; incorporated upstream. |
306 | - Drop ipv6.patch; incorporated upstream. |
304 | - Drop utf8.patch; incorporated and improved upstream. |
307 | - Drop utf8.patch; incorporated and improved upstream. |
305 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
308 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
306 | handles dual-use mailboxes. |
309 | handles dual-use mailboxes. |
307 | * New maintainer email address. |
310 | * New maintainer email address. |
308 | * Update README.Debian, removing lies about TLS not being possible to |
311 | * Update README.Debian, removing lies about TLS not being possible to |
309 | disable (Closes: #440462). |
312 | disable (Closes: #440462). |
310 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
313 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
311 | arrow and folder icon in the folder list and change the alt texts so |
314 | arrow and folder icon in the folder list and change the alt texts so |
312 | that the tree looks nicer in text browsers. |
315 | that the tree looks nicer in text browsers. |
313 | 316 | ||
314 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
317 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
315 | 318 | ||
316 | prayer (1.0.18-1) experimental; urgency=low |
319 | prayer (1.0.18-1) experimental; urgency=low |
317 | 320 | ||
318 | * Initial release (Closes: #392823) |
321 | * Initial release (Closes: #392823) |
319 | 322 | ||
320 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |
323 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |