Page MenuHomeDevCentral

Update Bootstrap 3.4.1 with security patches from Debian project
ClosedPublic

Authored by dereckson on Oct 30 2025, 21:21.
Tags
None
Referenced Files
F18489466: D3829.diff
Fri, Dec 19, 14:06
Unknown Object (File)
Tue, Dec 16, 02:59
Unknown Object (File)
Tue, Dec 16, 02:59
Unknown Object (File)
Tue, Dec 16, 02:59
Unknown Object (File)
Tue, Dec 16, 02:58
Unknown Object (File)
Wed, Dec 10, 23:32
Unknown Object (File)
Tue, Dec 9, 15:40
Unknown Object (File)
Mon, Dec 8, 22:11
Subscribers
None

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Oct 30 2025, 21:21

Making of

$ docker run -it --rm debian:trixie bash
$ apt update
$ apt install libjs-bootstrap
$ dpkg-query -L libjs-bootstrap

And from there:

$ docker cp $CONTAINER:/usr/share/javascript/bootstrap/js/bootstrap.min.js js/
$ docker cp $CONTAINER:/usr/share/javascript/bootstrap/css/bootstrap.min.css css/bootstrap.css