Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireshark: update to 4.0.5
@ 2023-05-17 17:42 c0nnard
  2023-06-28 19:52 ` Duncaen
  2023-06-28 19:52 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: c0nnard @ 2023-05-17 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/c0nnard/void-packages master
https://github.com/void-linux/void-packages/pull/43919

wireshark: update to 4.0.5
<!-- 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/43919.patch is attached

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

From cead7e746ae9b6d9dc054c86972cb585facb32f8 Mon Sep 17 00:00:00 2001
From: c0nnard <abdicheramzi@gmail.com>
Date: Wed, 17 May 2023 15:13:58 +0200
Subject: [PATCH 1/2] google-chrome : update to 113.0.5672.126-1

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

diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index 834c6797d68d..58e12a821110 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,6 +1,6 @@
 # Template file for 'google-chrome'
 pkgname=google-chrome
-version=112.0.5615.165
+version=113.0.5672.126
 revision=1
 _channel=stable
 archs="x86_64"
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="custom:chrome"
 homepage="https://www.google.com/chrome/"
 distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb"
-checksum=75af2e83ce7ac107646a74681fdf4bb30fad99dd1f2427456256780ce21faa99
+checksum=6a624904d7a7ee2ec27e637164ddddd102cc799ffa9c14a05f88762363200bf1
 _license_checksum=8023b18fb5118ef65d586363e53909861bd1a9676e5eb83c20fd3ac6e33ea0be
 
 skiprdeps="/opt/google/chrome/libqt5_shim.so"

From 2add36ce55bc69fbc33c84184384de288ba18959 Mon Sep 17 00:00:00 2001
From: c0nnard <abdicheramzi@gmail.com>
Date: Wed, 17 May 2023 19:09:00 +0200
Subject: [PATCH 2/2] wireshark: update to 4.0.5

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

diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 759556a6fc7d..f68a51c31c14 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,6 +1,6 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=4.0.4
+version=4.0.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
@@ -17,7 +17,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 changelog="https://www.wireshark.org/news/"
 distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
-checksum=a4a09f6564f00639036ffe5064ac4dc2176adfa3e484c539c9c73f835436e74b
+checksum=71b67346935fea4968c68efcae0371c06b30770d6396419c10bc443aac196b29
 system_groups="wireshark"
 
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"

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

* Re: wireshark: update to 4.0.5
  2023-05-17 17:42 [PR PATCH] wireshark: update to 4.0.5 c0nnard
@ 2023-06-28 19:52 ` Duncaen
  2023-06-28 19:52 ` [PR PATCH] [Closed]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-28 19:52 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/43919#issuecomment-1612015577

Comment:
https://github.com/void-linux/void-packages/commit/6a149504449c97843d0636e85cbcc71dfbd8e5a3

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

* Re: [PR PATCH] [Closed]: wireshark: update to 4.0.5
  2023-05-17 17:42 [PR PATCH] wireshark: update to 4.0.5 c0nnard
  2023-06-28 19:52 ` Duncaen
@ 2023-06-28 19:52 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-28 19:52 UTC (permalink / raw)
  To: ml

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

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

wireshark: update to 4.0.5
https://github.com/void-linux/void-packages/pull/43919

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] 3+ messages in thread

end of thread, other threads:[~2023-06-28 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 17:42 [PR PATCH] wireshark: update to 4.0.5 c0nnard
2023-06-28 19:52 ` Duncaen
2023-06-28 19:52 ` [PR PATCH] [Closed]: " Duncaen

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