~ubuntu-branches/ubuntu/precise/nvidia-graphics-drivers/precise-security

« back to all changes in this revision

Viewing changes to debian/dkms.conf

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers, Alberto Milone, Marc Deslauriers
  • Date: 2013-04-08 13:19:39 UTC
  • mfrom: (1.1.23) (58.1.2 precise-proposed)
  • Revision ID: package-import@ubuntu.com-20130408131939-rv4t1eumuzsol264
Tags: 304.88-0ubuntu0.0.2
* SECURITY UPDATE: ARGB Cursor Buffer Overflow in "NoScanout" Mode
  - CVE-2013-0131

* New upstream release
  - Fixed CVE-2013-0131:
    NVIDIA UNIX GPU Driver ARGB Cursor Buffer Overflow in
    "NoScanout" Mode. This buffer overflow, which occurred
    when an X client installed a large ARGB cursor on an
    X server running in NoScanout mode, could cause a denial
    of service (e.g., an X server segmentation fault), or
    could be exploited to achieve arbitrary code execution.

[ Alberto Milone ]
* debian/control{.in}:
  - Drop dependencies on the linux headers.
* debian/dkms.conf{.in}:
  - Drop all the patches.
* debian/rules:
  - Make it possible to set the xserver ABIs in debian/substvars
* debian/substvars:
  - Add support for xorg-video-abi-14.
  - Drop versioned dependency on xserver-xorg-core.
  - Add an alternative dependency on xserver-xorg-core-lts-quantal.

[ Marc Deslauriers ]
* debian/nvidia-current.install*: make sure we override the dkms.conf
  file from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PACKAGE_NAME="nvidia-current"
2
 
PACKAGE_VERSION="295.40"
 
2
PACKAGE_VERSION="304.88"
3
3
CLEAN="make clean"
4
4
BUILT_MODULE_NAME[0]="nvidia"
5
5
DEST_MODULE_NAME[0]="nvidia_current"
10
10
#PATCH_MATCH[0]="^3.0"
11
11
#PATCH[0]="nvidia-2.6.36-ioctl.patch"
12
12
#PATCH_MATCH[0]="^2.6.3[67]"
13
 
PATCH[0]="blacklist-vga-pmu-registers.patch"
 
13
#PATCH[0]="blacklist-vga-pmu-registers.patch"
 
14
#PATCH[1]="buildfix_kernel_3.4.patch"