Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
390.67 02 Jul 2018 03:08:02 |
danfe |
Update nVidia driver to the latest long lived branch version 390.67. |
390.59 07 Jun 2018 20:22:51 |
danfe |
Update `x11/nvidia-driver-340' to the latest version of 340.107:
- Added support for X.Org xserver ABI 24 (xorg-server 1.20)
- Fixed a bug which could cause X servers that export a Video Driver
ABI earlier than 0.8 to crash when running X11 applications which
call XRenderAddTraps() |
390.59 07 Jun 2018 16:04:42 |
danfe |
Garbage-collect some no longer relevant patching (it does nothing these
days); these are not the changes being made, these are previous changes
being removed:
- Fix CTLFLAG_* values for SYSCTL_ADD_PROC() after FreeBSD src r273377
- Replace `d_thread_t' (FreeBSD 4 support compat shim) with `struct thread'
Reviewed by: grep(1), diff(1), sha1(1) |
390.59 04 Jun 2018 17:38:36 |
danfe |
Unbreak nVidia drivers on recent -CURRENT, after memset() changes by mjg@
in r334533 have revealed an existing bug in the nVidia code.
PR: 228709 |
390.59 27 May 2018 09:19:52 |
danfe |
Update nVidia driver long lived branch to version 390.59, which had added
support for GeForce GTX 1050 (with Max-Q Design), Quadro P3200, and Quadro
P4200, but most importantly, for X.Org xserver ABI 24 (xorg-server 1.20).
PR: 228383 |
390.48 30 Mar 2018 01:25:28 |
danfe |
Update nVidia driver to the latest long lived branch version 390.48. |
390.25 02 Feb 2018 08:34:33 |
danfe |
Update to the latest long lived branch version, 390.25.
PR: 225574 |
384.111 22 Jan 2018 09:05:44 |
danfe |
Update nVidia drivers to their latest versions which fix frequent kernel
panics reported by some users.
PR: 225346 |
384.98 26 Dec 2017 18:55:18 |
danfe |
Update nVidia driver ports to their most recent versions, bringing assorted
bugfixes and support for X.Org xserver ABI 23 (xorg-server version 1.19).
PR: 224597 |
384.90 03 Oct 2017 14:32:27 |
danfe |
Update nVidia driver to the most recent long lived branch version 384.90.
PR: 222547
Submitted by: kbowling |
384.59 03 Aug 2017 10:04:28 |
danfe |
Update nVidia driver to the recent long lived branch version 384.59.
PR: 221017 |
375.66 24 May 2017 16:37:37 |
danfe |
Update `x11/nvidia-driver' to version 375.66, which fixes multiple
vulnerabilities in the kernel mode layer handler.
Security: f52e3a8d-3f7e-11e7-97a9-a0d3c19bfa21
PR: 219465
Submitted by: Andrew Marks |
375.39_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
375.39 18 Apr 2017 14:45:00 |
amdmi3 |
- Remove always true/false OSVERSION conditions
Approved by: portmgr blanket |
375.39 03 Apr 2017 12:08:32 |
danfe |
Update nVidia drivers to their most recent versions: 375.39 (long lived
branch); legacy versions: 340.102 and 304.135.
PR: 216574, 217341 |
375.26_1 12 Feb 2017 11:55:51 |
kwm |
Unbreak the build of nvidia-driver-304, which I broke in r433892 [1]
While here add += to the SUB_LIST lines so we don't accidently overwrite
other SUB_LIST if they should be added later.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> [1] |
375.26_1 11 Feb 2017 16:43:11 |
kwm |
Now that all supported FreeBSD versions support libmap.conf files installed
from ports, remove the symlink dance with libGL/libEGL/libgles and the
nvidia-driver ports.
* Revert libGL/libEGL/libglesv2 ports to normal.
* Rename the conflicting libraries from the nvidia-driver ports with a
-NVIDIA prefix and install a libmap.conf file to map to these versions.
* Remove the special case from Mk/Scripts/qa.sh for libGL and libEGL.
* Sadly the symlink dance between nvidia-driver and xorg-server for glx.so
need to stay, due to xorg-server opening that file with dlopen(3).
Approved by: portmgr@ (mat@ (prio version))
Differential Revision: https://reviews.freebsd.org/D7848 |
375.26 27 Jan 2017 11:09:16 |
danfe |
Cosmetic change: reword comments to improve consistency and readability:
quote type and structure names and drop extra `SVN' word when referring
to a particular code revision. |
375.26 27 Jan 2017 10:10:54 |
danfe |
Chase `sys/capability.h' rename to `sys/capsicum.h' in FreeBSD src r263232.
This is to unbreak the build on recent -CURRENT, where deprecation warning
was added in r312758 (FreeBSD src aka base). While here, wrap one overly
long line.
PR: 216478 |
375.26 13 Jan 2017 12:02:49 |
tijl |
Update nvidia driver to 375.26 and legacy drivers to 340.101 and 304.134.
This brings official support for FreeBSD 11 and Xorg server 1.19.
PR: 215370
Submitted by: kbowling
Approved by: danfe (maintainer) |
367.44_3 19 Dec 2016 21:13:03 |
tijl |
Add build dependency on linux_base so the build process can run tls_test.
This affects which copy of Linux libnvidia-tls gets installed.
Also add a run dependency on Linux Xorg libraries needed by some of the
installed libraries.
PR: 215345 |
367.44_2 05 Nov 2016 12:57:38 |
tijl |
Add libEGL to linux-c7-dri, needed by linux-c7-cairo. |
367.44_1 03 Nov 2016 19:46:18 |
tijl |
Allow linux-*-dri and nvidia-driver to coexist. |
367.44 12 Oct 2016 00:31:28 |
danfe |
Fix `linux.ko' false dependency. Starting with version 358.09, the driver
includes a new kernel module, `nvidia-modeset.ko', a driver component that
works in conjunction with the `nvidia.ko' kernel module.
However, previously the build process did not respect LINUX compile (port)
option. Adopt the same way this is done for the core driver.
PR: 213222
Submitted by: peter |
367.44 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
367.44 01 Sep 2016 17:41:38 |
cem |
x11/nvidia-driver: Update to 367.44
May fix an issue with a dark screen at first Xorg init for some users (reported
on GTX960).
PR: 212287
Reported by: O. Hartmann <ohartman at zedat.fu-berlin.de>
Approved by: danfe, jonathan
Differential Revision: https://reviews.freebsd.org/D7723 |
367.35_2 01 Sep 2016 16:44:45 |
danfe |
- Mention that ``nvidia'' (or ``nvidia-modeset'' as of recently) can be put
on ``kld_list'' variable in /etc/rc.conf as well (for later loading)
- Make s/nvidia/nvidia-modeset/ replacement suggestion more accurate because
``.ko'' suffix is omitted in syntax for both of those files
- Improve UPDATING wording for corresponding 20160829 entry accordingly |
367.35_2 30 Aug 2016 16:51:21 |
danfe |
Fix damage done in r421117: UPDATING entries do not make good `pkg-message'
files, especially when there already is existing `files/pkg-message.in'.
Unfortunately, this now requires port revision bump in all three ports.
Pointy hat to: cem |
367.35_1 30 Aug 2016 15:19:57 |
cem |
nvidia-driver: Add a note about nvidia-modeset.ko for 367.35 update
Add a note in pkg-message and UPDATING. Correct a pkg-plist sorting mistake
while here.
Reviewed by: dhw, wblock
Approved by: brd (previous version)
Differential Revision: https://reviews.freebsd.org/D7700 |
367.35 29 Aug 2016 01:28:04 |
danfe |
Properly repomove the patch now that pristine copy was pruned in r421038. |
367.35 29 Aug 2016 01:24:49 |
danfe |
Remove wrongly created patch in r421027 which had lost existing history. |
367.35 28 Aug 2016 16:57:04 |
cem |
x11/nvidia-driver: Update to 367.35
* Add needed x11 and xext dependencies
Thanks to everyone who submitted patches, tested, and reviewed this update.
PR: 201340
Submitted by: Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>,
Oleg <zoleg at vusovich.ru>,
Tomoaki AOKI <junchoon at dec.sakura.ne.jp>,
Ultima <Ultima1252 at gmail.com>
Tested by: Jeremy Cox <jeremy.m.cox at gmail.com>,
O. Hartmann <ohartman at zedat.fu-berlin.de>,
Tomoaki AOKI
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D7569 |
346.96 24 Aug 2016 15:02:16 |
danfe |
Remove another no-op sed(1) in-place patch: none of the currently supported
drivers attempt to allocate fixed width buffer bus_type[] on stack now. |
346.96 19 Aug 2016 23:11:59 |
danfe |
Clean up the Makefile after recent changes: put source code and build logic
patching closer together and move OPTIONS-related patching thereafter. Non
functional. |
346.96 19 Aug 2016 22:29:39 |
danfe |
Deorbit support for nVidia driver legacy versions, part 3:
- libnvidia-cfg.so* files are always installed since version 81.074
- Au contraire, libnvidia-wfb.so.1 is not (since version 195.022)
- Remove now useless checks for NVVERSIONs before 180.029 and 185.01829
(always false) and after 304.128 (always true)
- Unconditionally rename libGLcore -> libnvidia-glcore in pkg-plist
(been that way since version 256.053) |
346.96 19 Aug 2016 21:15:46 |
danfe |
Deorbit support for nVidia driver legacy versions by cleaning up in-place
patching of the driver(s) source code (part 2):
- Only legacy drivers didn't know about new d_mmap() after src r201223,
and page queue locking changes after src r207410, r207617, r207644, and
r163622; ditto for /return/s/ioctl/sys_&/ after src r225617
- Remove now always true condition when adjusting Linux headers #include's
after src r246085
- Contemporary driver versions are now aware of the +1 argument count in
vm_map_find() since src r255426
- Do not try to unbreak the build of 173.14.xx series on recent -CURRENT:
this legacy driver version was removed by kwm@ in r399180 last year
- Remove remaining checks and patching code for outdated NVVERSION values |
346.96 19 Aug 2016 18:16:35 |
danfe |
In sight of upcoming update, deorbit support for legacy versions (part 1):
- Make the top comment reflect the current reality
- MASTER_SITE_SUBDIR does not have be set later, as it no longer depends
on NVVERSION (this also allows to move ONLY_FOR_ARCHS where it belongs)
- Delete no longer relevant legacy only versions specific patches; retain
EXTRA_PATCHES as this separation would still be needed in new versions
- All security patches only touch legacy drivers and thus also deleted
- PAE and WBINVD options are now unconditional (independent of NVVERSION)
- Drop no longer needed LIB_DEPENDS on libm.so.3 from `misc/compat5x'
- Adjust a comment and simplify regexp that had been sitting in my tree
- Stop mentioning that this driver does not support PAE-enabled kernels
in pkg-message |
346.96 02 Jul 2016 06:42:22 |
danfe |
Update nVidia legacy driver versions to 304.131 and 340.96, respectively,
to gain advantage of added support for X.Org X server ABI 20 (xorg-server
1.18). They also fixed a bug that could cause texture corruption in some
OpenGL applications when video memory is exhausted by a combination of
simultaneously running graphical and compute workloads.
PR: 209027 |
346.96 30 Jun 2016 06:33:21 |
danfe |
Simplify custom `update-distinfo' convenience target and make it more robust:
previous join(1)-based implementation depended on how the file is sorted and
often failed to work properly.
While here, do not suppress default `.bak' suffix when editing files in-place
to make debugging easier, shall it be needed. |
346.96 06 Jun 2016 15:25:42 |
mat |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight |
346.96 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
346.96 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
346.96 25 Sep 2015 15:40:43 |
jkim |
Fix a typo for x11/nvidia-driver-304.
Spotted by: Lena at lena dot kiev dot ua
Approved by: danfe (maintainer, implicit) |
346.96 24 Sep 2015 22:09:55 |
jkim |
- Update x11/nvidia-driver to 346.96.
- Update x11/nvidia-driver-340 to 340.93.
- Update x11/nvidia-driver-304 to 304.128.
Approved by: danfe (maintainer) |
346.47 02 Mar 2015 17:00:33 |
danfe |
Update NVidia driver long lived branch to version 346.47. |
346.35 03 Feb 2015 16:18:34 |
danfe |
- Move mainstream version to 346.xx (update to 346.35) and create another
legacy slave port `x11/nvidia-driver-340'; update top comment accordingly
- No longer explicitly advertise brokenness for ${OSVERSION} > 1000041 and
${NVVERSION} <= 71.08615 combination: not only old legacy ports recently
had been removed, but frankly users of those old gfx cards should either
not be running FreeBSD 10.x or totally rely on self-support, thus making
this BROKEN statement merely an annoyance for them (other checks for some
older driver versions still remain as being functional)
- Change CONFLICTS to CONFLICTS_INSTALL (honestly, this change *should* be
no-op since CONFLICTS should be installation-time conflicts in the first
place, but adhere to this stupidity of the framework for the time being) |
340.76 29 Jan 2015 14:35:37 |
danfe |
- Update mainstream version to 340.76
- The d_thread_t typedef is a compatibility shim to support FreeBSD 4.X:
plans are to remove it in FreeBSD 11.X, so prepare for that in advance
PR: 196693
Submitted by: jhb |
340.65 19 Dec 2014 23:03:55 |
dumbbell |
x11-servers/xorg-server: Update to 1.14
The X.Org server has been updated to 1.14. The changes it brings are described
in a post on the Graphics team blog:
http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/
The most noticable change is the DEVD input device autodetection backend
which is enabled by default, replacing the HAL backend. The keyboard
layout configuration must be migrated from HAL's .fdi files to X.Org
files. The procedure is explained in the post mentionned above.
Several ports were removed with this update, mainly because they are not
compatible with the X.Org server anymore:
o nvidia-driver-71
o nvidia-driver-96 (Only the first 15 lines of the commit message are shown above ) |
340.65 14 Dec 2014 11:08:26 |
danfe |
Adjust version check to unbreak the build of 304.xx branch.
Reported by: Walter Schwarzenfeld |
340.65 14 Dec 2014 09:51:11 |
danfe |
Update NVidia drivers (long lived branch and legacy 304.xx branch) to their
most recent versions that have CVE-2014-8298 vulnerability fixed.
Security: fdf72a0e-8371-11e4-bc20-001636d274f3 |
340.46_1 27 Nov 2014 13:14:05 |
kwm |
Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and the
nvidia-driver port in the same fashion it was done as the conflict
with the libGL port.
Mesa ports:
Add pkg-[de]install scripts to handle the symlinks in the libEGL
and libglesv2 port.
Move pkg-[de]install scripts of libGL out of files/
Put the real mesa libraries into lib/.mesa so we don't have each
port create a directory for it own use.
Nvidia-driver:
Only apply the libEGL.so and libGLESv2.so alternative install
directory if nvidia-driver actually ships them. Copied from
PR submitter, since it was much cleaner then my initial attempt. (Only the first 15 lines of the commit message are shown above ) |
340.46 15 Nov 2014 16:45:11 |
danfe |
- Stop trying to adopt cap_rights_t type change in FreeBSD src SVN r255219
as recent driver versions are already account for it; this unbreaks the
build for 304.xx branch [*]
- Simplify patching for stack buffer overflow in nvidia_sysctl_bus_type():
NVidia really screwed up fixing it since it was reported. Originally,
they were sprintf(bus_type, "PCI-E")ing to a 4-character buffer allocated
on stack (304.88 and earlier); later they've replaced the buffer with a
char * pointer, but left one sprintf() into it (304.108 and above, up to
304.121); then finally fixed it for real in 304.123. Given versions are
only for 304.xx branch; others retained the same bugs during this time
frame. Fix it across the gang by simply extending bus_type[4] (if found)
to eight bytes instead of employing complex NVVERSION checks: this should
now be no-op for newer versions, but good enough for older ones (e.g. for
173.14.35, 96.xx, and 71.xx)
PR: 194866, 194958 [*] |
340.46 10 Nov 2014 00:00:03 |
danfe |
Fix distinfo for i386 flavor of version 304.123 of the driver.
PR: 194890 |
340.46 05 Nov 2014 17:00:30 |
danfe |
Update two most recent branches of nVidia drivers to versions 340.46
and 304.123. |
331.67_1 02 Nov 2014 21:32:46 |
danfe |
- Finish conversion of NVVERSION to float (left-pad minor < 99 with zero
to allow version comparison); now we're safe until minor wraps to 1000
- Augment a comment about NVVERSION and reword PAE option description
- Make `update-distinfo' target more robust (by respecting ARCH_SUFX) |
331.67_1 02 Nov 2014 12:11:17 |
danfe |
Switch NVVERSION (internal variable derived from DISTVERSION) to float, in
order to handle version numbers where minor version can exceed 99; integer
scheme was breaking NVVERSION monotonicity and comparability in this case.
While here, put back the comment removed in r327777 for no apparent reason. |
331.67_1 27 Oct 2014 16:39:10 |
bapt |
Avoid using @cwd
nuke @dirrm |
331.67_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
331.67 21 May 2014 10:32:46 |
marius |
Fix two issues with r354638:
- Use MACHINE_CPUARCH rather than MACHINE_ARCH. While the former technically
is more correct it unfortunately doesn't exist in stable/8, yet, and using
the latter actually doesn't make a difference for i386.
- Allow to build nvidia-driver on OSVERSION > 1000052 with the LINUX option
enabled.
Reported by: swills |
331.67 20 May 2014 13:23:15 |
marius |
- Update nvidia-driver to 331.67.
- For i386, allow to build the non-legacy NVIDIA drivers with PAE support
via an option, defaulting to disabled. This is tricky in two ways. First
off, while their binary part is PAE-capable since around version 285,
their build glue and wrapper only partially is. Second, for modules
built along the kernel, enabled PAE support would be picked up via the
generated opt_global.h from KERNBUILDDIR, which isn't available when
compiling modules stand-alone. Nevertheless, these source modifications
are modeled in a way so they also do the right thing when integrating a
nvidia-driver module into a kernel build.
Approved by: maintainer timeout (2 weeks)
Sponsored by: Bally Wulff Games & Entertainment GmbH |
331.49 04 Mar 2014 06:20:41 |
danfe |
- Update long lived branch to version 331.49
- Provide a convenience target to merge new hash and size with existing
distinfo: first, redefine DISTINFO_FILE (so that prerequisite target
`makesum' would not overwrite existing distinfo file), then prepend
relevant SHA256 and SIZE lines with tilde (~) to cope with join(1)'s
requirement for sorted lines, truncate the old values thereof, join(1)
two files so new lines are nicely placed just where intended, finally
removing hackish tildes (improvements to this quick and dirty approach
are very welcome)
- Remove no longer relevant (and now somewhat confusing) comment in the
`pre-install' target after the port was staged
- Fix two identical typos (paqe -> page) in comments while I'm here
Tested by: dhw |
331.20 27 Feb 2014 07:50:04 |
danfe |
- Unbreak the build of 173.14.xx legacy version on recent -CURRENT, and
use more accurate OSVERSION value in the check (1000000 -> 1000041)
- Fix regression introduced in r342061, when <bsd.port.options.mk> was
included before OPTIONS definitions
- Rename patches to get rid of those ugly double underscores (yuck!)
- Wrap couple of overly long lines after STAGEDIR conversion in r342050
- Create `drivers' and `extensions' directories in pre-install, not in
pre-su-install: no longer needed for stagified port
- Fix regex when patching lib/Makefile for WITHOUT_LINUX handling, and
improve nearby expressions while here as well |
331.20 31 Jan 2014 20:08:07 |
bapt |
OSVERSION cannot be tested without a bsd.port.*.mk included before |
31 Jan 2014 17:59:25
|
rene |
- Stagify
- Mark -71 and -173 broken on FreeBSD 10+, they do not build there
- Remove check for FreeBSD 7.2-
Approved by: portmgr (infrastructure blanket) |
331.20 26 Dec 2013 06:42:44 |
danfe |
Update to version 331.20. |
319.32 25 Dec 2013 16:24:37 |
danfe |
In sight of upcoming update, do some cleaning: convert to Uses=kmod and then
do not explicitly set SSP_UNSAFE and augment CATEGORIES; also sort pkg-plist. |
319.32 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
319.32 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
319.32 12 Sep 2013 07:16:29 |
danfe |
- Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10
(ten) arguments rather than 9 (nine)
- Adjust OSVERSION check of the previous patch, after properly bumped by
pjd@ in r255305
PR: ports/181972 |
319.32 06 Sep 2013 05:07:15 |
danfe |
Unbreak the build on recent -CURRENT (after cap_rights_t type was changed
from uint64_t to a structure in r255219).
PR: ports/181840 |
319.32 20 Aug 2013 03:21:51 |
danfe |
Fix NVidia drivers correctly after KVA space allocation API changes in
recent -CURRENT (after r254025). Previously it would immediately core
dump upon loading of nvidia.ko.
PR: ports/181144 (fix suggested in the audit trail)
Reviewed by: jhb
Timeout from: jeff (no cookie) |
319.32 08 Aug 2013 04:39:01 |
danfe |
- Unbreak the build on recent -CURRENT after r254025 [1]
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)
PR: ports/181118 [1]
ports/176733 [2] |
319.32 07 Aug 2013 09:35:04 |
danfe |
- Update NVidia driver to the latest LTS stable version, 319.32
- Only offer FREEBSD_AGP option when it is actually supported
- Use new syntax for specifying LIB_DEPENDS
- Buffer overflow in nvidia_sysctl_bus_type() was fixed in 319.23 |
310.44_1 25 Apr 2013 02:52:29 |
danfe |
- Fix stack buffer overflow in nvidia_sysctl_bus_type()
- While here, install nvidia-bug-report.sh per popular demand and assume
that everyone now has sed(1) that supports "addr1,+N" range syntax
- Spell X as X11 in port description
Submitted by: glebius |
310.44 08 Apr 2013 13:41:58 |
danfe |
Update NVidia drivers vulnerable to GPU driver ARGB cursor buffer overflow
in "NoScanout" mode.
Security: CVE-2013-0131
Approved by: portmgr (bapt) |
310.32 07 Apr 2013 15:21:50 |
danfe |
- Convert recent patches against -CURRENT to sed(1) invocations that work for
all driver ports, including legacy ones, with correct OSVERSION checks
- Retouch some comments while here
PR: ports/177459
Submitted by: bf
Approved by: portmgr (miwi) |
310.32 16 Mar 2013 07:29:53 |
sbruno (src committer) |
Resolve current build breakage on head for the nvidia driver via this nice
handy patch from dhw@ :-)
Shoveled in via src commit bit, after some discussions in #bsdports
PR: ports/176980
Submitted by: dhw@
Reviewed by: miwi@
Approved by: nobody in particular
Obtained from: dogfood
MFC after: 2 weeks |
310.32 16 Feb 2013 15:12:57 |
danfe |
Update the commentary. |
310.32 16 Feb 2013 14:09:18 |
danfe |
- Update mainstream driver version to 310.32, the latest to date
- Unbreak the build on recent -CURRENT (after SVN r246085) [*]
- Move 304.xx driver version to yet another legacy port
PR: ports/176146 [*]
Submitted by: bf |
304.64 16 Nov 2012 18:11:44 |
danfe |
Update to version 304.64. While as of yesterday this version is technically
legacy per nVidia, retain it for a while until the dust settles and new long
lived branch version 310.19 can be declared stable.
Feature safe: yes |
304.60 29 Oct 2012 02:47:22 |
danfe |
Update mainstream driver to version 304.60.
Feature safe: yes |
304.51 29 Sep 2012 04:18:01 |
danfe |
- Update long lived branch driver to version 304.51
- Mention DOCS option in OPTIONS_DEFINE |
304.43 27 Sep 2012 16:50:19 |
danfe |
Trim Makefile header for NVidia drivers, and move advisory comment about
legacy drivers to the top, where is suits better. |
304.43 25 Sep 2012 15:23:14 |
danfe |
Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th. That moment, it kept PORTREVISION
1 from the master port. When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0. While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.
Reported by: erwin |
304.43 23 Sep 2012 14:04:51 |
danfe |
- Update 96.43.xx legacy driver to version 96.43.23, which brings support
for X.Org xserver versions 1.11 and 1.12
- Fix one occurrence of LINUX option check (was broken in r304591) [1]
Noticed by: bland [1] |
304.43 23 Sep 2012 12:37:35 |
danfe |
- Drop useless quotes when assigning PREFIX (values with spaces are handled
correctly nonetheless)
- Fix SVN properties to have FreeBSD keyword expanded |
304.43 23 Sep 2012 11:48:06 |
danfe |
- After conversion to new OPTIONS framework, adjust pkg-message accordingly
- Check for DOCS in PORT_OPTIONS instead of NOPORTDOCS while here |
304.43 22 Sep 2012 17:01:58 |
danfe |
Update mainstream driver to version 304.43. |
295.71_1 20 Sep 2012 19:13:15 |
eadler |
Convert to OptionsNG
Approved by: danfe (maintainer) |
295.71_1 16 Sep 2012 09:24:14 |
danfe |
- Revert patch for CVE-2012-0946 to its original form and apply both CVE
patches when needed, for clarity's sake
- Touch some comments in Makefile while here (purely cosmetic) |
295.71_1 12 Sep 2012 07:14:35 |
danfe |
- Update legacy 173.14.xx series driver to version 173.14.35 and provide a
patch for CVE-2012-4225 for this version
- Augment security patch for CVE-2012-0946 to cover CVE-2012-4225 as well
for the benefit of really old legacy drivers |
295.71_1 12 Sep 2012 05:04:21 |
danfe |
Unbreak installation of legacy drivers. |
295.71_1 31 Aug 2012 15:44:41 |
kwm |
Solve libGL.so and libglx.so conflict situation between libGL, xorg-server and
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.
While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.
Motivator: pkgng
Inspiration: irc, freebsd-x11@ mailinglist discussion (sorry can't find it
anymore to give credit the people)
Reviewed by: danfe@ (for nvidia parts), bapt@
Approved by: danfe@ (for nvidia parts)
With hat: x11@ |
295.71 08 Aug 2012 12:13:19 |
danfe |
Update nVidia driver to the latest long lived branch version, 295.71
Security: http://nvidia.custhelp.com/app/answers/detail/a_id/3140 |
295.59 28 Jun 2012 03:36:52 |
danfe |
- Update the driver to the latest long lived branch version, 295.59
- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers
PR: ports/169186 (version update) |
295.49 10 May 2012 11:22:00 |
danfe |
Provide home-made patch for legacy nVidia drivers against recent arbitrary
memory access vulnerability. While affected underlying code is very similar
in all released drivers, and they all are technically exploitable the same
way, the exploit relies on hardware that is not present in GPUs older than
NV50/G80, hence versions starting from 100.14.03 must be patched.
That said, while the patch does apply to all legacy versions, port revision
bump makes sense only for 173.14.xx series (as 96.43.xx and 71.86.xx do not
hardware exploit relies upon).
Discussed with: Christian Zander
Security: CVE-2012-0946 |
295.49 10 May 2012 03:15:38 |
danfe |
Update to version 295.49, which had:
- Added support for GeForce GTX 690 GPU
- Fixed a problem where starting, stopping, and moving OpenGL application
windows was very slow on Quadro FX 4600, Quadro FX 5600, GeForce 8800 GTX,
GeForce 8800 GTS, and GeForce 8800 Ultra
- Fixed an OpenGL performance regression which affected Geforce 6 and Geforce
7 series integrated GPUs
PR: ports/167619 |
295.40 22 Apr 2012 15:04:57 |
danfe |
- Update to version 295.40
- Touch some comments
Security: CVE-2012-0946 |
285.05.09 11 Feb 2012 09:11:02 |
danfe |
Unbreak on 7.X where sed(1) does not support "addr1,+N" ranges yet (was added
by brian@ in SVN r192732 on 2009-05-25).
Reported by: erwinmail
Pointy hat to: danfe (for not running 7.X tinderbuild) |
285.05.09 02 Feb 2012 18:30:28 |
danfe |
PAE kernels are incompatible with legacy drivers only (for a while now), so
adjust pkg-message accordingly.
Discussed with: Christian Zander from nVidia |