Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lsof: update to 4.96.3
@ 2022-09-24 16:08 subnut
  2022-10-01 14:45 ` [PR PATCH] [Updated] " subnut
  2022-10-02  1:36 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: subnut @ 2022-09-24 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages lsof
https://github.com/void-linux/void-packages/pull/39448

lsof: update to 4.96.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c00544230769d7daa02179b1d4fa40bc05141c2a Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 24 Sep 2022 21:35:25 +0530
Subject: [PATCH] lsof: update to 4.96.3

---
 srcpkgs/lsof/patches/lsof.8.patch | 23 -----------------------
 srcpkgs/lsof/template             | 11 ++++++-----
 2 files changed, 6 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/lsof/patches/lsof.8.patch

diff --git a/srcpkgs/lsof/patches/lsof.8.patch b/srcpkgs/lsof/patches/lsof.8.patch
deleted file mode 100644
index ecb21013512d..000000000000
--- a/srcpkgs/lsof/patches/lsof.8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/lsof.8
-+++ b/lsof.8
-@@ -1,7 +1,7 @@
- .so ./version
- .TH LSOF 8 Revision-\*(VN
--\" Register )P is used neither by this file nor any groff macro.  However,
--\" some versions of nroff require it.
-+.\" Register )P is used neither by this file nor any groff macro.  However,
-+.\" some versions of nroff require it.
- .if !\n(.g \{\
- .   if !\n()P .nr )P 1v
- .\}
-@@ -967,8 +967,8 @@ where:
- .br
- 		applies to all IP versions.
- .br
--	\fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP
--.br		or \fBUDPLITE\fP.
-+	\fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP or \fBUDPLITE\fP.
-+.br
- .br
- 	\fIhostname\fP is an Internet host name.  Unless a
- .br
diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template
index 0151fb4a9e84..4dcfdb240e43 100644
--- a/srcpkgs/lsof/template
+++ b/srcpkgs/lsof/template
@@ -1,21 +1,20 @@
 # Template file for 'lsof'
 pkgname=lsof
-version=4.95.0
+version=4.96.3
 revision=1
-wrksrc="${pkgname}_${version}.linux"
 build_style=configure
 configure_script="./Configure"
 configure_args="-n linux"
 make_check_target="all"
 make_check_args="-C tests"
-hostmakedepends="perl"
+hostmakedepends="perl groff"
 short_desc="LiSt Open Files"
 maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="custom:lsof"
 homepage="https://github.com/lsof-org/lsof"
 changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
-distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof_${version}.linux.tar.bz2"
-checksum=e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c
+distfiles="https://github.com/lsof-org/lsof/archive/refs/tags/${version}/${version}.tar.gz"
+checksum=2753fc01452a3d2ee665e8365afdac0e9683197f3ec06231aa684a48b286d11c
 
 post_extract() {
 	# See: https://github.com/lsof-org/lsof/issues/61
@@ -35,6 +34,8 @@ pre_configure() {
 
 	vsed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \
 		-i dialects/linux/machine.h
+
+	soelim Lsof.8 | grep -vi '^\.lf ' > lsof.8
 }
 
 do_install() {

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

* Re: [PR PATCH] [Updated] lsof: update to 4.96.3
  2022-09-24 16:08 [PR PATCH] lsof: update to 4.96.3 subnut
@ 2022-10-01 14:45 ` subnut
  2022-10-02  1:36 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: subnut @ 2022-10-01 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages lsof
https://github.com/void-linux/void-packages/pull/39448

lsof: update to 4.96.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e226a041acfeeab23c86c22eb15213bb2c90daeb Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sat, 24 Sep 2022 21:35:25 +0530
Subject: [PATCH] lsof: update to 4.96.3

---
 srcpkgs/lsof/patches/lsof.8.patch | 23 -----------------------
 srcpkgs/lsof/template             | 11 ++++++-----
 2 files changed, 6 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/lsof/patches/lsof.8.patch

diff --git a/srcpkgs/lsof/patches/lsof.8.patch b/srcpkgs/lsof/patches/lsof.8.patch
deleted file mode 100644
index ecb21013512d..000000000000
--- a/srcpkgs/lsof/patches/lsof.8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/lsof.8
-+++ b/lsof.8
-@@ -1,7 +1,7 @@
- .so ./version
- .TH LSOF 8 Revision-\*(VN
--\" Register )P is used neither by this file nor any groff macro.  However,
--\" some versions of nroff require it.
-+.\" Register )P is used neither by this file nor any groff macro.  However,
-+.\" some versions of nroff require it.
- .if !\n(.g \{\
- .   if !\n()P .nr )P 1v
- .\}
-@@ -967,8 +967,8 @@ where:
- .br
- 		applies to all IP versions.
- .br
--	\fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP
--.br		or \fBUDPLITE\fP.
-+	\fIprotocol\fP is a protocol name \- \fBTCP\fP, \fBUDP\fP or \fBUDPLITE\fP.
-+.br
- .br
- 	\fIhostname\fP is an Internet host name.  Unless a
- .br
diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template
index 0151fb4a9e84..4dcfdb240e43 100644
--- a/srcpkgs/lsof/template
+++ b/srcpkgs/lsof/template
@@ -1,21 +1,20 @@
 # Template file for 'lsof'
 pkgname=lsof
-version=4.95.0
+version=4.96.3
 revision=1
-wrksrc="${pkgname}_${version}.linux"
 build_style=configure
 configure_script="./Configure"
 configure_args="-n linux"
 make_check_target="all"
 make_check_args="-C tests"
-hostmakedepends="perl"
+hostmakedepends="perl groff"
 short_desc="LiSt Open Files"
 maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="custom:lsof"
 homepage="https://github.com/lsof-org/lsof"
 changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
-distfiles="https://github.com/lsof-org/lsof/releases/download/${version}/lsof_${version}.linux.tar.bz2"
-checksum=e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c
+distfiles="https://github.com/lsof-org/lsof/archive/refs/tags/${version}/${version}.tar.gz"
+checksum=2753fc01452a3d2ee665e8365afdac0e9683197f3ec06231aa684a48b286d11c
 
 post_extract() {
 	# See: https://github.com/lsof-org/lsof/issues/61
@@ -35,6 +34,8 @@ pre_configure() {
 
 	vsed "s|/\* #define\tHASSECURITY\t1 \*/|#define\tHASSECURITY\t1|" \
 		-i dialects/linux/machine.h
+
+	soelim Lsof.8 | grep -vi '^\.lf ' > lsof.8
 }
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: lsof: update to 4.96.3
  2022-09-24 16:08 [PR PATCH] lsof: update to 4.96.3 subnut
  2022-10-01 14:45 ` [PR PATCH] [Updated] " subnut
@ 2022-10-02  1:36 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-02  1:36 UTC (permalink / raw)
  To: ml

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

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

lsof: update to 4.96.3
https://github.com/void-linux/void-packages/pull/39448

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

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

<!--
#### 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-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-02  1:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24 16:08 [PR PATCH] lsof: update to 4.96.3 subnut
2022-10-01 14:45 ` [PR PATCH] [Updated] " subnut
2022-10-02  1:36 ` [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).