From patchwork Tue Jul 20 20:01:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4549 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GTqNb46Zmz3xGp for ; Tue, 20 Jul 2021 20:01:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GTqNb1Qtdz2Cd; Tue, 20 Jul 2021 20:01:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GTqNb0mp5z2yNP; Tue, 20 Jul 2021 20:01:35 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GTqNZ0Pj3z2xNW for ; Tue, 20 Jul 2021 20:01:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GTqNY4gJSz12j; Tue, 20 Jul 2021 20:01:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1626811293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=z+s6c8oohpE7Lmqmv9+6bqokzCY0ehyjuuKQMiG2phk=; b=B1/55WcbWM/0k5bwCV+/aITkhlz6A5Ep+iBsFr0jgwCa7DrH+aWEl+7JwYT5JHNwy0sPlI pAFE5fFy8Y7R7MAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1626811293; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=z+s6c8oohpE7Lmqmv9+6bqokzCY0ehyjuuKQMiG2phk=; b=wtL6z3qaImVy0OjMk3MEKlXOqDgqt6+QtzKWWJquiTcsm8UmXIXXxHcWznLkNPwJn2pjB5 1qgtZLAdw8AWdUF9mUqgWiCKdfoTK2Yh5v2j4t6KrVQVm7V0s0dwO1bxN/NeSeWPKMGxGP MT9kokh/mE5z3cnHm85GtN+CqxrNzx0w/MucSiInhbLwgBVZ5vRSzqP/XUEt9s8R9mv/UE nm1+X4F8Bn/RbQv5lyMUvlZ9NDURWMXdvg10xKfzUsPZGylpi/Njspj7x441kmEPNqpI6i 7tSWJcpc/DVvnXDMUZUx0tFcj6ucnc39ja5wOvszWEjNkgEstRJKhM5lBkGu7Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] rpcbind: Update to version 1.2.6 Date: Tue, 20 Jul 2021 22:01:29 +0200 Message-Id: <20210720200129.3582539-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.2.5 to 1.2.6 - Update of rootfile not required - Changelog is too large to include here. It can be downloaded from sourceforge https://sourceforge.net/projects/rpcbind/files/rpcbind/1.2.6/1.2.6-ChangeLog Signed-off-by: Adolf Belka --- lfs/rpcbind | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rpcbind b/lfs/rpcbind index 39d4dba4d..071b89bd3 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -24,7 +24,7 @@ include Config -VER = 1.2.5 +VER = 1.2.6 THISAPP = rpcbind-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rpcbind -PAK_VER = 4 +PAK_VER = 5 DEPS = libtirpc @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ed46f09b9c0fa2d49015f6431bc5ea7b +$(DL_FILE)_MD5 = 2d84ebbb7d6fb1fc3566d2d4b37f214b install : $(TARGET)