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