Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: n2n-3.0
@ 2023-06-22 11:38 strec007
  2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 11:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_n2n
https://github.com/void-linux/void-packages/pull/44562

New package: n2n-3.0
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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



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

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

From 3a08a5ebd960b5be2d58ff551a44611320665f82 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 22 Jun 2023 11:17:57 +0000
Subject: [PATCH] New package: n2n-3.0

---
 srcpkgs/n2n/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/n2n/template

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
new file mode 100644
index 000000000000..815c392ac387
--- /dev/null
+++ b/srcpkgs/n2n/template
@@ -0,0 +1,20 @@
+# Template file for 'n2n'
+
+pkgname=n2n
+version=3.0
+revision=1
+build_style=gnu-configure
+configure_args="SBINDIR=/usr/bin"
+hostmakedepends="autoconf automake pkg-config"
+short_desc="Light VPN software"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ntop/n2n"
+changelog="https://raw.githubusercontent.com/ntop/n2n/${version}-stable/CHANGELOG.md"
+distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
+checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
+
+pre_configure() {
+	sed -ri 's|/sbin|/bin|g' Makefile.in
+	./autogen.sh
+}

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

* Re: [PR REVIEW] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
@ 2023-06-22 11:41 ` tranzystorek-io
  2023-06-22 11:42 ` [PR PATCH] [Updated] " strec007
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tranzystorek-io @ 2023-06-22 11:41 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#discussion_r1238408765

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/ntop/n2n/dev/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
  2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
@ 2023-06-22 11:42 ` strec007
  2023-06-22 11:43 ` strec007
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_n2n
https://github.com/void-linux/void-packages/pull/44562

New package: n2n-3.0
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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



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

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

From 3a08a5ebd960b5be2d58ff551a44611320665f82 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 22 Jun 2023 11:17:57 +0000
Subject: [PATCH 1/2] New package: n2n-3.0

---
 srcpkgs/n2n/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/n2n/template

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
new file mode 100644
index 000000000000..815c392ac387
--- /dev/null
+++ b/srcpkgs/n2n/template
@@ -0,0 +1,20 @@
+# Template file for 'n2n'
+
+pkgname=n2n
+version=3.0
+revision=1
+build_style=gnu-configure
+configure_args="SBINDIR=/usr/bin"
+hostmakedepends="autoconf automake pkg-config"
+short_desc="Light VPN software"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ntop/n2n"
+changelog="https://raw.githubusercontent.com/ntop/n2n/${version}-stable/CHANGELOG.md"
+distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
+checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
+
+pre_configure() {
+	sed -ri 's|/sbin|/bin|g' Makefile.in
+	./autogen.sh
+}

From b7ce7e9956072426dd868e8d91d82ad2c4212877 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <strec007@users.noreply.github.com>
Date: Thu, 22 Jun 2023 13:42:20 +0200
Subject: [PATCH 2/2] Update srcpkgs/n2n/template

Co-authored-by: Marcin Puc <tranzystorek.io@protonmail.com>
---
 srcpkgs/n2n/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
index 815c392ac387..4f108d4e2407 100644
--- a/srcpkgs/n2n/template
+++ b/srcpkgs/n2n/template
@@ -10,7 +10,7 @@ short_desc="Light VPN software"
 maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/ntop/n2n"
-changelog="https://raw.githubusercontent.com/ntop/n2n/${version}-stable/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/ntop/n2n/dev/CHANGELOG.md"
 distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
 checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
 

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

* Re: [PR PATCH] [Updated] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
  2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
  2023-06-22 11:42 ` [PR PATCH] [Updated] " strec007
@ 2023-06-22 11:43 ` strec007
  2023-06-22 12:22 ` [PR REVIEW] " abenson
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 11:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_n2n
https://github.com/void-linux/void-packages/pull/44562

New package: n2n-3.0
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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



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

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

From d34886689c08b66c896d5a058d222bc123b4807c Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 22 Jun 2023 11:17:57 +0000
Subject: [PATCH] New package: n2n-3.0

---
 srcpkgs/n2n/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/n2n/template

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
new file mode 100644
index 000000000000..4f108d4e2407
--- /dev/null
+++ b/srcpkgs/n2n/template
@@ -0,0 +1,20 @@
+# Template file for 'n2n'
+
+pkgname=n2n
+version=3.0
+revision=1
+build_style=gnu-configure
+configure_args="SBINDIR=/usr/bin"
+hostmakedepends="autoconf automake pkg-config"
+short_desc="Light VPN software"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ntop/n2n"
+changelog="https://raw.githubusercontent.com/ntop/n2n/dev/CHANGELOG.md"
+distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
+checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
+
+pre_configure() {
+	sed -ri 's|/sbin|/bin|g' Makefile.in
+	./autogen.sh
+}

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

* Re: [PR REVIEW] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (2 preceding siblings ...)
  2023-06-22 11:43 ` strec007
