Hello community, here is the log from the commit of package openafs for openSUSE:Factory checked in at 2020-11-17 21:21:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openafs (Old) and /work/SRC/openSUSE:Factory/.openafs.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openafs" Tue Nov 17 21:21:31 2020 rev:21 rq:845591 version:1.8.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openafs/openafs.changes 2020-10-14 15:39:33.910370219 +0200 +++ /work/SRC/openSUSE:Factory/.openafs.new.24930/openafs.changes 2020-11-17 21:21:55.309143561 +0100 @@ -1,0 +2,5 @@ +Mon Nov 2 09:20:37 UTC 2020 - Christof Hanke <christof.ha...@mpcdf.mpg.de> + +- update to HEAD of git branch openafs-stable-1_8_x + +------------------------------------------------------------------- Old: ---- RELNOTES-git-179a418ea5063785a23e4faf35134f063a6f3e1c openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-doc.tar.bz2 openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-doc.tar.bz2.md5 openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-doc.tar.bz2.sha256 openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-src.tar.bz2 openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-src.tar.bz2.md5 openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-src.tar.bz2.sha256 New: ---- RELNOTES-git-62beb979b4e43c361db54fbf3084f876fd2c11da openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2.md5 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2.sha256 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2.md5 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openafs.spec ++++++ --- /var/tmp/diff_new_pack.FLoxhl/_old 2020-11-17 21:21:56.717145687 +0100 +++ /var/tmp/diff_new_pack.FLoxhl/_new 2020-11-17 21:21:56.721145693 +0100 @@ -57,7 +57,7 @@ # used for %setup only # leave upstream tar-balls untouched for integrity checks. -%define upstream_version git-179a418ea5063785a23e4faf35134f063a6f3e1c +%define upstream_version git-62beb979b4e43c361db54fbf3084f876fd2c11da Name: openafs ++++++ ChangeLog ++++++ ++++ 1636 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/openafs/ChangeLog ++++ and /work/SRC/openSUSE:Factory/.openafs.new.24930/ChangeLog ++++++ RELNOTES-git-62beb979b4e43c361db54fbf3084f876fd2c11da ++++++ Attention: This is a snapshot of the git branch openafs-stable-1_8_x to accomodate for the Linux kernel 5.8. The original release notes of 1.8.6. read: User-Visible OpenAFS Changes OpenAFS 1.8.6 All platforms * Address warnings and errors encountered when building OpenAFS with modern compilers like gcc9 or recent clang (13727..45 13749..50 13756 13846 13879) * Avoid some rare cases of Rx calls getting stuck in the incoming queue (13892) * Display the usage of simple commands (commands without subcommands) when run only with the -help option (13894) * Fix a memory leak in the cache manager and the fileserver while processing "fs uuid" or "fs setcbaddr" (13899) * Fix a memory leak when reopening krb local realms configuration (13900) * Avoid possible crashes when freeing kerberos contexts (13902) All server platforms * Do not leave empty directories behind in the file server vice partition when running the "vos zap -force" command (13897) * Fix "vos zap -force" failures when the volume being zapped does not have an entry in the fileserver's volume group cache (e.g., during fileserver startup) (13896) * Relax the length limits on some membership lists used in ptserver RPCs, introduced in release 1.8.0 to prevent denial of service attacks, to accommodate use cases of some larger existing sites (13844) * Improved diagnostics and error messages (13898 13906..8 13938) * Ensure that fileservers running in readonly mode actually reject all write requests, but introduce a -admin-write switch allowing writes by members of the system:administrators group (14018 14019) All client platforms * Require the -insecure_des switch to be passed to aklog and klog.krb5 to make them work with single-DES encryption types (13791) * Avoid a panic due to a retryable error - retry in a background request instead (13847) * Avoid blocking other functions on the completion of some potentially long-running RPCs issued by the server (13893) * Fix a potential memory leak in "fs getserverprefs" when the pioctl fails with E2BIG (13895) * Avoid the local cache incorrectly reflecting the state of a file on the fileserver after flushing large chunks of data to the server. This issue was present on FreeBSD clients, but probably not Linux/Solaris ones (13951) (RT #135041) * After a VLDB lookup of a read-write volume already failed, don't bother looking up corresponding read-only or backup volumes since those lookups are bound to fail, in order to make the client more responsive and avoid unnecessary load on the vlserver (13968) * Allow a "vos rename" to succeed if the new volume name is the same as that in the current VLDB, to make it possible to complete a previously interrupted volume rename (14055) * Allow processes which are sleeping due to PAG throttling to be killable (13974). * Fix set PAG failures due to signals (13975). Linux clients * Support mainline kernels up to and including 5.7 (14069 14094 14095 14209 14210) * Make builds succeed with --enable-checking for mainline kernels 5.3-rc2 and later (13910) * Avoid possible deadlocks (13748 13765) * Fix build of libuafs on ppc64le (14104) * Fix build on certain recent 32-bit distributions (14234) (RT #135084) macOS * Support building, packaging and notarization on macOS 10.15 "Catalina" (14031..7 14068) Microsoft Windows * Build fixes (13848..52) ++++++ openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-doc.tar.bz2 -> openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2 ++++++ ++++ 111519 lines of diff (skipped) ++++++ openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2.md5 ++++++ dba78aeb6d488cb2f3620cc7191ab8eb openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2 ++++++ openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2.sha256 ++++++ 573175a021b963fc0e6bcd17f300e6eab019ad00bf0d3a2819a281fc32761498 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-doc.tar.bz2 ++++++ openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-src.tar.bz2 -> openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/openafs/openafs-git-179a418ea5063785a23e4faf35134f063a6f3e1c-src.tar.bz2 /work/SRC/openSUSE:Factory/.openafs.new.24930/openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2 differ: char 11, line 1 ++++++ openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2.md5 ++++++ 71c00f8ba4920956cfe5017c420c8aac openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2 ++++++ openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2.sha256 ++++++ fa55ba30e6abc21903a82ed9dabac66c9081c347a7efb298e6314b1112efe9b2 openafs-git-62beb979b4e43c361db54fbf3084f876fd2c11da-src.tar.bz2 _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org