Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8
@ 2025-08-16 19:32 Thomas Petazzoni via buildroot
  2025-08-16 20:12 ` Peter Korsgaard
  2025-08-17 10:27 ` Petr Vorel
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-08-16 19:32 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Petr Vorel

List of commits between 1.2.7..1.2.8:

f979f1b8fa202cd0d6c352de0f2b64361ce5ea33 (HEAD -> master, tag: rpcbind-1_2_8, origin/master, origin/HEAD) Release: 1.2.8
a9ecbb81940b23a4bb9814e126c1c1ae1db93b69 (tag: rpcbind-1_2_8-rc3) rpcinfo: Removed a number of "old-style function definition" warnings
8cc10d038c361f296b0a8e068c173acc33568997 rpcbind: Add -v flag to print version and config
8ef2e504df6e5ec3321c0804a8c6684d781e7a84 man/rpcbind: Update list of options
74da58dde5b1a1a7e54df1fb16315845195a69c0 (tag: rpcbind-1_2_8-rc2) Comment out ListenStream=@/run/rpcbind.sock
b78689b8f1df42eb593dc3412698aa1b8aaa3532 [nfs/nfs-utils/rpcbind] rpcbind: avoid dereferencing NULL from realloc()
fd1d5387de8078530d51eccf876afe6e6182b975 (tag: rpcbind-1_2_8-rc1) Move rpbind's default configuration to /run verses /var/run
7a6b1c58eee2e5fa74e3e4045c4950fbb4f8af0a Move rpcbind.lock to /run
be63348bd3dd9e69e151ff83f08f09e1a9df82bf systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup
626fd801a13cecd8eb79ac6e979c248d7214aad4 systemd/rpcbind.service.in: Add various hardenings options
511fc4f4bc5ca7b7c8dac877d590d0634e570e6d man/rpcbind: Add Files section to manpage
31157ba6e60b0a8c4989010df8b1cf2aa673a86c systemd/rpcbind.service.in: Add few default EnvironmentFile

So really not much.

While we're at it, let's add a sha1 hash provided directly by
Sourceforge, in addition to the locally calculated sha256.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/rpcbind/rpcbind.hash | 5 ++++-
 package/rpcbind/rpcbind.mk   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package/rpcbind/rpcbind.hash b/package/rpcbind/rpcbind.hash
index 45bd394199..e268a0733a 100644
--- a/package/rpcbind/rpcbind.hash
+++ b/package/rpcbind/rpcbind.hash
@@ -1,3 +1,6 @@
+# From https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.8/
+sha1  2f733aba26075ca91fda3787890232da3d07c06e  rpcbind-1.2.8.tar.bz2
+
 # Locally computed:
-sha256  f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e  rpcbind-1.2.7.tar.bz2
+sha256  964132c389918e8964d7334936b6dd10ef025b300c6b29e693ba0f29550e3de5  rpcbind-1.2.8.tar.bz2
 sha256  2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3  COPYING
diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index e553f54066..3b496ee2c6 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPCBIND_VERSION = 1.2.7
+RPCBIND_VERSION = 1.2.8
 RPCBIND_SITE = https://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
 RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3-Clause
-- 
2.50.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8
  2025-08-16 19:32 [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8 Thomas Petazzoni via buildroot
@ 2025-08-16 20:12 ` Peter Korsgaard
  2025-08-17 10:27 ` Petr Vorel
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2025-08-16 20:12 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Thomas Petazzoni, Petr Vorel

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > List of commits between 1.2.7..1.2.8:
 > f979f1b8fa202cd0d6c352de0f2b64361ce5ea33 (HEAD -> master, tag:
 > rpcbind-1_2_8, origin/master, origin/HEAD) Release: 1.2.8
 > a9ecbb81940b23a4bb9814e126c1c1ae1db93b69 (tag: rpcbind-1_2_8-rc3)
 > rpcinfo: Removed a number of "old-style function definition" warnings
 > 8cc10d038c361f296b0a8e068c173acc33568997 rpcbind: Add -v flag to print version and config
 > 8ef2e504df6e5ec3321c0804a8c6684d781e7a84 man/rpcbind: Update list of options
 > 74da58dde5b1a1a7e54df1fb16315845195a69c0 (tag: rpcbind-1_2_8-rc2)
 > Comment out ListenStream=@/run/rpcbind.sock
 > b78689b8f1df42eb593dc3412698aa1b8aaa3532 [nfs/nfs-utils/rpcbind]
 > rpcbind: avoid dereferencing NULL from realloc()
 > fd1d5387de8078530d51eccf876afe6e6182b975 (tag: rpcbind-1_2_8-rc1) Move
 > rpbind's default configuration to /run verses /var/run
 > 7a6b1c58eee2e5fa74e3e4045c4950fbb4f8af0a Move rpcbind.lock to /run
 > be63348bd3dd9e69e151ff83f08f09e1a9df82bf systemd/rpcbind.service.in:
 > Want/After systemd-tmpfiles-setup
 > 626fd801a13cecd8eb79ac6e979c248d7214aad4 systemd/rpcbind.service.in:
 > Add various hardenings options
 > 511fc4f4bc5ca7b7c8dac877d590d0634e570e6d man/rpcbind: Add Files section to manpage
 > 31157ba6e60b0a8c4989010df8b1cf2aa673a86c systemd/rpcbind.service.in:
 > Add few default EnvironmentFile

 > So really not much.

 > While we're at it, let's add a sha1 hash provided directly by
 > Sourceforge, in addition to the locally calculated sha256.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8
  2025-08-16 19:32 [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8 Thomas Petazzoni via buildroot
  2025-08-16 20:12 ` Peter Korsgaard
@ 2025-08-17 10:27 ` Petr Vorel
  1 sibling, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2025-08-17 10:27 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

Hi Thomas, all,

> List of commits between 1.2.7..1.2.8:

> f979f1b8fa202cd0d6c352de0f2b64361ce5ea33 (HEAD -> master, tag: rpcbind-1_2_8, origin/master, origin/HEAD) Release: 1.2.8
> a9ecbb81940b23a4bb9814e126c1c1ae1db93b69 (tag: rpcbind-1_2_8-rc3) rpcinfo: Removed a number of "old-style function definition" warnings
> 8cc10d038c361f296b0a8e068c173acc33568997 rpcbind: Add -v flag to print version and config
> 8ef2e504df6e5ec3321c0804a8c6684d781e7a84 man/rpcbind: Update list of options
> 74da58dde5b1a1a7e54df1fb16315845195a69c0 (tag: rpcbind-1_2_8-rc2) Comment out ListenStream=@/run/rpcbind.sock
> b78689b8f1df42eb593dc3412698aa1b8aaa3532 [nfs/nfs-utils/rpcbind] rpcbind: avoid dereferencing NULL from realloc()
> fd1d5387de8078530d51eccf876afe6e6182b975 (tag: rpcbind-1_2_8-rc1) Move rpbind's default configuration to /run verses /var/run
> 7a6b1c58eee2e5fa74e3e4045c4950fbb4f8af0a Move rpcbind.lock to /run
> be63348bd3dd9e69e151ff83f08f09e1a9df82bf systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup
> 626fd801a13cecd8eb79ac6e979c248d7214aad4 systemd/rpcbind.service.in: Add various hardenings options
> 511fc4f4bc5ca7b7c8dac877d590d0634e570e6d man/rpcbind: Add Files section to manpage
> 31157ba6e60b0a8c4989010df8b1cf2aa673a86c systemd/rpcbind.service.in: Add few default EnvironmentFile

First, thank you for doing the update.

> So really not much.

FYI the motivation was 1) to print version and compile time options to fix RPC
tests on disabled remote calls 2) upstream more distro patches (mostly Debian
and openSUSE specific).

BTW I thought that old Buildroot specific patch 0001-Remove-yellow-pages-support.patch
was already upstreamed, but obviously not. Patch was added by you in 2012-11-04
in 8bc245da21 ("rpcbind: new package"), rpcbind was at the time 0.2.0, libtirpc
0.2.2.

When I get the time, I'll check if it's really needed. If yes there could be
libtirpc compile option to disable it (and have it disabled by default, who
needs yellow pages nowadays).

> While we're at it, let's add a sha1 hash provided directly by
> Sourceforge, in addition to the locally calculated sha256.

+1

I hate having to look at sourceforge web page (I wish the upstream upload
libtirpc and rpcbind archives also to kernel.org [1], as they do for nfs-utils
[2], then there would much easier to update the hash.

[1] https://www.kernel.org/pub/linux/utils/
[2] https://www.kernel.org/pub/linux/utils/nfs-utils/

Kind regards,
Petr
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-08-17 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 19:32 [Buildroot] [PATCH] package/rpcbind: bump to version 1.2.8 Thomas Petazzoni via buildroot
2025-08-16 20:12 ` Peter Korsgaard
2025-08-17 10:27 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox