Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openbsd-netcat: update distfiles URL
@ 2019-10-14 16:54 voidlinux-github
  2019-10-14 17:22 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages netcat
https://github.com/void-linux/void-packages/pull/15468

openbsd-netcat: update distfiles URL


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

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

From 1272cdb6b21bad74f8937cff09ddbc489a70b7c0 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 11:55:05 -0500
Subject: [PATCH] openbsd-netcat: update distfiles URL

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

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index f130bc41665..e52ddda258e 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -1,7 +1,7 @@
 # Template file for 'openbsd-netcat'
 pkgname=openbsd-netcat
 version=1.203
-revision=1
+revision=2
 wrksrc="netcat-openbsd-${version%p*}"
 hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
@@ -11,9 +11,9 @@ license="3-clause-BSD,2-clause-BSD"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
- ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
+ ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-2.debian.tar.xz"
 checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
- 704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
+ a90ef4278f773f9de44364c13cf195f5db2447dd5e3bcf137a7d1250b92455db"
 
 alternatives="
  nc:nc:/usr/bin/openbsd-nc

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

* Re: [PR PATCH] [Updated] openbsd-netcat: update distfiles URL
  2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
@ 2019-10-14 17:22 ` voidlinux-github
  2019-10-14 17:22 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 17:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages netcat
https://github.com/void-linux/void-packages/pull/15468

openbsd-netcat: update distfiles URL


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

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

From 1272cdb6b21bad74f8937cff09ddbc489a70b7c0 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 11:55:05 -0500
Subject: [PATCH 1/2] openbsd-netcat: update distfiles URL

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

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index f130bc41665..e52ddda258e 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -1,7 +1,7 @@
 # Template file for 'openbsd-netcat'
 pkgname=openbsd-netcat
 version=1.203
-revision=1
+revision=2
 wrksrc="netcat-openbsd-${version%p*}"
 hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
@@ -11,9 +11,9 @@ license="3-clause-BSD,2-clause-BSD"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
- ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
+ ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-2.debian.tar.xz"
 checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
- 704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
+ a90ef4278f773f9de44364c13cf195f5db2447dd5e3bcf137a7d1250b92455db"
 
 alternatives="
  nc:nc:/usr/bin/openbsd-nc

From b9f2e40cf54234316575134ed550b24b7bffd696 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 12:24:09 -0500
Subject: [PATCH 2/2] Update license list

---
 srcpkgs/openbsd-netcat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index e52ddda258e..ff03a91e538 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
 short_desc="TCP/IP swiss army knife (OpenBSD/Debian variant)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="3-clause-BSD,2-clause-BSD"
+license="BSD-2-Clause,BSD-3-Clause"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz

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

* Re: [PR PATCH] [Updated] openbsd-netcat: update distfiles URL
  2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
  2019-10-14 17:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-14 17:22 ` voidlinux-github
  2019-10-14 17:31 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 17:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages netcat
https://github.com/void-linux/void-packages/pull/15468

openbsd-netcat: update distfiles URL


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

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

From 1272cdb6b21bad74f8937cff09ddbc489a70b7c0 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 11:55:05 -0500
Subject: [PATCH 1/2] openbsd-netcat: update distfiles URL

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

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index f130bc41665..e52ddda258e 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -1,7 +1,7 @@
 # Template file for 'openbsd-netcat'
 pkgname=openbsd-netcat
 version=1.203
-revision=1
+revision=2
 wrksrc="netcat-openbsd-${version%p*}"
 hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
@@ -11,9 +11,9 @@ license="3-clause-BSD,2-clause-BSD"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
- ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
+ ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-2.debian.tar.xz"
 checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
- 704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
+ a90ef4278f773f9de44364c13cf195f5db2447dd5e3bcf137a7d1250b92455db"
 
 alternatives="
  nc:nc:/usr/bin/openbsd-nc

From b9f2e40cf54234316575134ed550b24b7bffd696 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 12:24:09 -0500
Subject: [PATCH 2/2] Update license list

---
 srcpkgs/openbsd-netcat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index e52ddda258e..ff03a91e538 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
 short_desc="TCP/IP swiss army knife (OpenBSD/Debian variant)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="3-clause-BSD,2-clause-BSD"
+license="BSD-2-Clause,BSD-3-Clause"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz

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

