Pull in patch that properly includes stdint.h
[pkg-k5-afs_openafs.git] / debian / changelog
blob4b41d6780d192d247a2a6095d18b7095b24022eb
1 openafs (1.6.22-3) UNRELEASED; urgency=medium
3   * Pull in upstream patch to avoid OOPS on linux 4.14 kernels.
4     (Closes: #884420)
5   * Pull in pending upstream patch to include stdint.h where needed.
6     This should allow Ubuntu to return to syncing openafs from Debian.
8  -- Benjamin Kaduk <kaduk@mit.edu>  Thu, 14 Dec 2017 20:57:22 -0600
10 openafs (1.6.22-2) unstable; urgency=medium
12   * Update Russian debconf translation; thanks Lev Lamberov.
13     (Closes: #883916)
14   * Pull in upstream patches to build with kernel 4.14. (Closes: #884276)
16  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 13 Dec 2017 19:15:58 -0600
18 openafs (1.6.22-1) unstable; urgency=high
20   * New upstream security release:
21     - Fix for OPENAFS-SA-2017-001. (Closes: #883602)
22     - Improved support for recent Linux versions
24  -- Benjamin Kaduk <kaduk@mit.edu>  Tue, 05 Dec 2017 10:28:15 -0600
26 openafs (1.6.21-3) unstable; urgency=medium
28   * Build documentation with FORCE_SOURCE_DATE=1, without which pdfTeX
29     refuses to behave fully reproducibly.
30   * debian/patches:
31     - Linux-Include-linux-uaccess.h-rather-than-asm-uacces.patch: Fix
32     build failure on s390x with Linux kernel 4.12.  (LP: #1711835)
34  -- Anders Kaseorg <andersk@mit.edu>  Wed, 30 Aug 2017 23:42:03 -0400
36 openafs (1.6.21-2) unstable; urgency=medium
38   * debian/patches:
39     - AFS_component_version_number.c-Respect-SOURCE_DATE_E.patch: Use UTC
40       for better reproducibility.
41     - 0003-Add-dummy-exit-command-for-afsd-to-do-nothing.patch: Fix
42       rebasing mistake so -exit works correctly.
43     - Linux-4.13-use-designated-initializers-where-require.patch: Support
44       Linux kernel 4.13.  (LP: #1706433)
45   * Update Portuguese debconf translation; thanks Rui Branco.
46     (Closes: #871559)
47   * Update French debconf translation; thanks Alban Vidal.
48     (Closes: #872026)
49   * Update CellServDB from grand.central.org (2017-03-14).
51  -- Anders Kaseorg <andersk@mit.edu>  Tue, 22 Aug 2017 19:47:50 -0400
53 openafs (1.6.21-1) unstable; urgency=medium
55   * New upstream release (1.6.21):
56     - Include support for Linx versions through 4.12.  (Closes: #859155)
57     - Improve support for Linux kernels with backported patches.
58       (Closes: #855366)
59     - Improve bosserver startup behavior with unexpected arguments or
60       configuration symlinks.
61     - Re-enable vcache cleanup improvement from 1.6.18, with bugs fixed.
62     - Provide the afsd -inumcalc option; this behavior was previously
63       only configurable via sysctl.
64     - The salvager updates volume "last update" times when modifying volumes.
65     - Demand-attach fileserver improvements for reducing log spew and preventing
66       thread exhaustion during CPS recalculation.
67     - Avoid a potential 100ms transmit delay in RX when the peer's receive
68       window advances.
69   * Switch openafs-fileserver.service to Type=simple and pass -nofork to
70     bosserver.  (Closes: #865962)
71   * Update for policy version 4.0.0, honor nodoc in DEB_BUILD_OPTIONS
72   * Use service(8) instead of /etc/init.d/* directly in documentation and
73     helper scripts
75  -- Benjamin Kaduk <kaduk@mit.edu>  Mon, 10 Jul 2017 15:27:56 -0500
77 openafs (1.6.20-2) unstable; urgency=medium
79   * Build-Depend debhelper (>= 9.20160114) for dh_strip
80     --dbgsym-migration.
81   * debian/patches:
82     - LINUX-split-dentry-eviction-from-osi_TryEvictVCache.patch,
83       Reformat-src-afs-LINUX-osi_vcache.c.patch,
84       LINUX-do-not-use-d_invalidate-to-evict-dentries.patch,
85       afs-shake-harder-in-shake-loose-vcaches.patch: Avoid system hangs on
86       busy machines due to vcache deallocation failures.
87     - Linux-4.9-deal-with-demise-of-GROUP_AT.patch,
88       Linux-4.9-inode_operation-rename-now-takes-flags.patch,
89       Linux-4.9-inode_change_ok-becomes-setattr_prepare.patch: Support
90       Linux kernel 4.9.  (Closes: #847011)
91     - AFS_component_version_number.c-Respect-SOURCE_DATE_E.patch:
92       Respect SOURCE_DATE_EPOCH in cml_version_number to improve build
93       reproducibility.
94   * openafs-modules-source: Generate /usr/src/openafs.tar.bz2
95     reproducibly.
97  -- Anders Kaseorg <andersk@mit.edu>  Sun, 04 Dec 2016 17:49:15 -0500
99 openafs (1.6.20-1) unstable; urgency=high
101   * New upstream release (1.6.19):
102     - Fix issue that could result in using out-of-date database versions
103       in rare cases
104     - Don't commit more data to a file than was actually copied during writes,
105       which could happen on architectures with a page size greater than 4K
106   * New upstream security release (1.6.20):
107     - Fix information leakage (file/directory names) from reused directory
108       buffers
110  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 30 Nov 2016 16:52:29 -0500
112 openafs (1.6.18.3-3) unstable; urgency=medium
114   * Drop openafs-dbg in favor of automatically generated dbgsym packages.
115   * Mark openafs-doc Multi-Arch: foreign.
116   * debian/patches/tests-util-ktime-t.c-Specify-EST-offset-in-TZ.patch:
117     Fix FTBFS with tzdata uninstalled.  (Closes: #839481)
118   * Depend lsb-base (>= 3.0-6) in openafs-client and openafs-fileserver
119     for /lib/lsb/init-functions.
121  -- Anders Kaseorg <andersk@mit.edu>  Wed, 12 Oct 2016 18:04:12 -0400
123 openafs (1.6.18.3-2) unstable; urgency=medium
125   * Drop hardening-wrapper in favor of passing flags via CC.
126     (Closes: #836642)
127   * Clean doxyen-generated documentation with dh_doxygen.
129  -- Anders Kaseorg <andersk@mit.edu>  Sun, 11 Sep 2016 17:15:39 -0400
131 openafs (1.6.18.3-1) unstable; urgency=medium
133   * New upstream release 1.6.18.3:
134     - Support Linux kernel 4.7.
136  -- Anders Kaseorg <andersk@mit.edu>  Thu, 04 Aug 2016 15:44:22 -0400
138 openafs (1.6.18.2-1) unstable; urgency=medium
140   * New upstream release 1.6.18.2:
141     - Support Linux kernel 4.6.
142     - Revert the vcache cleanup improvement of 1.6.18, which exposed
143       another previously latent issue that wrongly invalidated the current
144       working directroy on some kernels.
145   * Update CellServDB to the 2016-01-01 release.
147  -- Anders Kaseorg <andersk@mit.edu>  Mon, 25 Jul 2016 19:12:12 -0400
149 openafs (1.6.18.1-1) unstable; urgency=medium
151   * New upstream release 1.6.18.1:
152     - Support Linux kernel 4.5.
153     - Check return value from bdi_init.
154   * Import upstream Gerrit patch to allow building with Linux kernel 4.6.
155     (Closes: #826922)
157  -- Anders Kaseorg <andersk@mit.edu>  Sun, 26 Jun 2016 20:16:54 -0400
159 openafs (1.6.18-1) unstable; urgency=high
161   * New upstream release 1.6.18:
162     - Support for Linux 4.4 kernels.
163     - Improve dynamic vcache cleanup behavior, reducing memory usage and
164       avoiding a long hang when many vcaches are in use
165     - Deprecate afsd -settime.
166     - Failure to release a volume now reports an error back to the client.
167     - Check for invalid IP addresses in the CellServDB.
168     - Fix dafileserver crash experience with large volumes.
169     - Close race between "umount /afs" and "afsd -shutdown".
170     - Prefer -dryrun arguments to -noexecute.
171     - Limit ChangeAddr RPCs to removal, to avoid database corruption.
172     - Improve behavior relating to large (~2GB fetches from the fileserver).
173   * Import patches from upstream gerrit to improve support for
174     Linux 4.5 kernels.  (Closes: #821782)
175   * Depend on sysint.target instead of basic.target in openafs-client.service,
176     to eliminate dependency cycles with other services that depend on
177     remote-fs.target.  (Closes: #794451)
179  -- Benjamin Kaduk <kaduk@mit.edu>  Sun, 15 May 2016 22:19:38 -0400
181 openafs (1.6.17-2) unstable; urgency=high
183   * debian/rules: Fix FTBFS when built with dpkg-buildpackage -A.
184     (Closes: #806088)
186  -- Anders Kaseorg <andersk@mit.edu>  Thu, 17 Mar 2016 04:48:16 -0400
188 openafs (1.6.17-1) unstable; urgency=high
190   * New upstream release 1.6.16.
191     - Fix bosserver crashes related to fixed-sized buffers.
192     - Fix potential denial of service issue in pioctl logic
193       (CVE-2015-8312).
194     - Provide a new vos remaddrs subcommand for removing server entries.
195     - Allow pioctls to work with read-only /proc (e.g. Docker containers).
196   * New upstream security release 1.6.17.
197     - Prevent users in foreign Kerberos realms from creating groups as if
198       they were administrators (CVE-2016-2860).
199     - Fix an information leak of uninitialized memory over the network.
200     - Fix a crash when the AFS root volume is not found.
201   * debian/patches/Linux-4.4-key_payload-has-no-member-value.patch,
202     debian/patches/Linux-4.4-Use-locks_lock_file_wait.patch,
203     debian/patches/Linux-4.4-Do-not-use-splice.patch:
204     Add upstream patches for current Linux kernel support.  (Closes: #815521)
206  -- Anders Kaseorg <andersk@mit.edu>  Thu, 17 Mar 2016 00:55:42 -0400
208 openafs (1.6.15-1) unstable; urgency=high
210   * New upstream security release.
211     - Fix data leakage in rx ACK packets, OPENAFS-SA-2015-007,
212       CVE-2015-7762, CVE-2015-7763.
214  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 28 Oct 2015 15:56:38 -0400
216 openafs (1.6.14-1) unstable; urgency=medium
218   * New upstream release.
219     - Restore support for using regexes for volume names to backup,
220       accidentally disabled as part of the fix for OPENAFS-SA-2015-006
221   * Update Swedish translation, thanks Martin Bagge and Anders Jonsson.
222     (Closes: #781678)
223   * Note that the protocol document rfc5864.txt is dual licensed.
224     (Closes: #754735)
225   * Supply copyright notice for systemd helper scripts. (Closes: #779170)
226   * Import upstream patches to support the 4.2 Linux kernel.
228  -- Benjamin Kaduk <kaduk@mit.edu>  Mon, 17 Aug 2015 15:01:01 -0400
230 openafs (1.6.13-1) unstable; urgency=high
232   * New upstream security release.
233     - OPENAFS-SA-2015-001 CVE-2015-3282: vos leaks stack data onto the wire
234       in the clear when creating vldb entries
235     - OPENAFS-SA-2015-002 CVE-2015-3283: bos commands can be spoofed,
236       including some which alter server state
237     - OPENAFS-SA-2015-003 CVE-2015-3284: pioctls leak kernel memory contents
238     - OPENAFS-SA-2015-004 CVE-2015-3285: kernel pioctl support for OSD
239       command passing can trigger a panic
240     - OPENAFS-SA02015-005 CVE-2015-3286 is Solaris-specific and did not
241       affect Debian
242     - OPENAFS-SA-2015-006 CV-2015-3287: buffer overflow in vlserver
243   * Also includes changes from the upstream 1.6.12 release:
244     - Avoid database corruption if a database server is shut down and
245       brought up again quickly with an altered database
246     - Fix a potential buffer overflow in aklog
247     - Support for Linux kernels up to 4.1
248     - Avoid spurious EIO errors when writing large chunks of data to
249       mmapped files
251  -- Benjamin Kaduk <kaduk@mit.edu>  Thu, 30 Jul 2015 17:42:43 -0400
253 openafs (1.6.11.1-1) unstable; urgency=medium
255   * New upstream release.
256     - Support for Linux kernels up to 4.0.
258  -- Benjamin Kaduk <kaduk@mit.edu>  Fri, 15 May 2015 11:02:14 -0400
260 openafs (1.6.11~pre2-1) experimental; urgency=low
262   * New upstream pre-release.
263     - Avoid using a stale data version in certain cases when writing
264       files larger than the AFS cache, which manifested as file corruption.
265     - Fix a refcount leak that could lead to panics.
266     - Support newer linux versions, up through 3.19.
267     - Fix some leaks and crashes in error cases.
269  -- Benjamin Kaduk <kaduk@mit.edu>  Fri, 20 Feb 2015 15:50:49 -0500
271 openafs (1.6.11~pre1-1) experimental; urgency=low
273   * New upstream pre-release.
274     - Linux kernels up to 3.17 are now supported.
275     - Fix more incorrect behavior in our revalidation of dcache entries. Bugs
276       in this area can cause stale path lookups in certain situations, as well
277       as cause getcwd() to fail spuriously.
278     - Allow aklog to succeed in creating native K5 tokens even when K5-to-K4
279       principal conversion fails.
281  -- Andrew Deason <adeason@sinenomine.net>  Sun, 07 Dec 2014 23:43:21 -0600
283 openafs (1.6.10-4) unstable; urgency=medium
285   * Update Spanish translation, thanks Javier Fernandez-Sanguino Pena.
286     (Closes: #773565)
287   * Import many patches from upstream:
288     - Support newer linux versions, up through 3.19. (Closes: #771298)
289     - Avoid some spurious getcwd() failures.
290     - Improve configure test for key_type.match (which caused buggy
291       behavior in certain versions of RHEL).
292     - Fix a refcount leak that would manifest as an unrelated OOPS.
293     - Avoid using a stale data version in certain cases when writing
294       files larger than the AFS cache, which manifested as file corruption.
295     This leaves us roughly equivalent to the forthcoming 1.6.11pre2
296     release candidate.
297   * Update CellServDB to the 2015-01-19 release.
299  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 04 Feb 2015 13:35:48 -0500
301 openafs (1.6.10-3) unstable; urgency=medium
303   * Make openafs-client Before=umount.target for improved shutdown
304     behavior. (Affects: #760063)
305   * Mark openafs-client.service as RemainAfterExit=true. (Closes: #770815)
307  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 26 Nov 2014 13:00:27 -0500
309 openafs (1.6.10-2) unstable; urgency=medium
311   * Some shell quoting and similar cleanups in openafs-client-precheck
312     from Anders Kaseorg.
313   * Make the openafs-client unit silently succeed when it is already
314     running, to match the behavior of the sysV script. (Closes: #767056)
316  -- Benjamin Kaduk <kaduk@mit.edu>  Tue, 28 Oct 2014 18:52:47 -0400
318 openafs (1.6.10-1) unstable; urgency=medium
320   * New upstream release.
321     - fix segfault with aklog -path.
322   * The 1.6.10~pre1-1 changelog entry contains a full summary of changes
323     in the upstream release.
324   * Add a systemd unit file for openafs-client. (Closes: #760063)
325     - The variables AFS_PRE_SHUTDOWN and AFS_POST_INIT from
326       /etc/openafs.afs.conf are no longer honored.  They should be
327       converted to the systemd format and placed in
328       /etc/systemd/system/openafs-client.service.d/ ; automatic conversion
329       is not possible.  In particular, the kill_all_afs functionality is
330       not available.
331     - The LIBAFS, MODULEDIR, and DKMSDIR settings from
332       /etc/openafs/afs.conf are not used by the unit file.
333     - The extra shutdown handling for when the NFS translator is used
334       was not converted to the systemd format; the necessary feature
335       was removed from the Linux kernel in 2008.
336     - Support for cold shutdowns is removed.  They generally resulted
337       only in strange failures later on.
338   * Add a systemd unit file for openafs-fileserver.
339   * Use heap-allocated buffers of sufficient length for realpath() in
340     userok.c. (Closes: #757378)
341   * Update Dutch translation. (Closes: #765083)
343  -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 22 Oct 2014 13:10:59 -0400
345 openafs (1.6.10~pre1-1) experimental; urgency=low
347   [ Benjamin Kaduk ]
348   * New upstream pre-release.
349     - Linux kernels up to 3.16 are now supported.
350     - The amount of free space and reported for /afs is now 2 TiB, up
351       from the previous reported value of around 9 GiB.
352     - Fix 'pts removeuser' behavior in the ptserver for some supergroups
353       over a certain membership size.
354     - Fix logging behavior when rotating logs via the "copy and truncate"
355       approach.
356     - Add new log messages in the volserver log and the vlserver audit log.
357     - Reduce the amount of kernel stack space used in the client.
358     - Improve error handling for a wide variety of cases for various tools.
359     - Improve periodic hanging in the client when a large number of PAGs
360       and files are in use.
361     - Fix 'afs-up' to handle large ACLs correctly.
362     - Fix a crash in 'aklog' when retrying ticket acquisition.
363     - Fix a crash in xstat_fs_test and scout when their local port is
364       already in use.
365     - Fix an error in the client lock handling that prevented checking
366       for the existence of write locks on readonly volumes.
367     - Fix an error in the client that could cause cache inconsistencies
368       if another client removed a directory entry, and recreated a
369       different entry with the same name.
370     - Avoid ignoring build failures during the client kernel module build
371       process, hopefully leading to better error messages in some cases
372       when building the kernel module.
373     - Fix various possible problems when building with parallel make.
375   [ Andrew Deason ]
376   * Include the new volscan tool in openafs-fileserver.
378   [ Russ Allbery ]
379   * Retroactively add the CVE for OPENAFS-SA-2014-002 to the changelog for
380     1.6.9-1.  It was assigned after the release was uploaded.
381   * Add Benjamin Kaduk as Maintainer and move myself to Uploaders.
383  -- Benjamin Kaduk <kaduk@mit.edu>  Tue, 19 Aug 2014 18:53:34 -0400
385 openafs (1.6.9-2) unstable; urgency=medium
387   [ Russ Allbery ]
388   * Retroactively add the CVE for OPENAFS-SA-2014-002 to the changelog for
389     1.6.9-1.  It was assigned after the release was uploaded.
390   * Add Benjamin Kaduk as Maintainer and move myself to Uploaders.
392   [ Benjamin Kaduk ]
393   * Apply upstream deltas to fix the build with the linux kernel 3.16
394     (Closes: #762248):
395     - [ea0c9d8c] Linux 3.16: Switch to iter_file_splice_write
396     - [02a07404] Linux 3.16: Convert to new write_iter/read_iter ops
397   * Update README.source for the gbp pq patch-management procedure.
399  -- Benjamin Kaduk <kaduk@mit.edu>  Mon, 22 Sep 2014 13:17:12 -0400
401 openafs (1.6.9-1) unstable; urgency=high
403   * New upstream release.
404     - OPENAFS-SA-2014-002: Fix use of uninitialized memory in the host
405       object in the fileserver.  (CVE-2014-4044)
407  -- Russ Allbery <rra@debian.org>  Thu, 12 Jun 2014 12:39:25 -0700
409 openafs (1.6.8-1) unstable; urgency=medium
411   * New upstream release.
412     - Change the default fileserver sync behavior from delayed to
413       onclose so that explicit syncing only happens when a volume is
414       detached.
415     - Add -offline-timeout and -offline-shutdown-timeout options to the
416       fileserver, allowing interrupting of clients accessing volumes that
417       the fileserver is trying to take off-line.
418     - Fix RX bug that could hide errors during packet reception.
419     - Fix vos size -dump display for large volumes.
420     - Give up callbacks when the client is shut down.  This can cause
421       crashes in old fileservers (prior to 1.4.6).
422     - Restore vos e alias for vos examine.
423     - Throttle byte-range lock warnings per file, and include the FID of
424       the file that the client is trying to lock.
425     - Avoid a possible panic during shutdown while tracing.
426     - Fix a bug that could cause getcwd to fail to find parent
427       directories.
428     - Avoid a delay when accessing uncached data in AFS in a confined
429       context under SELinux.
430     - Documentation, diagnostics, and error message improvements.
431   * Add Lintian override for the copy of RFC 5864, which has been
432     dual-licensed by the author.
434  -- Russ Allbery <rra@debian.org>  Sat, 24 May 2014 17:55:20 -0700
436 openafs (1.6.7-1) unstable; urgency=high
438   * New upstream security release.
439     - OPENAFS-SA-2014-001: Fix potential buffer overflow in the
440       fileserver.  (CVE-2014-0159)
441     - Fix a potential DoS attack against Rx servers by avoiding suspending
442       the listener thread when delaying connection abort messages.
444  -- Russ Allbery <rra@debian.org>  Wed, 09 Apr 2014 10:33:38 -0700
446 openafs (1.6.6-1) unstable; urgency=low
448   * New upstream release.
449     - Remove server-side NAT pings since there's no evidence they help.
450   * Fix linking of /usr/share/doc directories for libpam-openafs-kaserver,
451     openafs-fuse, and openafs-kpasswd.  This was broken in previous
452     releases by a miswritten debian/rules override.  Thanks to Andreas
453     Beckmann for finding the problem and solution.  (Closes: #736305)
454   * Accept AFS_DYNROOT=true as an alias for Yes in afs.conf.client,
455     matching behavior of releases prior to 1.6.2.1-1.  (Closes: #729353)
457  -- Russ Allbery <rra@debian.org>  Thu, 23 Jan 2014 20:43:05 -0800
459 openafs (1.6.6~pre2-1) unstable; urgency=low
461   * New upstream pre-release.
462     - Linux kernels up to 3.12 are now supported, including kernels with
463       user namespace support enabled (which affects Debian's 3.12-1 kernel
464       and newer).
465     - Fixed core dumps into AFS with current kernels.
466     - When starting the client fails, backing device information created
467       in sysfs is now properly cleared.
468     - The AFS mountpoint specified in the cacheinfo file must now be an
469       absolute path.
470     - Stop tracking file locks on read-only volumes.  Write locks always
471       fail and read locks always succeed.
472     - New fs flushall command to discard all cached data.
473     - Fixed a bug that could cause the client to incorrectly believe its
474       cache was up to date.
475     - New -rxmaxfrags switch to afsd to limit the number of UDP fragments
476       sent or received per RX packet.
477     - Fixed afsd threads entering an infinite loop.
478     - The file server now ignores any vice partitions with a NeverAttach
479       flag file present in the root directory.
480     - Enabled server-side NAT pings to refresh NAT timeouts.
481     - Forcing file server CPS recalculation (for IP ACLs) is now
482       restricted to administrators.
483     - vos examine of a volume in a transaction is now shown as busy again
484       rather than off-line.
485     - Multiple bug fixes to the salvager.
486     - Fixed a bug that could cause state information to be discarded when
487       restarting a large or busy file server.
488     - Fixed a vlserver bug during file server address registration.
489     - volserver supports a new -preserve-vol-stats option, which preserves
490       access statistics across volume restore and reclone operations.
491     - Releasing a volume after adding a new RO site no longer touches the
492       existing RO sites if the volume has not changed since the last
493       release.
494     - Fixed undefined ptserver behavior with too many allocated PTS ids.
495     - Avoid redefining assert in public header files.
496     - Documentation, diagnostics, and error message improvements.
498  -- Russ Allbery <rra@debian.org>  Sat, 28 Dec 2013 11:38:19 -0800
500 openafs (1.6.5.2-1) unstable; urgency=medium
502   * New upstream release.
503     - Fix support for tmpfs as the cache filesystem.
504     - Support kernels with backported changes affecting getname/putname.
505   * Exit successfully in the openafs-client init script if /sbin/afsd
506     doesn't exist, indicating that openafs-client is not installed.
507   * Load /lib/lsdb/init-functions in the openafs-client init script as the
508     first step towards upstart or systemd support.
509   * Update standards version to 3.9.5 (no changes required).
511  -- Russ Allbery <rra@debian.org>  Sun, 22 Dec 2013 13:40:10 -0800
513 openafs (1.6.5.1-1) unstable; urgency=low
515   * New upstream release.
516     - Support for Linux 3.11 and 3.12 (up to 3.12-rc3).
517     - Fixed core dumps into AFS with some Linux kernels.
518   * Cherry-pick additional upstream fixes.
519     - [7242e25a] Fix library ordering when building aklog.
520     - [514fc63d] Fix budb crash when the -servers command-line option
521       is given.  (Closes: #718253)
522   * Ignore errors when reading ThisCell in the openafs-client config
523     script.  If the file doesn't end in a newline, read will still succeed
524     and set the variable, but will exit with a non-zero status.  This
525     would abort configuration of the package without a useful error
526     message.
527   * Drop Recommends of libjs-jquery in openafs-doc.  We're no longer
528     replacing the embedded jQuery, pending a better fix in the Doxygen
529     packaging.
530   * Optimize the get-orig-source target.  Thanks, Anders Kaseorg.
531   * Translation updates:
532     - German, thanks Erik Pfannenstein.  (Closes: #719154)
534  -- Russ Allbery <rra@debian.org>  Sun, 20 Oct 2013 09:26:37 -0700
536 openafs (1.6.5-1) unstable; urgency=high
538   * New upstream release.
539     - OPENAFS-SA-2013-003: New support for non-DES enctypes in the
540       long-lived AFS key.  This requires deploying rxkad.keytab files on
541       each server containing all of the encryption types for the cell AFS
542       key.  Once this is deployed on servers, DES will only be used for
543       the session key.  Once deployed on all clients, a stronger security
544       mechanism will be used that allows the DES keys to be removed from
545       the AFS principal in the Kerberos KDC (but still uses DES for some
546       session encryption purposes).  (CVE-2013-4134)
547     - OPENAFS-SA-2013-004: Properly support the -encrypt option in vos,
548       including with -localauth.  (CVE-2013-4135)
549   * Move the documentation and kernel module build dependencies to
550     Build-Depends-Indep and only do those parts of the build if building
551     architecture-independent packages.
552   * Drop the sequence numbers from the openafs-client init script
553     registration.  Debian now always uses dependency-based boot ordering.
554   * Translation updates:
555     - Japanese, thanks victory.  (Closes: #714223)
557  -- Russ Allbery <rra@debian.org>  Wed, 24 Jul 2013 14:32:22 -0700
559 openafs (1.6.4-1) unstable; urgency=low
561   * New upstream release.
563  -- Russ Allbery <rra@debian.org>  Tue, 18 Jun 2013 11:10:45 -0700
565 openafs (1.6.3-1) unstable; urgency=low
567   * New upstream release.
568     - Support for Linux 3.9 and 3.10.  (Closes: #711920)
569     - Multiple fixes for use after free, use of uninitialized memory,
570       and similar C memory management bugs found via code analysis.
571     - Obey jumbo/nojumbo settings for Ubik (database) servers.
572     - General improvements in diagnostic and log messages.
573     - Avoid incorrectly sending small amounts of data over the wire
574       unencrypted in some situations and report the correct error message
575       in this case.
576     - Avoid generating duplicate IDs for readonly and backup volumes.
577     - Return quota and free space information without an access check.
578     - Improve client bookkeeping in the file server, fixing several
579       potential corruption and segfault issues.
580     - Avoid known cases of silent data corruption in background syncs in
581       the file server.
582     - Run-time configuration support for fileserver synchronization.
583     - Fix transient network error interference with establishing a ubik
584       quorum.
585     - Do not discard the persistent client disk cache on restart.
586     - Fix bugs that made it impossible to unmount a disk cache file system
587       after it had been used by the client.
588   * Give openafs-dbserver its own documentation directory rather than
589     linking it to openafs-client, allowing relaxation of the versioned
590     dependency on openafs-client to Recommends.  (However, openafs-client
591     will still have to be installed for the openafs-fileserver init
592     script, which uses the bos binary, so will still be pulled in by
593     dependencies.)
594   * Cleanup of the openafs-client postinst script.
595     - Perform all work unconditionally to handle various rare error
596       recovery cases properly.
597     - Only force creation of CellServDB on initial installation or if
598       AFSDB/SRV records are not being used.
599   * Remove openafs-fileserver postinst support for upgrades from ancient
600     versions (1.4.4.dfsg1-4 and 1.4.11+dfsg-3).
601   * General coding style cleanup of maintainer scripts.
603  -- Russ Allbery <rra@debian.org>  Mon, 17 Jun 2013 14:53:41 -0700
605 openafs (1.6.2.1-2) unstable; urgency=low
607   * Upload to unstable.
608   * Translation updates:
609     - Brazilian Portuguese, thanks Albino B Neto.  (Closes: #706627)
611  -- Russ Allbery <rra@debian.org>  Thu, 09 May 2013 09:00:57 -0700
613 openafs (1.6.2.1-1) experimental; urgency=low
615   * New upstream release.
616     - Support for Linux 3.8.
617   * Support configuring -dynroot-sparse via debconf.  The AFS_DYNROOT
618     option in /etc/openafs/afs.conf.client is now tri-valued instead of a
619     boolean, and the boolean values will be mapped to the corresponding
620     options on upgrade.  Based on work by Jakob Haufe.  (Closes: #644564)
621   * Translation updates:
622     - Czech, thanks Martin Å Ã­n.  (Closes: #705013)
623     - Russian, thanks Yuri Kozlov.  (Closes: #705159)
624     - French, thanks Christian Perrier.  (Closes: #705296)
625     - Portuguese, thanks Miguel Figueiredo.  (Closes: #705307)
626     - Danish, thanks Joe Hansen.  (Closes: #705660)
627     - Italian, thanks Beatrice Torracca.  (Closes: #705864)
629  -- Russ Allbery <rra@debian.org>  Sun, 21 Apr 2013 20:51:57 -0700
631 openafs (1.6.2-1) experimental; urgency=low
633   * New upstream release.
634     - OPENAFS-SA-2013-001: Fix fileserver buffer overflow when parsing
635       client-supplied ACL entries and protect against client parsing of
636       bad ACL entries.  (CVE-2013-1794)
637     - OPENAFS-SA-2013-002: Fix ptserver buffer overflow via integer
638       overflow in the IdToName RPC.  (CVE-2013-1795)
639     - Fix aklog warning about allow_weak_crypto.
640   * Update CellServDB to the 2013-01-28 version.
641   * Fix DKMS builds of the OpenAFS kernel module for amd64 kernels on the
642     i386 architecture by parsing the kernel version for the architecture
643     and kernel class and using that to tell the OpenAFS build system what
644     sysname to use.  Patch from Thorsten Alteholz.
645   * Avoid re-running setup after build when building modules from the
646     openafs-modules-source package with module-assistant.  This will
647     hopefully avoid an issue where, following an upgrade of
648     openafs-modules-source, module-assistant cannot build new module
649     packages without an intervening module-assistant clean.  Patch from
650     Thorsten Alteholz.  (Closes: #660622)
651   * Make another attempt at suppressing the wildcard action for building
652     debian/rules to fix problems building module packages using
653     make-kpkg.  Patch from Thorsten Alteholz.  (Closes: #639475)
655  -- Russ Allbery <rra@debian.org>  Mon, 04 Mar 2013 13:54:30 -0800
657 openafs (1.6.2~pre3-1) experimental; urgency=low
659   * New upstream prerelease.
660     - Avoid unnecessary panic in kernel module when freeing vcaches.
661     - Add additional objects to the *_pic libraries in support of the AFS
662       Perl bindings.
663   * Remove unnecessary change to the upstream Debian packaging files to
664     support armhf.  These files aren't used during a package build, so no
665     need to carry a Debian patch.
667  -- Russ Allbery <rra@debian.org>  Mon, 21 Jan 2013 11:17:36 -0800
669 openafs (1.6.2~pre2-2) experimental; urgency=low
671   * Restore include of <sys/param.h> in userspace builds of rx/rx_packet.h
672     to get a definition of MIN and MAX on, at least, powerpc.  Thanks,
673     Andrew Deason.
675  -- Russ Allbery <rra@debian.org>  Thu, 03 Jan 2013 12:06:41 -0800
677 openafs (1.6.2~pre2-1) experimental; urgency=low
679   * New upstream prerelease.
680     - Support Linux kernels up to 3.7.  (Closes: #685973)
681     - Fix fileservers to properly report >2 TiB partitions.
682     - Fix stale volume info from vos examine on non-DAFS filservers.
683     - Fix possible volume corruption with vos convertROtoRW.
684     - Fix bosserver to preserve all command-line options over restart.
685     - Fix bosserver to properly kill hung processes during shutdown.
686     - Fixes for memcache, especially on Solaris.
687     - Increase the size of the DNS resolver answer buffer to allow sites
688       with a long response list to use SRV and AFSDB records.
689     - Fix possible abuse of fs mkmount.  In previous versions, users could
690       crash a client by nesting volume mounts.
691     - Fix client page cache corruption on Linux.  When multiple clients
692       read and write to a file, the reading client may see first couple
693       bytes of a file as nulls.
694     - Support newer glibc versions.
695   * Build-Depend on hardening-wrapper and enable it to work around the
696     current upstream munging of CFLAGS and LDFLAGS.  (Closes: #659663)
697   * Fix server installation instructions in README.servers, which used the
698     early demand-attach syntax before separate demand-attach binaries were
699     built.  Thanks, Björn Torkelsson.  (Closes: #693311)
700   * Remove the symlink from the openafs-fileserver doc directory to the
701     openafs-client doc directory.  We used to install this symlink and
702     share doc directories, but this stopped in 1.4.12+dfsg-1.  However,
703     dpkg doesn't remove symlinks to a directory, so systems that had
704     upgraded from the older package were overwriting openafs-client doc
705     files with the openafs-fileserver versions.  Thanks, Andreas
706     Beckmann.  (Closes: #694063)
707   * Switch to xz compression for the upstream tarball, Debian tarball, and
708     binary packages.
709   * Remove debian/import-upstream and change README.source to document
710     using git-import-orig with --upstream-vcs-tag instead.
711   * Move single-debian-patch to local-options and patch-header to
712     local-patch-header so that they only apply to the packages I build and
713     NMUs get regular version-numbered patches.
714   * Update Vcs-* URLs for the new anonscm.debian.org URL layout.
715   * Update standards version to 3.9.4 (no changes required).
716   
717  -- Russ Allbery <rra@debian.org>  Thu, 03 Jan 2013 10:07:39 -0800
719 openafs (1.6.1-2) unstable; urgency=low
721   * Translation updates:
722     - Fix German translation encoding.  Thanks, Christian PERRIER.
723       (Closes: #678736)
724     - Italian, thanks Beatrice Torracca.  (Closes: #671640)
726  -- Russ Allbery <rra@debian.org>  Tue, 21 Aug 2012 17:11:58 -0700
728 openafs (1.6.1-1) unstable; urgency=low
730   * New upstream release.
731     - Do not ignore all InlineBulkStatus errors in file server.
732     - Support for Linux 3.3 and 3.4.
733     - Fix incorrect kernel error handling in afs_notify_change.
734     - Fix locking around RXS_PreparePacket.
736  -- Russ Allbery <rra@debian.org>  Wed, 28 Mar 2012 17:25:05 -0700
738 openafs (1.6.1~pre4-1) unstable; urgency=low
740   * New upstream prerelease.
741     - Always retry busy rx calls and retriable actions.
742     - Do not abort the salvager on large volume IDs.
743     - Ensure one NAT ping connection per srvAddr.
744     - Improvements to the file server address tracking.
745     - Improve locking in the host table in the file server.
746     - Avoid discrepancy between lastBusy and PEER_BUSY.
747     - Allow a null host for callback breaks.
748     - Fix probing for noop_fsync in the Linux kernel.
749     - Fix handling of expired locks in the file server.
750     - Reset blacklisted servers on a hard-mount retry.
751   * Update debhelper compatibility level to V9.
752   * Update standards version to 3.9.3 (no changes required).
754  -- Russ Allbery <rra@debian.org>  Thu, 08 Mar 2012 18:24:53 -0800
756 openafs (1.6.1~pre2-1) unstable; urgency=low
758   * New upstream prerelease.
759     - Disable server-side Rx keepalive during disk I/O.
760     - Avoid timing out on non-kernel busy Rx channels.
761     - Add separate client connection pool for replicated volumes.
762     - Remove SYNC client disable behavior on some error patterns.
763     - Correctly test for the end of the Rx call queue.
764     - Fix cleanup of special inodes on the server.
765     - Provide a public Rx function for toggling keepalive.
766     - Fix connection management in the client checkserver loop.
767     - Discard cached state in the client when unsure of validity.
768     - Fix thread safety of free inode management with demand-attach.
769     - Fix xstat handling of time values on 64-bit platforms.
770     - Increase the idledead time.
771     - Fix return status of fsync on a directory.
772   * Fix afs-newcell's creation of the file server process to pass
773     -localauth.  This was broken when demand-attach support was
774     added.  Thanks, Florian Hatat.  (Closes: #652973)
775   * Fix afs-newcell's unwind of file server process creation.  Thanks,
776     Davor.  (Closes: #655136)
777   * Description typo, thanks Jonas Smedegaard.  (Closes: #657933)
778   * Translation updates:
779     - Danish, thanks Joe Hansen.  (Closes: #654933)
781  -- Russ Allbery <rra@debian.org>  Wed, 08 Feb 2012 14:30:07 -0800
783 openafs (1.6.1~pre1-1) unstable; urgency=low
785   * New upstream prerelease.
786     - Install new afsio utility.
787     - Fixes performance issues in both the client and the server.
788     - Rate-limit waiting for volume messages in kernel logs.
789     - Avoid a possible memory allocation issue in ticket data management.
790     - Disable MTU discovery.
791     - Reduce the quantity of NAT pings sent by the client.
792     - Various fixes for demand-attach file servers.
793     - Fix volume lock violations.
794     - Report the bosserver -rxbind address in a file.
795     - Revert process group changes on keyring failure.
796     - Various fixes for the salvager.
798  -- Russ Allbery <rra@debian.org>  Tue, 20 Dec 2011 13:51:57 -0800
800 openafs (1.6.0-3) unstable; urgency=low
802   * Apply upstream deltas to fix file corruption issue in file server:
803     - [c73b6644] viced: disable accelerated copyonwrite
804     - [4e05bc3b] remove CopyOnWrite2 and unused vars
806  -- Russ Allbery <rra@debian.org>  Wed, 07 Dec 2011 18:47:48 -0800
808 openafs (1.6.0-2) unstable; urgency=low
810   * Apply upstream deltas for Linux 3.1 and 3.2 (Closes: #649765):
811     - [f129142] Linux: 3.1: update RCU path walking detection in
812       permission i_op (Closes: #649996)
813     - [7f55b45] Linux: d_delete now takes a const argument
814     - [737a280] Linux: 3.2: Use set_nlink to update i_nlink
815     - [364fad6] Linux: 3.1: adapt to fsync changes
816     - [032736b] Linux: make sure backing_dev_info is zeroed
817   * Add support for armhf.  Patch from Konstantinos Margaritis.
818     (Closes: #645395)
820  -- Russ Allbery <rra@debian.org>  Mon, 28 Nov 2011 17:53:45 -0800
822 openafs (1.6.0-1) unstable; urgency=low
824   * New upstream stable release.
825     - Rx NAT pings are not enabled until peer has answered
826     - Numerous fixes to command argument parsing
827     - Avoid crashing on host table exhaustion and defer clients instead
828     - Rx connection reference counting is enabled
829     - An Rx connection reference count leak is fixed in bulkstat
830     - Handle unparsable directory objects
831     - Handle Kerberos credential cache errors in aklog
832   * Generate stub header files that include the actual system header when
833     building libuafs instead of symlinking h to the appropriate directory.
834     Fixes build failures now that Debian has switched to multiarch and
835     moved some of the system headers.  (Closes: #639063, LP #831287)
836   * Fix another Doxygen call to generate a configuration file, and remove
837     the generated configuration files after Doxygen runs.
838   * Update CellServDB to the 2011-08-14 release.
840  -- Russ Allbery <rra@debian.org>  Thu, 01 Sep 2011 18:43:02 -0700
842 openafs (1.6.0~pre7-2) unstable; urgency=low
844   * Force use of dblatex to build the manual, even if docbook2pdf is
845     available, since the latter dies with errors about TeX capacity.
846     (Closes: #635306)
847   * Fix generation of protocol documentation from Doxygen headers.
848     Doxygen cannot be called directly on header files and needs a
849     configuration file to be generated first.  Thanks, Anders Kaseorg.
850   * Add another dummy rule for ./debian/rules to the kernel module rules
851     file to fix another variation of make-kpkg breakage.
853  -- Russ Allbery <rra@debian.org>  Sun, 24 Jul 2011 16:45:28 -0700
855 openafs (1.6.0~pre7-1) unstable; urgency=low
857   * New upstream prerelease.
858     - Substantial Rx updates to correct erroneous behavior
859     - Salvager tries harder to detect linktable issues
860     - Additional documentation
861     - xstat tools now cope with differing timeval structures between
862       endpoints
863     - Don't attach volumes with special status set in demand attach
864     - Treat Linux 3.0 as Linux 2.6 for sysname purposes
865   * Update README.source for a few changes in procedures and source
866     package format.
867   * Reapply the removal of the Doxygen-generated copy of jquery, since
868     this apparently wasn't as fixed as had been advertised.  However, make
869     it conditional on the existence of the jquery.js script, so we should
870     hopefully only fix this where necessary.
872  -- Russ Allbery <rra@debian.org>  Wed, 20 Jul 2011 13:04:07 -0700
874 openafs (1.6.0~pre6-2) unstable; urgency=medium
876   * Urgency set to medium since 1.6.0~pre6-1 has been in unstable for some
877     time, blocked only by the armel build problem, and 1.6.0~pre4-1 in
878     testing has serious bugs.
879   * Revert the removal of Doxygen's jquery copy.  This has now been fixed
880     in the Doxygen package.
881   * Disable optimization on armel to work around #630746.
883  -- Russ Allbery <rra@debian.org>  Wed, 13 Jul 2011 14:05:26 -0700
885 openafs (1.6.0~pre6-1) unstable; urgency=low
887   * New upstream prerelease.
888     - Don't do unnecessary page invalidation with directories.
889     - Flush vcaches in afs_shutdown for better callback givebacks.
890     - Fix the vnode type for dynroot FIDs.
891     - Fix volinfo -filenames.
892     - Fall back to afs3-vlserver for SRV records for afs3-prserver.
893     - Fix a client locking issue on ICBS that could deadlock.
894     - Fix callback state handling with demand-attach when salvaged.
895     - Fix reference leak in GetCapabilities.
896     - Document DNS SRV record usage in afsd man page.
897   * Add a dummy debian/rules rule in the kernel module rules file to fix
898     builds with make-kpkg.  (Closes: #622260)
899   * Remove and symlink the copies of jquery generated by Doxygen and add a
900     Recommends on libjs-jquery for openafs-doc.
902  -- Russ Allbery <rra@debian.org>  Thu, 16 Jun 2011 09:07:30 -0700
904 openafs (1.6.0~pre5-2) unstable; urgency=low
906   * Apply upstream patch from http://gerrit.openafs.org/#change,4656 for
907     correct reading of files larger than the chunk size.
908   * Use dpkg-buildflags to get the default values of CFLAGS, CPPFLAGS, and
909     LDFLAGS.  Upstream does not entirely honor these yet, but we're
910     getting closer.
911   * Update to standards version 3.9.2 (no changes required).
913  -- Russ Allbery <rra@debian.org>  Sun, 15 May 2011 00:29:14 -0700
915 openafs (1.6.0~pre5-1) unstable; urgency=low
917   * New upstream prerelease.
918     - Avoid downward vcache pressure when entries are free.
919     - Avoid client to fileserver deadlock during callback giveup.
920     - Improve calculation of when to flush vcaches.
921     - Don't read pages beyond the cache EOF.
922     - Improve file server reference counting, locking, and logging.
923     - Rename the OpenAFS com_err library to avoid conflicts.
924     - Restrict the number of CBRs allocated at once.
925     - Permit importing of -md5 and -md4 keys with asetkey.
926     - Fix token return in aklog with 524 conversion.
927   * Apply upstream patch from http://gerrit.openafs.org/#change,4654 to
928     fix a configure problem detecting Linux kernel properties, leading to
929     a lockup on 2.6.38 kernels.
930   * Update import-upstream and README.source for moving 1.6 from the
931     experimental and upstream-1.5 branches to the master and upstream
932     branches.
933   * Change to Debian source format 3.0 (quilt).  Force a single Debian
934     patch for simplicity since the packaging is maintained in Git using
935     branches, and include a patch header explaining why.
936   
937  -- Russ Allbery <rra@debian.org>  Sat, 14 May 2011 11:52:40 -0700
939 openafs (1.6.0~pre4-1) unstable; urgency=low
941   * Upload to unstable.
942   * New upstream prerelease.
943     - Fix file descriptor leak in the file server that could result in
944       corrupted files.
945     - Properly support large volume numbers.
946     - Document current client setuid behavior.  (Closes: #612608)
947     - Allow salvager to be run manually with demand-attach servers.
948     - Properly report setpag() errors.
949   * Apply upstream deltas:
950     - [1e322b88] Linux: 2.6.39: deal with BKL removal
951     - [a8aa6f42] Linux: 2.6.39: replace path_lookup with kern_path
952   * Declare optional dependencies in the openafs-client init script on
953     openafs-fileserver so that, if the same host is running both a
954     fileserver and a client, the fileserver starts before and stops after
955     the client.
957  -- Russ Allbery <rra@debian.org>  Thu, 31 Mar 2011 15:00:04 -0700
959 openafs (1.6.0~pre3-1) experimental; urgency=low
961   * New upstream prerelease.
962     - Revert UUID support in vos.
963     - pt_util fixed to properly create new database.
964     - MTU discovery now properly shut down on call reset.
965     - FUSE client support fixed for non-/afs mounts.
966     - A deleted volume can now be recreated properly.
967     - Callbacks are again not broken during whole partition salvages.
968     - Positional vectored IO fixed.
969     - Fileserver per-client thread usage again properly enforced.
970     - Anonymous dropbox support improved and drawbacks documented.
971     - Ensure vnodes are not reallocated while in use for demand-attach.
972     - Perform vcache eviction via a fast path before visiting vcaches
973       where sleep is needed.
974   * Apply upstream deltas:
975     - [17b48f99] Add missing semicolon (Closes: #618496)
976     - [ee2811b0] viced: Allow checkout of VOL_STATE_DELETED volumes
978  -- Russ Allbery <rra@debian.org>  Tue, 22 Mar 2011 05:07:22 -0700
980 openafs (1.6.0~pre2-1) experimental; urgency=low
982   * New upstream prerelease.
983     - Avoid spurious Rx connection timeouts.
984     - Do not retry Rx calls on channels returning busy errors.
985     - Fix double-free error in the vos command-line utility.
986     - Properly enable Rx connection hard timeouts.
987     - Fix lock initialization in Rx.
988     - Check for /afs existence before starting unless -nomount given.
989     - Fix panic when using /afs/.:mount syntax.
990     - Avoid a panic in memcache mode due to missing CellItems file.
991     - Attempt to recover more quickly from timed-out volume releases.
992     - Improve speed of volume removal.
993     - Improve CPU utilization during demand-attach volume attachment.
994     - Fix various error handling problems.
995     - Linux 2.6.38 support.
996     - Improve correctness and performance in cache bypass mode.
997     - Avoid extra runs of the vcache freeing routine.
998   * In README.modules, document the need to install the Linux headers
999     package in the DKMS instructions and the need for module-assistant
1000     clean openafs in the module-assitant instructions.  (Closes: #606235)
1002  -- Russ Allbery <rra@debian.org>  Thu, 03 Mar 2011 17:49:27 -0800
1004 openafs (1.6.0~pre1-1) experimental; urgency=low
1006   * New upstream prerelease.
1007     - Rx performance improvements.
1008     - Correct byte order handling of port in SRV record lookups.
1009     - More robust vos release to sites previously marked "don't use."
1010     - vos properly matches sites with multihomed servers.
1011     - Fix ptserver supergroups support on 64-bit platforms.
1012     - Bug fixes for demand-attach salvaging.
1013     - Avoid potential crash when attaching a volume fails.
1014     - Properly hold the host lock during host enumeration in fileserver.
1015     - Use larger I/O sizes in memcache to improve performance.
1016     - Avoid potential alignment issues in pioctl calls.
1017     - Servers now marked down when GetCapabilities returns an error.
1018     - Avoid blocking xvcache lock when freeing in-use vcaches.
1019     - In-use vcache count now properly tracked.
1020     - Properly configure LWP to use ucontext on appropriate platforms.
1021     - Eliminate spurious AFS system call errors.
1022     - Linux 2.6.37 support.
1023   * Apply upstream deltas:
1024     - [4a3e5291] Update NEWS for 1.5.78 and 1.6.0pre1
1025   * In the openafs-client init script, don't attempt to stop or restart
1026     the AFS client if module loading is disabled.  Stopping afsd without
1027     unloading the module would leave the system in an inconsistent state.
1028   * Add $named to Should-Start in the openafs-client init script since the
1029     client may do DNS lookups for the VLDB and file servers during startup
1030     in some situations.  (Closes: #586226)
1031   * Drop --enable-reduced-depends for right now.  aklog doesn't deal with
1032     it correctly.
1033   * Now that upstream has renamed compile_et to afs_compile_et, include it
1034     in libopenafs-dev.
1035   * Update CellServDB to the 2010-12-13 version.
1037  -- Russ Allbery <rra@debian.org>  Wed, 29 Dec 2010 12:27:59 -0800
1039 openafs (1.5.77-2) experimental; urgency=low
1041   * Apply upstream deltas:
1042     - [ca2a7363] libuafs: Don't #define user (fixes armel build)
1043     - [f7f366d0] Link dafssync-debug(8) to fssync-debug(8)
1044     - [a2cf6b8d] Fix POD errors in fileserver and dasalvager
1045     - [e36b4e00] Update bos create man page for new demand-attach
1046   * Add backslashes to the DKMS command, which will be required once DKMS
1047     uses proper shell quoting.
1048   * In openafs-modules-source, use /lib/modules/`uname -r`/build as the
1049     default path to the kernel headers rather than /usr/src/linux.
1050     Current kernel header packages will create an appropriate symlink
1051     there.  This default is only used when neither module-assistant nor
1052     kernel-package are used.
1053   * In the openafs-client init script, stop looking for openafs.o; Debian
1054     hasn't supported 2.4 kernels for quite some time.  Remove all the $MP
1055     handling since we force a module name of openafs.ko using
1056     --with-linux-kernel-packaging.
1058  -- Russ Allbery <rra@debian.org>  Fri, 24 Sep 2010 21:37:03 -0700
1060 openafs (1.5.77-1) experimental; urgency=low
1062   * Apply upstream deltas:
1063     - [7594331c] Add NEWS entries for OpenAFS 1.5.77 and 1.5.76
1064   * New upstream testing release.
1065     - Demand-attach servers are now always built and installed under
1066       separate names (dafileserver, davolserver, dasalvager).  This means
1067       that the default names are no longer demand-attach, which means that
1068       upgrades from previous experimental versions will fail (but upgrades
1069       from non-experimental versions will be much cleaner).
1070     - Linux 2.6.36 support and improved freezer interface support.
1071     - More robust path MTU detection.
1072     - Return VNOVOL from fileserver when a volume is deleted.
1073     - Improve handling of some corruption in the salvager.
1074     - Relax too-strict checks in ptserver on foreign names.
1075     - Better reporting of failures during volume attach.
1076     - Better fileserver handling of host hash collisions.
1077     - Fix statistics reporting in RXAFS_GetStatistics64.
1078     - Improved disconnected mode reference tracking.
1079     - Avoid a kernel panic during vcache contention.
1080     - Fix potential kernel panic during bulkstatus.
1081     - Better vos dry-run mode for syncvldb and syncserv.
1082     - Fix s390x kernel build support.
1083   * Update afs-newcell and README.servers to recommend using the
1084     demand-attach fileserver binaries and dafs bos type.
1085   * Force disabling of Linux syscall probing in kernel module builds.
1086   * Remove obsolete --enable-demand-attach-fs and --enable-disconnected
1087     configure flags.  These are now unconditional upstream.
1088   * The openafs-fileserver init script now depends on $named since
1089     apparently the volserver requires DNS during startup.  Thanks, Jaap
1090     Winius.  (Closes: #589783)
1091   * Use dpkg --print-architecture, not --print-installation-architecture,
1092     in the openafs-fileserver config script.  The latter is deprecated.
1093     Thanks, Peter Palfrader.  (Closes: #594488)
1094   * Add a dependency on libc6-dev to openafs-modules-dkms.  dkms doesn't
1095     depend on it because most kernel modules don't need it, but openafs
1096     builds userspace helper programs.  Thanks, Peter Palfrader.
1097   * Fix the sample CellServDB entry printed by afs-newcell if the cell
1098     isn't found in /etc/openafs/CellServDB to include the correct server
1099     syntax.  Thanks, Peter Palfrader.
1100   * Run the DKMS build commands in a subshell to work around a DKMS bug
1101     that caused the module build logs to be discarded.  (LP: #593509)
1102   * Add a status command to the openafs-fileserver init script.
1103   * Update to debhelper compatibility level V8.
1104     - Rewrite debian/rules to use dh and overrides.
1105     - Use dh_installdocs --link-doc to handle linked doc directories.
1106     - Rewrite debian/module/rules to use dh and overrides.
1107     - Bump -source package dependency and compat to debhelper 8.
1108   * Add ${perl:Depends} to openafs-modules-dkms and perl to the
1109     dependencies of openafs-modules-source, since Perl is used as part of
1110     the module build system now.
1111   * Remove bison and flex dependencies for the module build packages.  We
1112     now ship the results of rxgen, so don't need all the tools required to
1113     build the full source tree.
1114   * Update standards version to 3.9.1 (no changes required).
1116  -- Russ Allbery <rra@debian.org>  Tue, 21 Sep 2010 17:59:42 -0700
1118 openafs (1.5.75-2) experimental; urgency=low
1120   * Apply upstream deltas:
1121     - [57d727da] Link libafsauthent with -lresolv if required
1122     - [c3fc948e] Check for crypt in external library
1123     - [a1351d48] Fix ktime test on 64-bit systems
1124   * Use --after instead of --remaining in binary-indep to avoid running
1125     dh_auto_install and doing the installation process again.
1127  -- Russ Allbery <rra@debian.org>  Wed, 14 Jul 2010 12:05:12 -0700
1129 openafs (1.5.75-1) experimental; urgency=low
1131   * New upstream testing release.
1132     - Path MTU discovery for networks with bad fragmentation.
1133     - New -human flag for human-readable units in some fs commands.
1134     - Provide reasons for locked volumes in vos when known.
1135     - Improvements to Rx ping and NAT handling.
1136     - Improvements to the userspace AFS client.
1137     - Substantial updates to the Administrator's Guide.
1138     - Various bug fixes and improvements to the file server.
1139     - Force core file generation in bosserver.
1140     - Improve vlclient and vldb_check.
1141     - Avoid volume corruption on creation if files were left over from a
1142       previous failed cleanup.
1143     - Do not tie up fileserver threads with volumes being taken offline.
1144     - Break origin's callback on the target of a rename operation.
1145     - Do not open /dev/console in the fileserver.  (Closes: #582111)
1146     - Avoid unneeded sync() calls in the fileserver.
1147     - Update client disk cache version.
1148     - Parallelization improvements in lock management in the client.
1149     - New -dynroot-sparse mode for afsd to not show all cells in the
1150       CellServDB until that cell is needed.
1151     - Fix aklog crash with linked cell handling.
1152     - Fix fs getserverprefs -vlservers with default CellServDB list.
1153     - Report server address when logging warnings.
1154     - Avoid panic in GetCapabilities with an unknown cell.
1155     - Report process name and ID for advisory lock warnings when
1156       possible.
1157     - Flush pending changes to server when releasing file locks.
1158     - Various other client bug fixes on error handling and callbacks.
1159     - Disable syscall probes when keyrings are supported.
1160     - Use filehandles for all Linux 2.6 versions to avoid
1161       incompatibilities with mismatched afsds.
1162     - Update Linux kernel support for 2.6.35.
1163     - The stripped source tree generated for kernel module builds is now
1164       truly architecture-independent and can build on i386 for amd64
1165       kernels (for example).  (Closes: #518270)
1166     - Fix build problems on alpha.
1167   * Apply upstream deltas:
1168     - [bbce0515] Add NEWS entries for 1.5.75
1169     - [c790e7d0] Remove a few erroneous NEWS entries for 1.5.75
1170     - [9e2aba99] Fix ktime test for errors
1171     - [5cc6293c] Provide man pages for more fssync-debug commands
1172   * Set the OpenAFS build version to the Debian package version with
1173     -debian appended so that the Debian package versions can be
1174     distinguished from unmodified upstream versions.
1175   * Build shared library packages for libafsauthent and libafsrpc.
1176     Upstream is now more careful about the ABI.  (Closes: #433054)
1177   * Explicitly link libafsauthent with -lresolv -lcrypt.  This is a
1178     temporary fix for Linux that will be replaced by a better upstream fix
1179     in the next release.
1180   * openafs-modules-source and openafs-modules-dkms are now architecture:
1181     all.  The generated kernel source is now architecture-independent.
1182   * openafs-modules-source and openafs-modules-dkms now recommend an
1183     appropriate version of openafs-client.
1184   * Update kernel module packaging scripts:
1185     - Remove selection of linux-image vs. kernel-image for kernel names.
1186     - Use Breaks instead of Conflicts.
1187     - Update standards version to 3.9.0.
1188   * Tighten the dependencies on openafs-client in packages that symlink
1189     their /usr/share/doc directories to openafs-client's to meet the
1190     Policy requirements for changelog files.
1191   * Remove the lpia architecture.  This was an experiment in Ubuntu that
1192     has apparently been dropped.
1193   * Add preliminary support for powerpcspe, mapping that architecture to
1194     ppc_linux26.  The kernel build won't work unless uname -m on that
1195     architecture returns ppc.
1196   * Minor update to README.Debian for openafs-doc: the old IBM release
1197     notes are no longer included.
1198   * Remove conflicts/replaces/provides for openafs-ptutil, which was
1199     ancient (removed in 2001).
1200   * Install an upstream changelog file now that upstream provides one.
1201   * Add a workaround in the clean target to allow the same packaging files
1202     to be used by upstream, which removes changelog during distclean
1203     because it's Autoconf-generated.  This workaround will not trigger
1204     during a normal Debian package build.
1205   * Update standards version to 3.9.0.
1206     - Use Breaks instead of Conflicts where appropriate.
1208  -- Russ Allbery <rra@debian.org>  Tue, 13 Jul 2010 14:46:10 -0700
1210 openafs (1.5.74.1-1) experimental; urgency=low
1212   * New upstream testing release.
1213     - Correctly recognize cache version differences in upgrades from 1.4
1214       and invalidate the old cache.
1215     - Resolve symlinks in fs rmmount.
1216     - Include PID in byte-range lock warning.
1217   * Preserve the AFS mount point and cache directories set in
1218     /etc/openafs/cacheinfo if the file already exists rather than
1219     overwriting them with the defaults.  Thanks, Liam Healy.
1220     (Closes: #580077)
1221   * In the openafs-client init script, don't assume that AFS is mounted on
1222     /afs when unmounting it or killing processes with AFS files open.
1223     Instead, parse /etc/mtab to find the AFS mount point.
1224   * Move the experimental afsd.fuse AFS FUSE client into openafs-fuse to
1225     avoid adding a FUSE dependency in openafs-client.  Document its
1226     current limitations in the package description.
1228  -- Russ Allbery <rra@debian.org>  Tue, 04 May 2010 21:49:52 -0700
1230 openafs (1.5.74-2) experimental; urgency=low
1232   * Apply upstream deltas:
1233     - [e6f6c349] Fixes and clarifications to vos setaddrs man page
1234     - [d80382ef] Remove special-case call for KAM_SetPassword on s390
1235   * Fix ucontext detection on ppc_linux26, hopefully fixing build failures
1236     on the Debian powerpc architecture.
1237   * Install afsd.fuse and a man page link for it if the FUSE client build
1238     is enabled.
1239   * Add build dependency on libfuse-dev and pass --enable-fuse-client to
1240     configure so that the new FUSE afsd is built.  Install afsd.fuse into
1241     the openafs-client package for the time being; it will move to some
1242     other package before being uploaded to unstable so that openafs-client
1243     doesn't keep a dependency on libfuse.  There is, as yet, no
1244     documentation or init script support for the FUSE implementation.
1246  -- Russ Allbery <rra@debian.org>  Tue, 20 Apr 2010 18:12:06 -0700
1248 openafs (1.5.74-1) experimental; urgency=low
1250   * New upstream testing release.
1251     - New vos setaddrs command.
1252     - Significant improvements to libuafs (user-space AFS client).
1253     - Initial FUSE implementation for afsd.
1254     - pts mem -supergroup and -expandgroups options.
1255     - Rx lock acquisition and thread safety fixes.
1256     - Fileserver capabilities support for the UNIX client.
1257     - Various afsmonitor improvements.
1259  -- Russ Allbery <rra@debian.org>  Mon, 19 Apr 2010 14:27:10 -0700
1261 openafs (1.5.73.3-1) experimental; urgency=low
1263   * New upstream testing release.
1264     - New demand-attach file server support for greatly improved file
1265       server restart times.
1266     - Support for split readonly/read-write client caches.
1267     - Better client handling of file server meltdowns.
1268     - Experimental read-only client disconnected mode.
1269     - NFS translator clients now work properly on Linux.
1270     - Client cache readahead.
1271     - Network performance improvements.
1272     - New libkopenafs library providing a kernel PAG manipulation
1273       interface (a subset of the API provided by Heimdal's libkafs).
1274     - Fix builds on sparc64.  (LP: #181661)
1275   * Apply upstream deltas:
1276     - [7d395f17] Improve demand-attach fileserver bos documentation
1277     - [a763edc3] Make src/rx/rx.c not executable
1278     - [8d41bc24] Reallocate memory in aklog for the AFS ID string
1279     - [be449999] Fix typo in bos_create manpage
1280     - [fdb9429e] Linux: kmap() not page_address()
1281   * Build OpenAFS with demand-attach enabled for the file server, bos
1282     restricted mode enabled for bosserver, and disconnected mode enabled
1283     for the client.  Except for demand-attach, these options don't change
1284     the default behavior, just make new capabilities available.
1285   * The openafs-modules package now provides openafs-modules3 and
1286     conflicts on pre-1.5.61 openafs-client packages since the interface
1287     between afsd and the module has changed.  openafs-client now conflicts
1288     with openafs-modules2 and recommends openafs-modules3.
1289   * Change the default permissions of /etc/openafs/server to 0755 to match
1290     upstream defaults, but do not change permissions on upgrade.  The only
1291     file in that directory that needs to be protected is KeyFile, which
1292     should be mode 0600 anyway.  Drop the patch to bosserver to allow more
1293     restrictive permissions.  bosserver will complain about directory
1294     permissions after upgrade until the directory is manually changed.
1295   * Upstream now installs afszcm.cat and finds it in /usr/share/openafs/C,
1296     so use the version installed via make install and install it in the
1297     same location.
1298   * Upstream builds specific files with -fno-strict-aliasing where needed,
1299     so we no longer need to build the whole source with that flag.
1300   * Upstream no longer includes files covered by the Apple Public Source
1301     License, so we no longer have to repackage the upstream source to
1302     remove those files.  Drop Debian patches to the build system that were
1303     compensating for the removal of those files.
1304   * Switch to generating upstream tarballs from the upstream Git tag
1305     rather than from tarball releases.  There's no reason to include all
1306     the generated files when we're going to regenerate them anyway, and
1307     this saves effort combining the doc and src tarballs.
1309  -- Russ Allbery <rra@debian.org>  Thu, 08 Apr 2010 13:20:50 -0700
1311 openafs (1.4.12+dfsg-3) unstable; urgency=low
1313   * Apply upstream deltas:
1314     - [135e196b] Create missing root directory when ORPH_ATTACH
1315     - [190ef2cb] volmonitor keep vtrans lock
1316     - [812dcc2c] Increase the maximum number of sysnames
1317     - [a123d4ab] Print rxdebug statistics as unsigned values
1318   * If the user configures openafs-client to use AFSDB records for VLDB
1319     server location, don't prompt the user for VLDB servers for the local
1320     cell even if they're not present in CellServDB and don't try to add an
1321     entry for the local cell to CellServDB.  (Closes: #575299)
1323  -- Russ Allbery <rra@debian.org>  Fri, 26 Mar 2010 16:05:30 -0700
1325 openafs (1.4.12+dfsg-2) unstable; urgency=low
1327   * Apply upstream deltas:
1328     - [4ca7b6fc] Remove lih_r
1329     - [f3899ac3] Allow GetSomeSpace_r to select an optimal host
1330     - [94a43966] h_TossStuff_r: check held-ness after lock
1331     - [b78eeb0c] h_TossStuff_r: make sure host does not go away
1332     - [0583af32] volmonitor copy link before calling free
1333     - [eb799d07] Move non-executable stack assembly code to end of file
1334   * Build with -fno-strict-aliasing.  The upstream development branch has
1335     a better fix that selectively enables this for specific files with
1336     known problems, but be conservative for the stable release.
1338  -- Russ Allbery <rra@debian.org>  Mon, 22 Mar 2010 15:53:48 -0700
1340 openafs (1.4.12+dfsg-1) unstable; urgency=low
1342   * New upstream release.
1343     - Enable weak encryption types in aklog and klog.krb5.
1344     - Build support for Linux 2.6.33.
1345     - Improvements to host tracking safety in the file server.
1346     - Fall back to current kernel credentials if we can't use stored ones.
1347     - Fix truncation handling in some large file situations.
1348     - Further fixes to mmap handling.
1349     - Avoid double-free in some FetchData64 error situations.
1350     - Stop warning about system call hooks when keyrings are in use.
1351     - Flush vcaches when a mount fails to avoid inconsistent data.
1352     - New dump tag and length standard for vos dump.
1353     - Fix stack executability for programs containing assembly code.
1354     - Various salvager robustness fixes.
1355   * Use dh_dkms from the DKMS package to handle creation of the maintainer
1356     scripts for openafs-modules-dkms rather than rolling our own.
1357     (LP: #497149)
1358   * Update init script to require $remote_fs be started first and stopped
1359     after OpenAFS.  This won't be the case in the long run, but for now
1360     some important boot-time options need /usr/bin/fs to set them.
1361   * List $syslog in Should-Start for the openafs-client init script, since
1362     otherwise if loading the module causes a kernel panic, it won't be
1363     logged to disk.
1364   * Update CellServDB to the 2010-02-28 version.
1365   * Add README.source explaining maintenance procedures and a
1366     debian/import-upstream script to do a Git-aware merge of a new
1367     upstream release that will allow us to cherry-pick upstream patches
1368     and do proper merges.
1369   * Stop linking the openafs-fileserver doc directory to openafs-client so
1370     that we can provide a separate NEWS.Debian.
1371   * Update standards version to 3.8.4 (no changes required).
1373  -- Russ Allbery <rra@debian.org>  Mon, 08 Mar 2010 16:32:49 -0800
1375 openafs (1.4.11+dfsg-6) unstable; urgency=low
1377   * Apply upstream deltas:
1378     - [c12ec354] Fix write_begin configure test for recent RHEL kernels
1379     - [b7198421] Fix memory allocation warnings at shutdown
1380     - [7183c113] Do not check *aoutSize in PGetPAG
1381     - [c0323c49] cm: address race condition in afs_QueueVCB
1382     - [ad6dabdc] Clean up console message
1383     - [c9f7fe37] Make ktc_curpag also detect ONEGROUP PAG gids
1384     - [2f87c43e] volser transaction object race conditions
1385     - [2d6c0390] Add array bounds checking in h_Enumerate
1386     - [70f6a328] Check for (hostFlags & HOSTDELETED) after h_Lock_r
1387     - [c7a59397] Avoid IHandle leak when failing to attach volume
1388   * Remove incorrect return call in shutdown_icl() introduced by b7198421.
1389   * Do not attempt to build the kernel module with DKMS if the appropriate
1390     Linux headers aren't installed.  Based on code from the common DKMS
1391     postinst script (which we'll just use once it's reliably available).
1392     Thanks, Anders Kaseorg.  (LP: #487535)
1393   * Fix configure flags used for enabling or disabling LWP and kernel
1394     debugging flags and always pass --disable-strip-binaries.
1395   * Fix the openafs-dbg dependencies and package description to reflect
1396     its inclusion of debugging symbols for all server binaries in
1397     openafs-fileserver and openafs-dbserver, but not the legacy PAM
1398     modules.
1399   * In anticipation of a change in dpkg-source's defaults, force source
1400     package format 1.0.  The package is maintained using Git and
1401     generating a proper quilt series is complex and relatively pointless
1402     work, so the additional complexity of the 3.0 format is currently not
1403     that useful.
1404   * Change section of openafs-modules-dkms to kernel to match override.
1406  -- Russ Allbery <rra@debian.org>  Mon, 30 Nov 2009 16:54:08 -0800
1408 openafs (1.4.11+dfsg-5) unstable; urgency=low
1410   * Apply upstream deltas:
1411     - [7833e472] Make afsd.pod reflect reality
1412     - [c9974c7a] Avoid prematurely destroying callback_rxcon
1413     - [9b37972e] Linux: 2.6.32 - Adapt to writeback changes
1414     - [abdf72bc] Linux: Avoid deadlock in readdir - release GLOCK for
1415       filldir
1416     - [bdb4f98a] Protect rx_call iovq from simultaneous attempts to empty
1417       it
1418     - [c08609ae] Avoid using released hosts
1419     - [a410b7fd] Linux - Fix disk cache access for selinux/AppArmor
1420       constrained processes (LP: #415766)
1421     - [49094ccf] Add automatic sysname detection for ARM Linux
1422     - [525b594a] Make ktc_curpag generally available (LP: #446521)
1423   * In the postinst of openafs-modules-dkms, if the openafs module is
1424     already added in DKMS, try to remove it first before adding it.  This
1425     should more correctly handle the case of a user installing this
1426     package without the correct kernel headers, having it fail in
1427     postinst, and then installing the correct headers and having dpkg
1428     attempt to configure the package again.  Thanks, Philipp Kaluza.
1429     (Closes: #553542)
1431  -- Russ Allbery <rra@debian.org>  Tue, 03 Nov 2009 20:57:21 -0800
1433 openafs (1.4.11+dfsg-4) unstable; urgency=low
1435   * When changing the name of the source package built by
1436     openafs-modules-source, we need to change the package name in the
1437     changelog as well or dpkg-gencontrol explodes.  Thanks, Aaron M.
1438     Ucko.  (Closes: #549140)
1440  -- Russ Allbery <rra@debian.org>  Wed, 30 Sep 2009 18:04:44 -0700
1442 openafs (1.4.11+dfsg-3) unstable; urgency=low
1444   * Apply upstream deltas:
1445     - openafs-stable-1_4_x/fileserver-no-negative-fetchdata-20090926:
1446       never return a negative data length from client reads past the end
1447       of a file.
1448     - openafs-stable-1_4_x/fileserver-gethost-r-cleanup-fixes-20090925:
1449       fix memory leak and possible double-free in error handling cases in
1450       fileserver.
1451     - openafs-stable-1_4_x/fileserver-retry-registeraddrs-20090810: retry
1452       VL_RegisterAddrs in the file server on failure.
1453     - openafs-stable-1_4_x/kernel-init-vrequest-structure-20090914:
1454       properly initialize vrequest structure in the kernel.
1455   * Change the permissions of /var/lib/openafs/local to 0700 to match
1456     upstream defaults.  This directory contains the fssync.sock file used
1457     for coordination between the fileserver and the volserver, and
1458     commands sent to that socket are not authenticated.  Linux protects
1459     the socket from unprivileged writes by default, but other operating
1460     systems do not.  Upstream therefore wants this directory to be 0700
1461     and bosserver will complain by default if it's not.  Changing the
1462     permissions let us drop a patch to bosserver.
1463   * Fix the second module control file for the standards version, section,
1464     and maintainer update.
1465   * Change the source package name of the stripped package generated by
1466     openafs-modules-source so that, should someone build a Debian source
1467     package from it, it won't have the same name as the main openafs
1468     source package.
1470  -- Russ Allbery <rra@debian.org>  Tue, 29 Sep 2009 15:34:58 -0700
1472 openafs (1.4.11+dfsg-2) unstable; urgency=low
1474   * Add armv5tel to debian/sysname, mapping it to arm_linux26.  Patch from
1475     Daniel Bayer.  Also make the similar change for the module source
1476     package.  (Closes: #542315)
1477   * Also install restorevol in the openafs-client package.
1478   * Swap maintainer and uploaders in the packaging files for the module
1479     source package, matching the main package.
1480   * Update standards version to 3.8.3.
1481     - Change section of packages generated by openafs-modules-source to
1482       kernel.
1483     - Add Homepage to packages generated by openafs-modules-source.
1485  -- Russ Allbery <rra@debian.org>  Fri, 21 Aug 2009 19:20:03 -0700
1487 openafs (1.4.11+dfsg-1) unstable; urgency=low
1489   * New upstream release.
1491  -- Russ Allbery <rra@debian.org>  Fri, 10 Jul 2009 13:57:55 -0700
1493 openafs (1.4.11~pre3+dfsg-1) unstable; urgency=low
1495   * New upstream release candidate.
1496     - Further fixes for rcu_read_lock dependencies in some kernels.
1497     - Clean up return values of Linux vnode operations.
1498     - Call inode's setattr operation correctly.
1499   * Ignore failures to remove an existing DKMS tree in the prerm of the
1500     openafs-modules-dkms package.  In the possible cases where the tree
1501     may not be present to be removed, failing package removal doesn't
1502     make sense.  (Further addresses LP #368471.)
1503   * Don't install man pages for fs command variants that are only
1504     available on Windows.
1505   * Bring src/config/linux-version closer to upstream since upstream now
1506     handles unversioned source directories.  There is one remaining change
1507     required to search for UTS_RELEASE in the correct header path.
1508   * Update CellServDB to 2009-06-29 version.
1509   * Translation updates:
1510     - Russian, thanks Yuri Kozlov.  (Closes: #534807)
1512  -- Russ Allbery <rra@debian.org>  Sat, 04 Jul 2009 15:20:06 -0700
1514 openafs (1.4.11~pre1+dfsg1-1) unstable; urgency=low
1516   * New upstream release candidate.
1517     - New getpag pioctl to discover a PAG from userspace portably.
1518     - Allow disabling of syscall probing in the kernel module.
1519     - New -maxmtu override switch in afsd to accommodate some VPNs.
1520     - pts client encryption support.
1521     - Further fixes to address/UUID tracking in the file server.
1522     - New DocBook-based manuals replacing the old HTML manuals.
1523     - New Doxygen-based protocol reference replacing the old PDF files.
1524     - Man pages for remaining AFS subcommands.
1525   * Update standards version to 3.8.2 (no changes required).
1527  -- Russ Allbery <rra@debian.org>  Wed, 17 Jun 2009 13:32:31 -0700
1529 openafs (1.4.10+dfsg1-2) unstable; urgency=low
1531   * Apply upstream CVS deltas:
1532     - STABLE14-dprintf-rename-20090427: rename AFS's dprintf to avoid
1533       conflicts with one in the kernel.
1534     - STABLE14-linux26-defer-cred-changing-20090511: defer changing groups
1535       when the real and effective credentials of a process differ to avoid
1536       running afoul of checks in newer Linux kernels that cause oops.
1537       (Closes: #528785)
1538     - STABLE14-linux-mmap-antirecursion-fix-20090512 and
1539       STABLE14-linux-mmap-antirecursion-avoid-spurious-eio-20090526:
1540       improvements in flag setting and locking around recursive mmap
1541       protection.
1542     - STABLE14-memcache-write-on-laststore-20090512: write back dirty
1543       pages on last store with memcache to avoid losing changes.
1544     - STABLE14-background-fsync-consistency-issues-20090522: file
1545       descriptor handling fixes for the file server.
1546     - STABLE14-man-page-vos-dump-flags-20090526: document the -clone and
1547       -omitdirs flags to vos dump.  (Closes: #502571)
1548   * Provide an openafs-modules-dkms package that uses DKMS to dynamically
1549     build kernel modules for the local kernel and document this option in
1550     README.modules.  This is an alternative to installing
1551     openafs-modules-source and building kernel modules for each new kernel
1552     with module-assistant or make-kpkg.  (Closes: #168852, #525131)
1553     (LP: #52786, #368471, #369875)
1554   * Have openafs-client recommend at least the current source version of
1555     openafs-modules-source or openafs-modules-dkms instead of any old
1556     version.  While the API probably hasn't changed, it's best practice to
1557     keep a relatively close match between the userspace andn the kernel
1558     module version.  (LP: #369875)
1559   * Dynamically determine the Debian and upstream versions for dkms.conf
1560     and get-orig-source from debian/changelog.  Thanks, Anders Kaseorg.
1561     (LP: #364426)
1562   * Build-depend on cpio (used for generating openafs-modules-source).
1564  -- Russ Allbery <rra@debian.org>  Tue, 26 May 2009 21:18:54 -0700
1566 openafs (1.4.10+dfsg1-1) unstable; urgency=high
1568   * New upstream release.
1569     - OPENAFS-SA-2009-001: Avoid a potential kernel memory overrun if more
1570       items than requested are returned from an InlineBulk or BulkStatus
1571       message.  (CVE-2009-1251)
1572     - OPENAFS-SA-2009-002: Avoid converting negative errors into invalid
1573       kernel memory pointers.  (CVE-2009-1250)
1574     - Preliminary support for 2.6.30 kernels.
1575     - Dynamic vcache allocation support to deal with inotify vcache
1576       pinning.
1577     - Do appropriate locking for CellServDB in /proc.
1578     - Use +dfsg instead of .dfsg for saner version sorting.
1579   * Debian's 2.6.29 packages no longer include symlinks from the
1580     architecture-specific header tree to the common header tree and
1581     instead overlay both header trees using kbuild.  Change the Autoconf
1582     probes to always use kbuild and generate stub headers in the paths
1583     that OpenAFS expects that include the linux headers.  Patch from Aaron
1584     M. Ucko.  (Closes: #521745)
1585   * Build PIC versions of libafsauthent and libafsrpc and install them in
1586     libopenafs-dev for use when AFS code should be embedded into shared
1587     libraries.  Patch from Garrett Wollman.
1588   * Update CellServDB to 2008-11-07 version.  (Closes: #522451)
1589   * Update debian/watch for +dfsg naming instead of .dfsg.
1590   * Update standards version to 3.8.1 (no changes required).
1591   * Translation updates:
1592     - Japanese, thanks Hideki Yamane.  (Closes: #521518)
1594  -- Russ Allbery <rra@debian.org>  Mon, 06 Apr 2009 15:49:34 -0700
1596 openafs (1.4.8.dfsg1-3) unstable; urgency=low
1598   * Apply upstream CVS deltas:
1599     - STABLE14-cbr-free-what-you-alloc-20090325: dequeue items in the same
1600       way they were allocated.
1601     - STABLE14-shutdown-vcache-avoid-null-deref-20090324: avoid oops on
1602       shutdown.  (LP: #333197)
1603     - STABLE14-uphys-invalidate-returns-void-20081130: fix apparent Ubik
1604       synchronization errors due to incorrect use of a void return value.
1605   * Update package sections for the new archive organization.
1606   
1607  -- Russ Allbery <rra@debian.org>  Fri, 27 Mar 2009 08:08:49 -0700
1609 openafs (1.4.8.dfsg1-2) unstable; urgency=low
1611   * Make openafs-modules-source architecture-specific (arch: any instead
1612     of arch: all).  The new method for generating the kernel source tree
1613     only generates correct build machinery for the architecture on which
1614     it was built, making the package architecture-specific.  The generated
1615     tree is so much smaller that this still only uses about 1MB of archive
1616     space more than the old method and makes each openafs-modules-source
1617     package much smaller.  This is a workaround until we can fix
1618     libafs_tree to include enough build machinery to handle all Linux
1619     architectures from one source tree.  (Closes: #516023)
1620   * Explicitly remove *-stamp files in the clean target of the module
1621     build until the module build is upgraded to debhelper 7.
1623  -- Russ Allbery <rra@debian.org>  Wed, 18 Feb 2009 13:48:17 -0800
1625 openafs (1.4.8.dfsg1-1) unstable; urgency=low
1627   * New upstream release.  (Closes: #511535)
1628     - Support 2.6.28 kernels.  (LP: #303112)
1629     - Check at compile time that the kernel has keyring support rather
1630       than building non-functional modules.  (Closes: #500850)
1631     - Include vos clone man page.  (LP: #324449)
1632   * Apply upstream CVS deltas:
1633     - STABLE14-libuafs-updates-20081229: prerequisite for other deltas.
1634     - STABLE14-linux-truncate-race-20090109: avoid race condition during
1635       truncation.
1636     - STABLE14-linux-i-size-20090112: further fix for truncation race.
1637     - STABLE14-linux-truncate-cleanup-20090113: further truncation fix.
1638     - STABLE14-osi-probe-check-result-cope-with-enoent-20090115: fix for
1639       syscall probing.
1640     - STABLE14-linux-2629-20090115: support for 2.6.29 kernels.
1641       (Closes: #513680)
1642     - STABLE14-rx-idledead-only-ignore-keepalives-20081222: rx bug fix to
1643       not ignore other ping packets.
1644     - STABLE14-rx-rdwr-writeproc-race-20081228: fix rx race condition that
1645       could result in reuse of freed memory.
1646     - STABLE14-rx-do-not-race-current-packet-20090105: fix rx race
1647       condition.
1648   * Use make libafs_tree to generate the tree for the kernel module
1649     compile rather than copying the entire source tree.
1650   * Compress the source in openafs-modules-source with bzip2 instead of
1651     gzip to reduce the package size.
1652   * Make dynroot the default for new installations.  It works much better
1653     with systems that don't bring up their network until late in the boot
1654     process, such as wireless laptops.  (LP: #249240, #318605)
1655   * Mention libpam-afs-session instead of libpam-openafs-session in the
1656     description of libpam-openafs-kaserver, and mention libpam-krb5 by
1657     name.  Thanks, Philipp Kaluza.  (Closes: #501308)
1658   * Suggest module-assistant auto-install in README.modules and be clearer
1659     that building one's own kernel is not required.  Thanks, Anders
1660     Kaseorg and Lutz Goehring for suggestions.  (LP: #295897)
1661   * Allow time-daemon to satisfy the openafs-fileserver recommends in
1662     addition to ntp, allowing for openntpd.  (Closes: #508258)
1663   * General improvements to debconf configuration handling.
1664     - Do not abort the config script if we have no default realm and
1665       dnsdomainname fails.  (LP: #274886, #318132)
1666     - Do not abort postinst if we can't resolve any host name for the
1667       cell.  Just continue in that case, omitting any configuration for
1668       the local cell.  (LP: #322054)
1669     - Correctly set the default for AFS_CRYPT from the existing config.
1670     - The cache size is high, not critical, since we have a default.
1671     - Don't create the client ThisCell if no local cell was specified.
1672     - Improve the leading comment in afs.conf.client.  Users can edit it,
1673       but any changes other than the setting values will be lost.
1674     - Remove the openafs-fileserver/bosconfig_moved template, which would
1675       only be shown on upgrades from pre-1.2.0 versions.
1676     - Standardize coding style and always quote strings.
1677   * Update to debhelper compatibility level V7.
1678     - Use dh where possible in debian/rules.
1679     - Use dh_lintian to install Lintian overrides.
1680     - Eliminate the configure target and do all the work in build.
1681     - Do more in the install target and less in binary, matching the
1682       default command stacks in dh.
1683     - Use a debian/clean configuration file to let dh clean do more of the
1684       work rather than using rm commands in debian/rules.
1685   * Abort the config script rather than exiting successfully if the
1686     debconf shell module is not available.  The config script should never
1687     be run in the absence of debconf, so if this fails, something deeper
1688     is wrong and we shouldn't blindly continue.
1689   * Add ${misc:Depends} to all dependencies.
1690   * Add explanations for the Lintian overrides.
1691   * Use set -e instead of #!/bin/sh -e in maintainer scripts.
1692   * Remove server documentation from openafs-modules-source.
1693   * Translation updates:
1694     - Spanish, thanks Francisco Javier Cuadrado.  (Closes: #514452)
1696  -- Russ Allbery <rra@debian.org>  Mon, 06 Oct 2008 11:10:14 -0700
1698 openafs (1.4.7.dfsg1-6) unstable; urgency=low
1700   * Apply upstream patch to free /proc entries in the correct order.
1701     Thanks, Marc Dionne.  (Closes: #493914)
1702   * Apply upstream deltas to support 2.6.27 kernels and to stop using
1703     COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
1704     problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
1705     (LP: #267504)
1706   * Translation updates:
1707     - Swedish, thanks Martin Bagge.  (Closes: #493120)
1709  -- Russ Allbery <rra@debian.org>  Mon, 22 Sep 2008 19:07:02 -0700
1711 openafs (1.4.7.dfsg1-5) unstable; urgency=low
1713   * Drop support for hppa.  We only have a param file for a 2.4 kernel,
1714     we were building with UCONTEXT which is stubbed out in glibc for hppa,
1715     and builds without UCONTEXT fail.  The binaries we were building
1716     before didn't work and no one reported a bug, indicating no one was
1717     attempting to use OpenAFS on hppa.
1718   * When building the kernel module, use the setting of the ARCH
1719     environment or make variable, if present, in preference to uname -m to
1720     allow cross-compiles.  Thanks, Jose Calhariz.  (Closes: #492232)
1721   * Add Jason Edgecomb's copyright and license for man pages to
1722     debian/copyright.
1724  -- Russ Allbery <rra@debian.org>  Thu, 24 Jul 2008 10:14:42 -0700
1726 openafs (1.4.7.dfsg1-4) unstable; urgency=low
1728   * Undo the move of up.pod to afs-up.pod in debian/rules clean rather
1729     than just deleting the file and causing the second build to fail.
1730     Thanks, Dominic Hargreaves.  (Closes: #490752)
1731   * Don't use UCONTEXT on hppa; its glibc doesn't provide those
1732     functions.  It's possible that OpenAFS isn't working properly on hppa
1733     these days, but as yet there have been no reports.
1734   * Suggest openafs-krb5 in openafs-client and mention it in the long
1735     description.
1737  -- Russ Allbery <rra@debian.org>  Sun, 13 Jul 2008 19:03:58 -0700
1739 openafs (1.4.7.dfsg1-3) unstable; urgency=low
1741   * Apply upstream delta for Linux 2.6.26 support.
1742   * Enable support for arm and armel, added upstream in 1.4.7.
1743   * Enable support for lpia by making it synonymous with i386.  This means
1744     that lpia systems will get a sysname of i386_linux26, which isn't
1745     ideal but should at least work.
1746   * When clearing the restart time while installing a new cell, pass
1747     -localauth to avoid an authentication failure.  Thanks, Davor Ocelic.
1748     (Closes: #488152)
1749   * If the openafs module isn't listed in modules.dep, exit with a zero
1750     status from the init script even if modprobe fails.  Otherwise, if a
1751     module package and openafs-client are installed at the same time and
1752     openafs-client is set up before the module package, the init script
1753     can find the module, fail the modprobe (because the dependency map
1754     hasn't yet been updated), and fail the whole installation.  Exiting
1755     with a zero status still doesn't get OpenAFS started, but at least it
1756     doesn't leave the system in a partly installed state.  Thanks to Durk
1757     Strooisma for the analysis.  (Closes: #486816)
1758   * Don't include debug symbols for /sbin, /usr/bin, and /usr/sbin
1759     binaries or PAM modules in openafs-dbg, just the servers in
1760     /usr/lib/openafs, since those are the most likely cases where
1761     backtraces are important and a 10MB debug symbol package seems like
1762     overkill.
1763   * Stop using quilt to manage patches and pre-apply them to the source
1764     package now that the package is maintained with Git.
1765   * Add Vcs-Git and Vcs-Browser control fields.
1766   * Reflect current responsibilities more accurately by listing myself as
1767     maintainer and Sam as uploader.
1768   * Update standards version to 3.8.0 (no changes required).
1769   * Drop unused postinst-uses-db-input override; Lintian has been fixed.
1770   * Translation updates:
1771     - Galician, thanks Jacobo Tarrio.  (Closes: #481675)
1773  -- Russ Allbery <rra@debian.org>  Sat, 28 Jun 2008 12:35:43 -0700
1775 openafs (1.4.7.dfsg1-2) unstable; urgency=high
1777   * Bumping urgency for the conflict fix, which fixes a latent RC bug, and
1778     for the news entry for openafs-dbserver.
1779   * Add a missing conflict on older versions of openafs-client to
1780     openafs-krb5 to ensure that the klog transition to alternatives is
1781     smooth.
1782   * When configuring a new cell, clear the general restart time.
1783   * Add a NEWS file for openafs-dbserver warning of the serious Ubik bug
1784     fixed in the previous release and suggesting restarting database
1785     servers one at a time.
1786   * Update to 2008-04-23 CellServDB.
1788  -- Russ Allbery <rra@debian.org>  Fri, 09 May 2008 10:45:06 -0700
1790 openafs (1.4.7.dfsg1-1) unstable; urgency=low
1792   * New upstream release.
1793     - Work around GPLing of RCU locks.  (Closes: #476628)
1794   * Include a Kerberos v5 klog, klog.krb5, in openafs-krb5.
1795   * klog is now managed via alternatives.  openafs-client provides
1796     klog.afs and openafs-krb5 provides klog.krb5.  If both packages are
1797     installed, klog.krb5 is the default.
1798   * Don't remove and reinstall the pagsh alternative on every upgrade.
1799   * Add many new upstream man pages for fs, vos, and pts sub-commands and
1800     the CellAlias config file.
1801   * Add read_tape to openafs-dbserver.
1802   * Add bos_util and a UserList man page to openafs-fileserver.
1803   * Run dh_install with --fail-missing to catch new upstream additions.
1805  -- Russ Allbery <rra@debian.org>  Thu, 01 May 2008 08:13:56 -0700
1807 openafs (1.4.7~pre3.dfsg1-1) unstable; urgency=low
1809   * New upstream release candidate:
1810     - Better support for 2.6.25 kernels.
1811     - Fixes for flushing in the cache manager.
1813  -- Russ Allbery <rra@debian.org>  Thu, 10 Apr 2008 20:54:36 -0700
1815 openafs (1.4.7~pre1.dfsg1-1) unstable; urgency=low
1817   * New upstream release candidate:
1818     - Initial support for 2.6.25 kernels.
1819     - Better 2.6.24 kernel support.  (Closes: #463962)
1820     - Better cleanup on module unload.  (Closes: #417917)
1821     - Potential deadlock fixed in the fileserver.
1822     - Better fileserver host tracking.
1823     - Ubik fixes preventing database truncation on unreliable links.
1824   * Add upstream delta to fix oops on startup with pre-2.6.25 kernels.
1825   * Install the up man page as afs-up, matching our renaming, and update
1826     its text accordingly.  (Closes: #459635)
1827   * Move openafs-client later in the shutdown sequence on new
1828     installations so that it stops after autofs and add an X-Stop-After
1829     LSB header to achieve the same more reliably with dependency-based
1830     boots.  (Closes: #472545)
1831   * Update doc-base control file sections for the new categorization.
1832   * debian/rules and debian/module/rules improvements:
1833     - Remove all modified generated files on debian/rules clean.
1834     - Depend on $(QUILT_STAMPFN) instead of patch.
1835     - Use touch $@ to create stamp files.
1836     - Use a stamp file for the module's install target.
1837   * Uncomment and fix the watch rules for pre-releases and always scan for
1838     both regular releases and prereleases.
1840  -- Russ Allbery <rra@debian.org>  Wed, 26 Mar 2008 19:21:24 -0700
1842 openafs (1.4.6.dfsg1-3) unstable; urgency=low
1844   * Fix FTBFS caused by a change in dh_strip behavior.  It no longer
1845     creates empty files for already stripped binaries, so we should no
1846     longer remove them.  Thanks, Lucas Nussbaum.  (Closes: #464274)
1847   * Include debugging symbols for libpam-openafs-kaserver in openafs-dbg.
1848   * Do not stop daemons in run-level S.  This isn't a real run-level and
1849     hence there's no reason to create the links.
1851  -- Russ Allbery <rra@debian.org>  Wed, 06 Feb 2008 11:24:19 -0800
1853 openafs (1.4.6.dfsg1-2) unstable; urgency=low
1855   * Apply additional upstream patches to the 2.6.24 support to fix
1856     builds with older kernels.  Thanks to Felix Koop for the testing.
1857     (Closes: #458331)
1858   * Remove old /etc/openafs/server-local files from older versions when
1859     purging openafs-fileserver.
1860   * Minor reformatting of openafs-client's postrm.
1861   * Remove databases on purge of openafs-dbserver.
1862   * Remove log files when purging openafs-fileserver or openafs-dbserver
1863     per Policy 10.8.
1865  -- Russ Allbery <rra@debian.org>  Sun, 30 Dec 2007 15:08:04 -0800
1867 openafs (1.4.6.dfsg1-1) unstable; urgency=low
1869   * New upstream release.
1870     - Fixes multiple serious problems with the file server.
1871   * Apply upstream patch for Linux 2.6.24 support.  Thanks to Anders
1872     Kaseorg for researching the necessary deltas.  (Closes: #456258)
1873   * Apply upstream patch to allocate vnodes from the malloc pool rather
1874     than off the stack, fixing file server problems on SPARC.  Thanks to
1875     Barney Sowood for tracking down the patch.  (Closes: #448380)
1876   * Apply upstream patch from the 1.5 series to allow multiple realms to
1877     be listed in the server krb.conf and hence treated as local.
1878   * Build bosserver with --enable-bos-new-config.  On startup, if
1879     BosConfig.new exists, it will be renamed to BosConfig before the
1880     configuration is read.  (Closes: #453398)
1881   * Add a comment to /etc/openafs/afs.conf.client that the file is managed
1882     by debconf.  (Closes: #447183)
1883   * Add more debugging and bug reporting instructions to README.Debian.
1884   * Mention in README.Debian that the server is built with supergroups
1885     enabled and with the multiple local realm patch.  (Closes: #453399)
1886   * Support reconfigure in postinst.
1887   * Recode debian/copyright to UTF-8.
1888   * Update to standards version 3.7.3 (no changes required).
1890  -- Russ Allbery <rra@debian.org>  Mon, 17 Dec 2007 20:19:13 -0800
1892 openafs (1.4.5.dfsg1-1) unstable; urgency=low
1894   * New upstream release.
1895     - Even with a new enough Linux kernel to support keyrings, we still
1896       may have found the system call table and need to clean it up when
1897       unloading the module.  (Closes: #448793)
1898   * Use uname -m rather than dpkg --print-architecture to determine the
1899     sysname for kernel module builds.  Otherwise, builds with a different
1900     kernel architecture than userspace (amd64 kernels with i386 userspace,
1901     for example) don't work.  Thanks, Anders Kaseorg.  (Closes: #448452)
1902   * Fix signing the generated the changes file on a kernel module build.
1903     The module build file reorganization required an additional change to
1904     genchanges.  Thanks, Anders Kaseorg.  (Closes: #448449)
1905   * Expose prototypes for the ktc_* functions.  (Closes: #449432)
1906   * Fix man pages for subcommands to use an underscore in the NAME section
1907     instead of a space so that they'll be indexed properly by the current
1908     groff and man-db.
1909   * Update CellServDB to 2007-10-25 GCO release.
1910   * Add Homepage to the package control fields.
1912  -- Russ Allbery <rra@debian.org>  Sun, 11 Nov 2007 15:54:59 -0800
1914 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
1916   * New upstream release candidate.
1917     - Fix errors when compiled with gcc 4.2.  (Closes: #443937)
1918     - Add a frightening hack to work around the lack of getcontext and
1919       savecontext for 32-bit SPARc.  (Closes: #415952, #446837)
1920     - Add support for Linux 2.6.23.
1921     - Multiple bug fixes for client tracking in the file server.
1922     - Prevent one client from consuming all file server threads.
1923   * Remove the workaround added for 2.6.20 and 2.6.21 kernels with
1924     CONFIG_PARAVIRT enabled.  The mistaken GPL-labelling of core
1925     interfaces was fixed in 2.6.22, which has now migrated to testing.
1926   * Scan /var/log/openafs for core files with a PID appended when a server
1927     run by bosserver exits with a signal.  bosserver was unable to
1928     correctly handle core files for multithreaded servers since it
1929     expected a filename of core and Linux always appends a PID to core
1930     dumps by multithreaded processes.
1931   * Fix make kdist in openafs-modules-source, inadvertently broken by a
1932     missing genchanges script.
1933   * Stop creating /var/lib/openafs/cores.  Nothing actually uses it.
1935  -- Russ Allbery <rra@debian.org>  Tue, 16 Oct 2007 17:01:33 -0700
1937 openafs (1.4.4.dfsg1-7) unstable; urgency=low
1939   * Switch to quilt for managing patches to the upstream source.
1940   * Stop installing the Administrator's Reference.  All of the useful
1941     information in here has been converted to man pages.
1942   * Use the upstream man page for pt_util, which lets us remove the
1943     docbook-to-man build dependency.
1944   * Update to the latest CellServDB from grand.central.org.
1945   * Trim additional unuseful debug information from openafs-dbg.
1946   * Restructure the source for the module package.  The build files for
1947     the module build are now in debian/module in the source package and
1948     there is a completely separate rules file.  This way, the module build
1949     rules don't have to depend on quilt and the structure is clearer.
1950   * Fix debhelper dependencies for the module build.
1951   * Update module standards version to 3.7.2 (no changes required).
1953  -- Russ Allbery <rra@debian.org>  Mon, 20 Aug 2007 17:54:00 -0700
1955 openafs (1.4.4.dfsg1-6) unstable; urgency=low
1957   * Apply upstream patch for the OpenAFS file server to treat clients that
1958     have an all-zero UUID as if they don't have UUID support, working
1959     around bugs in various client versions that can cause multiple hosts
1960     to use all-zero UUIDs and conflict with each other.
1961   * Use dpkg --print-architecture to determine the AFS sysname for both
1962     regular builds (avoiding --print-installation-architecture, which is
1963     deprecated) and kernel builds (avoiding arch, which is temporarily not
1964     in unstable and which wouldn't do the right thing for cross-compiles).
1965     Thanks, Chris Hanson.  (Closes: #435765)
1966   * Add hppa as a recognized architecture for kernel module builds,
1967     although OpenAFS currently only supports 2.4 kernels on HPPA so this
1968     isn't that useful.
1970  -- Russ Allbery <rra@debian.org>  Thu, 02 Aug 2007 19:54:00 -0700
1972 openafs (1.4.4.dfsg1-5) unstable; urgency=low
1974   * Apply upstream patch from Jeffrey Hutzelman to fix syscall probing on
1975     AMD64 with Linux 2.6.22 kernels.  (Closes: #430179)
1976   * Add a union to des_ks_struct and reorder includes to get the correct
1977     alignment for DES code on SPARC.  Thanks, Chaskiel Grundman.  Partly
1978     addresses #415952.
1979   * Fix a typo in debian/kern-sysname that caused openafs-modules-source
1980     to still assume all ia64 systems used Linux 2.4.  Thanks, Jakob
1981     Haufe.  (Closes: #432344)
1982   * Use LSB logging functions for openafs-fileserver and support passing
1983     arguments to bosserver in /etc/default/openafs-fileserver by setting
1984     DAEMON_ARGS.
1985   * Clean up more completely after a purge of openafs-fileserver.  Remove
1986     the files created by the server in /var/lib/openafs/local, remove
1987     KeyFile and CellServDB.old from /etc/openafs/server, and remove
1988     BosConfig from /etc/openafs.
1990  -- Russ Allbery <rra@debian.org>  Tue, 17 Jul 2007 09:25:03 -0700
1992 openafs (1.4.4.dfsg1-4) unstable; urgency=low
1994   * Apply upstream patch from Jeffrey Hutzelman to fix kernel module
1995     builds on ppc64.  (Closes: #427555)
1996   * Apply upstream patches for Linux 2.6.22 support.  (Closes: #428401)
1997   * Apply upstream patch to fix the AFS /proc structure under Linux
1998     2.6.22.1 and later.
1999   * Move /etc/openafs/server-local to /var/lib/openafs/local.  Most of the
2000     files here are automatically generated and hence not configuration
2001     files, and the file server has to write to this directory to start (so
2002     having it in /etc breaks read-only / file systems).  Thanks, Alexei
2003     Sheplyakov.  (Closes: #405697)
2004   * Move upserver and upclient to /usr/lib/openafs (from /usr/sbin) to
2005     match upstream's layout and for consistency with the other servers run
2006     via bosserver.
2007   * Use --name instead of --exec in the openafs-fileserver init script and
2008     drop the --pidfile option (bosserver doesn't create a PID file) so
2009     that we don't start a second bosserver on upgrades.
2010   * Go back to using krb5-config.  The dependency problem has now been
2011     fixed on all platforms in the krb5 package and this is the preferred
2012     upstream method.
2014  -- Russ Allbery <rra@debian.org>  Thu, 21 Jun 2007 03:02:32 -0700
2016 openafs (1.4.4.dfsg1-3) unstable; urgency=low
2018   * Always generate a UUID on client startup even if for some reason we
2019     don't think we have any network interfaces.  Otherwise, the client
2020     will use an all-zeroes UUID, which will collide with every other
2021     client with the same problem.
2022   * When afsd is started with -rmtsys, it starts another process that afsd
2023     -shutdown doesn't kill.  Update the init script to kill this process
2024     on stop.  (Closes: #405982)
2025   * Don't use krb5-config to get a library list.  It runs the risk of
2026     encoding unnecessary library dependencies.  Instead, hard-code the
2027     flags and libraries we actually need.  (Closes: #424448)
2028   * When loading a module using the upstream naming convention, don't
2029     append the .mp to the module name for modprobe.  (Closes: #420597)
2031  -- Russ Allbery <rra@debian.org>  Wed, 16 May 2007 18:16:12 -0700
2033 openafs (1.4.4.dfsg1-2) unstable; urgency=low
2035   * Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
2036     several core kernel calls as redirects through a paravirt.ops table
2037     that's marked GPL-only.  This breaks all non-GPL modules that used
2038     those (previously generally exported) calls even indirectly.  Apply a
2039     hack to switch from spin_lock_irq to spin_lock_irqsave to avoid the
2040     paravirt redirection so that the module will build.
2041   * Enable ucontext for all Linux builds with glibc 2.4 or later, not just
2042     with i386 and amd64, and (following an upstream patch) always use
2043     ucontext on ia64.  Newer versions of glibc change internal structures
2044     in ways that cause the old LWP code to have stack overflows.
2045     (Closes: #419903) 
2046   * Apply upstream patch to crashes on contention in afs_xuser when a
2047     process in a PAG exits.  Thanks, Chaskiel Grundman.
2048   * When determining the AFS sysname for kernel module builds, add
2049     explicit cases for 2.6 kernels for all architectures that support them
2050     (everything except non-64-bit sparc_linux).  Fixes build problems with
2051     ia64 and probably other architectures.  Thanks to Ippokratis Pandis
2052     for the debugging help.  (Closes: #411818)
2053   * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on
2054     Alpha, now that the source supports it.
2055   * Add support for the s390x architecture.  Upstream supports it and
2056     there's no reason not to.
2057   * Fix the watch file to remove .dfsg\d+ when comparing versions.
2059  -- Russ Allbery <rra@debian.org>  Thu, 19 Apr 2007 13:26:33 -0700
2061 openafs (1.4.4.dfsg1-1) unstable; urgency=low
2063   * Repackage upstream source to remove two additional files covered under
2064     the APSL.  (Closes: #416685)
2065   * Build-depend on Automake since we run aclocal during the build.  Not
2066     having aclocal caused local patches to osconf.m4 to not be effective,
2067     leading to the wrong compiler flags for shared libraries.  Thanks to
2068     Frank Lichtenheld for the report.  (Closes: #416398, #416497, #418966)
2070  -- Russ Allbery <rra@debian.org>  Thu, 12 Apr 2007 21:19:00 -0700
2072 openafs (1.4.4-1) experimental; urgency=low
2074   * New upstream release.  (Closes: #415699)
2075     - Support newer Linux kernels.  (Closes: #409797, #410120)
2076     - Add aklog fallbacks for null realms to support the referral
2077       capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
2078   * Apply patch from Thomas Sesselmann to support setting options to pass
2079     to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
2080   * Remove the rx_Init calls in the PAM module.  The internal counters
2081     that had to be initialized that way have been removed.
2082   * Now that we're running regen.sh as part of the build process, only
2083     patch the Autoconf source files and not the generated output to make
2084     the diff easier to audit.
2086  -- Russ Allbery <rra@debian.org>  Mon, 26 Mar 2007 18:56:55 -0700
2088 openafs (1.4.2-6) unstable; urgency=medium
2090   * SECURITY: Apply upstream patch to disable setuid status on all cells
2091     by default.  Prior versions of AFS defaulted to honoring setuid bits
2092     in the local cell, but since unauthenticated file access in AFS is
2093     unencrypted, an attacker could forge packets from an AFS file server
2094     to synthesize a setuid binary in AFS.
2095   * Apply upstream fix to use a single high-numbered group for the PAG on
2096     2.6 kernels and sort the group properly.  Fixes AFS-caused group
2097     ordering problems that could lead the kernel to ignore some group
2098     membership for users.  (Closes: #414911)
2099   * Apply upstream fix for segfaults in pts rename.  (Closes: #409184)
2100   * Apply upstream fix to show reasonable free space numbers for AFS in
2101     df.  Without this fix, some programs which use df to check free space
2102     may think that directories in AFS are full and prevent the user from
2103     attempting to write files.  (Closes: #415294)
2104   * Translation updates:
2105     - Dutch, thanks cobaco.  (Closes: #413701)
2106     - Portuguese, thanks Miguel Figueiredo.  (Closes: #414800)
2108  -- Russ Allbery <rra@debian.org>  Wed, 14 Mar 2007 18:37:12 -0700
2110 openafs (1.4.2-5) unstable; urgency=low
2112   * Translation updates:
2113     - Chinese, thanks Chun Tian (binghe).  (Closes: #406063)
2115  -- Russ Allbery <rra@debian.org>  Sun, 28 Jan 2007 13:43:16 -0800
2117 openafs (1.4.2-4) unstable; urgency=low
2119   * Update documentation to note that enabling v4 support or running
2120     krb524d is no longer required for aklog to work.
2121   * Translation updates:
2122     - German, thanks Henrik Kroeger.  (Closes: #400800)
2124  -- Russ Allbery <rra@debian.org>  Sun, 17 Dec 2006 17:09:41 -0800
2126 openafs (1.4.2-3) unstable; urgency=low
2128   * No longer pass explicit cache tuning options to afsd and instead let
2129     OpenAFS automatically choose tuning based on the cache size.
2130   * Accept trailing whitespace in ThisCell.
2131   * Fix path canonicalization on the server, enabling bos getlog with a
2132     simple log name to work properly against a Debian bosserver.
2133   * Change the documentation of afsd -shutdown to be less dire and more
2134     accurate.  Thanks, Daniel J. Priem.  (Closes: #394990)
2135   * Document (at least partially) AFS's mapping of Kerberos v5 principal
2136     names to Kerberos v4 format in the aklog man page.  Thanks, Daniel
2137     J. Priem.  (Closes: #394832)
2138   * Document that aklog -setpag may not always work.
2140  -- Russ Allbery <rra@debian.org>  Mon, 20 Nov 2006 17:29:46 -0800
2142 openafs (1.4.2-2) unstable; urgency=low
2144   * Upstream fix to prevent butc segfaulting.
2146  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Oct 2006 20:57:09 -0400
2148 openafs (1.4.2-1) unstable; urgency=medium
2150   * New upstream release, fixes amd64 kernel issues
2151   * Update CellServDB
2153  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Oct 2006 06:44:45 -0400
2155 openafs (1.4.2~fc4-3) unstable; urgency=low
2157   * Apply patch from Chaskiel Grundman to fix kernel panics when loading
2158     the kernel module into AMD64 2.6.18 kernels.  (Closes: #390653)
2159   * Apply upstream patch to fix klog segfaults.  (Closes: #390940)
2160   * The UTS_RELEASE string is no longer found in linux/version.h in
2161     2.6.18, so fall back on looking in config/kernel.release.  Thanks to
2162     Marcus Watts for the patch.
2164  -- Russ Allbery <rra@debian.org>  Thu,  5 Oct 2006 13:02:50 -0700
2166 openafs (1.4.2~fc4-2) unstable; urgency=low
2168   * Apply additional upstream patch for AMD64 2.6.18 kernel module build
2169     issues.  (Closes: #389729)
2171  -- Russ Allbery <rra@debian.org>  Sat, 30 Sep 2006 00:34:33 -0700
2173 openafs (1.4.2~fc4-1) unstable; urgency=low
2175   * New upstream release candidate.
2176     - Builds with 2.6.18 on AMD64.  (Closes: #389729)
2177   * Build an openafs-dbg package with debugging information for the
2178     OpenAFS fileserver and volserver.
2179   * Add LSB comments to the openafs-client and openafs-fileserver init
2180     scripts.
2181   * Update to debhelper compatibility level V5.
2183  -- Russ Allbery <rra@debian.org>  Wed, 27 Sep 2006 11:06:48 -0700
2185 openafs (1.4.2~fc2-1) unstable; urgency=low
2187   * New upstream release candidate.
2188     - Supports new Linux kernel versions.  (Closes: #383028)
2189   * Translation updates:
2190     - German, thanks Henrik Kroeger.  (Closes: #384803)
2192  -- Russ Allbery <rra@debian.org>  Sun,  3 Sep 2006 12:42:59 -0700
2194 openafs (1.4.1-4) unstable; urgency=low
2196   * Apply upstream fix from Derek Atkins for compilation with kernel
2197     versions prior to 2.6.10.  (Closes: #376576)
2199  -- Russ Allbery <rra@debian.org>  Sun,  9 Jul 2006 12:35:44 -0700
2201 openafs (1.4.1-3) unstable; urgency=low
2203   * Include all of AFS's local XDR implementation in the build for
2204     shlibafsrpc, fixing problems with undefined symbols in the PAM module
2205     on AMD64.
2206   * When creating a new file server in afs-newcell, use a set of tuning
2207     flags from Harald Barth rather than relying on the defaults.  This
2208     doesn't help with general bos create; long term, the defaults need to
2209     be fixed.  (Closes: #364100)
2210   * Add a note in README.servers about fileserver tuning options.
2211   * Update debconf templates to follow the best practice recommendations
2212     from the Developer's Reference.
2213   * Regenerate the man pages on build since the pre-generated ones were
2214     done with a very old version of pod2man.
2215   * Update standards version to 3.7.2 (no changes required).
2216   * Use a better method of optionally running make distclean.
2217   * Add build-arch and build-indep targets, just in case.
2218   * Translation updates:
2219     - Czech, thanks Martin Å Ã­n.
2220     - Portuguese (Brazil), thanks André Luís Lopes.
2221     - French, thanks Christian Perrier.
2222     - Vietnamese, thanks Clytie Siddall.
2224  -- Russ Allbery <rra@debian.org>  Sun, 18 Jun 2006 11:22:11 -0700
2226 openafs (1.4.1-2) unstable; urgency=low
2228   * Exit successfully in the openafs-client init script if no module is
2229     installed, since otherwise openafs-client will fail to install until
2230     one builds a module.  This restores previous accidental behavior due
2231     to a bug in debhelper.  (Closes: #362695)
2232   * libopenafs-dev must conflict with liblwp-dev since they both provide
2233     liblwp.a.  Thanks, Justin Pryzby.  (Closes: #362842)
2234   * openafs-client recommends lsof, since the init script uses it for
2235     cleaner shutdown.
2237  -- Russ Allbery <rra@debian.org>  Sat, 15 Apr 2006 15:47:04 -0700
2239 openafs (1.4.1-1) unstable; urgency=low
2241   * New upstream release.
2242     - Supports Linux 2.6.16.  (Closes: #358203)
2243     - Suspend should work with newer kernels.  (Closes: #341588)
2244     - Safer cache size calculation.  (Closes: #360176)
2245     - Upstream now includes man pages, so remove our backport.
2246   * Subsume openafs-krb5 into this source package.
2247     - Acknowledge NMU.  (Closes: #304933)
2248     - Update to the OpenAFS aklog and asetkey.  (Closes: #196094)
2249     - Backport asetkey from upstream CVS.
2250     - Include ka-forwarder from the old migration toolkit.
2251     - Add man pages for asetkey and ka-forwarder.
2252   * Subsume openafs-doc into this source package.
2253   * Since 2.6 is the supported kernel for etch, build the userspace with
2254     a sysname of *_linux26 where supported.  This only affects the sys
2255     command.  (Using livesys instead is better.)  (Closes: #358118)
2256   * Always pass the system type into Autoconf, following autotools-dev
2257     best practices.
2258   * Add an explicit copyright statement to debian/copyright.
2260  -- Russ Allbery <rra@debian.org>  Fri, 14 Apr 2006 15:04:45 -0700
2262 openafs (1.4.0-4) unstable; urgency=low
2264   * Hopefully fix sparc64 kernel support.  Thanks, Troy Benjegerdes.
2265     (Closes: #219429)
2266   * Document the need to restart ptserver and vlserver on the existing
2267     database servers when adding a new one.  Thanks, Niklas Edmundsson.
2268     (Closes: #349659)
2269   * Include xstat_cm_test and xstat_fs_test in openafs-client, as they're
2270     quite useful for debugging.
2272  -- Russ Allbery <rra@debian.org>  Tue, 14 Mar 2006 21:07:07 -0800
2274 openafs (1.4.0-3) unstable; urgency=low
2276   * Apply upstream patch from Chas Williams to be more careful about what
2277     dentry is used in renames, avoiding a kernel fault when renaming
2278     dentries accessed through multiple paths (such as RO and RW).
2279   * Apply patch to allow the module to build with the Ubuntu kernel.
2280     Thanks, Björn Torkelsson.  (Closes: #342607)
2281   * Stop unconditionally forcing the compiler to cc or gcc in configure,
2282     allowing, among other things, building the kernel module with a
2283     compiler other than the default system compiler.  (Closes: #338306)
2284   * Call kernel-version correctly from prep-modules, which fixes build
2285     issues with manually-built kernels.  (Closes: #344851)
2286   * Backport man pages from upstream CVS.  (Closes: #79763)
2287   * Include afsmonitor and livesys in openafs-client.
2288   * Include volinfo in openafs-fileserver.
2289   * Document FAM's lack of support for AFS's security model and recommend
2290     gamin instead.  (Closes: #343246)
2291   * Add a hint to README.Debian on what to do about the cache partition if
2292     running ReiserFS or XFS without a spare partition.
2293   * Use make install into debian/tmp rather than make dest.  make dest is
2294     mostly for Transarc compatibility and make install looks more like a
2295     typical package and makes it easier to evaluate differences in FHS
2296     location between upstream and Debian.  As a side effect, there's no
2297     need to mess with the @sys link.  (Closes: #165909)
2298   * Install more files with dh_install rather than install commands in
2299     debian/rules so that *.install shows a more complete picture of what
2300     goes into each package.
2301   * Don't ignore make distclean errors.
2303  -- Russ Allbery <rra@debian.org>  Tue, 27 Dec 2005 15:34:16 -0800
2305 openafs (1.4.0-2) unstable; urgency=low
2307   * Install more of the standard OpenAFS utilities.  (Closes: #138851)
2308     - openafs-dbserver: Install prdb_check and vldb_check.
2309     - openafs-fileserver: Install voldump.
2310     - openafs-client: Install fstrace, scout, and up (as afs-up).
2311     - Modify fstrace to load its catalog from /usr/share/openafs.
2312   * Do not install kpwvalid.  The default version does little useful and
2313     the kpwvalid binary must be in AFS for it to take effect.
2314   * Overhaul the way kernel modules are built.
2315     - Recommend linux-image rather than kernel-image for newer kernels.
2316     - Always recommend the kernel package; since it's only a recommends,
2317       there's no need to special-case the hand-built kernel case.
2318     - Be less fragile about how the kernel version is used in prep-modules
2319       to support other ways kernel modules are built.  (Closes: #341836)
2320     - Add Build-Depends and Uploaders to the openafs-modules-source
2321       control file.
2322     - Remove unused parts of prep-modules and heavily comment it.
2323   * openafs-client should only recommend the AFS kernel module.  Many of
2324     the client programs will work in unauthenticated mode without it, and
2325     openafs-fileserver depends on it (but doesn't require the kernel
2326     module).  (Closes: #342095)
2327   * openafs-modules-source no longer has to depend on as many libraries.
2328   * Suggest the same PAM settings for pam_krb5 that libpam-krb5 does.
2329   * Update uploader address.
2331  -- Russ Allbery <rra@debian.org>  Tue,  6 Dec 2005 23:34:18 -0800
2333 openafs (1.4.0-1) unstable; urgency=low
2335   * New upstream version.
2336     - Builds correctly with 2.6.13 kernels and software suspend.
2337     - Builds correctly with 2.6.12-10.  (Closes: #337883)
2338   * Install afsd in /sbin rather than /usr/sbin.  While putting /usr in
2339     AFS isn't as common as it once was, no reason to make it harder than
2340     it needs to be.
2341   * Update CellServDB to the 2005-10-15 grand.central.org version.
2342   * Install NEWS as an upstream changelog.
2343   * Add a watch file.
2344   * Remove the unused and uninstalled make-links script.
2346  -- Russ Allbery <rra@stanford.edu>  Sun,  6 Nov 2005 21:37:40 -0800
2348 openafs (1.4rc4-1) unstable; urgency=low
2350   * New upstream version.
2351     - Correctly handle root.afs becoming replicated after the client
2352       starts.  This should resolve the problems with AFS eventually
2353       failing on the first system using a new cell.  (Closes: #88906)
2354   * When kill_all_afs is enabled in /etc/openafs/afs.conf, only kill AFS
2355     processes if the runlevel is 0 or 6.  You really only want this when
2356     the system is shutting down.  (Closes: #325347)
2357   * Remove the init script check of the cache file system and instead
2358     improve the check in afsd.  The init script check used stat, which is
2359     in /usr/bin and therefore not fair game for init scripts.
2360   * Set PATH in the init script, just in case.
2361   * libpam-openafs-kaserver must depend on openafs-client, not just
2362     recommend it, since acquiring tokens requires that the client be
2363     running.
2364   * Expand README.Debian and include information about PAM configuration.
2365   * Link libpam-openafs-kaserver's doc directory to openafs-client.
2366   * Make the short descriptions shorter.
2367   * Translation updates.
2368     - Portuguese (Brazil), thanks André Luís Lopes.
2370  -- Russ Allbery <rra@stanford.edu>  Wed, 21 Sep 2005 13:36:34 -0700
2372 openafs (1.4rc1-1) unstable; urgency=low
2374   * New upstream version.
2375   * Install pam_afs.krb.so on hppa.  I believe the new PAM module build
2376     process fixes the issue that was being worked around before.
2377   * Improve the documentation and scripts for setting up new servers or a
2378     new cell.  afs-rootvol can now be run from a client configured to use
2379     dynroot.  afs-newcell generates the server CellServDB directly to work
2380     around oddities with bos addhost.  There are many other, more minor
2381     improvements as well.  Thanks to Faheem Mitha and Sergio Gelato for
2382     analysis and patches.  (Closes: #322638)
2383   * Update the configuration transcript to reflect the current packages,
2384     messages, and instructions.  Thanks, Faheem Mitha.
2385   * Fill in the server CellServDB with information about the local cell,
2386     if available in the client CellServDB, rather than always initializing
2387     it to contain just the name of the cell.
2388   * Detect AFS caches on non-ext2/ext3 file systems and abort AFS client
2389     initialization.  (Closes: #249315)
2390   * Provide a way of setting sysname in afs.conf.  (Closes: #324694)
2391   * Don't create the unused /etc/openafs/AFSLog file.  (Closes: #120097)
2392   * Redo how library object files are found for the PAM module build to
2393     avoid assuming C locale character set behavior.  (Closes: #323582)
2394   * Remove the openafs-client warning against dynroot for the first system
2395     in a cell now that afs-rootvol can cope.  Provide some basic
2396     documentation of the CellAlias syntax in that message until we have a
2397     real man page.
2398   * Suggest openafs-doc.
2399   * Update standards version to 3.6.2 for the kernel module packages (no
2400     changes required).
2401   * Translation updates.
2402     - Czech, thanks Martin Sin.
2403     - Vietnamese, thanks Clytie Siddall.
2404     - French, thanks Christian Perrier.
2406  -- Russ Allbery <rra@stanford.edu>  Fri, 26 Aug 2005 01:30:21 -0700
2408 openafs (1.3.87-1) unstable; urgency=low
2410   * New upstream version.
2411     - Fixes build problems with 2.6.12.3 and later.  (Closes: #320099)
2412   * Add support for ppc64, thanks Andreas Jochens.  (Closes: #322020)
2413   * Improve the openafs-client init script.
2414     - Update the default client options based on the cache tuning synopsis
2415       by Jeffrey Hutzelman, including setting a larger chunksize for all
2416       default option sets.  (Closes: #303944)
2417     - Choose the client options based on the cache size by default.
2418     - Move the code to build the options string to the init script from
2419       afs.conf so that afs.conf is pure configuration.
2420     - Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
2421     - Provide a shutdown hook, disabled by default, that kills all
2422       processes with files open in /afs.  Enabling this ensures a more
2423       reliable clean shutdown and umounting of the cache partition, but
2424       may not always be what the admin wants.
2425     - Improve the readability of the output on start.
2426     - Significantly improve the comments in afs.conf.
2427     - Remove the code to set -nosettime as it's now the default.
2428   * Move the openafs-client init script and afs.conf file we use into the
2429     debian directory rather than patching the upstream version.  We've
2430     diverged so much that there's no point in continuing to merge changes.
2431   * Diagnose unsupported architectures earlier and with a clearer error.
2432   * Suppress error messages from a missing kernel version header since
2433     they occur normally when doing the regular package build and are just
2434     confusing.  Instead, print an error in kern-sysname and abort if the
2435     kernel version could not be determined.
2436   * Rework how PAM modules are handled.
2437     - Build against the pthread-aware libraries.  (Closes: #297804)
2438     - Use the shared library objects instead of building separate PIC
2439       objects, eliminating the need for many Makefile modifications.
2440     - Include pam_afs.krb.so as well.  (Closes: #165972)
2441   * Don't include the empty /usr/src/modules directory in
2442     openafs-modules-source, only the tarball, to match how other kernel
2443     module source packages behave.  (Closes: #244685)
2444   * Update config.guess and config.sub.
2445   * Translation updates.
2446     - French, thanks Christian Perrier.  (Closes: #318807)
2447     - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
2448     - Czech, thanks Martin Sin.  (Closes: #319940)
2450  -- Russ Allbery <rra@stanford.edu>  Sun, 14 Aug 2005 14:41:48 -0700
2452 openafs (1.3.82-2) unstable; urgency=low
2454   * Output error messages from heredocs in the init script with cat rather
2455     than echo.  Thanks, Reid Barton.  (Closes: #311729)
2456   * Make bosserver less picky about permissions and remove the attempt to
2457     set /etc/openafs/server-local not-world-readable since dh_fixperms was
2458     overridding it anyway.  (Closes: #312921)
2459   * Fix some spacing and capitalization errors in the debconf templates.
2460     Thanks, Clytie Siddall.  (Closes: #316597)
2461   * Initial Czech translation, thanks Martin Sin.  (Closes: #310699)
2462   * New Vietnamese translation, thanks Clytie Siddall.  (Closes: #316598)
2463   * Update standards version to 3.6.2 (no changes required).
2465  -- Russ Allbery <rra@stanford.edu>  Mon, 11 Jul 2005 17:34:13 -0700
2467 openafs (1.3.82-1) unstable; urgency=medium
2469   * New upstream version.  (Closes: #307699)
2470     - Proper locking for preempt kernels.  This bug manifested as an
2471       inability to shut down AFS cleanly.  (Closes: #308399, #304040)
2472     - Correctly handle the inotify semaphore.  (Closes: #303495)
2473   * Repackage upstream to remove MacOS-specific files covered by the APSL.
2474     Remove the WINNT directory to save space since we have to repackage
2475     anyway.  Provide a get-orig-source target to do the repackaging.
2476   * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
2477     missing symbols and therefore unusable.  (Closes: #308844)
2478   * Apply patch from Chas Williams to fix stale cache data from deleted
2479     files, a bug introduced in 1.3.82.
2480   * In all cases, only build the module appropriate to the kernel we're
2481     building against.  Building an SMP module against a non-SMP kernel
2482     fails due to missing defines.  (Closes: #225907)
2483   * README.modules: Add documentation for module-assistant and recommend
2484     it when using Debian kernels.  Mention divergences from upstream in
2485     module naming.  (Closes: #253168)  Emphasize that the kernel source
2486     tree used for make-kpkg must be identically configured to the kernel
2487     the module will be used with.
2488   * Update copyright with more complete information from upstream
2489     src/LICENSE.
2490   * Simplify clean target.  Upstream make distclean is now better.
2492  -- Russ Allbery <rra@stanford.edu>  Tue, 10 May 2005 21:09:55 -0700
2494 openafs (1.3.81-5) unstable; urgency=low
2496   * Handle modules named either with or without the .mp extension on SMP
2497     hosts.  (Closes: #305389, #307280, #307797)
2498   * README.Debian: Document that the client cache partition must be ext2
2499     or ext3 and that XFS and ReiserFS will not work.  upserver and
2500     upclient are now provided.  Provide some information about why
2501     kaserver is not provided.  (Closes: #249315)
2502   * Overhaul the module build rules.
2503     - Use debhelper to build the module binary package.
2504     - Let debhelper handle the module postinst and prerm control scripts.
2505     - Properly support modules_config and modules_clean.
2506     - Break the build process into configure, build, install, and binary
2507       rules, paralleling the regular build rules and making it easier to
2508       maintain the make-kpkg build targets.
2509     - Include the kernel version in the long description.
2510     - Update standards version of module packages to 3.6.1.
2511     - Include the copyright and basic documentation in the module binary
2512       package.  Otherwise, policy requires an exact versioned dependency
2513       on the package containing the copyright file.
2514   * Update standards version to 3.6.1.
2515     - Install Debian::OpenAFS::ConfigUtils in /usr/share, not /usr/lib.
2516     - Always enable debugging symbols and disable optimization if noopt is
2517       set in DEB_BUILD_OPTIONS.  (Alas, this doesn't entirely work; the
2518       upstream makefiles don't always honor the configure options.)
2519     - /etc/init.d/openafs-fileserver restart starts bosserver if it's not
2520       already running.
2521   * Update debhelper compatibility level to V4.
2522     - Remove all *.conffiles control files.  They're no longer needed.
2523     - Use misc:Depends to get debconf dependencies.
2524     - Use dh_install rather than the movefiles script.
2525   * openafs-dbserver doesn't need to depend on debconf.
2526   * Use dh_perl to get the correct Perl dependency for openafs-dbserver.
2527   * Remove unnecessary build dependencies.
2528   * Depend on comerr-dev rather than e2fslibs-dev.
2529   * Remove unnecessary preinst for openafs-fileserver.
2530   * Clean up and reformat package build rules.
2531   * Update lintian overrides.
2533  -- Russ Allbery <rra@stanford.edu>  Sat,  7 May 2005 20:57:12 -0700
2535 openafs (1.3.81-4) unstable; urgency=low
2537   * make-kpkg doesn't run fakeroot for us but instead expects the module
2538     rules file to use $(ROOT_CMD) appropriately.  (Closes: #237861)
2539   * Put the compiled modules into KPKG_DEST_DIR if set.  This appears to
2540     be preferred over DEB_DEST by the make-kpkg documentation.  Thanks,
2541     Jonas Smedegaard.  (Closes: #206403)
2542   * Add a check to afs-newcell to ensure the local hostname doesn't
2543     resolve to 127.0.0.1.  (Closes: #163751)
2544   * Exclude .svn directories from the modules source tarball.
2545   * Fix genchanges for module builds to not fail when trying to remove a
2546     nonexistent file.
2547     * New French translations from Christian Perrier, Closes: #305780
2549  -- Russ Allbery <rra@stanford.edu>  Sun, 17 Apr 2005 00:00:27 -0700
2551 openafs (1.3.81-3) unstable; urgency=low
2553   * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env
2554     and thus builds.
2556  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 19:54:24 -0400
2558 openafs (1.3.81-2) unstable; urgency=low
2560   * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-*
2561     since we now use dpkg --print-installation-architecture
2563  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 11:10:14 -0400
2565 openafs (1.3.81-1) unstable; urgency=low
2567   * New Upstream version
2568   * Use Linux 2.4 as the claimed userspace OS for alpha; hopefully this
2569     resolves the  largefile issue and allows us to build again, Closes: #271923
2571  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 08:08:29 -0400
2573 openafs (1.3.80-1) UNRELEASED; urgency=low
2575   *  New upstream version, Closes: #297781
2576   * I think this works on sparc better and definitely works on 2.6.10, Closes: #283488
2577   * Make thiscell a high debconf value, Closes: #302939
2578   * New upstream version (1.3.79)
2579         - Works with 2.6.10, Closes: #296835
2580   * Use amd64 not x86_64 for sysname script, Closes: #296855
2581   * Patches from kcr
2582       - Loosen dependencies for client and modules
2583       - Enable debugging
2584       - Some callbacks later stuff and fix short bitfield
2585       - Fix permissions on /etc/openafs/server-local, Closes: #271460
2586   
2587   * Versions 1.3.79 an newer work on amd64, Closes: #262382
2589  -- Sam Hartman <hartmans@debian.org>  Mon,  4 Apr 2005 00:32:42 -0400
2591 openafs (1.3.77-1) unstable; urgency=low
2593   * New upstream version
2594   * Target for unstable not experimental
2595   * New CellServDB
2596   * OpenAFS seems not to have a changelog available, so stop shipping it.
2597   * Build openafs.ko not libafs.ko so the right name appears in lsmod
2599  -- Sam Hartman <hartmans@debian.org>  Sat,  8 Jan 2005 20:02:23 -0500
2601 openafs (1.3.74-1) experimental; urgency=low
2603   * New upstream version
2605  -- Sam Hartman <hartmans@mit.edu>  Mon, 15 Nov 2004 16:58:02 -0500
2607 openafs (1.3.73-1) experimental; urgency=low
2609   * New upstream version
2610     -  Works with 2.6.8 and 2.6.9, Closes: #277521
2611   * Remove call to dh_suidregister
2612   * Update sysname to prefer 2.4 on more arches for largefile issues
2613   * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts
2614   * debian/sysname: Use installation architecture 
2616  -- Sam Hartman <hartmans@debian.org>  Wed, 27 Oct 2004 20:42:12 -0400
2618 openafs (1.3.71-1) experimental; urgency=low
2620   * New upstream version
2622  -- Sam Hartman <hartmans@mit.edu>  Tue, 31 Aug 2004 09:45:59 -0400
2624 openafs (1.3.70-1) experimental; urgency=low
2626   * New upstream version
2627   * debian/kern-sysname: 2.6* not 2.6
2628   * Enable supergroups and largefile-fileserver
2630  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Aug 2004 18:56:48 -0400
2632 openafs (1.3.65-1) experimental; urgency=low
2634   * New upstream Version, Closes: #256580
2636  -- Sam Hartman <hartmans@debian.org>  Mon, 28 Jun 2004 19:40:30 -0400
2638 openafs (1.3.64-2) experimental; urgency=low
2640   * Allow loading of a .ko file not just .o
2642  -- Sam Hartman <hartmans@debian.org>  Mon, 31 May 2004 13:46:05 -0400
2644 openafs (1.3.64-1) experimental; urgency=low
2646   * New upstream version
2647   * Add 2.6 to kern-sysname for i386
2648   * Apply patch from
2649     /afs/cs.cmu.edu/user/jhutz/junk/openafs-patches/openafs-build-on-linux26  which correctly generates 2.6 modules, Closes: #234284
2650   * use make only_libafs not dest_only_libafs
2651     - AS a result, build times are much faster, Closes: #144781
2652   * Correct module build scripts to install module package from new location
2653   * Fix afslocaldir to be /etc/openafs/server-local, Closes: #237154
2655  -- Sam Hartman <hartmans@debian.org>  Sun, 30 May 2004 18:12:54 -0400
2657 openafs (1.2.12-1) unstable; urgency=medium
2659   * New upstream version
2660   * Medium urgency because this version fixes a significant server crash
2661     bug.  Windows clients, particularly greater than version 1.3.70 tend
2662     to crash openafs servers.
2663   * Cause openafs-kpasswd to conflict  with kerberos4kth-clients, Closes:
2664     #277844 
2665   * Conflict between libopenafs-dev and arla-dev, Closes: #274788
2667  -- Sam Hartman <hartmans@debian.org>  Fri, 22 Oct 2004 16:21:29 -0400
2669 openafs (1.2.11-3) unstable; urgency=high
2671   * Now that libopenafs-dev contains binaries, it should have shared
2672     library dependencies, Closes: #267509
2673   * New fr.po from Christian Perrier, Closes: #237098
2675  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Aug 2004 12:10:02 -0400
2677 openafs (1.2.11-2) unstable; urgency=low
2679   * Install rxgen
2680   * Install upserver and upclient
2681   * Mark as version 1.2.11, Closes: #255883
2683  -- Sam Hartman <hartmans@debian.org>  Thu, 12 Aug 2004 14:27:39 -0400
2685 openafs (1.2.11-1) unstable; urgency=high
2687   * Versions prior to 1.2.10 stopped working with multiple servers in a
2688     cell because of a ubik bug prompting the 1.2.11 release.
2689   * Fix afs startup script not to start afsd if already running; really
2690     fixed in 1.2.10-3, but not documented, Closes: #219702
2692  -- Sam Hartman <hartmans@debian.org>  Sat, 10 Jan 2004 16:37:33 -0500
2694 openafs (1.2.10-3) unstable; urgency=low
2696   * Fix Openafs not to include kernel headers from /usr/include,
2697   Closes: #220600 
2698   * Fix typo in openafs templates, Closes: #215714
2699   * New French translations, Closes: #216158
2700   * Build-depend on e2fslibs-dev to get appropriate headers
2702  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Nov 2003 16:02:45 -0500
2704 openafs (1.2.10-2) unstable; urgency=low
2706   * New Brazilian Portuguese (pt_BR) translations, Closes: #208035
2707   * Don't conflict with ircd, Closes: #204865
2708   * Fix wording of question about using dynroot, Closes: #209332
2709   * New French debconf translations, sorry about the delay in including these, Closes: #203608
2710   * Avoid yes/no construction in openafs-client templates, Closes: #198476
2711   * Fix libpam-openafs-kaserver to include the symbols it needs, patch
2712     from Daniel Joseph Barnhart Clark , Closes: #194818
2714  -- Sam Hartman <hartmans@debian.org>  Mon, 13 Oct 2003 00:38:42 -0400
2716 openafs (1.2.10-1) unstable; urgency=low
2718   * New upstream version
2719   * net/*.h included properly by kernel module, Closes: #204642
2720   * Don't build libafsrpc or libafsauthent, as we can't exactly use them
2721     because they contain non-pic code, Closes: #203456
2722   * I think I finally build the PAM module on hppa, Closes: #179679
2723   * Decnet includes should work now because of the change of the net
2724     symlink, Closes: #204486
2725   * Escape $ in debian/rules, Closes: #204185
2727  -- Sam Hartman <hartmans@debian.org>  Sun, 24 Aug 2003 18:03:21 -0400
2729 openafs (1.2.9-3) unstable; urgency=low
2731   * Add support for kernel headers, thanks to Patrick Sodre, 
2732     Closes: #173137 
2733   * Add patch to support the Debian 2.4.21 Kernel sources, thanks to amu,
2734     Closes: #198774
2735   * Add chronyd to list of programs we assume set the clock, thanks RISKO
2736     Gergely, Closes: #201725
2737   * Fix template formatting (extra leading spaces), Closes: #198477
2738   * New French translations, thanks Christian Perrier, Closes: #198719
2739   * Fix PAM problem on hppa, Closes: #179679
2740   * Don't translate defaults: Closes: #198384
2741   * Fix movefiles error handling and errors exposed by this change.  The
2742     contents of libopenafs-dev  were somewhat wrong because of this.
2743   * Make /usr/src/modules root.src 775, Closes: #201733
2745  -- Sam Hartman <hartmans@debian.org>  Sat, 26 Jul 2003 18:03:31 -0400
2747 openafs (1.2.9-2) unstable; urgency=low
2749   * Fix   to not build PAM krb since we don't install it and it breaks alpha, Closes: #189548
2750   * Don't install pagsh man page symlink since we no longer link to
2751     undocumented, Closes: #189860
2753  -- Sam Hartman <hartmans@debian.org>  Mon, 21 Apr 2003 21:05:51 -0400
2755 openafs (1.2.9-1) unstable; urgency=low
2757   * Literal newline fixes, Closes: #175627
2758   * Require new kernel modules per upstream change.
2759   * New upstream version
2760   * Fix section of libopenafs-dev to libdevel
2761   * openafs-client stop should shut down afsd if it is running even if afs
2762     not mounted, Closes: #188000
2763       * Fix to build on alpha again; PAM patch was broken
2764   * Report i386_linux24 not linux22 on i386, Closes: #187789
2765   * Convert to po-debconf, patch from Andre Luis Lopes, CLoses: #187901
2766   * Fix from Lamont to build on hppa, Closes: #179679
2768  -- Sam Hartman <hartmans@debian.org>  Sun, 13 Apr 2003 17:21:54 -0400
2770 openafs (1.2.8-4) unstable; urgency=low
2772   * Fix from Eduard Bloch to compile on kernels with variable numbers of
2773     CPUs; he is not sure it actually works yet though, Closes: #178505
2774   * Patch that might possibly fix the fails to build on recent unstable;
2775     definitely fixes a bug in include path handling, but I am not sure it
2776     is a correct patch since I cannot reproduce the problem, Closes: #178154
2778  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Feb 2003 14:08:14 -0500
2780 openafs (1.2.8-3) unstable; urgency=medium
2782   * Patch from Eduard Bloch <blade@debian.org> to build the PAM module for
2783     kaserver users; the main thing this patch does in create a bunch of
2784     PIC object files so it is a policy-conformant shared library, Closes:
2785     #174668 
2786   * Do not include -I/usr/include and especially -I/usr/include/sys in the
2787     PAM Makefile so gcc 3.2 works; already fixed upstream, Closes: #176538
2789  -- Sam Hartman <hartmans@debian.org>  Sun, 19 Jan 2003 17:44:53 -0500
2791 openafs (1.2.8-2) unstable; urgency=low
2793   * Convert v5 principal names to v4 style names in rxkad 2b.  Especially
2794     important for rcmd vs host
2795   * Fix debian/rules clean to remove  generated files, Closes: #174625
2796   * Fix AFS not to declare errno, Closes: #174059
2798  -- Sam Hartman <hartmans@debian.org>  Fri,  3 Jan 2003 15:28:30 -0500
2800 openafs (1.2.8-1) unstable; urgency=low
2802   * New upstream version
2804  -- Sam Hartman <hartmans@debian.org>  Tue, 10 Dec 2002 23:43:46 -0500
2806 openafs (1.2.7-3) unstable; urgency=low
2808   * Apparently OpenAFS and  ircd conflict on a UDP port, so you can't use
2809     both at once, Closes: #150242
2810   * Patch from seph to add -nosettime when ntp is installed, Closes: #155123
2811   * Fix bosserver  shutdown on restart after upgrade, Closes :#155586
2812   * Install translate_et, Closes: #138672
2813   * Allow byacc instead of bison
2814   
2815  -- Sam Hartman <hartmans@debian.org>  Tue,  3 Dec 2002 22:30:44 -0500
2817 openafs (1.2.7-2) unstable; urgency=low
2819   * Fix uss to build with bison 1.50 and 1.75 so we can throw away the
2820     resulting binaries, Closes: #164366
2821   * Evaluate all limited range of comparison warnings; a warning in
2822     rxkad_client.c remains but is harmless, other warnings pointed to
2823     potential problems that were fixed, Closes: #162754
2824   * Fix s390 modules to actually build, Closes: #162772
2826  -- Sam Hartman <hartmans@debian.org>  Sun, 20 Oct 2002 15:20:19 -0400
2828 openafs (1.2.7-1) unstable; urgency=low
2830   * Fix typo in templates, Closes: #150356
2831   
2832   * New upstream version
2834  -- Sam Hartman <hartmans@debian.org>  Thu, 26 Sep 2002 16:11:25 -0400
2836 openafs (1.2.6-1) unstable; urgency=low
2839   * New upstream version
2840   * Update CellServDB, Closes: #154893
2841   * Add debconf support for fakestat
2842   * Patch from Sergio Gelato to avoid use of host, Closes: #144264
2843   * Install sys because it was requested
2844   * Fix version string, Closes: #153136
2845  -- Sam Hartman <hartmans@debian.org>  Fri,  2 Aug 2002 17:33:11 -0400
2847 openafs (1.2.5-1) unstable; urgency=low
2849   * New upstream version.
2851  -- Sam Hartman <hartmans@debian.org>  Mon, 10 Jun 2002 08:09:05 -0400
2853 openafs (1.2.4-1) unstable; urgency=low
2855   * New upstream version
2856   * Now builds for ia64, closes: #142287
2857   * Now works again with 2.2 kernels, thanks to upstream fix, closes: #140187
2858   * openafs-modules-source depends on kernel-package, Closes: #137169
2859   * Fix typo in readme.modules, Closes: #148155
2861  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Jun 2002 17:54:42 -0400
2863 openafs (1.2.3final2-5) unstable; urgency=medium
2865   * Fix subarch handling, closes: #139662
2866   * Update module control files to use  net not non-us
2868  -- Sam Hartman <hartmans@debian.org>  Thu, 18 Apr 2002 13:13:16 -0400
2870 openafs (1.2.3final2-4) unstable; urgency=low
2872   * Move from non-us to main.
2873   * Fix ultrasparc 2.4 build to actually work.
2875  -- Sam Hartman <hartmans@debian.org>  Sat, 16 Mar 2002 15:33:33 -0500
2877 openafs (1.2.3final2-3) unstable; urgency=medium
2879   * Oops, install backup
2881  -- Sam Hartman <hartmans@debian.org>  Thu,  7 Mar 2002 08:12:34 -0500
2883 openafs (1.2.3final2-2) unstable; urgency=low
2885   * Add dynroot support to debconf; currently no support for creating
2886     CellAliases  automatically
2887   * Don't call depmod since we call update-modules, closes: #132851
2888   * Add hppa to debian/sysname, process.c patch from Lamont, closes: #134173
2890  -- Sam Hartman <hartmans@debian.org>  Mon, 25 Feb 2002 15:45:32 -0500
2892 openafs (1.2.3final2-1) unstable; urgency=low
2894   * Upstream released a new version that they call 1.2.3 after things were
2895     tagged  in the Debian repository.
2897  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 16:59:04 -0500
2899 openafs (1.2.3final-1) unstable; urgency=low
2901   * New upstream release
2902   * Add support for fs setcrypt in debconf; by default traffic is encrypted.
2904  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 10:46:46 -0500
2906 openafs (1.2.3candidate3-1) unstable; urgency=low
2908   *  New  upstream release candidate
2909   * Use different version number format; people who installed rc1 will
2910     need to upgrade manually.  Sorry, but rc1 was never uploaded to Debian.
2911   * Support sparc_linux24
2913  -- Sam Hartman <hartmans@debian.org>  Sun, 27 Jan 2002 19:57:04 -0500
2915 openafs (1.2.3.candidate1-1) unstable; urgency=low
2917   *  New upstream release candidate
2918   * Add ia64 as a potential architecture
2920  -- Sam Hartman <hartmans@debian.org>  Tue, 22 Jan 2002 19:00:51 -0500
2922 openafs (1.2.2-3) unstable; urgency=low
2924   * Support s390, closes: #123540
2925   * Support update-alternatives for pagsh, closes: #122144
2926   * Note that alpha port doesn't work for fileservers, closes: #127387
2927   * Implement subarch, closes: #126192
2929  -- Sam Hartman <hartmans@debian.org>  Mon,  7 Jan 2002 05:26:03 -0500
2931 openafs (1.2.2-2) unstable; urgency=low
2933   * Don't declare lseek in auth/ktc.c; sent upstream
2934   * Allow /etc/openafs/server to be mode 700 and /var/lib/openafs to be
2935     755, closes: #120072
2936   *  Don't try to shut down during afs-newcell until we've done enough
2937     that works, closes: #119452
2938   * Fix message  output on server failed to start, closes: #119461
2939   * Fix openafs to deal if /etc/openafs/server/ThisCell has a newline,
2940     closes: #118086 
2942  -- Sam Hartman <hartmans@debian.org>  Sun, 25 Nov 2001 20:03:01 -0500
2944 openafs (1.2.2-1) unstable; urgency=low
2946   * New upstream release.
2947   * We now require openafs-modules1 and conflict with openafs-modules.
2948   Our modules packages now provide openafs-modules1.  This is because
2949   upstream made a forward and backward incompatible change in the modules
2950   interface.
2951    * Include buserver in openafs-dbserver, butc and fms in openafs-client.c
2952     butc and fms may move, but they are there for now, closes: #114313
2954  -- Sam Hartman <hartmans@debian.org>  Sun, 14 Oct 2001 15:07:10 -0400
2956 openafs (1.2.1-1) unstable; urgency=low
2958   * New upstream version.
2959   * Document that you may need to append a version for newer kernels,
2960     closes: #112246 
2962  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Sep 2001 03:10:54 -0400
2964 openafs (1.2.0-3) unstable; urgency=high
2966   * High until we get this into testing.
2967   * Fix dependency on ncurses, closes: #112244
2968   * Fix typo in German template added in last version, closes: #112289
2970  -- Sam Hartman <hartmans@debian.org>  Fri, 14 Sep 2001 23:40:25 -0400
2972 openafs (1.2.0-2) unstable; urgency=high
2974   * Fix PPC makefile so that it finds install; this time actually
2975     submitted upstream. 
2976   * Have openafs-modules-source depend on libpam0g-dev because upstream
2977     seems to need it.  Bug opened upstream asking if this is really necessary.
2978   * Include German template, closes: #110087
2980  -- Sam Hartman <hartmans@debian.org>  Thu, 13 Sep 2001 16:58:53 -0400
2982 openafs (1.2.0-1) unstable; urgency=high
2984   * Fix typo in  README.servers; thanks to mdz@debian.org, closes: #109199
2985   * Upstream patch for configure-style path handling accepted, closes: #88897
2986   * New upstream version.
2987   * Update upstream changelog
2989  -- Sam Hartman <hartmans@debian.org>  Tue, 11 Sep 2001 16:21:35 -0400
2991 openafs (1.1.1-3) unstable; urgency=low
2993   * Oops, that last upstream patch for rx debug and version didn't work on
2994     Linux.  Since some Debian users may run Linux, let's try again.
2996  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 12:48:00 -0400
2998 openafs (1.1.1-2) unstable; urgency=medium
3000   * Swallow before vomiting, for it is the Debconf way, closes: #106030
3001   * Fix setting of INSTALL macro on powerpc, closes: #106019
3002   * Support AFSDB in debconf.  By default now (assuming you take the new
3003     /etc/openafs/afs.conf), AFS will look up cells  it doesn't know
3004     about in DNS.
3005   * Include upstream patch to prevent potential DOS with two RX servers
3006     looping rxdebug and version amongst each other.
3007   * Install rxdebug (oops)
3008   * Fix lintian overrides to get Lintian to stop complaining about
3009     non-problems. 
3011  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 08:53:10 -0400
3013 openafs (1.1.1-1) unstable; urgency=low
3015   * New upstream release to fix readlink sometimes giving permission
3016     denied when it shouldn't.
3017   * Bring back the upstream changelog, now with change descriptions
3018   * Patch to give better error messages when  copyonwrite fails in the
3019     fileserver (contributed upstream)
3020   * New CellServDB
3021   
3022  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Jul 2001 08:12:24 -0400
3024 openafs (1.1.0-1) unstable; urgency=low
3026   * New Upstream release.
3027   * Warn if not running as root for afs-newcell|rootvol, closes: #103532
3028   * Work around upstream make clean target not working correctly.
3029  -- Sam Hartman <hartmans@debian.org>  Mon, 16 Jul 2001 06:13:41 -0400
3031 openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
3033   *  New upstream snapshot
3034   * Fix module package to not have build cruft
3035   * Use --disable-kernel-module option except for module sources
3036   * Attempt to build modules correctly, although still not in right place
3037   * Pretend we build for alpha. This is mostly not a fiction, although I
3038     don't really know that much more than the kernel module and afsd
3039     work.  The pointer cast warnings are frightening.
3041  -- Sam Hartman <hartmans@debian.org>  Wed, 11 Jul 2001 11:41:22 -0400
3043 openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
3045   * New upstream snapshot.  Support AFSDB records and many other
3046     features.  Not at all stable yet.  This is packaged so I and others
3047     can try it out.
3049  -- Sam Hartman <hartmans@debian.org>  Thu,  5 Jul 2001 04:04:20 -0400
3051 openafs (1.0.4-3) unstable; urgency=medium
3053   * Fix patch introduced in -2 to be consistent with what is sent upstream.
3054   * openafs-modules-source depends on debhelper
3056  -- Sam Hartman <hartmans@debian.org>  Wed,  4 Jul 2001 03:52:37 -0400
3058 openafs (1.0.4-2) unstable; urgency=low
3060   * Fix modversions and athlon memcpy mmx bug, closes: #91925
3061   * Fix openafs-client to fail rather than starting a useless afsd if we don't have any db servers
3062   * If AFS client fails to start for afs-newcell, then complain, closes: #98303
3063   * New CellServDB
3064   * Fix module builds on non-i386, closes: #100939
3066  -- Sam Hartman <hartmans@debian.org>  Sun, 17 Jun 2001 01:22:37 -0400
3068 openafs (1.0.4-1) unstable; urgency=low
3070   * New upstream version, closes: #92776
3071   * Allow openafs-client to depend on openafs-modules-source not just
3072     openafs-modules.  This allows us to be installable on testing even
3073     without binary modules which may become a necessity given the current
3074     kernel image mess.
3075   *  implement target for modules_clean, closes: #95049
3077  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Apr 2001 14:56:57 -0400
3079 openafs (1.0.3-2) unstable; urgency=low
3081   * Fix  direntry type to be DT_UNKNOWN not DT_DIR on Linux (contributed upstream)
3082   * Return ENOTEMPTY not ENOTDIR for rmdir of non-empty directory, closes: #82589
3083   * Include build instructions in modules, closes: #92032
3084   * Don't grep a file for a potentially null string, closes: #89967
3086  -- Sam Hartman <hartmans@debian.org>  Thu, 29 Mar 2001 22:09:29 -0500
3088 openafs (1.0.3-1) unstable; urgency=low
3090   * New upstream version
3091   * Allow host to be used instead of dnsutils, closes: #87915
3092   * Document kernel module build.
3093   * Include upstream changelog
3095  -- Sam Hartman <hartmans@debian.org>  Thu,  8 Mar 2001 14:35:57 -0500
3097 openafs (1.0.2-3) unstable; urgency=low
3099   * Apply patch from  Stefan Kluth  <skluth@mppmu.mpg.de> for ppc_linux22
3100   * Back out architecture change from last version; no good way to
3101     actually solve that problem apparently. 
3104  -- Sam Hartman <hartmans@debian.org>  Sat, 17 Feb 2001 23:45:06 -0500
3106 openafs (1.0.2-2) unstable; urgency=low
3108   * Provide openafs-ptutil in hope that apt will deal better with upgrade,
3109     closes: #84303
3110   * Make thiscell default to dnsdomainname so things don't break quite as
3111     bad if you don't enter it, closes: #81149 
3112   * Include source architecture line, Closes: #84530
3113   * Rebuild with new debhelper to fix dh_installinit not shutting down on
3114     removal (Thanks Joey) (now requires debhelper 2.2.20)
3115   * Move CellServDB to /usr/share/openafs  so we comply with policy 3.5
3117  -- Sam Hartman <hartmans@debian.org>  Mon,  5 Feb 2001 13:23:51 -0500
3119 openafs (1.0.2-1) unstable; urgency=low
3121   * Add support for ppc and sparc, closes: #80835
3122   * Update maintainer address for modules.
3123   * Support for 2.4.0 final (and not just prereleases as before), closes: #82751
3124   * New upstream version.
3125   * Conflict with openafs-ptutil since it is now included
3126   * Fix message in RC script, closes: #82489
3127   * Attempt to avoid using pinstall  in kernel module build
3129  -- Sam Hartman <hartmans@debian.org>  Fri, 19 Jan 2001 22:38:32 -0500
3131 openafs (1.0.1-3) unstable; urgency=low
3133   * Add support for Linux Kernel 2.4.x.
3134   * Note that administration scripts are released under the GPL.
3136  -- Sam Hartman <hartmans@debian.org>  Mon,  18 Dec 2000 19:06:00 -0500
3139 openafs (1.0.1-2) unstable; urgency=medium
3141   * New maintainer address.
3142   * Depend on debhelper 2.1.16 for /usr/share/doc symlinks.
3143   * Only run init script once; confusion with DH_OPTIONS
3144   * Fix bosserver to look in /usr/openafs/lib so it restarts correctly every Sunday.
3145   * Upload to Debian (Gloses: BUG#69336)
3146   * Do not generate .map file for module; depmod complains.
3148  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Dec 2000 11:21:53 -0500
3150 openafs (1.0.1-1) unstable; urgency=low
3152   * New upstream version
3153   * Fix typo in openafs-client templates.
3154   * Clarify that afs-newcell sets up for afs-rootvol 
3156  -- Sam Hartman <hartmans@mit.edu>  Sun,  3 Dec 2000 02:04:50 -0500
3158 openafs (1.0.snap20001106-10) unstable; urgency=low
3160   * Release (Closes: BUG#69336)
3161   * Fix typo and afs-rootvol and test from CLI
3163  -- Sam Hartman <hartmans@mit.edu>  Sat,  2 Dec 2000 00:44:37 -0500
3165 openafs (1.0.snap20001106-9) unstable; urgency=medium
3167   * Fix openafs-fileserver restart to do a bos restart
3168   * Document that AFS key must be single-DES.
3169   * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
3170   * Fix priority on openafs-client rc script to run after server starts.
3172  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 20:43:59 -0500
3174 openafs (1.0.snap20001106-8) unstable; urgency=low
3176   * Modules no longer depend on the tlient; client depends on modules.
3177     This works better for AFS, even though it is not the way packages like
3178     alsa-base work.
3179   * Fix several typos in configuration scripts.
3180   * Clarify that it starts the client just after debconf.
3182  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 13:10:43 -0500
3184 openafs (1.0.snap20001106-7) unstable; urgency=low
3186   * Add command line options to afs-newcell
3187   * Fix control.module for real this time.
3188   * Add kpasswd and kas to the openafs-kpasswd package.
3189   * Add manpage for afs-newcell and many undocumented links.
3190   * Remove PAM module from libopenafs-dev.
3191   * Instal udebug, pagsh, cmdebug.
3192   * Remove execute bit from some includes in /usr/include.
3194  --  Sam Hartman <hartmans@mit.edu>  Mon, 27 Nov 2000 03:02:57 -0500
3196 openafs (1.0.snap20001106-6) unstable; urgency=medium
3198   * Add config option to disable  client on boot
3199   * Create rc.d links
3200   * Make CellServDB handled by postinst not a conffile.  Sadly AFSDB
3201     records will be a while in the future.
3202   * New script: afs-newcell to configure a dbserver
3203   * Use the native Debian install instead of afs install while building;
3204     works  under fakeroot.  Important for modules package.
3205   * Fix purge to delete configuration files
3207  --  <Sam Hartman <hartmans@mit.edu>  Sat, 25 Nov 2000 01:09:55 -0500
3209 openafs (1.0.snap20001106-5) unstable; urgency=low
3211   * Make change so kdump builds on potato
3213  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 19:27:01 -0500
3215 openafs (1.0.snap20001106-4) unstable; urgency=low
3217   * Fix so dpkg-buildpackage works.  Oops.
3219  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 02:18:05 -0500
3221 openafs (1.0.snap20001106-3) unstable; urgency=low
3223   * Increase stacksize for server processes so they don't dump core.
3224   * New script: afs-rootvol--creates the root.afs and root.cell.  Works
3225     fairly well except that it is overly verbose and that it has my test
3226     cell hardcoded.  This script will evolve into part of a new cell
3227     config tool. 
3230   --
3231   * Support removing module for smP
3232   * Prune build directories out of modules sources--oops
3233   * Fix bogus depends for module sources--note that it really does want
3234     bison and flex at least for now.
3236  --  Sam Hartman <hartmans@mit.edu>  Thu, 16 Nov 2000 01:39:48 -0500
3238 openafs (1.0.snap20001106-2) unstable; urgency=low
3240   * Fix directories for servers to be FHS-reasonable
3241   * Fix init.d script to actually work for stop this time--tested and works
3242   * Add server packages; fairly useless right now but at least we
3243       ship the binaries
3244   * Check to make sure home cell exists and warn user if not
3245   * Fix purge for openafs-client
3247  --  Sam Hartman <hartmans@mit.edu>  Fri, 10 Nov 2000 23:35:30 -0500
3249 openafs (1.0.snap20001106-1) unstable; urgency=low
3251   * New Upstream version
3252   * Fix init.d script to properly remove openafs.o
3254  --  Sam Hartman <hartmans@mit.edu>  Tue,  7 Nov 2000 13:55:47 -0500
3256 openafs (1.0.snap20001104-1) unstable; urgency=low
3258   * New upstream snapshot
3259   * Fix path to afsd in /etc/init.d/openafs-client
3260   * Build openafs module packages
3262  --  Sam Hartman <hartmans@mit.edu>  Mon,  6 Nov 2000 09:39:11 -0500
3264 openafs (1.0.snap20001103-1) unstable; urgency=low
3266   * Initial Release.
3268  -- unknown <hartmans@snorklewacker.mit.edu>  Fri,  3 Nov 2000 23:41:41 -0500