summaryrefslogtreecommitdiff
path: root/x11/libXv
AgeCommit message (Collapse)AuthorFilesLines
2021-12-01x11: Add avoid-duplicate.mk to Xorg library packagesnia1-2/+3
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-03x11: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz2-7/+5
Remove now obsolete packages.
2016-10-04Updated libXv to 1.0.11.wiz2-7/+7
Alan Coopersmith (1): Fix typo in dependencies for lint library Matthieu Herrb (1): libXv 1.0.11 Tobias Stoeckmann (1): Protocol handling issues in libXv - CVE-2016-5407
2016-02-26Use OPSYSVARS.jperkin1-6/+2
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
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.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin1-3/+4
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
2013-09-08Update to 1.0.10:wiz2-6/+7
This release contains cleanup & refactoring intended to make the code more robust and easier to maintain. It does increase to libX11 1.6.0 the required version of libX11 needed to build and run libXv. Alan Coopersmith (10): Adopt X.Org standard code style, with consistent indentation Remove unnecessary casts from Xmalloc calls Fix sign conversion & comparison warnings from clang Use pad_to_int32 macro instead of repeated (x + 3) & ~3 pattern Require ANSI C89 pre-processor, drop pre-C89 token pasting support Replace custom copy of GetReq macro with call to Xlib 1.5's _XGetRequest Add missing calls to _XEatDataWords when we are skipping _XRead Refactor error handling Remove fallback for _XEatDataWords, require libX11 1.6 for it libXv 1.0.10
2013-06-23Update to 1.0.9:wiz2-6/+6
This quick fix release corrects an issue with the security fix from 1.0.8, in which, if the size checks did determine the response from the X server was too large to fit in the buffer it had allocated, XvQueryPortAttributes could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. Alan Coopersmith (2): XvQueryPortAttributes: add a comment explaining memory strategy libXv 1.0.9 Daphne Pfister (1): Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
2013-06-01Update to 1.0.8:wiz2-7/+6
This release delivers the fixes for the recently announced security issues CVE-2013-1989 & CVE-2013-2066, plus a couple build configuration changes and man page fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (6): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3] buffer overflow in XvQueryPortAttributes() [CVE-2013-2066] integer overflow in XvListImageFormats() [CVE-2013-1989 2/3] integer overflow in XvCreateImage() [CVE-2013-1989 3/3] libXv 1.0.8 Colin Walters (1): autogen.sh: Implement GNOME Build API Thomas Klausner (1): Uppercase SH arguments.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz2-4/+2
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 1.0.7.wiz2-6/+6
1.0.7: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups. 1.0.6: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups.
2010-09-05remove unneeded-since 1.3 includejakllsch1-3/+1
2010-01-15Update to libXv-1.0.5. Changes:tnn3-7/+13
Add README with pointers to mailing list, bugzilla & git repos Adjust flags definitions to fix lint library build Move xv-library-v2.2.txt document from xorg-docs Man page cleanups and formatting fixes Convert documentation from xv-library-v2.2.txt into man pages Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS libXv 1.0.5 Janitor: make distcheck, compiler warnings, .gitignore.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-10-29Builtinify libXv, and make sure x11-links knows about xv.pc. Bump versioncube2-7/+9
of x11-links.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-04-17Update to 1.0.4:wiz2-6/+6
Ademar de Souza Reis Jr: convert manpages prototypes to C ANSI format get rid of ancient XFree86 CVS Id tags Alan Coopersmith: Version bump: 1.0.4 Matthieu Herrb: nuke RCS Ids
2007-07-28Tell configure that malloc(0) != NULL on NetBSD unless running out ofjoerg1-1/+7
memory.
2007-01-23Update to libXv-1.0.3. No functional changes.joerg2-6/+6
2006-11-06Redirect to mk/x11.b3.mk for the !modular case.joerg1-1/+9
2006-11-03Import libXv-1.0.2 from pkgsrc-wip:joerg5-0/+84
This package provides the X Window System video extension from the modular X.org project.