1 | debathena-zephyr-config (1.12) unstable; urgency=low |
---|
2 | |
---|
3 | * Drop debconf-hack (Trac: #1298) and Pre-Depend on |
---|
4 | debathena-hesiod-config instead to workaround upstream bug |
---|
5 | (zephyr.1ts.org #108) |
---|
6 | * Bump compat level to 7 and Standards-Version |
---|
7 | * Depend on debhelper 7.4.3+ for dh_installifdown and remove workaround |
---|
8 | in rules file for older versions |
---|
9 | |
---|
10 | -- Jonathan Reed <jdreed@mit.edu> Fri, 08 Mar 2013 13:35:51 -0500 |
---|
11 | |
---|
12 | debathena-zephyr-config (1.11) unstable; urgency=low |
---|
13 | |
---|
14 | * No change rebuild to pick up config-package-dev 4.13 changes |
---|
15 | |
---|
16 | -- Jonathan Reed <jdreed@mit.edu> Wed, 26 Oct 2011 18:31:55 -0400 |
---|
17 | |
---|
18 | debathena-zephyr-config (1.10) unstable; urgency=low |
---|
19 | |
---|
20 | * In the if-up.d script, restart instead of start, as the zhm |
---|
21 | initscript passes -N (don't send an HM_BOOT flushing subscriptions) |
---|
22 | on the restart command. This works around losing subscriptions if |
---|
23 | you manage to start multiple zhms (which is possible due to a Zephyr |
---|
24 | 3 bug involving SO_REUSEADDR) by the initscript and if-up.d script |
---|
25 | racing; see discussion around Trac #133. Upstream will fix the |
---|
26 | actual bug allowing multiple zhms to run. |
---|
27 | |
---|
28 | We should possibly actually do as Trac #133 says and kill off the |
---|
29 | initscript entirely in this package, possibly by replacing it with |
---|
30 | an Upstart job that starts on runlevel or network, or alternatively |
---|
31 | let upstream do so eventually, but this fixes the immediate issue. |
---|
32 | |
---|
33 | -- Geoffrey Thomas <geofft@mit.edu> Fri, 03 Dec 2010 19:18:09 -0500 |
---|
34 | |
---|
35 | debathena-zephyr-config (1.9.2) unstable; urgency=low |
---|
36 | |
---|
37 | * Ensure that zephyr-clients and libzephyr-krb5 stay in sync (Trac #586) |
---|
38 | |
---|
39 | -- Jonathan Reed <jdreed@mit.edu> Mon, 14 Jun 2010 10:00:45 -0400 |
---|
40 | |
---|
41 | debathena-zephyr-config (1.9.1) unstable; urgency=low |
---|
42 | |
---|
43 | * Add missing debathena-hesiod-config dependency. |
---|
44 | |
---|
45 | -- Evan Broder <broder@mit.edu> Mon, 24 May 2010 00:20:41 -0400 |
---|
46 | |
---|
47 | debathena-zephyr-config (1.9) unstable; urgency=low |
---|
48 | |
---|
49 | * Use Hesiod to find zephyr servers instead of specifying them |
---|
50 | explicitly. (Trac: #134) |
---|
51 | * Bump Debian standards version and debhelper compatibility level. |
---|
52 | |
---|
53 | -- Evan Broder <broder@mit.edu> Mon, 24 May 2010 00:00:32 -0400 |
---|
54 | |
---|
55 | debathena-zephyr-config (1.8) unstable; urgency=low |
---|
56 | |
---|
57 | * Don't fail to configure the package if networking is unavailable and |
---|
58 | thus zhm can't restart. |
---|
59 | |
---|
60 | -- Geoffrey Thomas <geofft@mit.edu> Wed, 19 Aug 2009 10:31:35 -0400 |
---|
61 | |
---|
62 | debathena-zephyr-config (1.7) unstable; urgency=low |
---|
63 | |
---|
64 | * Update dependencies for zephyr 3.0. |
---|
65 | |
---|
66 | -- Evan Broder <broder@mit.edu> Tue, 28 Jul 2009 14:29:49 -0400 |
---|
67 | |
---|
68 | debathena-zephyr-config (1.6) unstable; urgency=low |
---|
69 | |
---|
70 | * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL. |
---|
71 | * Change "Debian-Athena Project" to "Debathena Project". |
---|
72 | * Remove debian/control from version control. |
---|
73 | * Clean up debian/copyright. |
---|
74 | |
---|
75 | -- Tim Abbott <tabbott@mit.edu> Sat, 24 Jan 2009 16:29:16 -0500 |
---|
76 | |
---|
77 | debathena-zephyr-config (1.5) unstable; urgency=low |
---|
78 | |
---|
79 | * Pass -f to zhm so that unprivileged users can't cause all users to |
---|
80 | lose subs |
---|
81 | |
---|
82 | -- Evan Broder <broder@mit.edu> Wed, 17 Sep 2008 22:48:13 -0400 |
---|
83 | |
---|
84 | debathena-zephyr-config (1.4) unstable; urgency=low |
---|
85 | |
---|
86 | * Convert to use config-package.mk interface, new in config-package- |
---|
87 | dev 4.5 |
---|
88 | |
---|
89 | -- Tim Abbott <tabbott@mit.edu> Mon, 21 Apr 2008 19:02:51 -0400 |
---|
90 | |
---|
91 | debathena-zephyr-config (1.3) unstable; urgency=low |
---|
92 | |
---|
93 | * Convert to the new config-package-dev interface |
---|
94 | |
---|
95 | -- Shreevatsa R <vatsa@mit.edu> Sun, 6 Apr 2008 19:26:53 -0400 |
---|
96 | |
---|
97 | debathena-zephyr-config (1.2debathena1) unstable; urgency=low |
---|
98 | |
---|
99 | * Start zhm from /etc/network/if-up.d. |
---|
100 | |
---|
101 | -- Anders Kaseorg <andersk@mit.edu> Fri, 25 Jan 2008 00:19:51 -0500 |
---|
102 | |
---|
103 | debathena-zephyr-config (1.1debathena3) unstable; urgency=low |
---|
104 | |
---|
105 | * Stop zhm before restarting it, to work around Debian #448459. |
---|
106 | |
---|
107 | -- Anders Kaseorg <andersk@mit.edu> Mon, 29 Oct 2007 23:37:08 -0400 |
---|
108 | |
---|
109 | debathena-zephyr-config (1.1debathena2) unstable; urgency=low |
---|
110 | |
---|
111 | * Rebuild against debathena-config-build-common 3.4. |
---|
112 | |
---|
113 | -- Anders Kaseorg <andersk@mit.edu> Mon, 06 Aug 2007 21:57:23 -0400 |
---|
114 | |
---|
115 | debathena-zephyr-config (1.1debathena1) unstable; urgency=low |
---|
116 | |
---|
117 | * Hack debconf in preinst and postinst so that zephyr doesn't start |
---|
118 | before it is configured. |
---|
119 | |
---|
120 | -- Anders Kaseorg <andersk@mit.edu> Tue, 24 Jul 2007 20:44:28 -0400 |
---|
121 | |
---|
122 | debathena-zephyr-config (1.0debathena2) unstable; urgency=low |
---|
123 | |
---|
124 | * Depend debathena-kerberos-config. |
---|
125 | |
---|
126 | -- Anders Kaseorg <andersk@mit.edu> Wed, 18 Jul 2007 03:24:43 -0400 |
---|
127 | |
---|
128 | debathena-zephyr-config (1.0debathena1) unstable; urgency=low |
---|
129 | |
---|
130 | * Rebuild with debathena-config-build-common 3.1. |
---|
131 | |
---|
132 | -- Anders Kaseorg <andersk@mit.edu> Wed, 18 Jul 2007 01:21:08 -0400 |
---|
133 | |
---|
134 | debathena-zephyr-config (1.0) unstable; urgency=low |
---|
135 | |
---|
136 | * Initial release. |
---|
137 | |
---|
138 | -- Anders Kaseorg <andersk@mit.edu> Fri, 13 Jul 2007 16:04:54 -0400 |
---|