Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lksctp-tools: update to 1.0.19.
@ 2022-08-10 11:08 motorto
  2022-08-10 23:02 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2022-08-10 11:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages lksctp-tools
https://github.com/void-linux/void-packages/pull/38581

lksctp-tools: update to 1.0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Orphaning the package because git blame tells me that is pullmoll the creator of the package.

Updating the package to make it build with #38412  


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

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

From 217a69663060458774f6e8a01af071014f942cb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 10 Aug 2022 12:05:38 +0100
Subject: [PATCH] lksctp-tools: update to 1.0.19; orphan.

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

diff --git a/srcpkgs/lksctp-tools/template b/srcpkgs/lksctp-tools/template
index 7fd8f02aa1ca..6bb8061d6473 100644
--- a/srcpkgs/lksctp-tools/template
+++ b/srcpkgs/lksctp-tools/template
@@ -1,24 +1,20 @@
 # Template file for 'lksctp-tools'
 pkgname=lksctp-tools
-version=1.0.18
-revision=2
+version=1.0.19
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool linux-headers"
 short_desc="User-space access to Linux Kernel SCTP"
-maintainer="bitshark <bitshark@bitshark.net>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-only"
 homepage="http://lksctp.sourceforge.net"
 distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz"
-checksum=3e9ab5b3844a8b65fc8152633aafe85f406e6da463e53921583dfc4a443ff03a
+checksum=9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01
 
 pre_configure() {
 	autoreconf -fi
 }
 
-post_install() {
-	mv ${DESTDIR}/usr/include/netinet/sctp.h{.in,}
-}
-
 lksctp-tools-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] lksctp-tools: update to 1.0.19.
  2022-08-10 11:08 [PR PATCH] lksctp-tools: update to 1.0.19 motorto
@ 2022-08-10 23:02 ` classabbyamp
  2022-08-10 23:05 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-10 23:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38581#discussion_r942981587

Comment:
```suggestion
homepage="http://lksctp.sourceforge.net"
changelog="https://raw.githubusercontent.com/sctp/lksctp-tools/master/ChangeLog"
```

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

* Re: [PR PATCH] [Updated] lksctp-tools: update to 1.0.19.
  2022-08-10 11:08 [PR PATCH] lksctp-tools: update to 1.0.19 motorto
  2022-08-10 23:02 ` [PR REVIEW] " classabbyamp
@ 2022-08-10 23:05 ` motorto
  2022-08-10 23:05 ` [PR REVIEW] " motorto
  2022-08-10 23:09 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-08-10 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages lksctp-tools
https://github.com/void-linux/void-packages/pull/38581

lksctp-tools: update to 1.0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Orphaning the package because git blame tells me that is pullmoll the creator of the package.

Updating the package to make it build with #38412  


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

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

From b8b26eb4461bad9b14652d3ca3bbb576bbdf5aab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 10 Aug 2022 12:05:38 +0100
Subject: [PATCH] lksctp-tools: update to 1.0.19; orphan.

---
 srcpkgs/lksctp-tools/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/lksctp-tools/template b/srcpkgs/lksctp-tools/template
index 7fd8f02aa1ca..88bcae794b8d 100644
--- a/srcpkgs/lksctp-tools/template
+++ b/srcpkgs/lksctp-tools/template
@@ -1,24 +1,21 @@
 # Template file for 'lksctp-tools'
 pkgname=lksctp-tools
-version=1.0.18
-revision=2
+version=1.0.19
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool linux-headers"
 short_desc="User-space access to Linux Kernel SCTP"
-maintainer="bitshark <bitshark@bitshark.net>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-only"
 homepage="http://lksctp.sourceforge.net"
+changelog="https://raw.githubusercontent.com/sctp/lksctp-tools/master/ChangeLog"
 distfiles="https://github.com/sctp/lksctp-tools/archive/v${version}.tar.gz"
-checksum=3e9ab5b3844a8b65fc8152633aafe85f406e6da463e53921583dfc4a443ff03a
+checksum=9251b1368472fb55aaeafe4787131bdde4e96758f6170620bc75b638449cef01
 
 pre_configure() {
 	autoreconf -fi
 }
 
-post_install() {
-	mv ${DESTDIR}/usr/include/netinet/sctp.h{.in,}
-}
-
 lksctp-tools-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] lksctp-tools: update to 1.0.19.
  2022-08-10 11:08 [PR PATCH] lksctp-tools: update to 1.0.19 motorto
  2022-08-10 23:02 ` [PR REVIEW] " classabbyamp
  2022-08-10 23:05 ` [PR PATCH] [Updated] " motorto
@ 2022-08-10 23:05 ` motorto
  2022-08-10 23:09 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2022-08-10 23:05 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38581#discussion_r942982844

Comment:
Added the changelog. Thanks !

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

* Re: [PR PATCH] [Merged]: lksctp-tools: update to 1.0.19.
  2022-08-10 11:08 [PR PATCH] lksctp-tools: update to 1.0.19 motorto
                   ` (2 preceding siblings ...)
  2022-08-10 23:05 ` [PR REVIEW] " motorto
@ 2022-08-10 23:09 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-10 23:09 UTC (permalink / raw)
  To: ml

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

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

lksctp-tools: update to 1.0.19.
https://github.com/void-linux/void-packages/pull/38581

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

Orphaning the package because git blame tells me that is pullmoll the creator of the package.

Updating the package to make it build with #38412  


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

end of thread, other threads:[~2022-08-10 23:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 11:08 [PR PATCH] lksctp-tools: update to 1.0.19 motorto
2022-08-10 23:02 ` [PR REVIEW] " classabbyamp
2022-08-10 23:05 ` [PR PATCH] [Updated] " motorto
2022-08-10 23:05 ` [PR REVIEW] " motorto
2022-08-10 23:09 ` [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).