@ 2023-06-22 12:22 ` abenson
  2023-06-22 12:23 ` abenson
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2023-06-22 12:22 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#discussion_r1238451229

Comment:
```suggestion
```

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

* Re: [PR REVIEW] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (3 preceding siblings ...)
  2023-06-22 12:22 ` [PR REVIEW] " abenson
@ 2023-06-22 12:23 ` abenson
  2023-06-22 12:48 ` strec007
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2023-06-22 12:23 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#discussion_r1238451696

Comment:
Used `vsed`

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

* Re: [PR REVIEW] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (4 preceding siblings ...)
  2023-06-22 12:23 ` abenson
@ 2023-06-22 12:48 ` strec007
  2023-06-22 12:51 ` abenson
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 12:48 UTC (permalink / raw)
  To: ml

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

New review comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#discussion_r1238480593

Comment:
That would break the xlint check.

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

* Re: [PR REVIEW] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (5 preceding siblings ...)
  2023-06-22 12:48 ` strec007
@ 2023-06-22 12:51 ` abenson
  2023-06-22 15:13 ` strec007
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2023-06-22 12:51 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#discussion_r1238483945

Comment:
No it wouldn't.

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

* Re: New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (6 preceding siblings ...)
  2023-06-22 12:51 ` abenson
@ 2023-06-22 15:13 ` strec007
  2023-06-23 14:17 ` [PR PATCH] [Updated] " strec007
  2023-06-23 23:47 ` [PR PATCH] [Closed]: " Vaelatern
  9 siblings, 0 replies; 11+ messages in thread
From: strec007 @ 2023-06-22 15:13 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/44562#issuecomment-1602818378

Comment:
OK, now seriously, is any maintainer interested in merging n2n? If not, I'm not gonna bother fixing the details.

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

* Re: [PR PATCH] [Updated] New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (7 preceding siblings ...)
  2023-06-22 15:13 ` strec007
@ 2023-06-23 14:17 ` strec007
  2023-06-23 23:47 ` [PR PATCH] [Closed]: " Vaelatern
  9 siblings, 0 replies; 11+ messages in thread
From: strec007 @ 2023-06-23 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_n2n
https://github.com/void-linux/void-packages/pull/44562

New package: n2n-3.0
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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



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

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

From 08ef27bc5eae184d608811425f81dd985e3599b0 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Thu, 22 Jun 2023 11:17:57 +0000
Subject: [PATCH] New package: n2n-3.0

---
 srcpkgs/n2n/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/n2n/template

diff --git a/srcpkgs/n2n/template b/srcpkgs/n2n/template
new file mode 100644
index 000000000000..1869b3532bec
--- /dev/null
+++ b/srcpkgs/n2n/template
@@ -0,0 +1,19 @@
+# Template file for 'n2n'
+pkgname=n2n
+version=3.0
+revision=1
+build_style=gnu-configure
+configure_args=CFLAGS="-O3"
+hostmakedepends="autoconf automake pkg-config"
+short_desc="Light VPN software"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ntop/n2n"
+changelog="https://raw.githubusercontent.com/ntop/n2n/dev/CHANGELOG.md"
+distfiles="https://github.com/ntop/n2n/archive/refs/tags/${version}.tar.gz"
+checksum=25fcabba7bfcf25f4c9cd7fecc7ce11de48beb0b0f3506053d8485604ea8f50d
+
+pre_configure() {
+	vsed -i 's|/sbin|/bin|g' Makefile.in
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Closed]: New package: n2n-3.0
  2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
                   ` (8 preceding siblings ...)
  2023-06-23 14:17 ` [PR PATCH] [Updated] " strec007
@ 2023-06-23 23:47 ` Vaelatern
  9 siblings, 0 replies; 11+ messages in thread
From: Vaelatern @ 2023-06-23 23:47 UTC (permalink / raw)
  To: ml

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

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

New package: n2n-3.0
https://github.com/void-linux/void-packages/pull/44562

Description:
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

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



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

end of thread, other threads:[~2023-06-23 23:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 11:38 [PR PATCH] New package: n2n-3.0 strec007
2023-06-22 11:41 ` [PR REVIEW] " tranzystorek-io
2023-06-22 11:42 ` [PR PATCH] [Updated] " strec007
2023-06-22 11:43 ` strec007
2023-06-22 12:22 ` [PR REVIEW] " abenson
2023-06-22 12:23 ` abenson
2023-06-22 12:48 ` strec007
2023-06-22 12:51 ` abenson
2023-06-22 15:13 ` strec007
2023-06-23 14:17 ` [PR PATCH] [Updated] " strec007
2023-06-23 23:47 ` [PR PATCH] [Closed]: " Vaelatern

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