2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-03-17 09:36:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libXvMC: update to 1.0.11.
Alan Coopersmith (5):
Need to check for -1, not 0, to determine if shmat() failed
Fix sign comparison warnings for loop indexes
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
libXvMC 1.0.11
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Neha Gupta (1):
Fix handling of shmKey in XvMCGetDRInfo
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21) |
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
|
2016-10-05 00:05:30 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated libXvMC to 1.0.10.
Matthieu Herrb (1):
libXvMC 1.0.10
Tobias Stoeckmann (1):
Avoid buffer underflow on empty strings.
|
2016-02-26 12:27:22 by Jonathan Perkin | Files touched by this commit (98) |
Log message:
Use OPSYSVARS.
|
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-03-15 21:44:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.9:
This release now requires libX11 1.6 or later, and a C compiler less than
25 years old.
Alan Coopersmith (3):
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Rename local err variable in XW_RSYM macro to avoid shadow warnings
libXvMC 1.0.9
Michael Joost (1):
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Yaakov Selkowitz (1):
Fix linking with -Wl,--no-undefined on Linux
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2013-06-14 09:41:43 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.8:
This bug fix release provides the fixes for the recently announced security
issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced
in the initial set of patches for those security issues.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (6):
Use _XEatDataWords to avoid overflow of rep.length shifting
integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]
integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]
integer overflow in _xvmc_create_*()
Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
libXvMC 1.0.8
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Dave Airlie (1):
Multiple unvalidated patches in CVE-2013-1999
Julien Cristau (1):
avoid overflowing by making nameLen and busIDLen addition overflow
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|