Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update mitm_update to 11.1.3
@ 2025-04-20  0:42 CaioFrancisco
  2025-04-20  1:47 ` CaioFrancisco
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-20  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CaioFrancisco/void-packages mitm_update
https://github.com/void-linux/void-packages/pull/55133

Update mitm_update to 11.1.3
<!-- 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, x86_64
- 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/55133.patch is attached

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

From e3f6dbe562f50fbcdcdd9a74aceddef3d1132a92 Mon Sep 17 00:00:00 2001
From: CaioFrancisco <36608862+CaioFrancisco@users.noreply.github.com>
Date: Sat, 19 Apr 2025 21:40:39 -0300
Subject: [PATCH] Update template

---
 srcpkgs/mitmproxy/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index 6778ab69e50474..830da571231fb2 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,13 +1,13 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=11.0.2
+version=11.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
-depends="python3-aioquic python3-Brotli python3-Flask python3-asgiref python3-certifi
- python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl python3-parsing
- python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
+ python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
+ python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
+ python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
  python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
 distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
-checksum=bd308c4d403e6c2d202720c4f57aefd6b055a36f910751d1ef836f24f4f7ace9
+checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
 
 _skip="(test_get_version)" # This test fails without a git repository
 _skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc

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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
@ 2025-04-20  1:47 ` CaioFrancisco
  2025-04-21 18:57 ` classabbyamp
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-20  1:47 UTC (permalink / raw)
  To: ml

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

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2816941918

Comment:
should i worry about the email thing in the lint or nah?

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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
  2025-04-20  1:47 ` CaioFrancisco
@ 2025-04-21 18:57 ` classabbyamp
  2025-04-22 13:15 ` [PR PATCH] [Updated] " CaioFrancisco
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-04-21 18:57 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2819264066

Comment:
yah

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

* Re: [PR PATCH] [Updated] Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
  2025-04-20  1:47 ` CaioFrancisco
  2025-04-21 18:57 ` classabbyamp
@ 2025-04-22 13:15 ` CaioFrancisco
  2025-04-22 13:18 ` CaioFrancisco
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-22 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CaioFrancisco/void-packages mitm_update
https://github.com/void-linux/void-packages/pull/55133

Update mitm_update to 11.1.3
<!-- 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, x86_64
<!--- 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/55133.patch is attached

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

From e3f6dbe562f50fbcdcdd9a74aceddef3d1132a92 Mon Sep 17 00:00:00 2001
From: CaioFrancisco <36608862+CaioFrancisco@users.noreply.github.com>
Date: Sat, 19 Apr 2025 21:40:39 -0300
Subject: [PATCH 1/2] Update template

---
 srcpkgs/mitmproxy/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index 6778ab69e50474..830da571231fb2 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,13 +1,13 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=11.0.2
+version=11.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
-depends="python3-aioquic python3-Brotli python3-Flask python3-asgiref python3-certifi
- python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl python3-parsing
- python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
+ python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
+ python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
+ python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
  python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
 distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
-checksum=bd308c4d403e6c2d202720c4f57aefd6b055a36f910751d1ef836f24f4f7ace9
+checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
 
 _skip="(test_get_version)" # This test fails without a git repository
 _skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc

From 23caa8135f48658e907487bd6ee2afcee37a8d03 Mon Sep 17 00:00:00 2001
From: CaioFrancisco <caiooofranc.at.proton.me>
Date: Tue, 22 Apr 2025 10:15:08 -0300
Subject: [PATCH 2/2] fixes email


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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (2 preceding siblings ...)
  2025-04-22 13:15 ` [PR PATCH] [Updated] " CaioFrancisco
@ 2025-04-22 13:18 ` CaioFrancisco
  2025-04-22 16:07 ` classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-22 13:18 UTC (permalink / raw)
  To: ml

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

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2821306788

Comment:
@classabbyamp should be good now. poke me if there's something wrong.

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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (3 preceding siblings ...)
  2025-04-22 13:18 ` CaioFrancisco
