This commit is contained in:
parent
baeb6be550
commit
132f3ce00a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4be71fff6a809d872aa51bc67fcfb10005d26562e316083f116080488a449ba
|
||||
size 315083
|
3
libdrm-2.4.1.tar.bz2
Normal file
3
libdrm-2.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b740469b5660b338779fa3810db1467b818deb02f8f01b6280b05464ba78a31a
|
||||
size 338907
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 05:46:01 CET 2008 - sndirsch@suse.de
|
||||
|
||||
- libdrm 2.4.1
|
||||
* New libdrm release to fix the symbol name collision between
|
||||
Mesa 7.2 and libdrm_intel. Also includes a fix for deadlock
|
||||
in non-GEM 2D, and support for aperture size checking in GEM.
|
||||
* Changes since commit a59ea02
|
||||
- intel: Rename dri_ and intel_ symbols to drm_intel_.
|
||||
- intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.
|
||||
- nv50: symlink nv50_grctx.h to linux-core...
|
||||
- nv50: move context-related tables a separate header file
|
||||
- drm: missing init_mm symbol, compatibility fix
|
||||
- i915: Since FreeBSD doesn't have gem support yet, don't
|
||||
advertise it.
|
||||
- radeon: fix error in busmaster enable logic
|
||||
- radeon: fix some fallout from the busmaster disable cleanup
|
||||
- drm/i915: fix ioremap of a user address for non-root
|
||||
(CVE-2008-3831)
|
||||
- intel: Also total child_size of the target_bos. Partial fix
|
||||
#17964.
|
||||
- [FreeBSD] We should use dev2unit() rather than minor()
|
||||
- [FreeBSD] This check isn't correct and causes at least mga
|
||||
to lockup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 16:23:20 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
|
38
libdrm.spec
38
libdrm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libdrm (Version 2.4.0)
|
||||
# spec file for package libdrm (Version 2.4.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,10 +24,10 @@ Url: http://dri.sf.net
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 2.4.0
|
||||
Release: 12
|
||||
Version: 2.4.1
|
||||
Release: 1
|
||||
Summary: Userspace Interface for Kernel DRM Services
|
||||
Source: %{name}-%{version}-a59ea02.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -138,12 +138,34 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_libdir}/libdrm_intel.la
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2008 sndirsch@suse.de
|
||||
- libdrm 2.4.1
|
||||
* New libdrm release to fix the symbol name collision between
|
||||
Mesa 7.2 and libdrm_intel. Also includes a fix for deadlock
|
||||
in non-GEM 2D, and support for aperture size checking in GEM.
|
||||
* Changes since commit a59ea02
|
||||
- intel: Rename dri_ and intel_ symbols to drm_intel_.
|
||||
- intel: Add dri_bufmgr_check_aperture support for bufmgr_gem.
|
||||
- nv50: symlink nv50_grctx.h to linux-core...
|
||||
- nv50: move context-related tables a separate header file
|
||||
- drm: missing init_mm symbol, compatibility fix
|
||||
- i915: Since FreeBSD doesn't have gem support yet, don't
|
||||
advertise it.
|
||||
- radeon: fix error in busmaster enable logic
|
||||
- radeon: fix some fallout from the busmaster disable cleanup
|
||||
- drm/i915: fix ioremap of a user address for non-root
|
||||
(CVE-2008-3831)
|
||||
- intel: Also total child_size of the target_bos. Partial fix
|
||||
[#17964].
|
||||
- [FreeBSD] We should use dev2unit() rather than minor()
|
||||
- [FreeBSD] This check isn't correct and causes at least mga
|
||||
to lockup.
|
||||
* Tue Oct 21 2008 sndirsch@suse.de
|
||||
- update to git commit a59ea02 (=2.4.1, Intel-2008-Q3-RC5)
|
||||
* avoid deadlock in intel_bufmgr_fake.
|
||||
* ioctl is not defined to return -errno. Don't count on ioctl
|
||||
returning -errno; use errno directly.
|
||||
* Mon Oct 20 2008 sndirsch@suse.de
|
||||
* Sun Oct 19 2008 sndirsch@suse.de
|
||||
- libdrm 2.4.0 finally available
|
||||
* Thu Oct 09 2008 sndirsch@suse.de
|
||||
- updated to git commit ce40261, which is required by latest
|
||||
@ -156,7 +178,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
xf86-video-intel driver (Intel-2008-Q3-RC1)
|
||||
* Sun Aug 17 2008 sndirsch@suse.de
|
||||
- updated to 2.4.0 prerelease (git commit a5381ca)
|
||||
* Sat Jul 05 2008 sndirsch@suse.de
|
||||
* Fri Jul 04 2008 sndirsch@suse.de
|
||||
- updated to release 2.3.1
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
@ -173,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Wed Jun 28 2006 sndirsch@suse.de
|
||||
- updated to 2.0.2
|
||||
* various bugfixes in libdrm
|
||||
* Thu Jun 22 2006 sndirsch@suse.de
|
||||
* Wed Jun 21 2006 sndirsch@suse.de
|
||||
- updated to current CVS (2006-06-21)
|
||||
* Sat Apr 15 2006 sndirsch@suse.de
|
||||
- updated to 2.0.1
|
||||
@ -184,7 +206,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Dec 23 2005 mls@suse.de
|
||||
- Require main package in devel subpackage
|
||||
* Thu Dec 01 2005 sndirsch@suse.de
|
||||
* Wed Nov 30 2005 sndirsch@suse.de
|
||||
- update to 2.0 branch (2005-11-30)
|
||||
* Tue Nov 01 2005 sndirsch@suse.de
|
||||
- updated to 1.0.5 (version Bump for new via header)
|
||||
|
Loading…
x
Reference in New Issue
Block a user