From: Benjamin Kaduk Date: Fri, 1 Sep 2017 21:20:16 +0000 (-0500) Subject: Merge master into experimental X-Git-Tag: debian/1.8.0_pre2-1~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=38a8e92fba642ed2541bcfd95b71d9825aa0873b;p=packages%2Fo%2Fopenafs.git Merge master into experimental Pick up the FORCE_SOURCE_DATE change and changelog entry, but ignore the new patch there, which is already included in 1.8.0pre2. Change-Id: Idbe6b09e863456c186de93edfa89eb9bbd5d14e0 --- 38a8e92fba642ed2541bcfd95b71d9825aa0873b diff --cc debian/changelog index d14fe82b4,d1f29c047..3589acb29 --- a/debian/changelog +++ b/debian/changelog @@@ -1,80 -1,13 +1,90 @@@ +openafs (1.8.0~pre2-1) UNRELEASED; urgency=low + + * Add versioned build-depends for renamed symbols in heimdal-multidev. + (Closes: #848664) + * New upstream prerelease: + - Desupport 32-bit s390/s390x + - Adopt jenkins hash for endianness independence + - With afsd -debug, print syscalls on separate lines + - Restore debug symbols for the kernel module + - Support Linux up to 4.13 + - Provide vldb cache timeout option for clients + - Eliminate potential 100ms delay after rx receive window changes + - Modify volume update date after salvager makes changes + - Restore client behavior of trying all servers instead of looping on an + unresponsive preferred server + - Improve ubik safety for relabels and writes shortly after an election + - Preserve volume stats during reclone and restore operations + + -- Benjamin Kaduk Wed, 30 Aug 2017 19:45:54 -0500 + +openafs (1.8.0~pre1-5) experimental; urgency=medium + + * debian/patches/opr-Make-opr_jhash_opaque-endian-independent.patch, + debian/patches/opr-Make-opr_jhash_opaque-consistent-with-opr_jhash.patch, + debian/patches/opr-Make-opr_uuid_hash-endian-independent.patch: Fix + test failures on big-endian architectures. + + -- Anders Kaseorg Wed, 21 Dec 2016 20:01:40 -0500 + +openafs (1.8.0~pre1-4) experimental; urgency=medium + + * debian/patches/0006-softsig-helper-fix-signame-loop.patch + Fix test failures on 32-bit architectures. + * debian/patches/0007-Run-jhash-t-verbosely.patch + Provide more output from failing tests. + + -- Benjamin Kaduk Fri, 16 Dec 2016 00:26:39 -0500 + +openafs (1.8.0~pre1-3) experimental; urgency=medium + + * Replace hard-coded x86_64-linux-gnu with DEB_HOST_MULTIARCH. + * Use dh_auto_configure. + + -- Anders Kaseorg Thu, 15 Dec 2016 01:27:21 -0500 + +openafs (1.8.0~pre1-2) experimental; urgency=medium + + * Move libtool, heimdal-multidev from Build-Depends-Indep to + Build-Depends. + * debian/patches/tests-opr-softsig-t-Avoid-hanging-due-to-intermediat.patch, + debian/patches/opr-ExitHandler-re-raise-the-signal-instead-of-exiti.patch + Fix test failures. + + -- Anders Kaseorg Wed, 14 Dec 2016 18:40:15 -0500 + +openafs (1.8.0~pre1-1) experimental; urgency=low + + * New upstream major release: + - Servers no longer use rxkad.keytab for long-term keys, which are + now stored in KeyFileExt. Administrators must use akeyconvert + or similar tooling to populate the KeyFileExt. In most cases, + `akeyconvert` with no arguments will suffice. + - kaserver, klog.afs, pam-openafs-kaserver, and other kauth-related + tools are removed. + - Server log handling has changed. Logs are not truncated at + startup by default, and are re-opened on SIGUSR1, to be compatible + with external log rotation tools. + - Client time management support (afsd -settime and afsd -nosettime) + has been removed. + - Linux versions prior to 2.6 are no longer supported by the client. + - Most binaries now use pthreads instead of LWP green threads. + - The fileserver ihandle fsync thread is removed. + - Many other generic improvements throughout the tree; consult the + upstream changelog for details. + + -- Benjamin Kaduk Tue, 13 Dec 2016 01:49:46 -0500 + + openafs (1.6.21-3) unstable; urgency=medium + + * Build documentation with FORCE_SOURCE_DATE=1, without which pdfTeX + refuses to behave fully reproducibly. + * debian/patches: + - Linux-Include-linux-uaccess.h-rather-than-asm-uacces.patch: Fix + build failure on s390x with Linux kernel 4.12. (LP: #1711835) + + -- Anders Kaseorg Wed, 30 Aug 2017 23:42:03 -0400 + openafs (1.6.21-2) unstable; urgency=medium * debian/patches: