Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnfnetlink: update to 1.0.2.
@ 2023-01-22 21:27 motorto
  2023-02-16  3:49 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: motorto @ 2023-01-22 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages libnfnetlink-1.0.2
https://github.com/void-linux/void-packages/pull/41813

libnfnetlink: update to 1.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
```
SUMMARY
pkg:libnfnetlink host:x86_64 target:x86_64 cross:n result:OK
pkg:libnfnetlink host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libnfnetlink host:i686 target:i686 cross:n result:OK
pkg:libnfnetlink host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:aarch64 cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l cross:y result:OK
```


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

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

From 7f160317104af1a199998d10027b995eeb322c16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 21:21:38 +0000
Subject: [PATCH] libnfnetlink: update to 1.0.2.

---
 srcpkgs/libnfnetlink/template | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/libnfnetlink/template b/srcpkgs/libnfnetlink/template
index 322e99827e7f..eede94eed5e8 100644
--- a/srcpkgs/libnfnetlink/template
+++ b/srcpkgs/libnfnetlink/template
@@ -1,20 +1,14 @@
 # Template file for 'libnfnetlink'
 pkgname=libnfnetlink
-version=1.0.1
-revision=4
+version=1.0.2
+revision=1
 build_style=gnu-configure
 short_desc="Low-level library for netfilter kernel/userspace communication"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.netfilter.org/projects/libnfnetlink/index.html"
 distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
-checksum=f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a
-
-pre_configure() {
-	sed -e "/#include <linux\/netlink.h>/i #include <stdint.h>" \
-		-i ${wrksrc}/include/libnfnetlink/libnfnetlink.h
-	find ${wrksrc} -type f -exec sed -e "s;u_int;uint;g" -i "{}" \;
-}
+checksum=b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376
 
 libnfnetlink-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR REVIEW] libnfnetlink: update to 1.0.2.
  2023-01-22 21:27 [PR PATCH] libnfnetlink: update to 1.0.2 motorto
@ 2023-02-16  3:49 ` classabbyamp
  2023-02-28 10:56 ` motorto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-16  3:49 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41813#discussion_r1107975798

Comment:
```suggestion
distfiles="http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${version}.tar.bz2"
```

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

* Re: libnfnetlink: update to 1.0.2.
  2023-01-22 21:27 [PR PATCH] libnfnetlink: update to 1.0.2 motorto
  2023-02-16  3:49 ` [PR REVIEW] " classabbyamp
@ 2023-02-28 10:56 ` motorto
  2023-03-05  7:58 ` [PR PATCH] [Updated] " classabbyamp
  2023-03-05  8:00 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: motorto @ 2023-02-28 10:56 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41813#issuecomment-1447971281

Comment:
Sorry for the late reply, but unfortunately my laptop went into repair and I am without a pc for some time.
Currently replying you from an library computer, where I can't make changes to the commit. (don't have my personal ssh and gpg keys here), so feel free to add that to the commit and merge. Thanks ! 

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

* Re: [PR PATCH] [Updated] libnfnetlink: update to 1.0.2.
  2023-01-22 21:27 [PR PATCH] libnfnetlink: update to 1.0.2 motorto
  2023-02-16  3:49 ` [PR REVIEW] " classabbyamp
  2023-02-28 10:56 ` motorto
@ 2023-03-05  7:58 ` classabbyamp
  2023-03-05  8:00 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-03-05  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages libnfnetlink-1.0.2
https://github.com/void-linux/void-packages/pull/41813

libnfnetlink: update to 1.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
```
SUMMARY
pkg:libnfnetlink host:x86_64 target:x86_64 cross:n result:OK
pkg:libnfnetlink host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libnfnetlink host:i686 target:i686 cross:n result:OK
pkg:libnfnetlink host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:aarch64 cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l cross:y result:OK
```


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

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

From f2838cf658be49b988d60ac2fa74b65c4c5ddd6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 21:21:38 +0000
Subject: [PATCH] libnfnetlink: update to 1.0.2.

---
 srcpkgs/libnfnetlink/template | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/libnfnetlink/template b/srcpkgs/libnfnetlink/template
index 322e99827e7f..49932bd2550f 100644
--- a/srcpkgs/libnfnetlink/template
+++ b/srcpkgs/libnfnetlink/template
@@ -1,20 +1,14 @@
 # Template file for 'libnfnetlink'
 pkgname=libnfnetlink
-version=1.0.1
-revision=4
+version=1.0.2
+revision=1
 build_style=gnu-configure
 short_desc="Low-level library for netfilter kernel/userspace communication"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.netfilter.org/projects/libnfnetlink/index.html"
-distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
-checksum=f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a
-
-pre_configure() {
-	sed -e "/#include <linux\/netlink.h>/i #include <stdint.h>" \
-		-i ${wrksrc}/include/libnfnetlink/libnfnetlink.h
-	find ${wrksrc} -type f -exec sed -e "s;u_int;uint;g" -i "{}" \;
-}
+distfiles="http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${version}.tar.bz2"
+checksum=b064c7c3d426efb4786e60a8e6859b82ee2f2c5e49ffeea640cfe4fe33cbc376
 
 libnfnetlink-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: libnfnetlink: update to 1.0.2.
  2023-01-22 21:27 [PR PATCH] libnfnetlink: update to 1.0.2 motorto
                   ` (2 preceding siblings ...)
  2023-03-05  7:58 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-03-05  8:00 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-03-05  8:00 UTC (permalink / raw)
  To: ml

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

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

libnfnetlink: update to 1.0.2.
https://github.com/void-linux/void-packages/pull/41813

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
```
SUMMARY
pkg:libnfnetlink host:x86_64 target:x86_64 cross:n result:OK
pkg:libnfnetlink host:x86_64-musl target:x86_64-musl cross:n result:OK
pkg:libnfnetlink host:i686 target:i686 cross:n result:OK
pkg:libnfnetlink host:x86_64 target:aarch64-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:aarch64 cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv7l cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l-musl cross:y result:OK
pkg:libnfnetlink host:x86_64 target:armv6l cross:y result:OK
```


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

end of thread, other threads:[~2023-03-05  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 21:27 [PR PATCH] libnfnetlink: update to 1.0.2 motorto
2023-02-16  3:49 ` [PR REVIEW] " classabbyamp
2023-02-28 10:56 ` motorto
2023-03-05  7:58 ` [PR PATCH] [Updated] " classabbyamp
2023-03-05  8:00 ` [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).