pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xcb-util-cursor
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 19 20:48:57 UTC 2023
Modified Files:
pkgsrc/x11/xcb-util-cursor: Makefile distinfo
Log Message:
xcb-util-cursor: update to 0.1.5.
This release sets the close-on-exec flag when opening files on platforms
that support O_CLOEXEC, and resyncs the _XcursorThemeInherits code with
libXcursor, including a fix for an off-by-one error in memory allocation
that triggered errors from AddressSanitizer.
Alan Coopersmith (2):
Set close-on-exec when opening files
xcb-util-cursor 0.1.5
Thomas E. Dickey (1):
cppcheck style-fixes in _XcursorThemeInherits
shubham shrivastav (1):
Insufficient memory for terminating null of string in _XcursorThemeInherits
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xcb-util-cursor/Makefile \
pkgsrc/x11/xcb-util-cursor/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/xcb-util-cursor/Makefile
diff -u pkgsrc/x11/xcb-util-cursor/Makefile:1.10 pkgsrc/x11/xcb-util-cursor/Makefile:1.11
--- pkgsrc/x11/xcb-util-cursor/Makefile:1.10 Tue Oct 18 17:48:47 2022
+++ pkgsrc/x11/xcb-util-cursor/Makefile Thu Oct 19 20:48:57 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/10/18 17:48:47 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/10/19 20:48:57 wiz Exp $
-DISTNAME= xcb-util-cursor-0.1.4
+DISTNAME= xcb-util-cursor-0.1.5
CATEGORIES= x11
-MASTER_SITES= https://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xorg.freedesktop.org/archive/individual/lib/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/x11/xcb-util-cursor/distinfo
diff -u pkgsrc/x11/xcb-util-cursor/distinfo:1.10 pkgsrc/x11/xcb-util-cursor/distinfo:1.11
--- pkgsrc/x11/xcb-util-cursor/distinfo:1.10 Tue Oct 18 17:48:47 2022
+++ pkgsrc/x11/xcb-util-cursor/distinfo Thu Oct 19 20:48:57 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/10/18 17:48:47 wiz Exp $
+$NetBSD: distinfo,v 1.11 2023/10/19 20:48:57 wiz Exp $
-BLAKE2s (xcb-util-cursor-0.1.4.tar.xz) = 74a0d6bbdace30c479170c6a3e72390077beb32a52d895f8c93d0472f480e4f1
-SHA512 (xcb-util-cursor-0.1.4.tar.xz) = d27dd59a4d7ded9994dca77774421dd9533e3ee823b880af35d3219bd7340c89fbc61d1d0fa10e2991de2cac9e6395e09497769d7b8728eedc691e76649107b1
-Size (xcb-util-cursor-0.1.4.tar.xz) = 265508 bytes
+BLAKE2s (xcb-util-cursor-0.1.5.tar.xz) = 2eb76ba4b77cc7b01863e405b611dea3f015eafc4c83be9b240150162a4e1822
+SHA512 (xcb-util-cursor-0.1.5.tar.xz) = e2d14c3f0ab117524ba90d1a992b61717ccee04bc9e66c587a6a0f10571f15e89fc5db3413882ca7ce14ebc07b6b7b0a4ddecd59ba910e6ca654ea9b1c705ed5
+Size (xcb-util-cursor-0.1.5.tar.xz) = 266788 bytes
Home |
Main Index |
Thread Index |
Old Index