2023-10-19 22:48:57 by Thomas Klausner | Files touched by this commit (2) | |
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
|
2022-10-18 19:50:08 by Thomas Klausner | Files touched by this commit (1) |
Log message:
xcb-util-cursor: improve DESCR
|
2022-10-18 19:48:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xcb-util-cursor: update to 0.1.4.
Alan Coopersmith (9):
Update README for gitlab migration
Add README.md to EXTRA_DIST
Build xz tarballs instead of bzip2
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
gitlab CI: add a basic build test
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
xcb-util-cursor 0.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Uli Schlachter (2):
documentation: Call xcb_free_cursor() when done
Fix out-of-source builds
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|
2016-05-12 12:45:26 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated xcb-util-cursor to 0.1.3.
I just released version 0.1.3 of xcb-util-cursor:
- Add a --with-cursorpath option to configure
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-03 00:34:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.1.2:
Release 0.1.2 (2015-03-35)
===========================
- Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement
le32toh.
- Check submodules before running autoconf.
- darwin: Use OSByteOrder.h rather than CF.
- Perform safety check before trying to load glyph cursorHEADmaster
|
2015-02-02 15:41:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix build on OS X based on upstream
http://cgit.freedesktop.org/xcb/util-cursor/commit/?id=f03cc278c6cce0cf721adf9c3764d3c5fba63392
and PR 49627 by Youri Mouton.
|