* Re: [PR PATCH] [Updated] openbsd-netcat: update distfiles URL
  2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-14 17:31 ` voidlinux-github
@ 2019-10-14 17:31 ` voidlinux-github
  2019-10-15 19:15 ` [PR PATCH] [Merged]: openbsd-netcat: update distfiles URL, license list voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages netcat
https://github.com/void-linux/void-packages/pull/15468

openbsd-netcat: update distfiles URL


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

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

From 3cee1227b2011f433d2caea455487bc685dafca4 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 11:55:05 -0500
Subject: [PATCH] openbsd-netcat: update distfiles URL, license list

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

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index f130bc41665..ff03a91e538 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -1,19 +1,19 @@
 # Template file for 'openbsd-netcat'
 pkgname=openbsd-netcat
 version=1.203
-revision=1
+revision=2
 wrksrc="netcat-openbsd-${version%p*}"
 hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
 short_desc="TCP/IP swiss army knife (OpenBSD/Debian variant)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="3-clause-BSD,2-clause-BSD"
+license="BSD-2-Clause,BSD-3-Clause"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
- ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
+ ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-2.debian.tar.xz"
 checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
- 704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
+ a90ef4278f773f9de44364c13cf195f5db2447dd5e3bcf137a7d1250b92455db"
 
 alternatives="
  nc:nc:/usr/bin/openbsd-nc

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

* Re: [PR PATCH] [Updated] openbsd-netcat: update distfiles URL
  2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
  2019-10-14 17:22 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-14 17:22 ` voidlinux-github
@ 2019-10-14 17:31 ` voidlinux-github
  2019-10-14 17:31 ` voidlinux-github
  2019-10-15 19:15 ` [PR PATCH] [Merged]: openbsd-netcat: update distfiles URL, license list voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-14 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages netcat
https://github.com/void-linux/void-packages/pull/15468

openbsd-netcat: update distfiles URL


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

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

From 3cee1227b2011f433d2caea455487bc685dafca4 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Mon, 14 Oct 2019 11:55:05 -0500
Subject: [PATCH] openbsd-netcat: update distfiles URL, license list

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

diff --git a/srcpkgs/openbsd-netcat/template b/srcpkgs/openbsd-netcat/template
index f130bc41665..ff03a91e538 100644
--- a/srcpkgs/openbsd-netcat/template
+++ b/srcpkgs/openbsd-netcat/template
@@ -1,19 +1,19 @@
 # Template file for 'openbsd-netcat'
 pkgname=openbsd-netcat
 version=1.203
-revision=1
+revision=2
 wrksrc="netcat-openbsd-${version%p*}"
 hostmakedepends="pkg-config"
 makedepends="libbsd-devel"
 short_desc="TCP/IP swiss army knife (OpenBSD/Debian variant)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="3-clause-BSD,2-clause-BSD"
+license="BSD-2-Clause,BSD-3-Clause"
 homepage="http://packages.debian.org/sid/netcat-openbsd"
 distfiles="
  ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version%p*}.orig.tar.gz
- ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-1.debian.tar.xz"
+ ${DEBIAN_SITE}/main/n/netcat-openbsd/netcat-openbsd_${version}-2.debian.tar.xz"
 checksum="b025399f1588da78108290a721157be66871b096bc9c3973ebdc8d773f750a3f
- 704a235862f50c550dba40820f523620bc943f8dc8e056a554032d23cd1356f9"
+ a90ef4278f773f9de44364c13cf195f5db2447dd5e3bcf137a7d1250b92455db"
 
 alternatives="
  nc:nc:/usr/bin/openbsd-nc

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

* Re: [PR PATCH] [Merged]: openbsd-netcat: update distfiles URL, license list
  2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-14 17:31 ` voidlinux-github
@ 2019-10-15 19:15 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 19:15 UTC (permalink / raw)
  To: ml

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

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

openbsd-netcat: update distfiles URL, license list
https://github.com/void-linux/void-packages/pull/15468

Description:


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

end of thread, other threads:[~2019-10-15 19:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 16:54 [PR PATCH] openbsd-netcat: update distfiles URL voidlinux-github
2019-10-14 17:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-14 17:22 ` voidlinux-github
2019-10-14 17:31 ` voidlinux-github
2019-10-14 17:31 ` voidlinux-github
2019-10-15 19:15 ` [PR PATCH] [Merged]: openbsd-netcat: update distfiles URL, license list voidlinux-github

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