Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mobile-config-firefox: update to 3.2.0.
@ 2022-12-22  1:21 JamiKettunen
  2022-12-22 19:25 ` [PR REVIEW] " mhmdanas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: JamiKettunen @ 2022-12-22  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages mobile-config-firefox
https://github.com/void-linux/void-packages/pull/41232

mobile-config-firefox: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41232.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mobile-config-firefox-41232.patch --]
[-- Type: text/x-diff, Size: 1156 bytes --]

From 9975391c5694f91f82c0a5cd4b5fcf22f3c2d51f Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Wed, 14 Dec 2022 14:11:34 +0200
Subject: [PATCH] mobile-config-firefox: update to 3.2.0.

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

diff --git a/srcpkgs/mobile-config-firefox/template b/srcpkgs/mobile-config-firefox/template
index 67f9b28561c6..211da6c560d9 100644
--- a/srcpkgs/mobile-config-firefox/template
+++ b/srcpkgs/mobile-config-firefox/template
@@ -1,6 +1,6 @@
 # Template file for 'mobile-config-firefox'
 pkgname=mobile-config-firefox
-version=3.1.0
+version=3.2.0
 revision=1
 build_style=gnu-makefile
 short_desc="Mobile and privacy friendly configuration for Firefox"
@@ -8,4 +8,4 @@ maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="MPL-2.0"
 homepage="https://gitlab.com/postmarketOS/mobile-config-firefox"
 distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=93bd77a47133e75e77a0e03622df0a62ddd37125ff3db9670d550e3e19bc709e
+checksum=bd8b8d36ad93efeb51a160fefc9d3fc535d459bb09c25acdf26c1bd2e720e96f

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

* Re: [PR REVIEW] mobile-config-firefox: update to 3.2.0.
  2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
@ 2022-12-22 19:25 ` mhmdanas
  2022-12-22 19:27 ` JamiKettunen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2022-12-22 19:25 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41232#discussion_r1055784494

Comment:
```suggestion
distfiles="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${version}/mobile-config-firefox-${version}.tar.gz"
```

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

* Re: [PR REVIEW] mobile-config-firefox: update to 3.2.0.
  2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
  2022-12-22 19:25 ` [PR REVIEW] " mhmdanas
@ 2022-12-22 19:27 ` JamiKettunen
  2022-12-22 19:29 ` [PR PATCH] [Updated] " JamiKettunen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: JamiKettunen @ 2022-12-22 19:27 UTC (permalink / raw)
  To: ml

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

New review comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/41232#discussion_r1055785986

Comment:
Fair enough

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

* Re: [PR PATCH] [Updated] mobile-config-firefox: update to 3.2.0.
  2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
  2022-12-22 19:25 ` [PR REVIEW] " mhmdanas
  2022-12-22 19:27 ` JamiKettunen
@ 2022-12-22 19:29 ` JamiKettunen
  2022-12-22 19:30 ` [PR REVIEW] " JamiKettunen
  2023-01-07 11:22 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: JamiKettunen @ 2022-12-22 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages mobile-config-firefox
https://github.com/void-linux/void-packages/pull/41232

mobile-config-firefox: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/41232.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mobile-config-firefox-41232.patch --]
[-- Type: text/x-diff, Size: 1240 bytes --]

From 499daf0f6b6d776b4f0375bdd37bc389ac7cd9f7 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Wed, 14 Dec 2022 14:11:34 +0200
Subject: [PATCH] mobile-config-firefox: update to 3.2.0.

---
 srcpkgs/mobile-config-firefox/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mobile-config-firefox/template b/srcpkgs/mobile-config-firefox/template
index 67f9b28561c6..9395e489769a 100644
--- a/srcpkgs/mobile-config-firefox/template
+++ b/srcpkgs/mobile-config-firefox/template
@@ -1,11 +1,11 @@
 # Template file for 'mobile-config-firefox'
 pkgname=mobile-config-firefox
-version=3.1.0
+version=3.2.0
 revision=1
 build_style=gnu-makefile
 short_desc="Mobile and privacy friendly configuration for Firefox"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="MPL-2.0"
 homepage="https://gitlab.com/postmarketOS/mobile-config-firefox"
-distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
-checksum=93bd77a47133e75e77a0e03622df0a62ddd37125ff3db9670d550e3e19bc709e
+distfiles="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${version}.tar.gz"
+checksum=e82ac38cda9cfe2d9bb36ff7a76d1051371444a623558b17145fd39f7d5adba1

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

* Re: [PR REVIEW] mobile-config-firefox: update to 3.2.0.
  2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
                   ` (2 preceding siblings ...)
  2022-12-22 19:29 ` [PR PATCH] [Updated] " JamiKettunen
@ 2022-12-22 19:30 ` JamiKettunen
  2023-01-07 11:22 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: JamiKettunen @ 2022-12-22 19:30 UTC (permalink / raw)
  To: ml

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

New review comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/41232#discussion_r1055787613

Comment:
Made it an even shorter form because that one also works the same.

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

* Re: [PR PATCH] [Merged]: mobile-config-firefox: update to 3.2.0.
  2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
                   ` (3 preceding siblings ...)
  2022-12-22 19:30 ` [PR REVIEW] " JamiKettunen
@ 2023-01-07 11:22 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-01-07 11:22 UTC (permalink / raw)
  To: ml

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

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

mobile-config-firefox: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/41232

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-01-07 11:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22  1:21 [PR PATCH] mobile-config-firefox: update to 3.2.0 JamiKettunen
2022-12-22 19:25 ` [PR REVIEW] " mhmdanas
2022-12-22 19:27 ` JamiKettunen
2022-12-22 19:29 ` [PR PATCH] [Updated] " JamiKettunen
2022-12-22 19:30 ` [PR REVIEW] " JamiKettunen
2023-01-07 11:22 ` [PR PATCH] [Merged]: " paper42

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