From patchwork Sat Jun 22 20:19:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2328 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 25506884614 for ; Sat, 22 Jun 2019 11:19:54 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45WBPj1vzbz5V8Mx; Sat, 22 Jun 2019 11:19:53 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45WBPf6Zk8z5V8MD; Sat, 22 Jun 2019 11:19:50 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561198791; 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=lISTL6ef7t6/9Oxf/Au+hRhuJA/YrU51FG5RQGfOupY=; b=PHKj/TFKdmH8bus5iIvrKVK+v2tydkjlKNpdn0AuYMVI5lCuFxo67ZdKtdwpQJgX2xYpWU b+Z1xgOhCc2MTLoCl+zXRLU9adqMS/kmn61M5IYwHjuYRh/4wwnngLf+p+mYOsEfyzRJde y0OdgcMPj/HtP+sjE05YJz+mW24zGOjtPkK59/bNhqMMgj9fb4CZm2B6fGExq0uKz5pNiH naZl3nlT/gdKMCBd/KuaAGAAsgdBcHYNaooZm2rG8NlABEC4O2yXPJhM6z8J51ZJGhEB0m Di0RY2b7Vx8ov2UCpc3xtvIipKieZuKmNs11QxGqj8HZuzsi+xVY2tROPW+PdQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561198791; 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=lISTL6ef7t6/9Oxf/Au+hRhuJA/YrU51FG5RQGfOupY=; b=3zQMNw9R1QYVB3l4jwR5nMuHEmZ31BVsL5k78yIhasS0cBObyGcUvf88ItRD+u6ywVmabM nXrYkxDRO3fABYAQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] curl: Update to 7.65.1 Date: Sat, 22 Jun 2019 12:19:49 +0200 Message-Id: <20190622101949.5892-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" X-Spam: Yes Signed-off-by: Stefan Schantl --- curl/curl.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curl/curl.nm b/curl/curl.nm index da7512e31..8ff369aed 100644 --- a/curl/curl.nm +++ b/curl/curl.nm @@ -4,7 +4,7 @@ ############################################################################### name = curl -version = 7.64.1 +version = 7.65.1 release = 1 groups = Application/Internet