]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Merge branch 'experimental'
authorBenjamin Kaduk <kaduk@mit.edu>
Thu, 4 Jan 2018 02:34:11 +0000 (20:34 -0600)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 4 Jan 2018 02:35:30 +0000 (20:35 -0600)
Bring in the accumulated packaging changes needed for the 1.8.0 branch
in preparation for (temporarily, at least) retiring the 'experimental'
branch.

Change-Id: I037ac47de0f2c8aaf7451e321866b08262fb3267

1  2 
debian/changelog

index 770dd0893b498659a9055a9871cd6aeb4cabb3fd,e10d01ca9b83bcb45ff190d10c3442d38f2b3bcc..e52aea2a01fe965f0f58a6aa6130bfae7ff302ab
@@@ -1,25 -1,91 +1,59 @@@
 -openafs (1.8.0~pre3-1) experimental; urgency=low
 +openafs (1.8.0~pre4-1) UNRELEASED; urgency=low
  
-   * New major branch upstream prerelease:
 -  * New upstream prerelease:
 -    - Improve compatibility with recent linux versions
 -    - Fix several race conditions in the asynchronous event handler framework
 -    - (not new to this prerelease) Improve command-line parsing for various
 -      utilities. (Closes: #715623, #715787, #716144, #716444)
 -    - Fix for OPENAFS-SA-2017-001. (Closes: #883602)
 -
 - -- Benjamin Kaduk <kaduk@mit.edu>  Tue, 05 Dec 2017 11:52:42 -0600
 -
 -openafs (1.8.0~pre2-1) experimental; 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
 -  * Add automatic akeyconvert invocation to openafs-fileserver.postinst
 -
 - -- Benjamin Kaduk <kaduk@mit.edu>  Fri, 01 Sep 2017 16:29:04 -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 <andersk@mit.edu>  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 <kaduk@mit.edu>  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 <andersk@mit.edu>  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 <andersk@mit.edu>  Wed, 14 Dec 2016 18:40:15 -0500
 -
 -openafs (1.8.0~pre1-1) experimental; urgency=low
 -
 -  * New upstream major release:
++  [ Benjamin Kaduk ]
++  * New upstream major release (prerelease):
+     - 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.
++      or similar tooling to populate the KeyFileExt after updating the
++      krb5 keys in rxkad.keytab.  In most cases, `akeyconvert` with no
++      arguments will suffice; that command is run automatically in the
++      package's postinstall script.
+     - 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.
++    - Desupport 32-bit s390/s390x
+     - Most binaries now use pthreads instead of LWP green threads.
+     - The fileserver ihandle fsync thread is removed.
++    - Support Linux up to 4.14
++    - Provide vldb cache timeout option for clients
++    - Eliminate potential 100ms delay after rx receive window changes
++    - Modify volume update date after salvager makes changes
++    - Improve ubik safety for relabels and writes shortly after an election
++    - Preserve volume stats during reclone and restore operations
++    - Improve command-line parsing for various utilities.
++      (Closes: #715623, #715787, #716144, #716444)
++    - Fix for OPENAFS-SA-2017-001. (Closes: #883602)
+     - Many other generic improvements throughout the tree; consult the
+       upstream changelog for details.
++  * Add versioned build-depends for renamed symbols in heimdal-multidev.
++    (Closes: #848664)
++
++  [ Anders Kaseorg ]
++  * Use dh_auto_configure.
 +
 + -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 03 Jan 2018 19:07:27 -0600
 +
 +openafs (1.6.22-3) unstable; urgency=medium
 +
 +  * Pull in upstream patch to avoid OOPS on linux 4.14 kernels.
 +    (Closes: #884420)
 +  * Pull in pending upstream patch to include stdint.h where needed.
 +    This should allow Ubuntu to return to syncing openafs from Debian.
 +
 + -- Benjamin Kaduk <kaduk@mit.edu>  Thu, 14 Dec 2017 21:08:16 -0600
 +
 +openafs (1.6.22-2) unstable; urgency=medium
 +
 +  * Update Russian debconf translation; thanks Lev Lamberov.
 +    (Closes: #883916)
 +  * Pull in upstream patches to build with kernel 4.14. (Closes: #884276)
  
 - -- Benjamin Kaduk <kaduk@mit.edu>  Tue, 13 Dec 2016 01:49:46 -0500
 + -- Benjamin Kaduk <kaduk@mit.edu>  Wed, 13 Dec 2017 19:15:58 -0600
  
  openafs (1.6.22-1) unstable; urgency=high