-- Russ Allbery <rra@debian.org> Fri, 21 Aug 2009 22:19:03 -0700
+openafs (1.4.11+dfsg-6) unstable; urgency=low
+
+ * Apply upstream deltas:
+ - [c12ec354] Fix write_begin configure test for recent RHEL kernels
+ - [b7198421] Fix memory allocation warnings at shutdown
+ - [7183c113] Do not check *aoutSize in PGetPAG
+ - [c0323c49] cm: address race condition in afs_QueueVCB
+ - [ad6dabdc] Clean up console message
+ - [c9f7fe37] Make ktc_curpag also detect ONEGROUP PAG gids
+ - [2f87c43e] volser transaction object race conditions
+ - [2d6c0390] Add array bounds checking in h_Enumerate
+ - [70f6a328] Check for (hostFlags & HOSTDELETED) after h_Lock_r
+ - [c7a59397] Avoid IHandle leak when failing to attach volume
+ * Remove incorrect return call in shutdown_icl() introduced by b7198421.
+ * Do not attempt to build the kernel module with DKMS if the appropriate
+ Linux headers aren't installed. Based on code from the common DKMS
+ postinst script (which we'll just use once it's reliably available).
+ Thanks, Anders Kaseorg. (LP: #487535)
+ * Fix configure flags used for enabling or disabling LWP and kernel
+ debugging flags and always pass --disable-strip-binaries.
+ * Fix the openafs-dbg dependencies and package description to reflect
+ its inclusion of debugging symbols for all server binaries in
+ openafs-fileserver and openafs-dbserver, but not the legacy PAM
+ modules.
+ * In anticipation of a change in dpkg-source's defaults, force source
+ package format 1.0. The package is maintained using Git and
+ generating a proper quilt series is complex and relatively pointless
+ work, so the additional complexity of the 3.0 format is currently not
+ that useful.
+ * Change section of openafs-modules-dkms to kernel to match override.
+
+ -- Russ Allbery <rra@debian.org> Mon, 30 Nov 2009 16:54:08 -0800
+
+openafs (1.4.11+dfsg-5) unstable; urgency=low
+
+ * Apply upstream deltas:
+ - [7833e472] Make afsd.pod reflect reality
+ - [c9974c7a] Avoid prematurely destroying callback_rxcon
+ - [9b37972e] Linux: 2.6.32 - Adapt to writeback changes
+ - [abdf72bc] Linux: Avoid deadlock in readdir - release GLOCK for
+ filldir
+ - [bdb4f98a] Protect rx_call iovq from simultaneous attempts to empty
+ it
+ - [c08609ae] Avoid using released hosts
+ - [a410b7fd] Linux - Fix disk cache access for selinux/AppArmor
+ constrained processes (LP: #415766)
+ - [49094ccf] Add automatic sysname detection for ARM Linux
+ - [525b594a] Make ktc_curpag generally available (LP: #446521)
+ * In the postinst of openafs-modules-dkms, if the openafs module is
+ already added in DKMS, try to remove it first before adding it. This
+ should more correctly handle the case of a user installing this
+ package without the correct kernel headers, having it fail in
+ postinst, and then installing the correct headers and having dpkg
+ attempt to configure the package again. Thanks, Philipp Kaluza.
+ (Closes: #553542)
+
+ -- Russ Allbery <rra@debian.org> Tue, 03 Nov 2009 20:57:21 -0800
+
+openafs (1.4.11+dfsg-4) unstable; urgency=low
+
+ * When changing the name of the source package built by
+ openafs-modules-source, we need to change the package name in the
+ changelog as well or dpkg-gencontrol explodes. Thanks, Aaron M.
+ Ucko. (Closes: #549140)
+
+ -- Russ Allbery <rra@debian.org> Wed, 30 Sep 2009 18:04:44 -0700
+
+openafs (1.4.11+dfsg-3) unstable; urgency=low
+
+ * Apply upstream deltas:
+ - openafs-stable-1_4_x/fileserver-no-negative-fetchdata-20090926:
+ never return a negative data length from client reads past the end
+ of a file.
+ - openafs-stable-1_4_x/fileserver-gethost-r-cleanup-fixes-20090925:
+ fix memory leak and possible double-free in error handling cases in
+ fileserver.
+ - openafs-stable-1_4_x/fileserver-retry-registeraddrs-20090810: retry
+ VL_RegisterAddrs in the file server on failure.
+ - openafs-stable-1_4_x/kernel-init-vrequest-structure-20090914:
+ properly initialize vrequest structure in the kernel.
+ * Change the permissions of /var/lib/openafs/local to 0700 to match
+ upstream defaults. This directory contains the fssync.sock file used
+ for coordination between the fileserver and the volserver, and
+ commands sent to that socket are not authenticated. Linux protects
+ the socket from unprivileged writes by default, but other operating
+ systems do not. Upstream therefore wants this directory to be 0700
+ and bosserver will complain by default if it's not. Changing the
+ permissions let us drop a patch to bosserver.
+ * Fix the second module control file for the standards version, section,
+ and maintainer update.
+ * Change the source package name of the stripped package generated by
+ openafs-modules-source so that, should someone build a Debian source
+ package from it, it won't have the same name as the main openafs
+ source package.
+
+ -- Russ Allbery <rra@debian.org> Tue, 29 Sep 2009 15:34:58 -0700
+
openafs (1.4.11+dfsg-2) unstable; urgency=low
* Add armv5tel to debian/sysname, mapping it to arm_linux26. Patch from