Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chromium: update to 78.0.3904.87.
@ 2019-11-01 19:37 voidlinux-github
  2019-11-01 19:38 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-01 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages chromium
https://github.com/void-linux/void-packages/pull/16037

chromium: update to 78.0.3904.87.
- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.

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

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

From 128c6d63d11a42059d627ac3cd5c132c0545f747 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 13:39:53 -0400
Subject: [PATCH 1/2] chromium: update to 78.0.3904.87.

[ci skip]

- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.
---
 srcpkgs/chromium/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index a811b1ec7a9..5c6de2c1413 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -1,7 +1,7 @@
 # Template file for 'chromium'
 pkgname=chromium
 # See http://www.chromium.org/developers/calendar for the latest version
-version=78.0.3904.70
+version=78.0.3904.87
 revision=1
 archs="i686 x86_64*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.chromium.org/"
 distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
-checksum=ddc5794097d65ba19c1ae359c2057b08921e7b38b7afe9d5ec45f5e8b9a87462
+checksum=8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56
 
 lib32disabled=yes
 nodebug=yes

From ce6328289e19cf2edb968f8b2612d4a2f8e6acfd Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 15:33:40 -0400
Subject: [PATCH 2/2] chromium-widevine: update to 78.0.3904.87.

---
 srcpkgs/chromium-widevine/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromium-widevine/template b/srcpkgs/chromium-widevine/template
index 09122b8bee9..30f75c0b24f 100644
--- a/srcpkgs/chromium-widevine/template
+++ b/srcpkgs/chromium-widevine/template
@@ -6,8 +6,8 @@ _chromeVersion="current"
 _channel="stable"
 
 pkgname=chromium-widevine
-version=78.0.3904.70
-revision=2
+version=78.0.3904.87
+revision=1
 archs="x86_64"
 create_wrksrc=yes
 short_desc="Browser plugin designed for the viewing of premium video content"
@@ -17,7 +17,7 @@ depends="chromium binutils xz"
 homepage="https://www.google.com/chrome"
 repository=nonfree
 distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
