From patchwork Wed Mar 17 21:42:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3950 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 4F13XG6Wsmz40Qq for ; Wed, 17 Mar 2021 21:42:06 +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 4F13XG4Pq0zWZ; Wed, 17 Mar 2021 21:42:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F13XG3nb6z2xrC; Wed, 17 Mar 2021 21:42:06 +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 4F13XF5vjnz2xNt for ; Wed, 17 Mar 2021 21:42:05 +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 4F13XF3HtfzQt; Wed, 17 Mar 2021 21:42:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616017325; 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=glyknSGLpVkVZipsuQ9hv4rK9pDOWG6uu4FsuzH6pAM=; b=nmzE6okCk00/8BJj1eprn6DxqOPdh4PBuN6RGsuYYf9t5q54fi9E2TJm0UW5wAeQwnwGeX 8lK71kga7JuUEnCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616017325; 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=glyknSGLpVkVZipsuQ9hv4rK9pDOWG6uu4FsuzH6pAM=; b=wANF/oIwikNHsNDXUoMm3TLDOkDqPEtuMinRecy3JBKo4Ueh6LDBUZ3tZf6BYT8p/FyKuQ TipMaAH56D9PSJhDRhHlhr9V2RP0iGZ7B8VYTZDz9kOLHlswCrIiWWJFFj+9D3DC9Ikl+d ua66Xs0hC2mlGE1G400fMZOdVAdYeyJ24P0kpPoW4KOMkwK08lBgrUzxpAUW3WsF12IaRs gzPxJIGLBAYH1wJ+wKX7SJPbHLISOPEyPIX0+pqMYPnJmuYxXyVPlqsPiKBDyE7Y5CsGaZ D8fpPc5SahcZsl53z9uSXpcHcUe0TrXS5roxaFGgc64v82KuzlwcEsaF+g67Pg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] jquery: Update to 3.6.0 Date: Wed, 17 Mar 2021 22:42:01 +0100 Message-Id: <20210317214201.40768-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.10.2 to 3.6.0 - No update required for rootfile - Changelog covers 8 years and 3 branches of code version - The 1.x and 2.x branches no longer receive patches Summary of Important Changes for move to 3.0 Attributes Breaking change: .removeAttr() no longer sets properties to false Breaking change: select-multiple with nothing selected returns an empty array Feature: SVG documents support class operations Deprecated: .toggleClass() with no arguments and .toggleClass( Boolean ) Callbacks Feature: Locking a Callback prevents only future list execution Core Breaking change: jQuery 3.0 runs in Strict Mode Breaking change: document-ready handlers are now asynchronous Breaking change: jQuery.isNumeric() and custom .toString() Breaking change: Deprecated .context and .selector properties removed Breaking change: Deprecated .size() removed Breaking change: Undocumented internal methods no longer exposed Breaking change: Return values on empty sets are undefined Feature: for...of loops can be used on jQuery collections Feature: jQuery.ready promise is formally supported Deprecated: jQuery.unique(), renamed to jQuery.uniqueSort() Deprecated: jQuery.parseJSON() Deprecated: document-ready handlers other than jQuery(function) Signed-off-by: Adolf Belka --- lfs/jquery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/jquery b/lfs/jquery index 6b054cbd4..1d35bbedd 100644 --- a/lfs/jquery +++ b/lfs/jquery @@ -24,7 +24,7 @@ include Config -VER = 1.10.2 +VER = 3.6.0 THISAPP = jquery-$(VER) DL_FILE = $(THISAPP).min.js @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 628072e7212db1e8cdacb22b21752cda +$(DL_FILE)_MD5 = 8fb8fee4fcc3cc86ff6c724154c49c42 install : $(TARGET)