Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gef: update to 2022.06
@ 2022-06-28 13:04 subnut
  2022-06-28 18:15 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: subnut @ 2022-06-28 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages gef
https://github.com/void-linux/void-packages/pull/37724

gef: update to 2022.06
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37724.patch is attached

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

From 4e8ca074317f7afccb44850f1f3e6f79423eabf2 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 28 Jun 2022 17:14:43 +0530
Subject: [PATCH] gef: update to 2022.06

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

diff --git a/srcpkgs/gef/template b/srcpkgs/gef/template
index 5f000d87b7b9..a0a2889f011e 100644
--- a/srcpkgs/gef/template
+++ b/srcpkgs/gef/template
@@ -1,6 +1,6 @@
 # Template file for 'gef'
 pkgname=gef
-version=2022.01
+version=2022.06
 revision=1
 pycompile_dirs="usr/lib/gef"
 depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
@@ -9,7 +9,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://gef.readthedocs.io/en/master/"
 distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
-checksum=bb1070dfee440577927d7fa1aa5d310d9fb7297d87ffd786ee63cc6ae7f0f177
+checksum=ae93f55c081753203b05f427ba0fa9e9e92d25139e10e946a081cd5d6a379329
 python_version="3"
 
 do_install() {

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

* Re: [PR REVIEW] gef: update to 2022.06
  2022-06-28 13:04 [PR PATCH] gef: update to 2022.06 subnut
@ 2022-06-28 18:15 ` classabbyamp
  2022-06-28 19:01 ` [PR PATCH] [Updated] " subnut
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-28 18:15 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37724#discussion_r908802710

Comment:
```suggestion
homepage="https://hugsy.github.io/gef/"
```
homepage changed

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

* Re: [PR PATCH] [Updated] gef: update to 2022.06
  2022-06-28 13:04 [PR PATCH] gef: update to 2022.06 subnut
  2022-06-28 18:15 ` [PR REVIEW] " classabbyamp
@ 2022-06-28 19:01 ` subnut
  2022-06-28 19:02 ` [PR REVIEW] " subnut
  2022-06-28 23:39 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2022-06-28 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages gef
https://github.com/void-linux/void-packages/pull/37724

gef: update to 2022.06
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37724.patch is attached

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

From 69980d79add2027067746ea486182c5166e09065 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 28 Jun 2022 17:14:43 +0530
Subject: [PATCH] gef: update to 2022.06

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

diff --git a/srcpkgs/gef/template b/srcpkgs/gef/template
index 5f000d87b7b9..1309b0c7bffa 100644
--- a/srcpkgs/gef/template
+++ b/srcpkgs/gef/template
@@ -1,15 +1,15 @@
 # Template file for 'gef'
 pkgname=gef
-version=2022.01
+version=2022.06
 revision=1
 pycompile_dirs="usr/lib/gef"
 depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper"
 short_desc="GDB Enhanced Features for exploit devs & reversers"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
-homepage="https://gef.readthedocs.io/en/master/"
+homepage="https://hugsy.github.io/gef/"
 distfiles="https://github.com/hugsy/gef/archive/${version}.tar.gz"
-checksum=bb1070dfee440577927d7fa1aa5d310d9fb7297d87ffd786ee63cc6ae7f0f177
+checksum=ae93f55c081753203b05f427ba0fa9e9e92d25139e10e946a081cd5d6a379329
 python_version="3"
 
 do_install() {

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

* Re: [PR REVIEW] gef: update to 2022.06
  2022-06-28 13:04 [PR PATCH] gef: update to 2022.06 subnut
  2022-06-28 18:15 ` [PR REVIEW] " classabbyamp
  2022-06-28 19:01 ` [PR PATCH] [Updated] " subnut
@ 2022-06-28 19:02 ` subnut
  2022-06-28 23:39 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2022-06-28 19:02 UTC (permalink / raw)
  To: ml

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

New review comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/37724#discussion_r908839595

Comment:
Fixed. Thanks!

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

* Re: [PR PATCH] [Merged]: gef: update to 2022.06
  2022-06-28 13:04 [PR PATCH] gef: update to 2022.06 subnut
                   ` (2 preceding siblings ...)
  2022-06-28 19:02 ` [PR REVIEW] " subnut
@ 2022-06-28 23:39 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-06-28 23:39 UTC (permalink / raw)
  To: ml

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

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

gef: update to 2022.06
https://github.com/void-linux/void-packages/pull/37724

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 5+ messages in thread

end of thread, other threads:[~2022-06-28 23:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 13:04 [PR PATCH] gef: update to 2022.06 subnut
2022-06-28 18:15 ` [PR REVIEW] " classabbyamp
2022-06-28 19:01 ` [PR PATCH] [Updated] " subnut
2022-06-28 19:02 ` [PR REVIEW] " subnut
2022-06-28 23:39 ` [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).