From patchwork Fri Dec 30 12:18:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6355 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 4Nk46p54bZz3wcv for ; Fri, 30 Dec 2022 12:18:42 +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 4Nk46n4YGnzc7; Fri, 30 Dec 2022 12:18:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nk46n3fJcz2ySC; Fri, 30 Dec 2022 12:18:41 +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 4Nk46l5v8Gz2xQs for ; Fri, 30 Dec 2022 12:18:39 +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 4Nk46k5r4bzXL; Fri, 30 Dec 2022 12:18:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672402718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=S/H85fbRmgdj78YkOPjpnQGixdb5NThytruBTqjvBtA=; b=564efXdkwEDeV8sprKo7s9u6VWqhqzL5F3PfuuOkbTw+Weo42D3Rr/lrUiS7l8q0Likhq/ 5zFb393roE6wdlAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672402718; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=S/H85fbRmgdj78YkOPjpnQGixdb5NThytruBTqjvBtA=; b=BpA1KyLdKB5WsA2022eLA6q04m6adUFVwn0gkceqmnLe8H5JRrfMISUBKlZLocmkP+NyCX Gr6n820Lij1m+s0PHACLJKBuVueQJyTpW+LSqqWZWWRhzL9TBbcxLAuLl4wQophj1BxsLQ SKtc7REKGYPcc8UYQWRVQIUwV4J07INdIkot3HYtMdfB4GVnGtxQVdsiwlm3KreEJCheZc fDEiH9JoEta4sUxIDMSH+GnNeglcifTbaMEqmzZ8aRGpt6tnCoGUqNIoGl3RtFkeBWaZu+ 5OLiDFyUHzKgQCD4CHutcBI07phegjoPDMu1eoFuqBV9rxiuweZWehlUetX2ew== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] jquery: Update to version 3.6.3 Date: Fri, 30 Dec 2022 13:18:35 +0100 Message-Id: <20221230121835.30747-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 version 3.6.0 to 3.6.3 - There is no rootfile for this package - Changelog 3.6.3 Build remove stale Insight package from custom builds (81d5bd17) Updating the 3.x-stable version to 3.6.3-pre. (2c5b47c4) Selector Update Sizzle from 2.3.8 to 2.3.9 (#5177, 8989500e) 3.6.2 CSS Return undefined for whitespace-only CSS variable values (#5120) (8bea1dec) Don’t trim whitespace of undefined custom property (#5105, c0db6d70) Selector Manipulation: Fix DOM manip within template contents (#5147, 5318e311) Update Sizzle from 2.3.7 to 2.3.8 (#5147, a1b7ae3b) Update Sizzle from 2.3.6 to 2.3.7 (#5098, ee0fec05) Tests Remove a workaround for a Firefox XML parsing issue (965391ab) Make Ajax tests pass in iOS 9 (d051e0e3) 3.6.1 CSS Skip falsy values in `addClass( array )`, compress code (#4998, 9b34bdb1) Justify use of rtrim on CSS property values (a1373e2e) Remove a redundant extension from rtrimCSS inclusion in curCSS (509eeb89) Trim whitespace surrounding CSS Custom Properties values (#4926, 219ccf5c) Deprecated Improve $.trim performance for strings with lots of whitespace (69940100) Docs Update webpack website in README (410d5cf0) add link to preview the new CLAs (b24e83bd) Replace `#NUMBER` Trac issue references with `trac-NUMBER` (95e34b69) remove expired links from old jquery source (c3c4d207) Remove links to Web Archive from source (#4981, 4b0d8900) Update the URL to the latest jQuery build in CONTRIBUTING.md (4bb7d069) Remove the CLA checkbox in the pull request template (93406490) Event Don’t break focus triggering after `.on(focus).off(focus)` (#4867, b3e4a7eb) Manipulation Don’t remove HTML comments from scripts (#4904, 924b515d) Tests Exclude tests based on compilation flags, not API presence (3.x version) (#5069, bc165128) Workaround an XML parsing bug in Firefox (be3bd560) lock colors version to 1.4.0 (fa70e8fd) Skip ETag AJAX tests on TestSwarm (81fa1e2a) Allow statusText to be “success” in AJAX tests (7439e221) Disable CSS Custom Properties tests in old Safari/iOS (e9f77267) Make Karma browser timeout larger than the QUnit one (a51eec74) Don’t remove csp.log in the cspClean action of mock.php (ba81326f) Load the TestSwarm listener via HTTPS (f6f07204) Switch background image from online file to local 1×1.jpg (8d20cb97) Strip untypical callback parameter characters from mock.php (b14b62c8) Infrastructure Update GitHub Actions (0f6c3d9e) Add dependabot.yml config (GitHub Actions) (5a363017) Test on Node 17, update Grunt & `karma-*` packages (9bc0df70) Separate the install step from running tests in GitHub Actions (cb35067f) remove travis.yml and travis mentions from core (#4984) (55669883) Migrate CI to GitHub Actions (b39cfa15) Test on Node.js 16 instead of 15 (f12cac60) Take core-js from the external directory as well (752b8981) Updating the 3.x-stable version to 3.6.1-pre. (3642471e) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/jquery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/jquery b/lfs/jquery index fcfa47304..0ab12c790 100644 --- a/lfs/jquery +++ b/lfs/jquery @@ -24,7 +24,7 @@ include Config -VER = 3.6.0 +VER = 3.6.3 THISAPP = jquery-$(VER) DL_FILE = $(THISAPP).min.js @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 2ae88855ddf4957e944a5ca313d8854d7afff1e796694437b07fae15a67f75d46f357450b0e2a6f140c1d116512016f1d276e0e12fe3eb700e3c93e3492d6a9e +$(DL_FILE)_BLAKE2 = ff1c58cc4d8efb7f3c134d4da0d0b6960c83d09edeffc9cff96230733c9c35c259282cb335aa2ceea75ca9d6548721aedbe3dbac6b68fa0a91e405c06f72f1d6 install : $(TARGET)