From patchwork Thu Dec 19 19:13:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2652 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47f1kn4Rvgz3xXm for ; Thu, 19 Dec 2019 19:13:53 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47f1km0Qkhz2JW; Thu, 19 Dec 2019 19:13:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47f1kl607Tz2yC8; Thu, 19 Dec 2019 19:13:51 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47f1kk0JFDz2xpd for ; Thu, 19 Dec 2019 19:13:50 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47f1kj3gZdz2JW; Thu, 19 Dec 2019 19:13:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1576782829; 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=Mof+j8BtGNAi8YaP5LCEoDpjX1PYkxSuRRyCkP/0PXw=; b=hI6w40XweGWcQ4qJtvjZBYXuvilnex4NMsoTEms5+umiF/Pkxy2abv4JKVJq+QNITTSWCH 8NVKUS37mMopzODA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1576782829; 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=Mof+j8BtGNAi8YaP5LCEoDpjX1PYkxSuRRyCkP/0PXw=; b=iSg4BSXzB1xRBYKjeBKsiPxH5vQIIPWsOBsry/025I4zL6jifX33yn0Xqug27c+uCwq/Wo OM/W4obkJjUOxToxZtqxQB2c5Q1hK2In8li5JSmGLHFw1Ikq7WLTRh/F0/1wT//EF/AQSG qQ/S2HGWO5sVUg4jYhhqJPjg4MuaTMJo3Ep769Avt1KCiy4MCFXvOknaaRVZTwctTSsQIq 4kQ/xVD+fvYV+U3C37v0rhLut9/vfaxd8hmq9NfiU6HTQ4Ym15xz3XFXQQ4bX7eWZcl83N 9IeiBKhRMMMiTbUrAHxt7WKcEMLcSTFwTXGY6rRjIuPhSC+NztLXyQFuF/8uQQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] dehydrated: Update to 0.6.5 Date: Thu, 19 Dec 2019 19:13:42 +0000 Message-Id: <20191219191342.22516-1-michael.tremer@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: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/dehydrated | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dehydrated b/lfs/dehydrated index cfbdf679a..232588461 100644 --- a/lfs/dehydrated +++ b/lfs/dehydrated @@ -24,7 +24,7 @@ include Config -VER = 0.6.2 +VER = 0.6.5 THISAPP = dehydrated-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dehydrated -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d4db13d5965054b0a231bf95285c6cf0 +$(DL_FILE)_MD5 = cedf07369517c317c4e1075540b94699 install : $(TARGET)