Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openafs for openSUSE:Factory checked 
in at 2023-07-11 15:57:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openafs (Old)
 and      /work/SRC/openSUSE:Factory/.openafs.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openafs"

Tue Jul 11 15:57:13 2023 rev:42 rq:1098043 version:1.8.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/openafs/openafs.changes  2023-05-30 
22:03:30.375386490 +0200
+++ /work/SRC/openSUSE:Factory/.openafs.new.8922/openafs.changes        
2023-07-11 15:57:32.509254621 +0200
@@ -1,0 +2,10 @@
+Mon Jul 10 10:24:31 UTC 2023 - Christof Hanke <[email protected]>
+
+- update to official openafs-1.8.10
+- remove obsolete patches:
+  * 7a3ad3bc.diff
+  * b885159.diff
+  * f6fbb85.diff 
+  * 4cf7a9a.diff
+
+-------------------------------------------------------------------

Old:
----
  4cf7a9a.diff
  7a3ad3bc.diff
  RELNOTES-1.8.9
  b885159.diff
  f6fbb85.diff
  openafs-1.8.9-doc.tar.bz2
  openafs-1.8.9-doc.tar.bz2.md5
  openafs-1.8.9-doc.tar.bz2.sha256
  openafs-1.8.9-src.tar.bz2
  openafs-1.8.9-src.tar.bz2.md5
  openafs-1.8.9-src.tar.bz2.sha256

New:
----
  RELNOTES-1.8.10
  openafs-1.8.10-doc.tar.bz2
  openafs-1.8.10-doc.tar.bz2.md5
  openafs-1.8.10-doc.tar.bz2.sha256
  openafs-1.8.10-src.tar.bz2
  openafs-1.8.10-src.tar.bz2.md5
  openafs-1.8.10-src.tar.bz2.sha256

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

Other differences:
------------------
++++++ openafs.spec ++++++
--- /var/tmp/diff_new_pack.js8PxG/_old  2023-07-11 15:57:33.973263138 +0200
+++ /var/tmp/diff_new_pack.js8PxG/_new  2023-07-11 15:57:33.981263184 +0200
@@ -57,11 +57,11 @@
 
 # used for %setup only
 # leave upstream tar-balls untouched for integrity checks.
-%define upstream_version 1.8.9
+%define upstream_version 1.8.10
 
 Name:           openafs
 
-Version:        1.8.9
+Version:        1.8.10
 Release:        0
 Summary:        OpenAFS Distributed File System
 License:        IPL-1.0
@@ -103,14 +103,6 @@
 Source98:       kmp_only.files
 Source99:       openafs.changes
 
-# PATCH-FIX-UPSTREAM fix build with kernel 6.2
-Patch1:         b885159.diff
-# PATCH-FIX-UPSTREAM fix build with kernel 6.3
-Patch2:         f6fbb85.diff
-Patch3:         7a3ad3bc.diff
-# PATCH-FIX-UPSTREAM make configure detect ncurses 6 correctly
-Patch4:         4cf7a9a.diff
-
 #      GENERAL BuildRequires and Requires
 #
 
@@ -320,10 +312,6 @@
 done
 
 %setup -q -n openafs-%{upstream_version} -T -b 0 -b 1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 ./regen.sh
 
@@ -367,7 +355,6 @@
 export afsdbdir='/var/lib/openafs/db'
 %configure \
     --disable-transarc-paths \
-    --disable-pam \
     --disable-strip-binaries \
     --includedir=%{_includedir}/openafs \
     --sysconfdir=%{_sysconfdir} \

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

++++++ RELNOTES-1.8.9 -> RELNOTES-1.8.10 ++++++
--- /work/SRC/openSUSE:Factory/openafs/RELNOTES-1.8.9   2023-01-04 
17:53:09.674379126 +0100
+++ /work/SRC/openSUSE:Factory/.openafs.new.8922/RELNOTES-1.8.10        
2023-07-11 15:57:32.197252806 +0200
@@ -1,69 +1,65 @@
                        User-Visible OpenAFS Changes
 