@ 2025-04-22 16:07 ` classabbyamp
  2025-04-25 14:48 ` [PR PATCH] [Updated] " CaioFrancisco
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-04-22 16:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2821810673

Comment:
there should only be one commit with a commit message as described in [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes)

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

* Re: [PR PATCH] [Updated] Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (4 preceding siblings ...)
  2025-04-22 16:07 ` classabbyamp
@ 2025-04-25 14:48 ` CaioFrancisco
  2025-04-25 14:56 ` CaioFrancisco
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-25 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CaioFrancisco/void-packages mitm_update
https://github.com/void-linux/void-packages/pull/55133

Update mitm_update to 11.1.3
<!-- 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, x86_64
<!--- 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/55133.patch is attached

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

From e3f6dbe562f50fbcdcdd9a74aceddef3d1132a92 Mon Sep 17 00:00:00 2001
From: CaioFrancisco <36608862+CaioFrancisco@users.noreply.github.com>
Date: Sat, 19 Apr 2025 21:40:39 -0300
Subject: [PATCH] Update template

---
 srcpkgs/mitmproxy/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index 6778ab69e50474..830da571231fb2 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,13 +1,13 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=11.0.2
+version=11.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
-depends="python3-aioquic python3-Brotli python3-Flask python3-asgiref python3-certifi
- python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl python3-parsing
- python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
+ python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
+ python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
+ python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
  python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
 distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
-checksum=bd308c4d403e6c2d202720c4f57aefd6b055a36f910751d1ef836f24f4f7ace9
+checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
 
 _skip="(test_get_version)" # This test fails without a git repository
 _skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc

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

* Re: [PR PATCH] [Updated] Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (5 preceding siblings ...)
  2025-04-25 14:48 ` [PR PATCH] [Updated] " CaioFrancisco
@ 2025-04-25 14:56 ` CaioFrancisco
  2025-04-25 15:34 ` CaioFrancisco
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-25 14:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CaioFrancisco/void-packages mitm_update
https://github.com/void-linux/void-packages/pull/55133

Update mitm_update to 11.1.3
<!-- 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, x86_64
<!--- 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/55133.patch is attached

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

From 815fb509b01292a9cfb1bb6b4c9d4b2d2fb8e13e Mon Sep 17 00:00:00 2001
From: CaioFrancisco <36608862+CaioFrancisco@users.noreply.github.com>
Date: Sat, 19 Apr 2025 21:40:39 -0300
Subject: [PATCH] mitmproxy: update to 11.1.3

---
 srcpkgs/mitmproxy/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index 6778ab69e50474..830da571231fb2 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,13 +1,13 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=11.0.2
+version=11.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
-depends="python3-aioquic python3-Brotli python3-Flask python3-asgiref python3-certifi
- python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl python3-parsing
- python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
+ python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
+ python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
+ python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
  python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
 distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
-checksum=bd308c4d403e6c2d202720c4f57aefd6b055a36f910751d1ef836f24f4f7ace9
+checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
 
 _skip="(test_get_version)" # This test fails without a git repository
 _skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc

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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (6 preceding siblings ...)
  2025-04-25 14:56 ` CaioFrancisco
@ 2025-04-25 15:34 ` CaioFrancisco
  2025-04-27  1:25 ` [PR PATCH] [Updated] " CaioFrancisco
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-25 15:34 UTC (permalink / raw)
  To: ml

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

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2830756828

Comment:
whoops. that should be it now.

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

* Re: [PR PATCH] [Updated] Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (7 preceding siblings ...)
  2025-04-25 15:34 ` CaioFrancisco
@ 2025-04-27  1:25 ` CaioFrancisco
  2025-04-27  1:26 ` CaioFrancisco
  2025-04-28  4:45 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-27  1:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CaioFrancisco/void-packages mitm_update
https://github.com/void-linux/void-packages/pull/55133

Update mitm_update to 11.1.3
<!-- 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, x86_64
<!--- 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/55133.patch is attached

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

