Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update chromium to 93.0.4577.83
@ 2021-09-17 16:17 h4xor666
  2021-09-18  0:35 ` Update chromium to 93.0.4577.82 h4xor666
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: h4xor666 @ 2021-09-17 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/h4xor666/void-packages patch-1
https://github.com/void-linux/void-packages/pull/32994

Update chromium to 93.0.4577.83
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ X] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 7c6c898b9b204808156786140ac1486c47041ae8 Mon Sep 17 00:00:00 2001
From: h4xxor666 <80084292+h4xor666@users.noreply.github.com>
Date: Fri, 17 Sep 2021 12:16:04 -0400
Subject: [PATCH] Update template

---
 srcpkgs/chromium/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 3a585943cc0a..80823491366d 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -1,7 +1,7 @@
 # Template file for 'chromium'
 pkgname=chromium
 # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
-version=93.0.4577.63
+version=93.0.4577.82
 revision=1
 archs="i686* x86_64* aarch64* armv7l* ppc64le*"
 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=eaf34fa6c2f24054655fbb2376b6e3ddee4cf4868c1324c921e71a45cfc94853
+checksum=5d66214858fcba11a8f733d7a6fab61ed10e13e7df4ed37e63b66a0370fb2853
 nocross=yes
 
 lib32disabled=yes

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

* Re: Update chromium to 93.0.4577.82
  2021-09-17 16:17 [PR PATCH] Update chromium to 93.0.4577.83 h4xor666
@ 2021-09-18  0:35 ` h4xor666
  2021-09-18  2:58 ` q66
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: h4xor666 @ 2021-09-18  0:35 UTC (permalink / raw)
  To: ml

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

New comment by h4xor666 on void-packages repository

https://github.com/void-linux/void-packages/pull/32994#issuecomment-922147345

Comment:
Mitigates:

- CVE-2021-30625
- CVE-2021-30626
- CVE-2021-30627
- CVE-2021-30628
- CVE-2021-30629
- CVE-2021-30630
- CVE-2021-30631
- CVE-2021-30632
- CVE-2021-30633

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

* Re: [PR PATCH] [Closed]: Update chromium to 93.0.4577.82
  2021-09-17 16:17 [PR PATCH] Update chromium to 93.0.4577.83 h4xor666
  2021-09-18  0:35 ` Update chromium to 93.0.4577.82 h4xor666
  2021-09-18  2:58 ` q66
@ 2021-09-18  2:58 ` q66
  2021-09-18  2:59 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-09-18  2:58 UTC (permalink / raw)
  To: ml

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

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

Update chromium to 93.0.4577.82
https://github.com/void-linux/void-packages/pull/32994

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)


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

* Re: Update chromium to 93.0.4577.82
  2021-09-17 16:17 [PR PATCH] Update chromium to 93.0.4577.83 h4xor666
  2021-09-18  0:35 ` Update chromium to 93.0.4577.82 h4xor666
@ 2021-09-18  2:58 ` q66
  2021-09-18  2:58 ` [PR PATCH] [Closed]: " q66
  2021-09-18  2:59 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-09-18  2:58 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32994#issuecomment-922167608

Comment:
https://github.com/void-linux/void-packages/commit/499fc57f0fb361adb40b90a72705a6e960858a32

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

* Re: Update chromium to 93.0.4577.82
  2021-09-17 16:17 [PR PATCH] Update chromium to 93.0.4577.83 h4xor666
                   ` (2 preceding siblings ...)
  2021-09-18  2:58 ` [PR PATCH] [Closed]: " q66
@ 2021-09-18  2:59 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2021-09-18  2:59 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/32994#issuecomment-922167701

Comment:
for next time, please follow correct commit message format and other requirements as specified

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

end of thread, other threads:[~2021-09-18  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17 16:17 [PR PATCH] Update chromium to 93.0.4577.83 h4xor666
2021-09-18  0:35 ` Update chromium to 93.0.4577.82 h4xor666
2021-09-18  2:58 ` q66
2021-09-18  2:58 ` [PR PATCH] [Closed]: " q66
2021-09-18  2:59 ` q66

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).