-OpenAFS 1.8.9
+OpenAFS 1.8.10
 
   All platforms
 
-    * Support for building with more recent compilers (14970 14982..14987
-      14990 14991 15056 15057 15061..15064)
+    * Improved error messages and diagnostics (15302 15313)
 
-    * Build fixes and improvements around the test suite (14879 14880
-      14909..14911 15133)
+    * Fixes for parallel or out of tree builds (15297..9)
 
-    * Removed a vestigial autoconf check for GSSAPI support that could
-      cause unnecessary configure errors (15137)
+    * Fixed "make clean" to remove several artifacts overlooked in the past
+      (15377)
 
-    * Documentation improvements (14980 15047)
+    * Fixed the autoconf check for ncurses to catch libs built with
+      "--enable-reentrant" (15296)
 
-    * Improved diagnostics and error messages. In particular, warn when
-      server processes are started without keys and properly print the
-      volume transaction flags in "vos status" output (14594 14968)
+    * Removed the obsolete kdump debugging tool (15315)
 
-  All server platforms
+    * Avoid some more possible string buffer overflows (15240)
 
-    * Avoid several second delays in some situations when the file server
-      is breaking callbacks on clients with alternate addresses. Avoid
-      unnecessary several second delays in some cases during database
-      quorum processing (14815)
+  All client platforms
 
-    * Detect invalid (negative) inputs to FetchData RPCs and reject them
-      early.  The previous behavior only detected the error when actually
-      attempting to read from storage, which resulted in the volume being
-      taken offline since errors were assumed to originate from the
-      underlying storage (15224)
+    * Take the readonly volume offline during "vos convertROtoRW" (15233)
+
+    * Updated the CellServDB to the latest version from grand.central.org
+      (15323)
 
   All UNIX/Linux client platforms
 
-    * Do not perform DNS SRV/AFSDB record queries when running "fs
-      getcellstatus", "fs checkservers", and "fs setcell". The DNS
-      lookups incur network delays and were not needed to process these
-      commands. (14814)
+    * Trim trailing slashes from paths given to "fs lsmount" and
+      "fs flushmount" (15242)
 
-    * Avoid possible string buffer overflows with long cell names (15151)
+    * Provide the "-literal" option for the "fs getfid" command, which allows
+      querying a symlink or mount point rather than the object pointed to
+      (15235)
 
-  FreeBSD
+    * Avoid some potential kernel panics (15295 15324 15331)
 
-    * Added support for release 12.3 and further improvements (14878
-      14920 14921)
+  AIX
 
-  Linux clients
+    * Improved support for this platform, including releases 7.1, 7.2 and 7.3
+      (15309 15368..76 15378..86 15403 15422 15424..5 15441..2)
+
+  macOS
+    * Added support for Apple Silicon and macOS releases up to 13 ("Ventura")
+      (15246 15250..1 15254 15258..64)
 
-    * Support mainline kernels up to 6.0 (14942..14944 14989 14945
-      14946 15058 15065 15094 15095 15148)
+    * Fixes around signing and notarization of the OpenAFS packages (15255..7)
 
-    * Fixed a potential memory leak (15096)
+    * Build "afscell" on supported platforms, and only those (15247)
 
-    * Avoid a possible performance penalty during file reads when
-      the file was opened for both reading and writing (15129)
+  Linux
 
-    * Fixed a type cast which could make builds fail against older kernels
-      (15134)
+    * Support building for newer distributions and compilers (15266..71
+      15273..5 15277)
+
+  Linux clients
 
-    * In Red Hat packaging, systemd will no longer load the openafs module
-      during boot (15128)
+    * Support mainline kernels up to 6.4 and distribution kernels
+      derived from those (15228 15281 15388..9 15410..11)
 
-  Most client platforms
+    * Fixes and enhancements around the kernel module build (15229..31 15265)
 
