pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/openafs



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Thu Oct 10 15:35:38 UTC 2024

Modified Files:
        pkgsrc/filesystems/openafs: Makefile distinfo

Log Message:
Update openafs to 1.8.10

                       User-Visible OpenAFS Changes

OpenAFS 1.8.10

  All platforms

    * Improved error messages and diagnostics (15302 15313)

    * Fixes for parallel or out of tree builds (15297..9)

    * Fixed "make clean" to remove several artifacts overlooked in the past
      (15377)

    * Fixed the autoconf check for ncurses to catch libs built with
      "--enable-reentrant" (15296)

    * Removed the obsolete kdump debugging tool (15315)

    * Avoid some more possible string buffer overflows (15240)

  All client platforms

    * 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

    * Trim trailing slashes from paths given to "fs lsmount" and
      "fs flushmount" (15242)

    * Provide the "-literal" option for the "fs getfid" command, which allows
      querying a symlink or mount point rather than the object pointed to
      (15235)

    * Avoid some potential kernel panics (15295 15324 15331)

  AIX

    * 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)

    * Fixes around signing and notarization of the OpenAFS packages (15255..7)

    * Build "afscell" on supported platforms, and only those (15247)

  Linux

    * Support building for newer distributions and compilers (15266..71
      15273..5 15277)

  Linux clients

    * Support mainline kernels up to 6.4 and distribution kernels
      derived from those (15228 15281 15388..9 15410..11)

    * Fixes and enhancements around the kernel module build (15229..31 15265)

    * Fixed potential cache inconsistencies for symbolic link metadata (15443)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/filesystems/openafs/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/filesystems/openafs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/openafs/Makefile
diff -u pkgsrc/filesystems/openafs/Makefile:1.22 pkgsrc/filesystems/openafs/Makefile:1.23
--- pkgsrc/filesystems/openafs/Makefile:1.22    Thu Oct 10 15:19:04 2024
+++ pkgsrc/filesystems/openafs/Makefile Thu Oct 10 15:35:38 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2024/10/10 15:19:04 jakllsch Exp $
+# $NetBSD: Makefile,v 1.23 2024/10/10 15:35:38 jakllsch Exp $
 
-DISTNAME=      openafs-1.8.9-src
+DISTNAME=      openafs-1.8.10-src
 PKGNAME=       ${DISTNAME:C/-src//}
 CATEGORIES=    filesystems net sysutils
-MASTER_SITES=  http://www.openafs.org/dl/openafs/1.8.9/
+MASTER_SITES=  http://www.openafs.org/dl/openafs/1.8.10/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    gendalia%NetBSD.org@localhost

Index: pkgsrc/filesystems/openafs/distinfo
diff -u pkgsrc/filesystems/openafs/distinfo:1.24 pkgsrc/filesystems/openafs/distinfo:1.25
--- pkgsrc/filesystems/openafs/distinfo:1.24    Thu Oct 10 15:19:04 2024
+++ pkgsrc/filesystems/openafs/distinfo Thu Oct 10 15:35:38 2024
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.24 2024/10/10 15:19:04 jakllsch Exp $
+$NetBSD: distinfo,v 1.25 2024/10/10 15:35:38 jakllsch Exp $
 
-BLAKE2s (openafs-1.8.9-src.tar.bz2) = 8cb0d0756ea25f4155a77e5be47b962d33218c9ccf329142a54366032120cb04
-SHA512 (openafs-1.8.9-src.tar.bz2) = e51c7d4956173dfadb50e7312b3cedbc3cfa8d1981122b79c5eb895f569b7b82b53a3197789d5186482a5ebeaaff6b6861a9867b3f183cd6bb248325847423ef
-Size (openafs-1.8.9-src.tar.bz2) = 14875192 bytes
+BLAKE2s (openafs-1.8.10-src.tar.bz2) = cc7dde84c8baa91f0630060976f93e1c664aa068f7bcd3ef26e9b145a1532b44
+SHA512 (openafs-1.8.10-src.tar.bz2) = 2000da92a17f534fb06de91f5e1de099e2dfdb05981b92407b7f8132f078cc889d4a06c09a39c690ae9b054818789430a97eee7bad7ed21e43f62ed081d05d35
+Size (openafs-1.8.10-src.tar.bz2) = 14845228 bytes
 SHA1 (patch-src_cf_osconf.m4) = 6eae9ab0821c496f59ebd611c270b46d511a751f
 SHA1 (patch-src_cf_sysname.m4) = 7f45f6387bf959d2026be369cbbfec1a96ff424b
-SHA1 (patch-src_comerr_Makefile.in) = 74c20e021192f333912f10cc9c539f8162d4bb11
 SHA1 (patch-src_config_afs__sysnames.h) = b13d5f701e9df3d7bd943a97e4c60632c2df1196
 SHA1 (patch-src_config_param.armv6_nbsd80.h) = eea7a8f8a141d285ba5a2bb4317950f0b860528f
 SHA1 (patch-src_config_param.nbsd100.h) = 49ba081d163357ade1ad1c409b7276edb6e6e7dc



Home | Main Index | Thread Index | Old Index