Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
@ 2024-01-05  2:14 hazen2215
  2024-01-09 14:10 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hazen2215 @ 2024-01-05  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hazen2215/void-packages ucspi-tcp6
https://github.com/void-linux/void-packages/pull/48069

ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
<!-- 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, (x86_64-musl)


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

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

From ac4330eca2e011185a9663958e8baa3404667ef1 Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Fri, 5 Jan 2024 11:06:51 +0900
Subject: [PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd

---
 srcpkgs/ucspi-tcp6/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/ucspi-tcp6/template b/srcpkgs/ucspi-tcp6/template
index e8b6630040d0e..5c1269fc91b37 100644
--- a/srcpkgs/ucspi-tcp6/template
+++ b/srcpkgs/ucspi-tcp6/template
@@ -15,6 +15,7 @@ distfiles="http://www.fehcom.de/ipnet/ucspi-tcp6/ucspi-tcp6-${version}.tgz"
 checksum=77c6cfb283dc6dde2615e2f52db1d5bf7e1cda085cc1e03f3c2b1ba48cd1d5a8
 disable_parallel_build="ad hoc build system breaks parallel build"
 conflicts="ucspi-tcp>=0"
+provides="ucspi-tcp-${version}_${revision}"
 
 pre_build() {
 	pwd >home

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

* Re: ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
  2024-01-05  2:14 [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd hazen2215
@ 2024-01-09 14:10 ` leahneukirchen
  2024-01-09 14:49 ` [PR PATCH] [Updated] " hazen2215
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2024-01-09 14:10 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/48069#issuecomment-1883118674

Comment:
please bump revision=

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

* Re: [PR PATCH] [Updated] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
  2024-01-05  2:14 [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd hazen2215
  2024-01-09 14:10 ` leahneukirchen
@ 2024-01-09 14:49 ` hazen2215
  2024-01-09 14:56 ` hazen2215
  2024-01-09 17:55 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: hazen2215 @ 2024-01-09 14:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hazen2215/void-packages ucspi-tcp6
https://github.com/void-linux/void-packages/pull/48069

ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
<!-- 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, (x86_64-musl)


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

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

From 63cada6b62aa7db55e848f2b9d4396121939d3ec Mon Sep 17 00:00:00 2001
From: hazen2215 <haz@disroot.org>
Date: Fri, 5 Jan 2024 11:06:51 +0900
Subject: [PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd

---
 srcpkgs/ucspi-tcp6/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ucspi-tcp6/template b/srcpkgs/ucspi-tcp6/template
index e8b6630040d0e..af071035d3132 100644
--- a/srcpkgs/ucspi-tcp6/template
+++ b/srcpkgs/ucspi-tcp6/template
@@ -1,7 +1,7 @@
 # Template file for 'ucspi-tcp6'
 pkgname=ucspi-tcp6
 version=1.11.6a
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="net/${pkgname}/${pkgname}-${version}/src"
 build_style=gnu-makefile
@@ -15,6 +15,7 @@ distfiles="http://www.fehcom.de/ipnet/ucspi-tcp6/ucspi-tcp6-${version}.tgz"
 checksum=77c6cfb283dc6dde2615e2f52db1d5bf7e1cda085cc1e03f3c2b1ba48cd1d5a8
 disable_parallel_build="ad hoc build system breaks parallel build"
 conflicts="ucspi-tcp>=0"
+provides="ucspi-tcp-${version}_${revision}"
 
 pre_build() {
 	pwd >home

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

* Re: ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
  2024-01-05  2:14 [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd hazen2215
  2024-01-09 14:10 ` leahneukirchen
  2024-01-09 14:49 ` [PR PATCH] [Updated] " hazen2215
@ 2024-01-09 14:56 ` hazen2215
  2024-01-09 17:55 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: hazen2215 @ 2024-01-09 14:56 UTC (permalink / raw)
  To: ml

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

New comment by hazen2215 on void-packages repository

https://github.com/void-linux/void-packages/pull/48069#issuecomment-1883203176

Comment:
revbumped


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

* Re: [PR PATCH] [Merged]: ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
  2024-01-05  2:14 [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd hazen2215
                   ` (2 preceding siblings ...)
  2024-01-09 14:56 ` hazen2215
@ 2024-01-09 17:55 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2024-01-09 17:55 UTC (permalink / raw)
  To: ml

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

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

ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd
https://github.com/void-linux/void-packages/pull/48069

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, (x86_64-musl)


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

end of thread, other threads:[~2024-01-09 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05  2:14 [PR PATCH] ucspi-tcp6: provide ucspi-tcp for tinyssh and twoftpd hazen2215
2024-01-09 14:10 ` leahneukirchen
2024-01-09 14:49 ` [PR PATCH] [Updated] " hazen2215
2024-01-09 14:56 ` hazen2215
2024-01-09 17:55 ` [PR PATCH] [Merged]: " leahneukirchen

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