pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libdrm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Oct 13 14:58:10 UTC 2017

Modified Files:
        pkgsrc/x11/libdrm: Makefile distinfo

Log Message:
libdrm: update to 2.4.84.

libdrm 2.4.84 has been released.

Alex Deucher (1):
      tests/amdgpu: add missing header to SOURCES

Andrey Grodzovsky (1):
      amdgpu: Add deadlock detection test suit.

Anuj Phogat (1):
      intel: Change a KBL pci id to GT2 from GT1.5

Christian König (1):
      amdgpu: make userptr unit test more interesting

Dave Airlie (1):
      headers: sync syncobj ioctl defines.

Eric Engestrom (1):
      freedreno/kgsl: fix pointer-to-int cast

James Zhu (2):
      tests/amdgpu: add new uvd enc support check
      tests/amdgpu: fix uvd enc data corruption issue

Jan Vesely (1):
      amdgpu: Do not write beyond allocated memory when parsing ids

Marek Olšák (7):
      amdgpu: print error messages when amdgpu_device_initialize is failing
      include: sync drm.h and amdgpu_drm.h with airlied/drm-next
      amdgpu: add sync_file import and export functions
      drm: add drmSyncobjWait wrapper
      amdgpu: add amdgpu_cs_syncobj_wait
      amdgpu: add amdgpu_cs_fence_to_handle
      configure.ac: bump version to 2.4.84

Philipp Zabel (1):
      etnaviv: prevent deadlock in error path

Rob Herring (2):
      Android: move libraries to /vendor
      headers: sync DRM_MODE_ROTATE/REFLECT defines from kernel v4.14-rc1


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/x11/libdrm/Makefile \
    pkgsrc/x11/libdrm/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/libdrm/Makefile
diff -u pkgsrc/x11/libdrm/Makefile:1.74 pkgsrc/x11/libdrm/Makefile:1.75
--- pkgsrc/x11/libdrm/Makefile:1.74     Sat Aug 26 05:47:56 2017
+++ pkgsrc/x11/libdrm/Makefile  Fri Oct 13 14:58:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2017/08/26 05:47:56 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2017/10/13 14:58:09 wiz Exp $
 
-DISTNAME=              libdrm-2.4.83
+DISTNAME=              libdrm-2.4.84
 CATEGORIES=            x11 graphics
 MASTER_SITES=          http://dri.freedesktop.org/libdrm/
 EXTRACT_SUFX=          .tar.bz2
Index: pkgsrc/x11/libdrm/distinfo
diff -u pkgsrc/x11/libdrm/distinfo:1.74 pkgsrc/x11/libdrm/distinfo:1.75
--- pkgsrc/x11/libdrm/distinfo:1.74     Sat Aug 26 05:47:56 2017
+++ pkgsrc/x11/libdrm/distinfo  Fri Oct 13 14:58:09 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.74 2017/08/26 05:47:56 wiz Exp $
+$NetBSD: distinfo,v 1.75 2017/10/13 14:58:09 wiz Exp $
 
-SHA1 (libdrm-2.4.83.tar.bz2) = f78d392684d6e482e8c0a85d355619ac64c4ad6a
-RMD160 (libdrm-2.4.83.tar.bz2) = 4c2286a48047997413f14d88894e1589835d1cbd
-SHA512 (libdrm-2.4.83.tar.bz2) = 8f894ff61939bca03ac857506a84bbbcbe2367e60c91a0f2388bfce5ae81e12ba2f96fe1c962416cf9e2d25ef04b98b5437c7015497789561311a72607b3bfcb
-Size (libdrm-2.4.83.tar.bz2) = 756342 bytes
+SHA1 (libdrm-2.4.84.tar.bz2) = 3a8835aaef89648757593f00008de9eff95990dd
+RMD160 (libdrm-2.4.84.tar.bz2) = f5866a8cd2f1838b065e9b4f3477997e001a7959
+SHA512 (libdrm-2.4.84.tar.bz2) = 860ebc5fa934edee97e9e7e13aaa2f2e70a68b946f4f3893cd7f93b8296c10b3cd4ce4c23b1676eefe375286e6e2292b96e917d7976f65c61da3fa661e5e641a
+Size (libdrm-2.4.84.tar.bz2) = 794348 bytes
 SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c
 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea
 SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b



Home | Main Index | Thread Index | Old Index