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