pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xtrans



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:36:08 UTC 2024

Modified Files:
        pkgsrc/x11/xtrans: Makefile distinfo

Log Message:
xtrans: update to 1.5.1.

Alan Coopersmith (15):
      gitlab CI: add xz-utils to container for "make distcheck"
      gitlab CI: collect config.log to help diagnose failures
      gitlab CI: add libc-dev to required packages in build container
      LocalInitTransports: Fix -Wuseless-cast warning for getenv() call
      SocketCreateListener: Fix -Wuseless-cast warning in bind() call
      Clear numerous -Wsign-compare warnings from gcc 14.1
      SocketINETConnect: return failure when malloc() fails
      ParseAddress: return failure when strdup() fails
      MakeAllCOTSServerListeners: Initialize temp_ciptrs
      GetMyNetworkId: Avoid writing to NULL pointer if malloc() fails
      GetPeerNetworkId: Avoid writing to NULL pointer if malloc() fails
      GetPeerNetworkId: avoid calling strlen() on a NULL pointer
      SocketOpen: avoid leak of out-of-range fd
      is_numeric: Add TRANS_SERVER to required ifdefs
      xtrans 1.5.1

Enrico Weigelt, metux IT consult (1):
      update .gitignore

Kim Woelders (2):
      TRANS(ParseAddress): Fix "assignment discards ‘const’ qualifier" warnings
      TRANS(GetHostname): Fix "‘strncpy’ output truncated.." warning

Robert Royals (1):
      Fix string length check


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xtrans/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/xtrans/distinfo

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

Modified files:

Index: pkgsrc/x11/xtrans/Makefile
diff -u pkgsrc/x11/xtrans/Makefile:1.32 pkgsrc/x11/xtrans/Makefile:1.33
--- pkgsrc/x11/xtrans/Makefile:1.32     Sat Jun  3 06:20:21 2023
+++ pkgsrc/x11/xtrans/Makefile  Sun Oct 13 07:36:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/06/03 06:20:21 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2024/10/13 07:36:08 wiz Exp $
 
-DISTNAME=              xtrans-1.5.0
+DISTNAME=              xtrans-1.5.1
 CATEGORIES=            x11 net
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/xtrans/distinfo
diff -u pkgsrc/x11/xtrans/distinfo:1.30 pkgsrc/x11/xtrans/distinfo:1.31
--- pkgsrc/x11/xtrans/distinfo:1.30     Sat Jun  3 06:20:21 2023
+++ pkgsrc/x11/xtrans/distinfo  Sun Oct 13 07:36:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2023/06/03 06:20:21 wiz Exp $
+$NetBSD: distinfo,v 1.31 2024/10/13 07:36:08 wiz Exp $
 
-BLAKE2s (xtrans-1.5.0.tar.xz) = 0195e75843f69f5c52b2ec861bb7f9b784325b51b8e678e8840bae4512519d27
-SHA512 (xtrans-1.5.0.tar.xz) = e8091f11d4ad2b14e01de3eac56bdf2267ea26687ce66e3056374d0d02e049480c0b27c482f8828a0efd086f1e4c485108ca4dce3f83d66c1896effa3b38b228
-Size (xtrans-1.5.0.tar.xz) = 170388 bytes
+BLAKE2s (xtrans-1.5.1.tar.xz) = c33dae30b3a1da67a44a0f10e578e7d11db2cc8bd11671c9dc2b3c32c837d709
+SHA512 (xtrans-1.5.1.tar.xz) = 1a4bf3495ba401711b632972acf26bb82c2e8fd917a868ed21e510a1bb1ec57c145496baddb44de76e00c2d03dbf9e8592099623da4c065de3a7c5a804e87c1e
+Size (xtrans-1.5.1.tar.xz) = 175624 bytes



Home | Main Index | Thread Index | Old Index