5 Commits

Author SHA1 Message Date
Adolf Belka
8b5450a593 jquery: Update to version 3.6.3
- 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 <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-12-31 10:56:10 +00:00
Peter Müller
9a7e4d8506 Switch checksums from MD5 to BLAKE2
Historically, the MD5 checksums in our LFS files serve as a protection
against broken downloads, or accidentally corrupted source files.

While the sources are nowadays downloaded via HTTPS, it make sense to
beef up integrity protection for them, since transparently intercepting
TLS is believed to be feasible for more powerful actors, and the state
of the public PKI ecosystem is clearly not helping.

Therefore, this patch switches from MD5 to BLAKE2, updating all LFS
files as well as make.sh to deal with this checksum algorithm. BLAKE2 is
notably faster (and more secure) than SHA2, so the performance penalty
introduced by this patch is negligible, if noticeable at all.

In preparation of this patch, the toolchain files currently used have
been supplied with BLAKE2 checksums as well on
https://source.ipfire.org/.

Cc: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremeripfire.org>
2022-04-02 14:19:25 +00:00
Adolf Belka
bc8cb4040b jquery: Update to 3.6.0
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-19 10:00:43 +00:00
Peter Müller
eee037b890 update disclaimer in LFS files
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.

Just some housekeeping... :-)

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-10 19:20:36 +01:00
Michael Tremer
f99356520c jquery: Add extra jquery package.
Because this is easier to keep up to date.
2013-10-15 16:46:15 +02:00