diff mbox series

[PATCH/next,06/13] package/rpcbind: bump version to 1.2.7

Message ID 20240822182050.65230-6-bernd@kuhls.net
State Accepted
Headers show
Series [PATCH/next,01/13] package/exfatprogs: bump version to 1.2.5 | expand

Commit Message

Bernd Kuhls Aug. 22, 2024, 6:20 p.m. UTC
Changelog:
https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.7/1.2.7-ChangeLog/download

Switch _SITE to https.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/rpcbind/rpcbind.hash | 2 +-
 package/rpcbind/rpcbind.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Petr Vorel Aug. 22, 2024, 8:32 p.m. UTC | #1
Hi Bernd,

Reviewed-by: Petr Vorel <petr.vorel@gmail.com>

I checked just for git (where Steve, the upstream maintainer haven't pushed the
changes), thus I didn't notice the change. Thanks for updating it,
connecting using abstract address is the feature I'm looking for (it fixes
nfslock on NFSv3).

Again, there could be changes fixed:
$ ./utils/check-package package/rpcbind/*
package/rpcbind/S30rpcbind:23: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:26: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:29: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:32: should be indented with tabs (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/S30rpcbind:38: empty line at end of file
package/rpcbind/S30rpcbind:0: DAEMON variable not defined (https://nightly.buildroot.org/#adding-packages-start-script)
package/rpcbind/0001-Remove-yellow-pages-support.patch:0: missing Upstream in the header (https://nightly.buildroot.org/#_additional_patch_documentation)
138 lines processed
7 warnings generated

Kind regards,
Petr
diff mbox series

Patch

diff --git a/package/rpcbind/rpcbind.hash b/package/rpcbind/rpcbind.hash
index b5f117db54..45bd394199 100644
--- a/package/rpcbind/rpcbind.hash
+++ b/package/rpcbind/rpcbind.hash
@@ -1,3 +1,3 @@ 
 # Locally computed:
-sha256  5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de  rpcbind-1.2.6.tar.bz2
+sha256  f6edf8cdf562aedd5d53b8bf93962d61623292bfc4d47eedd3f427d84d06f37e  rpcbind-1.2.7.tar.bz2
 sha256  2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3  COPYING
diff --git a/package/rpcbind/rpcbind.mk b/package/rpcbind/rpcbind.mk
index 2c158213ad..e553f54066 100644
--- a/package/rpcbind/rpcbind.mk
+++ b/package/rpcbind/rpcbind.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-RPCBIND_VERSION = 1.2.6
-RPCBIND_SITE = http://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
+RPCBIND_VERSION = 1.2.7
+RPCBIND_SITE = https://downloads.sourceforge.net/project/rpcbind/rpcbind/$(RPCBIND_VERSION)
 RPCBIND_SOURCE = rpcbind-$(RPCBIND_VERSION).tar.bz2
 RPCBIND_LICENSE = BSD-3-Clause
 RPCBIND_LICENSE_FILES = COPYING