Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openafs for openSUSE:Factory checked 
in at 2024-06-14 19:02:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openafs (Old)
 and      /work/SRC/openSUSE:Factory/.openafs.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openafs"

Fri Jun 14 19:02:58 2024 rev:48 rq:1180888 version:1.8.11.g20240530

Changes:
--------
--- /work/SRC/openSUSE:Factory/openafs/openafs.changes  2024-02-26 
19:50:54.237867091 +0100
+++ /work/SRC/openSUSE:Factory/.openafs.new.19518/openafs.changes       
2024-06-14 19:07:40.443678955 +0200
@@ -1,0 +2,9 @@
+Fri Jun 14 05:47:03 UTC 2024 - Christof Hanke <christof.ha...@mpcdf.mpg.de>
+
+- change source-code base to git branch stable-1_8_x
+  * required for keeping up with Linux kernel development.
+- new versioning scheme: 
openafs-$LAST_OFFICIAL_RELEASE.git$DATE_OF_NEWEST_COMMIT
+- add note in RELNOTES about this change
+- update ChangeLog from git
+
+-------------------------------------------------------------------

Old:
----
  RELNOTES-1.8.11pre1
  openafs-1.8.11pre1-doc.tar.bz2
  openafs-1.8.11pre1-doc.tar.bz2.md5
  openafs-1.8.11pre1-doc.tar.bz2.sha256
  openafs-1.8.11pre1-src.tar.bz2
  openafs-1.8.11pre1-src.tar.bz2.md5
  openafs-1.8.11pre1-src.tar.bz2.sha256

New:
----
  RELNOTES-stable-1_8_x
  openafs-stable-1_8_x-doc.tar.bz2
  openafs-stable-1_8_x-doc.tar.bz2.md5
  openafs-stable-1_8_x-doc.tar.bz2.sha256
  openafs-stable-1_8_x-src.tar.bz2
  openafs-stable-1_8_x-src.tar.bz2.md5
  openafs-stable-1_8_x-src.tar.bz2.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openafs.spec ++++++
--- /var/tmp/diff_new_pack.runJMw/_old  2024-06-14 19:07:41.387712512 +0200
+++ /var/tmp/diff_new_pack.runJMw/_new  2024-06-14 19:07:41.391712655 +0200
@@ -57,11 +57,11 @@
 
 # used for %setup only
 # leave upstream tar-balls untouched for integrity checks.
-%define upstream_version 1.8.11pre1
+%define upstream_version stable-1_8_x
 
 Name:           openafs
 
-Version:        1.8.11~pre1
+Version:        1.8.11.g20240530
 Release:        0
 Summary:        OpenAFS Distributed File System
 License:        IPL-1.0
@@ -103,7 +103,6 @@
 Source98:       kmp_only.files
 Source99:       openafs.changes
 
-# PATCH-FIX-UPSTREAM fix build with kernel 6.5
 # PATCH-HANDLE-BACKPORTS
 # some kernel-features from 6.5 are apparently in 6.4
 Patch99:        handle_backports.diff

++++++ ChangeLog ++++++
++++ 3019 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/openafs/ChangeLog
++++ and /work/SRC/openSUSE:Factory/.openafs.new.19518/ChangeLog

++++++ RELNOTES-stable-1_8_x ++++++
Preface: 
========

This is the Release-Notes of the last official release.
However,
this version is based on the git branch "openafs-stable-1_8_x"
and thus has additional changes beside the ones for 1.8.11.
The reason for this is the compatibility with current Linux-Kernels.
The ChangeLog gives you all commits applied since then.
The versioning-scheme of these packages is: 
openafs-$LAST_OFFICIAL_RELEASE.git$DATE_OF_NEWEST_COMMIT

The package-maintainer.


                       User-Visible OpenAFS Changes

