pkgsrc-WIP-changes archive

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

Update GlusterFS 10.4 -> 10.5 from upstream.



Module Name:	pkgsrc-wip
Committed By:	Alexander Schreiber <als%thangorodrim.de@localhost>
Pushed By:	als
Date:		Thu Oct 24 12:53:36 2024 +0200
Changeset:	c25a59b506df01338712c4466717feb8e094c323

Modified Files:
	glusterfs/Makefile
	glusterfs/distinfo

Log Message:
Update GlusterFS 10.4 -> 10.5 from upstream.

This is just a version bump from upstream, further work is needed
due to pathconf complaints from perfuse that started to show up with
this release.

Release notes from upstream:

Important fixes in this release
  - Fix upgrade issue by reverting posix change related to
    storage.reserve value
  - Fix the issue of the brick process is getting crashed during the
    upcall event

Issues addressed in this release
  #3636 Fix upgrade issue by reverting posix change related to
        storage.reserve value
  #3732 Fix AddressSanitizer issue of heap-use-after-free
  #4074 Fix GlusterFS FUSE crash with the error: "Assertion failed:
        inode_lookup >= nlookup"
  #4190 Fix SIGSEGV in __gf_free of glusterfs core
  #4255 Fix the issue of the brick process getting crashed during
        the upcall event
  #3701 Fix the error of "Operation not supported" while disabling
        sockopt IPV6_V6ONLY

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c25a59b506df01338712c4466717feb8e094c323

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

diffstat:
 glusterfs/Makefile | 4 ++--
 glusterfs/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/glusterfs/Makefile b/glusterfs/Makefile
index fee4abe434..baa930ae7b 100644
--- a/glusterfs/Makefile
+++ b/glusterfs/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.126 2024/08/19 06:08:08 wiz Exp $
 
-DISTNAME=	glusterfs-10.4
-PKGREVISION=	7
+DISTNAME=	glusterfs-10.5
+# PKGREVISION=	0
 CATEGORIES=	filesystems
 MASTER_SITES=	https://bits.gluster.org/pub/gluster/glusterfs/src/
 
diff --git a/glusterfs/distinfo b/glusterfs/distinfo
index b769ba8a53..efdb07b492 100644
--- a/glusterfs/distinfo
+++ b/glusterfs/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.82 2024/08/06 21:10:47 riastradh Exp $
 
-BLAKE2s (glusterfs-10.4.tar.gz) = 9813ba102591f6ab715fc7d3dc089860888effe70dc146a4366667be0cc9bd0c
-SHA512 (glusterfs-10.4.tar.gz) = 06c563ab77a29145b1fac44f5a56a91539accb69ba736fe6297aa3f38b128e68ba4f7d0b49ac6eb56397a51950fb4de882ff60037e91c61ad13dd89a18139d82
-Size (glusterfs-10.4.tar.gz) = 8293872 bytes
+BLAKE2s (glusterfs-10.5.tar.gz) = faade0983cda3ff366b32c9b3c7869dc96f9785b8e5fa513fa39811b7e428f77
+SHA512 (glusterfs-10.5.tar.gz) = 393b976308da911562e653e1ed6db2149a7d7390fbd31155bbd4b1bb067c6c155f2c7ca74dc8409474294a8542b6cb4d83cd52f6b68bab6a430a8c080be1be29
+Size (glusterfs-10.5.tar.gz) = 8170057 bytes
 SHA1 (patch-api_src_glfs.c) = c35c974631b7674643edc31d526f18a648be9cce
 SHA1 (patch-cli_src_cli-cmd-parser.c) = 4bf24309275b6500e3acb0a12fcacf365b86ff04
 SHA1 (patch-cli_src_cli-xml-output.c) = afd03ce801992985864504dbc19887b62447da7d


Home | Main Index | Thread Index | Old Index