-    * Handle certain failure conditions rather than panicking the system
-      (14927 15052)
+    * Fixed potential cache inconsistencies for symbolic link metadata (15443)
 

++++++ openafs-1.8.9-doc.tar.bz2 -> openafs-1.8.10-doc.tar.bz2 ++++++
++++ 4249 lines of diff (skipped)

++++++ openafs-1.8.9-doc.tar.bz2.md5 -> openafs-1.8.10-doc.tar.bz2.md5 ++++++
--- /work/SRC/openSUSE:Factory/openafs/openafs-1.8.9-doc.tar.bz2.md5    
2023-01-04 17:53:09.730379457 +0100
+++ /work/SRC/openSUSE:Factory/.openafs.new.8922/openafs-1.8.10-doc.tar.bz2.md5 
2023-07-11 15:57:32.285253318 +0200
@@ -1 +1 @@
-1f59a2942007bac5c7a8b83360852e29  openafs-1.8.9-doc.tar.bz2
+b7c71e48198ab210a5be0bb40fcdda1d  openafs-1.8.10-doc.tar.bz2

++++++ openafs-1.8.9-doc.tar.bz2.sha256 -> openafs-1.8.10-doc.tar.bz2.sha256 
++++++
--- /work/SRC/openSUSE:Factory/openafs/openafs-1.8.9-doc.tar.bz2.sha256 
2023-01-04 17:53:09.738379504 +0100
+++ 
/work/SRC/openSUSE:Factory/.openafs.new.8922/openafs-1.8.10-doc.tar.bz2.sha256  
    2023-07-11 15:57:32.329253574 +0200
@@ -1 +1 @@
-ef91e854eab4aa74268525954a41c2a2ad0a2eaf530eaa22bb9e4bf453b15939  
openafs-1.8.9-doc.tar.bz2
+9c3809e8afea017d8af2528f60cf0e0f9fa8454fac86533a3e67221f2eb5fb5d  
openafs-1.8.10-doc.tar.bz2

++++++ openafs-1.8.9-src.tar.bz2 -> openafs-1.8.10-src.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/openafs/openafs-1.8.9-src.tar.bz2 
/work/SRC/openSUSE:Factory/.openafs.new.8922/openafs-1.8.10-src.tar.bz2 differ: 
char 11, line 1

++++++ openafs-1.8.9-src.tar.bz2.md5 -> openafs-1.8.10-src.tar.bz2.md5 ++++++
--- /work/SRC/openSUSE:Factory/openafs/openafs-1.8.9-src.tar.bz2.md5    
2023-01-04 17:53:09.890380399 +0100
+++ /work/SRC/openSUSE:Factory/.openafs.new.8922/openafs-1.8.10-src.tar.bz2.md5 
2023-07-11 15:57:32.489254505 +0200
@@ -1 +1 @@
-b48ac2fdeffc2005b78e255c67ac43ba  openafs-1.8.9-src.tar.bz2
+9e8676d04ff3d95d60eaee5e7429a6bb  openafs-1.8.10-src.tar.bz2

++++++ openafs-1.8.9-src.tar.bz2.sha256 -> openafs-1.8.10-src.tar.bz2.sha256 
++++++
--- /work/SRC/openSUSE:Factory/openafs/openafs-1.8.9-src.tar.bz2.sha256 
2023-01-04 17:53:09.902380471 +0100
+++ 
/work/SRC/openSUSE:Factory/.openafs.new.8922/openafs-1.8.10-src.tar.bz2.sha256  
    2023-07-11 15:57:32.497254551 +0200
@@ -1 +1 @@
-d126178be1f42cca18cb7c0c2691ac354518e3790170150a76bbd25f4d151f06  
openafs-1.8.9-src.tar.bz2
+9fec11364623549e8db7374072f5c8f01b841f6bfe7e85673cbce35ff43ffb07  
openafs-1.8.10-src.tar.bz2

Reply via email to