From 011c5e4ab6f281b582c91a11b758423c1fe0afa1 Mon Sep 17 00:00:00 2001
From: CaioFrancisco <caiooofranc.at.proton.me>
Date: Sat, 19 Apr 2025 21:40:39 -0300
Subject: [PATCH] mitmproxy: update to 11.1.3

---
 srcpkgs/mitmproxy/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mitmproxy/template b/srcpkgs/mitmproxy/template
index 6778ab69e50474..830da571231fb2 100644
--- a/srcpkgs/mitmproxy/template
+++ b/srcpkgs/mitmproxy/template
@@ -1,13 +1,13 @@
 # Template file for 'mitmproxy'
 pkgname=mitmproxy
-version=11.0.2
+version=11.1.3
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools"
-depends="python3-aioquic python3-Brotli python3-Flask python3-asgiref python3-certifi
- python3-cryptography python3-h11 python3-h2 python3-hyperframe python3-kaitaistruct
- python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl python3-parsing
- python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
+depends="python3-aioquic python3-Brotli python3-Flask python3-argon2 python3-asgiref
+ python3-certifi python3-cryptography python3-h11 python3-h2 python3-hyperframe
+ python3-kaitaistruct python3-ldap3 python3-mitmproxy-rs python3-msgpack python3-openssl
+ python3-parsing python3-passlib python3-publicsuffix2 python3-pyperclip python3-ruamel.yaml
  python3-sortedcontainers python3-tornado python3-urwid python3-wsproto python3-zstandard"
 checkdepends="${depends} python3-hypothesis python3-parver
  python3-pytest-asyncio python3-pytest-cov python3-pytest-timeout python3-requests"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://mitmproxy.org"
 changelog="https://raw.githubusercontent.com/mitmproxy/mitmproxy/main/CHANGELOG.md"
 distfiles="https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v${version}.tar.gz"
-checksum=bd308c4d403e6c2d202720c4f57aefd6b055a36f910751d1ef836f24f4f7ace9
+checksum=bb4f6fc8e9ac64b4c725811983e3e3ff6b2b18b2a992d80d816811709e9efde5
 
 _skip="(test_get_version)" # This test fails without a git repository
 _skip+="or(test_wireguard)" # Tries to execute a helper binary compiled for glibc

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

* Re: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (8 preceding siblings ...)
  2025-04-27  1:25 ` [PR PATCH] [Updated] " CaioFrancisco
@ 2025-04-27  1:26 ` CaioFrancisco
  2025-04-28  4:45 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-04-27  1:26 UTC (permalink / raw)
  To: ml

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

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/pull/55133#issuecomment-2832857635

Comment:
ahem, that should be it now.

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

* Re: [PR PATCH] [Merged]: Update mitm_update to 11.1.3
  2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
                   ` (9 preceding siblings ...)
  2025-04-27  1:26 ` CaioFrancisco
@ 2025-04-28  4:45 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-04-28  4:45 UTC (permalink / raw)
  To: ml

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

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

Update mitm_update to 11.1.3
https://github.com/void-linux/void-packages/pull/55133

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, x86_64
<!--- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl-->


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

end of thread, other threads:[~2025-04-28  4:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-20  0:42 [PR PATCH] Update mitm_update to 11.1.3 CaioFrancisco
2025-04-20  1:47 ` CaioFrancisco
2025-04-21 18:57 ` classabbyamp
2025-04-22 13:15 ` [PR PATCH] [Updated] " CaioFrancisco
2025-04-22 13:18 ` CaioFrancisco
2025-04-22 16:07 ` classabbyamp
2025-04-25 14:48 ` [PR PATCH] [Updated] " CaioFrancisco
2025-04-25 14:56 ` CaioFrancisco
2025-04-25 15:34 ` CaioFrancisco
2025-04-27  1:25 ` [PR PATCH] [Updated] " CaioFrancisco
2025-04-27  1:26 ` CaioFrancisco
2025-04-28  4:45 ` [PR PATCH] [Merged]: " classabbyamp

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