pkgsrc-WIP-changes archive

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

xfs: update to 1.2.2.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 27 23:01:17 2024 +0200
Changeset:	0cc6c5e2da7fb9e6220c506b5fe902f512e8bcd9

Modified Files:
	xfs/Makefile
	xfs/distinfo

Log Message:
xfs: update to 1.2.2.

This release fixes a number of compiler warnings, and makes other code
cleanups and changes to improve code maintainability and analyzer output.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it is a prerequisite for post-y2038 support.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (25):
      Remove "All rights reserved" from Oracle copyright notices
      gitlab CI: Update to latest CI templates & Debian stable release
      unifdef QNX4
      unifdef SUNSSYV
      Clear up -Wcast-function-type warnings from NotImplemented()
      Remove unused empty NoopDDA() function
      Remove unused EventSwap functions & dispatch vector
      DetachStdio: check that open & dup2 functions succeed
      Remove no-op OsInitAllocator()
      Avoid memory leak if -ls specified multiple times on command line
      Add FSallocarray for array allocation with overflow check
      Make FScalloc take two args like standard calloc
      Replace alloc+bzero pairs with FScalloc calls
      Replace obsolete bzero call with standard memset call
      Add FSreallocarray for array reallocation with overflow check
      Get rid of fsalloc/fsrealloc/fsfree wrapper macros
      print error messages if syslog support is built but disabled
      Mark FatalError as _X_NORETURN
      Add alloc_size & malloc attributes to allocation functions
      QueryExtents: Avoid memory leak in error path
      QueryBitmaps: Avoid memory leak in error path
      SetFontCatalogue: handle allocation failure
      WriteToClient: handle allocation failure
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xfs 1.2.2

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

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

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

diffs:
diff --git a/xfs/Makefile b/xfs/Makefile
index 57566fc568..2a04e44fe2 100644
--- a/xfs/Makefile
+++ b/xfs/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2014/08/22 09:14:38 thomasklausner Exp $
 
-DISTNAME=		xfs-1.2.1
+DISTNAME=		xfs-1.2.2
 CATEGORIES=		fonts x11
 MASTER_SITES=		${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=		.tar.xz
diff --git a/xfs/distinfo b/xfs/distinfo
index 03615f149e..6ab56fe15f 100644
--- a/xfs/distinfo
+++ b/xfs/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2014/08/22 09:14:38 thomasklausner Exp $
 
-BLAKE2s (xfs-1.2.1.tar.xz) = b0f7f8a6b4c38ff20d51bf60158e53590fe404d7de92dd29b7f40f4a73201841
-SHA512 (xfs-1.2.1.tar.xz) = 0f8b019e0d922b3d859110154e0ec58493f66507f9787cd41a6c03ad7a05b3293f088f1004e4aaa81e017a524c06d23915669f91ed5e1c2679b33c43de15e70d
-Size (xfs-1.2.1.tar.xz) = 214432 bytes
+BLAKE2s (xfs-1.2.2.tar.xz) = 45693c0503116db7d57b2d0f987b604f46baed19c016e9d43f2be5c6f220dad2
+SHA512 (xfs-1.2.2.tar.xz) = e8983ddade7015c87db1278093701b9e62c7d09003150ed7347a9b83b8f245e8ac9fe2d86d61bb4469bbbea86a71366ef299541793326d9dbbb1b9c0572bcba9
+Size (xfs-1.2.2.tar.xz) = 220036 bytes


Home | Main Index | Thread Index | Old Index