-checksum=75d6063a5dc506662006eb3fde8c54342f3bc1422fa4d836650ae80f308a8f6f
+checksum=b8f00eee94d07b1665b85006fc3e06b5390c2a8970187dfd009a66c00f32e5f8
 
 do_extract() {
 	:

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

* Re: [PR PATCH] [Updated] chromium: update to 78.0.3904.87.
  2019-11-01 19:37 [PR PATCH] chromium: update to 78.0.3904.87 voidlinux-github
  2019-11-01 19:38 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-01 19:38 ` voidlinux-github
  2019-11-01 20:09 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-01 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages chromium
https://github.com/void-linux/void-packages/pull/16037

chromium: update to 78.0.3904.87.
- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.

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

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

From 128c6d63d11a42059d627ac3cd5c132c0545f747 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 13:39:53 -0400
Subject: [PATCH 1/2] chromium: update to 78.0.3904.87.

[ci skip]

- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.
---
 srcpkgs/chromium/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index a811b1ec7a9..5c6de2c1413 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -1,7 +1,7 @@
 # Template file for 'chromium'
 pkgname=chromium
 # See http://www.chromium.org/developers/calendar for the latest version
-version=78.0.3904.70
+version=78.0.3904.87
 revision=1
 archs="i686 x86_64*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.chromium.org/"
 distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
-checksum=ddc5794097d65ba19c1ae359c2057b08921e7b38b7afe9d5ec45f5e8b9a87462
+checksum=8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56
 
 lib32disabled=yes
 nodebug=yes

From dcb048b6a814e5adf7df11dfce3391ea400da506 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 15:33:40 -0400
Subject: [PATCH 2/2] chromium-widevine: update to 78.0.3904.87.

[ci skip]
---
 srcpkgs/chromium-widevine/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromium-widevine/template b/srcpkgs/chromium-widevine/template
index 09122b8bee9..30f75c0b24f 100644
--- a/srcpkgs/chromium-widevine/template
+++ b/srcpkgs/chromium-widevine/template
@@ -6,8 +6,8 @@ _chromeVersion="current"
 _channel="stable"
 
 pkgname=chromium-widevine
-version=78.0.3904.70
-revision=2
+version=78.0.3904.87
+revision=1
 archs="x86_64"
 create_wrksrc=yes
 short_desc="Browser plugin designed for the viewing of premium video content"
@@ -17,7 +17,7 @@ depends="chromium binutils xz"
 homepage="https://www.google.com/chrome"
 repository=nonfree
 distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
-checksum=75d6063a5dc506662006eb3fde8c54342f3bc1422fa4d836650ae80f308a8f6f
+checksum=b8f00eee94d07b1665b85006fc3e06b5390c2a8970187dfd009a66c00f32e5f8
 
 do_extract() {
 	:

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

* Re: [PR PATCH] [Updated] chromium: update to 78.0.3904.87.
  2019-11-01 19:37 [PR PATCH] chromium: update to 78.0.3904.87 voidlinux-github
@ 2019-11-01 19:38 ` voidlinux-github
  2019-11-01 19:38 ` voidlinux-github
  2019-11-01 20:09 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-01 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages chromium
https://github.com/void-linux/void-packages/pull/16037

chromium: update to 78.0.3904.87.
- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.

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

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

From 128c6d63d11a42059d627ac3cd5c132c0545f747 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 13:39:53 -0400
Subject: [PATCH 1/2] chromium: update to 78.0.3904.87.

[ci skip]

- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.
---
 srcpkgs/chromium/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index a811b1ec7a9..5c6de2c1413 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -1,7 +1,7 @@
 # Template file for 'chromium'
 pkgname=chromium
 # See http://www.chromium.org/developers/calendar for the latest version
-version=78.0.3904.70
+version=78.0.3904.87
 revision=1
 archs="i686 x86_64*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.chromium.org/"
 distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
-checksum=ddc5794097d65ba19c1ae359c2057b08921e7b38b7afe9d5ec45f5e8b9a87462
+checksum=8df6ffca4087fc43e7d0443acc4f758399b248e96482705bd4fe7e88d239eb56
 
 lib32disabled=yes
 nodebug=yes

From dcb048b6a814e5adf7df11dfce3391ea400da506 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Fri, 1 Nov 2019 15:33:40 -0400
Subject: [PATCH 2/2] chromium-widevine: update to 78.0.3904.87.

[ci skip]
---
 srcpkgs/chromium-widevine/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chromium-widevine/template b/srcpkgs/chromium-widevine/template
index 09122b8bee9..30f75c0b24f 100644
--- a/srcpkgs/chromium-widevine/template
+++ b/srcpkgs/chromium-widevine/template
@@ -6,8 +6,8 @@ _chromeVersion="current"
 _channel="stable"
 
 pkgname=chromium-widevine
-version=78.0.3904.70
-revision=2
+version=78.0.3904.87
+revision=1
 archs="x86_64"
 create_wrksrc=yes
 short_desc="Browser plugin designed for the viewing of premium video content"
@@ -17,7 +17,7 @@ depends="chromium binutils xz"
 homepage="https://www.google.com/chrome"
 repository=nonfree
 distfiles="https://dl.google.com/linux/direct/google-chrome-${_channel}_${_chromeVersion}_amd64.deb"
-checksum=75d6063a5dc506662006eb3fde8c54342f3bc1422fa4d836650ae80f308a8f6f
+checksum=b8f00eee94d07b1665b85006fc3e06b5390c2a8970187dfd009a66c00f32e5f8
 
 do_extract() {
 	:

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

* Re: [PR PATCH] [Merged]: chromium: update to 78.0.3904.87.
  2019-11-01 19:37 [PR PATCH] chromium: update to 78.0.3904.87 voidlinux-github
  2019-11-01 19:38 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-01 19:38 ` voidlinux-github
@ 2019-11-01 20:09 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-11-01 20:09 UTC (permalink / raw)
  To: ml

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

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

chromium: update to 78.0.3904.87.
https://github.com/void-linux/void-packages/pull/16037

Description:
- Addresses CVE-2019-13721, CVE-2019-13720:

    https://chromereleases.googleblog.com/2019/10/stable-channel-update-for-desktop_31.html

- Built for x86_64, i686, x86_64.
- Tested on x86_64.

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

end of thread, other threads:[~2019-11-01 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 19:37 [PR PATCH] chromium: update to 78.0.3904.87 voidlinux-github
2019-11-01 19:38 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-01 19:38 ` voidlinux-github
2019-11-01 20:09 ` [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).