OpenAFS 1.8.11

  All platforms

    * Check Rx RPC call number in incoming packets before allocating new
      RPC calls to avoid re-running RPC calls when spurious packets are
      received (15562)

    * Fix memory leaks (15516 15517)

    * Fix build failure when building with _FORTIFY_SOURCE (15518 15519)

    * Fix build failures when building with the clang compiler (15540 15541
      15547 15548)

    * Improve error detection in OpenAFS directories for both clients
      and servers (15544 15545 15546)

    * Add a Makefile target to build Red Hat RPM packages (15514)

    * Add support for custom version numbers in Red Hat RPM packages (15513)

  All server platforms

    * Fix File Server and Protection Server crashes due to recursive thread
      lock bug (15609)

    * Fix fileserver crashes during startup (15509 15543)

    * The bosserver no longer creates the client configuration directory and
      "ThisCell" and "CellServDB" symlinks.  The "vos", "pts", and "bos"
      commands now read cell configuration from the server cell configuration
      directory when the client cell configuration directory is not present.
      This change allows server packaging to be independent of client packaging
      and removes the need for client configuration artifacts on hosts running
      server processes only (15510 15511 15512)

    * Print a warning in the volserver log when an older version of a volume
      is restored over an existing volume, unless the volume was restored with
      "-overwrite full" (15531)

    * Print a warning in the bosserver log when the bosserver was not started
      in restricted mode (15537)

    * Avoid unbounded string copies when looking up volumes by name in
      the vlserver (15538)

    * Fix off-by-one directory entry name size check in salvager (15598)

  All client platforms

    * Updated the CellServDB to the latest version from grand.central.org
      (15603)

  All UNIX/Linux client platforms

    * Fix PAG object memory leak which can degrade performance (15506)

    * Improve kernel memory reclamation after accessing a large number of
      files (15536)

    * Improve cache corruption detection and refetch cache entries
      when cache entry size mismatches are detected (15532 15533 15535)

    * Fix panic in user-space client (libuafs, Fuse client) (15539)

  Linux clients

    * Add support for Linux 6.7 (15600)

    * Add support for Linux 6.6 (15575 15589 15590)

    * Add support for Linux 6.5 (15520 15521 15522 15523 15558)

    * Fix BUG when directory entry names are longer than 16 characters.
      Affects Linux 6.5 or higher built with GCC 13 or higher (15599)

    * Invalidate Linux VFS dentry caches in the AFS filesystem when running
      "fs flush*" commands. This reduces the need to drop Linux VFS caches
      by writing to the "/proc/sys/vm/drop_caches" file when
      troubleshooting (15515)

    * Fix build failures (15507 15508 15596 15542 15549)

  macOS

    * Add support for MacOS 14 ("Sonoma") (15602)


++++++ openafs-client.service.allow_unsupported ++++++
--- /var/tmp/diff_new_pack.runJMw/_old  2024-06-14 19:07:41.647721755 +0200
+++ /var/tmp/diff_new_pack.runJMw/_new  2024-06-14 19:07:41.651721897 +0200
@@ -15,7 +15,6 @@
 ExecStop=/usr/bin/umount /afs
 ExecStop=/usr/sbin/afsd -shutdown
 ExecStop=/sbin/rmmod libafs
-KillMode=none
 
 [Install]
 WantedBy=multi-user.target remote-fs.target

++++++ openafs-stable-1_8_x-doc.tar.bz2.md5 ++++++
d2a566c33aaf8d3ab7c8e4c15558f90e  
/home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-doc.tar.bz2

++++++ openafs-stable-1_8_x-doc.tar.bz2.sha256 ++++++
f7a53059a4ce55ffe17b1e3d4f3ff3f0a16aa6e0121bbd3c76a581352dc94987  
/home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-doc.tar.bz2

++++++ openafs-stable-1_8_x-src.tar.bz2.md5 ++++++
a6123d9cb9a85943c8604d76980cdb2c  
/home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-src.tar.bz2

++++++ openafs-stable-1_8_x-src.tar.bz2.sha256 ++++++
989dcdce5c9bf3c5de42fc5a9856a500634c48483d652567af9916d082dc9d27  
/home/hanke/obs/home:hauky:branches:filesystems/openafs/openafs-stable-1_8_x-src.tar.bz2


++++++ sysconfig.openafs-fuse-client ++++++
--- /var/tmp/diff_new_pack.runJMw/_old  2024-06-14 19:07:41.871729718 +0200
+++ /var/tmp/diff_new_pack.runJMw/_new  2024-06-14 19:07:41.875729860 +0200
@@ -1,5 +1,5 @@
 #
-# startup options for the openAFS client.
+# startup options for the openAFS FUSE client.
 # see man afsd for details
 
 AFSD_ARGS="-fakestat -memcache -blocks 102400 -dynroot -afsdb"

Reply via email to