Merge tag 'debian/14.8.5+ds1-3' into bullseye-fasttrack
gitlab Debian release 14.8.5+ds1-3
This commit is contained in:
commit
521ad2271a
3 changed files with 26 additions and 3 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
gitlab (14.8.5+ds1-3) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Use packaged versions of clipboard, codemirror and cron-validator node
|
||||||
|
modules
|
||||||
|
* Update minimum version of ruby-rqrcode and ruby-webauthn
|
||||||
|
|
||||||
|
-- Pirate Praveen <praveen@debian.org> Sun, 10 Apr 2022 02:26:23 +0530
|
||||||
|
|
||||||
gitlab (14.8.5+ds1-2~fto11+1) bullseye-fasttrack; urgency=medium
|
gitlab (14.8.5+ds1-2~fto11+1) bullseye-fasttrack; urgency=medium
|
||||||
|
|
||||||
* Rebuild for bullseye-fasttrack.
|
* Rebuild for bullseye-fasttrack.
|
||||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -137,6 +137,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# Two-factor authentication
|
# Two-factor authentication
|
||||||
ruby-devise-two-factor (>= 4.0.2~),
|
ruby-devise-two-factor (>= 4.0.2~),
|
||||||
ruby-rqrcode-rails3 (>= 0.1.7-2~),
|
ruby-rqrcode-rails3 (>= 0.1.7-2~),
|
||||||
|
ruby-rqrcode (>= 1.2~),
|
||||||
ruby-attr-encrypted (>= 3.1.0-3~),
|
ruby-attr-encrypted (>= 3.1.0-3~),
|
||||||
ruby-u2f (>= 0.2.1~),
|
ruby-u2f (>= 0.2.1~),
|
||||||
# GitLab Pages
|
# GitLab Pages
|
||||||
|
@ -423,7 +424,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-oj (>= 3.10.6~),
|
ruby-oj (>= 3.10.6~),
|
||||||
ruby-multi-json (>= 1.14.1~),
|
ruby-multi-json (>= 1.14.1~),
|
||||||
ruby-yajl (>= 1.4.1~),
|
ruby-yajl (>= 1.4.1~),
|
||||||
ruby-webauthn (>= 2.3~),
|
ruby-webauthn (>= 2.5~),
|
||||||
ruby-parslet,
|
ruby-parslet,
|
||||||
ruby-ipynbdiff,
|
ruby-ipynbdiff,
|
||||||
# packaged node modules - all node packages are not packaged yet
|
# packaged node modules - all node packages are not packaged yet
|
||||||
|
@ -436,11 +437,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
node-bootstrap,
|
node-bootstrap,
|
||||||
node-brace-expansion (>= 1.1.8~),
|
node-brace-expansion (>= 1.1.8~),
|
||||||
node-cache-loader (>= 4.1~),
|
node-cache-loader (>= 4.1~),
|
||||||
node-clipboard,
|
node-clipboard (>= 2.0.8~),
|
||||||
node-codemirror,
|
node-codemirror,
|
||||||
node-compression-webpack-plugin (>= 3.0.1~),
|
node-compression-webpack-plugin (>= 3.0.1~),
|
||||||
node-copy-webpack-plugin (>= 5.0~),
|
node-copy-webpack-plugin (>= 5.0~),
|
||||||
node-core-js (>= 3.2.1~),
|
node-core-js (>= 3.2.1~),
|
||||||
|
node-cron-validator,
|
||||||
node-css-loader (>= 5.0~),
|
node-css-loader (>= 5.0~),
|
||||||
# node-d3 includes d3-sankey
|
# node-d3 includes d3-sankey
|
||||||
node-d3 (>= 5.16~),
|
node-d3 (>= 5.16~),
|
||||||
|
|
|
@ -118,7 +118,7 @@ Use debian packaged node modules when available
|
||||||
"@rails/ujs": "6.1.4-6",
|
"@rails/ujs": "6.1.4-6",
|
||||||
"@sentry/browser": "5.30.0",
|
"@sentry/browser": "5.30.0",
|
||||||
"@sourcegraph/code-host-integration": "0.0.60",
|
"@sourcegraph/code-host-integration": "0.0.60",
|
||||||
@@ -100,7 +100,7 @@
|
@@ -100,17 +100,17 @@
|
||||||
"aws-sdk": "^2.637.0",
|
"aws-sdk": "^2.637.0",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
|
@ -127,6 +127,19 @@ Use debian packaged node modules when available
|
||||||
"bootstrap": "4.5.3",
|
"bootstrap": "4.5.3",
|
||||||
"cache-loader": "^4.1.0",
|
"cache-loader": "^4.1.0",
|
||||||
"canvas-confetti": "^1.4.0",
|
"canvas-confetti": "^1.4.0",
|
||||||
|
- "clipboard": "^2.0.8",
|
||||||
|
- "codemirror": "^5.48.4",
|
||||||
|
+ "clipboard": "link:/usr/share/nodejs/clipboard",
|
||||||
|
+ "codemirror": "link:/usr/share/nodejs/codemirror",
|
||||||
|
"codesandbox-api": "0.0.23",
|
||||||
|
"compression-webpack-plugin": "^5.0.2",
|
||||||
|
"copy-webpack-plugin": "^6.4.1",
|
||||||
|
"core-js": "^3.21.1",
|
||||||
|
- "cron-validator": "^1.1.1",
|
||||||
|
+ "cron-validator": "link:/usr/share/nodejs/cron-validator",
|
||||||
|
"cronstrue": "^1.122.0",
|
||||||
|
"cropper": "^2.3.0",
|
||||||
|
"css-loader": "^2.1.1",
|
||||||
@@ -135,31 +135,31 @@
|
@@ -135,31 +135,31 @@
|
||||||
"jed": "^1.1.1",
|
"jed": "^1.1.1",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue