Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles
@ 2023-06-28 15:51 Bnyro
  2023-06-28 15:52 ` [PR PATCH] [Updated] " Bnyro
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages snoopy
https://github.com/void-linux/void-packages/pull/44683

snoopy: update to 2.5.1, fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

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

From 875cfb4d4a6dce99ede2cc42fde17f3e17e83278 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 17:50:35 +0200
Subject: [PATCH] snoopy: update to 2.5.1, fix dead distfiles

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

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 3d1b338fb245..a82c5d71dd3b 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -1,6 +1,6 @@
 # Template file for 'snoopy'
 pkgname=snoopy
-version=2.4.6
+version=2.5.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="socat"
@@ -9,8 +9,8 @@ short_desc="Log every executed command to syslog"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2"
 homepage="https://github.com/a2o/snoopy"
-distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
-checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
+distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
+checksum=09daa74213c360acaf84318710f2902763a9c08be54753dabcc09478dcb9c43e
 
 pre_configure() {
 	find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +

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

* Re: [PR PATCH] [Updated] snoopy: update to 2.5.1, fix dead distfiles
  2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
@ 2023-06-28 15:52 ` Bnyro
  2023-06-28 18:03 ` Bnyro
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages snoopy
https://github.com/void-linux/void-packages/pull/44683

snoopy: update to 2.5.1, fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

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

From 5af5d2af0197f3ac1b9fb3cdd5418c94520b854c Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 17:52:50 +0200
Subject: [PATCH] snoopy: update to 2.5.1, fix dead distfiles

---
 srcpkgs/snoopy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 3d1b338fb245..c542a1d76dac 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -1,16 +1,16 @@
 # Template file for 'snoopy'
 pkgname=snoopy
-version=2.4.6
+version=2.5.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="socat"
 conf_files="/etc/snoopy.ini"
 short_desc="Log every executed command to syslog"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2-only"
 homepage="https://github.com/a2o/snoopy"
-distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
-checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
+distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
+checksum=09daa74213c360acaf84318710f2902763a9c08be54753dabcc09478dcb9c43e
 
 pre_configure() {
 	find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +

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

* Re: [PR PATCH] [Updated] snoopy: update to 2.5.1, fix dead distfiles
  2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
  2023-06-28 15:52 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-28 18:03 ` Bnyro
  2023-06-28 18:03 ` Bnyro
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages snoopy
https://github.com/void-linux/void-packages/pull/44683

snoopy: update to 2.5.1, fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

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

From 0cb3fba339ac61a7fd2a7f91600a5faa13524567 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 20:04:07 +0200
Subject: [PATCH] snoopy: update to 2.5.1, fix dead distfiles

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

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 3d1b338fb245..160ff8acab2c 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -7,9 +7,9 @@ hostmakedepends="socat"
 conf_files="/etc/snoopy.ini"
 short_desc="Log every executed command to syslog"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2-only"
 homepage="https://github.com/a2o/snoopy"
-distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
+distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
 checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] snoopy: update to 2.5.1, fix dead distfiles
  2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
  2023-06-28 15:52 ` [PR PATCH] [Updated] " Bnyro
  2023-06-28 18:03 ` Bnyro
@ 2023-06-28 18:03 ` Bnyro
  2023-06-28 18:04 ` [PR PATCH] [Updated] snoopy: " Bnyro
  2023-06-29  7:02 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages snoopy
https://github.com/void-linux/void-packages/pull/44683

snoopy: update to 2.5.1, fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

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

From 2a7767a95866c6f4b5e90c317cc18e191713846e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 20:04:07 +0200
Subject: [PATCH] snoopy: fix dead distfiles

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

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 3d1b338fb245..160ff8acab2c 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -7,9 +7,9 @@ hostmakedepends="socat"
 conf_files="/etc/snoopy.ini"
 short_desc="Log every executed command to syslog"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2-only"
 homepage="https://github.com/a2o/snoopy"
-distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
+distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
 checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] snoopy: fix dead distfiles
  2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
                   ` (2 preceding siblings ...)
  2023-06-28 18:03 ` Bnyro
@ 2023-06-28 18:04 ` Bnyro
  2023-06-29  7:02 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages snoopy
https://github.com/void-linux/void-packages/pull/44683

snoopy: fix dead distfiles
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

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

From 2fab3968e5df6de996d0655d86ce6b9705013e11 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 20:05:02 +0200
Subject: [PATCH] snoopy: fix dead distfiles

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

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 3d1b338fb245..da590a249355 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -7,9 +7,9 @@ hostmakedepends="socat"
 conf_files="/etc/snoopy.ini"
 short_desc="Log every executed command to syslog"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="https://github.com/a2o/snoopy"
-distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
+distfiles="https://github.com/a2o/snoopy/releases/download/snoopy-${version}/snoopy-${version}.tar.gz"
 checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
 
 pre_configure() {

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

* Re: [PR PATCH] [Merged]: snoopy: fix dead distfiles
  2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
                   ` (3 preceding siblings ...)
  2023-06-28 18:04 ` [PR PATCH] [Updated] snoopy: " Bnyro
@ 2023-06-29  7:02 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-29  7:02 UTC (permalink / raw)
  To: ml

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

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

snoopy: fix dead distfiles
https://github.com/void-linux/void-packages/pull/44683

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

fixes snoopy in #42403


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

end of thread, other threads:[~2023-06-29  7:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 15:51 [PR PATCH] snoopy: update to 2.5.1, fix dead distfiles Bnyro
2023-06-28 15:52 ` [PR PATCH] [Updated] " Bnyro
2023-06-28 18:03 ` Bnyro
2023-06-28 18:03 ` Bnyro
2023-06-28 18:04 ` [PR PATCH] [Updated] snoopy: " Bnyro
2023-06-29  7:02 ` [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).