Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nvidia390: update to 390.132.
@ 2019-11-10 19:55 voidlinux-github
  2019-11-11 16:04 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-10 19:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages nvidia390_132
https://github.com/void-linux/void-packages/pull/16339

nvidia390: update to 390.132.
Can someone test for i686?

A patch file from https://github.com/void-linux/void-packages/pull/16339.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia390_132-16339.patch --]
[-- Type: text/x-diff, Size: 1488 bytes --]

From 8ba778e2fa6f12031212d8ac0aacfc2cf343cb58 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson@gmail.com>
Date: Sun, 10 Nov 2019 12:44:23 -0700
Subject: [PATCH] nvidia390: update to 390.132.

---
 srcpkgs/nvidia390/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nvidia390/template b/srcpkgs/nvidia390/template
index 058d89fab67..6959b7a02fa 100644
--- a/srcpkgs/nvidia390/template
+++ b/srcpkgs/nvidia390/template
@@ -3,8 +3,8 @@
 _desc="NVIDIA drivers (GeForce 400, 500 series)"
 
 pkgname=nvidia390
-version=390.129
-revision=2
+version=390.132
+revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="http://www.nvidia.com"
@@ -25,11 +25,11 @@ build_options_default="glvnd"
 if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	_pkg="NVIDIA-Linux-x86-${version}"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86/${version}/${_pkg}.run"
-	checksum=5854268c26f112a16c6fd7ded0031bf95cc8f4dab617ac5d701090fec19d6f36
+	checksum=51adb28f0ed4548f35a88a93ad6767ebd807fa14f418bf5e51a6d63a3ff7f275
 else
 	_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-	checksum=a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1
+	checksum=b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d
 fi
 
 subpackages="nvidia390-gtklibs nvidia390-dkms nvidia390-opencl nvidia390-libs"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] nvidia390: update to 390.132.
  2019-11-10 19:55 [PR PATCH] nvidia390: update to 390.132 voidlinux-github
@ 2019-11-11 16:04 ` voidlinux-github
  2019-11-12 14:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-11 16:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 351 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages nvidia390_132
https://github.com/void-linux/void-packages/pull/16339

nvidia390: update to 390.132.
Can someone test for i686?

A patch file from https://github.com/void-linux/void-packages/pull/16339.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nvidia390_132-16339.patch --]
[-- Type: text/x-diff, Size: 2155 bytes --]

From 1d083dd9eeefed6e34780cb9bc0acf17075b9f32 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson@gmail.com>
Date: Sun, 10 Nov 2019 12:44:23 -0700
Subject: [PATCH] nvidia390: update to 390.132.

---
 common/shlibs              | 2 +-
 srcpkgs/nvidia390/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 75e5418b687..9aafb912627 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -146,7 +146,7 @@ libnvidia-gtk3.so.346.47 nvidia-gtklibs-346.47_1 ignore
 libnvidia-glcore.so.346.47 nvidia340-libs-340.46_1 ignore
 libnvidia-glcore.so.390.87 nvidia390-libs-390.87_1 ignore
 libnvidia-glsi.so.346.72 nvidia-libs-346.72_1 ignore
-libnvidia-fatbinaryloader.so.390.129 nvidia390-libs-390.129_1 ignore
+libnvidia-fatbinaryloader.so.390.132 nvidia390-libs-390.132_1 ignore
 libnvidia-fatbinaryloader.so.430.40 nvidia-libs-430.40_1 ignore
 libglapi.so.0 libglapi-7.11_1
 libgbm.so.1 libgbm-9.0_1
diff --git a/srcpkgs/nvidia390/template b/srcpkgs/nvidia390/template
index 058d89fab67..6959b7a02fa 100644
--- a/srcpkgs/nvidia390/template
+++ b/srcpkgs/nvidia390/template
@@ -3,8 +3,8 @@
 _desc="NVIDIA drivers (GeForce 400, 500 series)"
 
 pkgname=nvidia390
-version=390.129
-revision=2
+version=390.132
+revision=1
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="custom:NVIDIA Proprietary"
 homepage="http://www.nvidia.com"
@@ -25,11 +25,11 @@ build_options_default="glvnd"
 if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
 	_pkg="NVIDIA-Linux-x86-${version}"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86/${version}/${_pkg}.run"
-	checksum=5854268c26f112a16c6fd7ded0031bf95cc8f4dab617ac5d701090fec19d6f36
+	checksum=51adb28f0ed4548f35a88a93ad6767ebd807fa14f418bf5e51a6d63a3ff7f275
 else
 	_pkg="NVIDIA-Linux-x86_64-${version}-no-compat32"
 	distfiles="http://uk.download.nvidia.com/XFree86/Linux-x86_64/${version}/${_pkg}.run"
-	checksum=a7925a327cab828d1eb9e74f8943623c5dbc9a5e376a4c0184065d4a319696c1
+	checksum=b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d
 fi
 
 subpackages="nvidia390-gtklibs nvidia390-dkms nvidia390-opencl nvidia390-libs"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nvidia390: update to 390.132.
  2019-11-10 19:55 [PR PATCH] nvidia390: update to 390.132 voidlinux-github
  2019-11-11 16:04 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-12 14:29 ` voidlinux-github
  2019-11-12 15:00 ` voidlinux-github
  2019-11-12 15:03 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-12 14:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/16339#issuecomment-552916997

Comment:
I think very few people use nvidia hardware that is supported by this driver on i686 anymore. Maybe we should merge without testing i686?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nvidia390: update to 390.132.
  2019-11-10 19:55 [PR PATCH] nvidia390: update to 390.132 voidlinux-github
  2019-11-11 16:04 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-12 14:29 ` voidlinux-github
@ 2019-11-12 15:00 ` voidlinux-github
  2019-11-12 15:03 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-12 15:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/16339#issuecomment-552930412

Comment:
Doesn't bother me. In any case, it was a small update so I wouldn't expect any problems.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: nvidia390: update to 390.132.
  2019-11-10 19:55 [PR PATCH] nvidia390: update to 390.132 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-12 15:00 ` voidlinux-github
@ 2019-11-12 15:03 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-12 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

There's a merged pull request on the void-packages repository

nvidia390: update to 390.132.
https://github.com/void-linux/void-packages/pull/16339

Description:
Can someone test for i686?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-12 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 19:55 [PR PATCH] nvidia390: update to 390.132 voidlinux-github
2019-11-11 16:04 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-12 14:29 ` voidlinux-github
2019-11-12 15:00 ` voidlinux-github
2019-11-12 15:03 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).