Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

redmine: 4.0.3 -> 4.0.4

(cherry picked from commit b5ab8bc5e928c6b48ba6e86c83d1a6fc72eade46)

+93 -102
+1 -1
pkgs/applications/version-management/redmine/4.x/Gemfile
··· 2 2 3 3 gem "bundler", ">= 1.5.0" 4 4 5 - gem "rails", "5.2.2.1" 5 + gem "rails", "5.2.3" 6 6 gem "rouge", "~> 3.3.0" 7 7 gem "request_store", "1.0.5" 8 8 gem "mini_mime", "~> 1.0.1"
+49 -50
pkgs/applications/version-management/redmine/4.x/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - actioncable (5.2.2.1) 5 - actionpack (= 5.2.2.1) 4 + actioncable (5.2.3) 5 + actionpack (= 5.2.3) 6 6 nio4r (~> 2.0) 7 7 websocket-driver (>= 0.6.1) 8 - actionmailer (5.2.2.1) 9 - actionpack (= 5.2.2.1) 10 - actionview (= 5.2.2.1) 11 - activejob (= 5.2.2.1) 8 + actionmailer (5.2.3) 9 + actionpack (= 5.2.3) 10 + actionview (= 5.2.3) 11 + activejob (= 5.2.3) 12 12 mail (~> 2.5, >= 2.5.4) 13 13 rails-dom-testing (~> 2.0) 14 - actionpack (5.2.2.1) 15 - actionview (= 5.2.2.1) 16 - activesupport (= 5.2.2.1) 14 + actionpack (5.2.3) 15 + actionview (= 5.2.3) 16 + activesupport (= 5.2.3) 17 17 rack (~> 2.0) 18 18 rack-test (>= 0.6.3) 19 19 rails-dom-testing (~> 2.0) ··· 21 21 actionpack-xml_parser (2.0.1) 22 22 actionpack (>= 5.0) 23 23 railties (>= 5.0) 24 - actionview (5.2.2.1) 25 - activesupport (= 5.2.2.1) 24 + actionview (5.2.3) 25 + activesupport (= 5.2.3) 26 26 builder (~> 3.1) 27 27 erubi (~> 1.4) 28 28 rails-dom-testing (~> 2.0) 29 29 rails-html-sanitizer (~> 1.0, >= 1.0.3) 30 - activejob (5.2.2.1) 31 - activesupport (= 5.2.2.1) 30 + activejob (5.2.3) 31 + activesupport (= 5.2.3) 32 32 globalid (>= 0.3.6) 33 - activemodel (5.2.2.1) 34 - activesupport (= 5.2.2.1) 35 - activerecord (5.2.2.1) 36 - activemodel (= 5.2.2.1) 37 - activesupport (= 5.2.2.1) 33 + activemodel (5.2.3) 34 + activesupport (= 5.2.3) 35 + activerecord (5.2.3) 36 + activemodel (= 5.2.3) 37 + activesupport (= 5.2.3) 38 38 arel (>= 9.0) 39 - activestorage (5.2.2.1) 40 - actionpack (= 5.2.2.1) 41 - activerecord (= 5.2.2.1) 39 + activestorage (5.2.3) 40 + actionpack (= 5.2.3) 41 + activerecord (= 5.2.3) 42 42 marcel (~> 0.3.1) 43 - activesupport (5.2.2.1) 43 + activesupport (5.2.3) 44 44 concurrent-ruby (~> 1.0, >= 1.0.2) 45 45 i18n (>= 0.7, < 2) 46 46 minitest (~> 5.1) ··· 56 56 rack (>= 1.0.0) 57 57 rack-test (>= 0.5.4) 58 58 xpath (>= 2.0, < 4.0) 59 - childprocess (0.9.0) 60 - ffi (~> 1.0, >= 1.0.11) 59 + childprocess (1.0.1) 60 + rake (< 13.0) 61 61 concurrent-ruby (1.1.5) 62 62 crass (1.0.4) 63 63 css_parser (1.7.0) 64 64 addressable 65 - csv (3.0.6) 65 + csv (3.0.9) 66 66 docile (1.1.5) 67 67 erubi (1.8.0) 68 - ffi (1.10.0) 69 68 globalid (0.4.2) 70 69 activesupport (>= 4.2.0) 71 70 htmlentities (4.3.4) ··· 89 88 mysql2 (0.5.2) 90 89 net-ldap (0.16.1) 91 90 nio4r (2.3.1) 92 - nokogiri (1.10.2) 91 + nokogiri (1.10.3) 93 92 mini_portile2 (~> 2.4.0) 94 93 pg (1.1.4) 95 - public_suffix (3.0.3) 94 + public_suffix (3.1.0) 96 95 puma (3.12.1) 97 96 rack (2.0.7) 98 97 rack-openid (1.4.2) ··· 100 99 ruby-openid (>= 2.1.8) 101 100 rack-test (1.1.0) 102 101 rack (>= 1.0, < 3) 103 - rails (5.2.2.1) 104 - actioncable (= 5.2.2.1) 105 - actionmailer (= 5.2.2.1) 106 - actionpack (= 5.2.2.1) 107 - actionview (= 5.2.2.1) 108 - activejob (= 5.2.2.1) 109 - activemodel (= 5.2.2.1) 110 - activerecord (= 5.2.2.1) 111 - activestorage (= 5.2.2.1) 112 - activesupport (= 5.2.2.1) 102 + rails (5.2.3) 103 + actioncable (= 5.2.3) 104 + actionmailer (= 5.2.3) 105 + actionpack (= 5.2.3) 106 + actionview (= 5.2.3) 107 + activejob (= 5.2.3) 108 + activemodel (= 5.2.3) 109 + activerecord (= 5.2.3) 110 + activestorage (= 5.2.3) 111 + activesupport (= 5.2.3) 113 112 bundler (>= 1.3.0) 114 - railties (= 5.2.2.1) 113 + railties (= 5.2.3) 115 114 sprockets-rails (>= 2.0.0) 116 115 rails-dom-testing (2.0.3) 117 116 activesupport (>= 4.2.0) 118 117 nokogiri (>= 1.6) 119 118 rails-html-sanitizer (1.0.4) 120 119 loofah (~> 2.2, >= 2.2.2) 121 - railties (5.2.2.1) 122 - actionpack (= 5.2.2.1) 123 - activesupport (= 5.2.2.1) 120 + railties (5.2.3) 121 + actionpack (= 5.2.3) 122 + activesupport (= 5.2.3) 124 123 method_source 125 124 rake (>= 0.8.7) 126 125 thor (>= 0.19.0, < 2.0) ··· 132 131 redcarpet (3.4.0) 133 132 request_store (1.0.5) 134 133 rmagick (2.16.0) 135 - roadie (3.4.0) 134 + roadie (3.5.0) 136 135 css_parser (~> 1.4) 137 - nokogiri (~> 1.5) 136 + nokogiri (~> 1.8) 138 137 roadie-rails (1.3.0) 139 138 railties (>= 3.0, < 5.3) 140 139 roadie (~> 3.1) 141 140 rouge (3.3.0) 142 141 ruby-openid (2.3.0) 143 - rubyzip (1.2.2) 144 - selenium-webdriver (3.141.0) 145 - childprocess (~> 0.5) 142 + rubyzip (1.2.3) 143 + selenium-webdriver (3.142.3) 144 + childprocess (>= 0.5, < 2.0) 146 145 rubyzip (~> 1.2, >= 1.2.2) 147 146 simplecov (0.14.1) 148 147 docile (~> 1.1.0) ··· 160 159 thread_safe (0.3.6) 161 160 tzinfo (1.2.5) 162 161 thread_safe (~> 0.1) 163 - websocket-driver (0.7.0) 162 + websocket-driver (0.7.1) 164 163 websocket-extensions (>= 0.1.0) 165 - websocket-extensions (0.1.3) 164 + websocket-extensions (0.1.4) 166 165 xpath (3.2.0) 167 166 nokogiri (~> 1.8) 168 167 yard (0.9.19) ··· 186 185 pg (~> 1.1.4) 187 186 puma (~> 3.7) 188 187 rack-openid 189 - rails (= 5.2.2.1) 188 + rails (= 5.2.3) 190 189 rails-dom-testing 191 190 rbpdf (~> 1.19.6) 192 191 redcarpet (~> 3.4.0)
+2 -2
pkgs/applications/version-management/redmine/4.x/default.nix
··· 1 1 { stdenv, fetchurl, bundlerEnv, ruby }: 2 2 3 3 let 4 - version = "4.0.3"; 4 + version = "4.0.4"; 5 5 rubyEnv = bundlerEnv { 6 6 name = "redmine-env-${version}"; 7 7 ··· 15 15 16 16 src = fetchurl { 17 17 url = "https://www.redmine.org/releases/${name}.tar.gz"; 18 - sha256 = "1wyfl08sq71n4c2hc0fv1dfblykq5i3mbqyjdswk26md8dcmw8ac"; 18 + sha256 = "0i5bmgdi3mahbis9hn0hk53rnz4ihp9yij4b4i07ny9vf3n4kp1a"; 19 19 }; 20 20 21 21 buildInputs = [ rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler ];
+41 -49
pkgs/applications/version-management/redmine/4.x/gemset.nix
··· 3 3 dependencies = ["actionpack" "nio4r" "websocket-driver"]; 4 4 source = { 5 5 remotes = ["https://rubygems.org"]; 6 - sha256 = "1x5fxhsr2mxq5r6258s48xsn7ld081d3qaavppvj7yp7w9vqn871"; 6 + sha256 = "04wd9rf8sglrqc8jz49apqcxbi51gdj7l1apf5qr4i86iddk6pkm"; 7 7 type = "gem"; 8 8 }; 9 - version = "5.2.2.1"; 9 + version = "5.2.3"; 10 10 }; 11 11 actionmailer = { 12 12 dependencies = ["actionpack" "actionview" "activejob" "mail" "rails-dom-testing"]; 13 13 source = { 14 14 remotes = ["https://rubygems.org"]; 15 - sha256 = "10n2v2al68rsq5ghrdp7cpycsc1q0m19fcd8cd5i528n30nl23iw"; 15 + sha256 = "15laym06zcm2021qdhlyr6y9jn1marw436i89hcxqg14a8zvyvwa"; 16 16 type = "gem"; 17 17 }; 18 - version = "5.2.2.1"; 18 + version = "5.2.3"; 19 19 }; 20 20 actionpack = { 21 21 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; 22 22 source = { 23 23 remotes = ["https://rubygems.org"]; 24 - sha256 = "1lxqzxa728dqg42yw0q4hqkaawqagiw1k0392an2ghjfgb16pafx"; 24 + sha256 = "1s2iay17i2k0xx36cmnpbrmr5w6x70jk7fq1d8w70xcdw5chm0w1"; 25 25 type = "gem"; 26 26 }; 27 - version = "5.2.2.1"; 27 + version = "5.2.3"; 28 28 }; 29 29 actionpack-xml_parser = { 30 30 dependencies = ["actionpack" "railties"]; ··· 39 39 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; 40 40 source = { 41 41 remotes = ["https://rubygems.org"]; 42 - sha256 = "0832vlx37rly8ryfgi01b20mld8b3bv9cg62n5wax4zpzgn6jdxb"; 42 + sha256 = "1v49rgf8305grqf6gq7qa47qhamr369igyy0giycz60x86afyr4h"; 43 43 type = "gem"; 44 44 }; 45 - version = "5.2.2.1"; 45 + version = "5.2.3"; 46 46 }; 47 47 activejob = { 48 48 dependencies = ["activesupport" "globalid"]; 49 49 source = { 50 50 remotes = ["https://rubygems.org"]; 51 - sha256 = "1zma452lc3qp4a7r10zbdmsci0kv9a3gnk4da2apbdrc8fib5mr3"; 51 + sha256 = "17vizibxbsli5yppgrvmw13wj7a9xy19s5nqxf1k23bbk2s5b87s"; 52 52 type = "gem"; 53 53 }; 54 - version = "5.2.2.1"; 54 + version = "5.2.3"; 55 55 }; 56 56 activemodel = { 57 57 dependencies = ["activesupport"]; 58 58 source = { 59 59 remotes = ["https://rubygems.org"]; 60 - sha256 = "1idmvqvpgri34k31s44pjb88rc3jad3yxra7fd1kpidpnv5f3v65"; 60 + sha256 = "0mghh9di8011ara9h1r5a216yzk1vjm9r3p0gdvdi8j1zmkl6k6h"; 61 61 type = "gem"; 62 62 }; 63 - version = "5.2.2.1"; 63 + version = "5.2.3"; 64 64 }; 65 65 activerecord = { 66 66 dependencies = ["activemodel" "activesupport" "arel"]; 67 67 source = { 68 68 remotes = ["https://rubygems.org"]; 69 - sha256 = "1c5cz9v7ggpqjxf0fqs1xhy1pb9m34cp31pxarhs9aqb71qjl98v"; 69 + sha256 = "0d6036f592803iyvp6bw98p3sg638mia5dbw19lvachx6jgzfvpw"; 70 70 type = "gem"; 71 71 }; 72 - version = "5.2.2.1"; 72 + version = "5.2.3"; 73 73 }; 74 74 activestorage = { 75 75 dependencies = ["actionpack" "activerecord" "marcel"]; 76 76 source = { 77 77 remotes = ["https://rubygems.org"]; 78 - sha256 = "155xpbzrz0kr0argx0vsh5prvadd2h1g1m61kdiabvfy2iygc02n"; 78 + sha256 = "04is6ipjqw1f337i8pm8w5bd99rpygqfd0fzzxkr7jd308ggmsjk"; 79 79 type = "gem"; 80 80 }; 81 - version = "5.2.2.1"; 81 + version = "5.2.3"; 82 82 }; 83 83 activesupport = { 84 84 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"]; 85 85 source = { 86 86 remotes = ["https://rubygems.org"]; 87 - sha256 = "161bp4p01v1a1lvszrhd1a02zf9x1p1l1yhw79a3rix1kvzkkdqb"; 87 + sha256 = "110vp4frgkw3mpzlmshg2f2ig09cknls2w68ym1r1s39d01v0mi8"; 88 88 type = "gem"; 89 89 }; 90 - version = "5.2.2.1"; 90 + version = "5.2.3"; 91 91 }; 92 92 addressable = { 93 93 dependencies = ["public_suffix"]; ··· 124 124 version = "2.18.0"; 125 125 }; 126 126 childprocess = { 127 - dependencies = ["ffi"]; 127 + dependencies = ["rake"]; 128 128 source = { 129 129 remotes = ["https://rubygems.org"]; 130 - sha256 = "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p"; 130 + sha256 = "1d2gasf988jh2k3fjb7i54c68rq6ni6jf9w0gnsfhrq94a6mprkz"; 131 131 type = "gem"; 132 132 }; 133 - version = "0.9.0"; 133 + version = "1.0.1"; 134 134 }; 135 135 concurrent-ruby = { 136 136 source = { ··· 160 160 csv = { 161 161 source = { 162 162 remotes = ["https://rubygems.org"]; 163 - sha256 = "1zvchwfkdkljnslqakagbnw76vs01xwpjrynrawfanzn376c6bcd"; 163 + sha256 = "097rl10ivzlya5640530ayls2f1vid2mfgjy9ngd789qmp0j6x4b"; 164 164 type = "gem"; 165 165 }; 166 - version = "3.0.6"; 166 + version = "3.0.9"; 167 167 }; 168 168 docile = { 169 169 source = { ··· 180 180 type = "gem"; 181 181 }; 182 182 version = "1.8.0"; 183 - }; 184 - ffi = { 185 - source = { 186 - remotes = ["https://rubygems.org"]; 187 - sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p"; 188 - type = "gem"; 189 - }; 190 - version = "1.10.0"; 191 183 }; 192 184 globalid = { 193 185 dependencies = ["activesupport"]; ··· 334 326 dependencies = ["mini_portile2"]; 335 327 source = { 336 328 remotes = ["https://rubygems.org"]; 337 - sha256 = "0sy96cc8i5y4p67fhf4d9c6sg8ymrrva21zyvzw55l0pa1582wx2"; 329 + sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4"; 338 330 type = "gem"; 339 331 }; 340 - version = "1.10.2"; 332 + version = "1.10.3"; 341 333 }; 342 334 pg = { 343 335 source = { ··· 350 342 public_suffix = { 351 343 source = { 352 344 remotes = ["https://rubygems.org"]; 353 - sha256 = "08q64b5br692dd3v0a9wq9q5dvycc6kmiqmjbdxkxbfizggsvx6l"; 345 + sha256 = "1c7c5xxkx91hwj4572hbnyvxmydb90q69wlpr2l0dxrmwx2p365l"; 354 346 type = "gem"; 355 347 }; 356 - version = "3.0.3"; 348 + version = "3.1.0"; 357 349 }; 358 350 puma = { 359 351 source = { ··· 393 385 dependencies = ["actioncable" "actionmailer" "actionpack" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails"]; 394 386 source = { 395 387 remotes = ["https://rubygems.org"]; 396 - sha256 = "1jxmwrykwgbn116hhmi7h75hcsdifhj89wk12m7ch2f3mn1lrmp9"; 388 + sha256 = "1p7cszi3n9ksxchxnccmz61pd1i3rjg4813dsdinsm8xm5k1pdgr"; 397 389 type = "gem"; 398 390 }; 399 - version = "5.2.2.1"; 391 + version = "5.2.3"; 400 392 }; 401 393 rails-dom-testing = { 402 394 dependencies = ["activesupport" "nokogiri"]; ··· 420 412 dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor"]; 421 413 source = { 422 414 remotes = ["https://rubygems.org"]; 423 - sha256 = "0al6mvh2jvr3n7cxkx0yvhgiiarby6gxc93vl5xg1yxkvx27qzd6"; 415 + sha256 = "1gn9fwb5wm08fbj7zpilqgblfl315l5b7pg4jsvxlizvrzg8h8q4"; 424 416 type = "gem"; 425 417 }; 426 - version = "5.2.2.1"; 418 + version = "5.2.3"; 427 419 }; 428 420 rake = { 429 421 source = { ··· 478 470 dependencies = ["css_parser" "nokogiri"]; 479 471 source = { 480 472 remotes = ["https://rubygems.org"]; 481 - sha256 = "0l3s80394yijvz0fsvfkw0azsi9yxsdkxd8lpas0bd7wlndjvmxx"; 473 + sha256 = "0b2qgr725hnscz3ldb607gwgjkr47ncs1jjnk6zh0h70p5dxrk2d"; 482 474 type = "gem"; 483 475 }; 484 - version = "3.4.0"; 476 + version = "3.5.0"; 485 477 }; 486 478 roadie-rails = { 487 479 dependencies = ["railties" "roadie"]; ··· 511 503 rubyzip = { 512 504 source = { 513 505 remotes = ["https://rubygems.org"]; 514 - sha256 = "1n1lb2sdwh9h27y244hxzg1lrxxg2m53pk1vq7p33bna003qkyrj"; 506 + sha256 = "1w9gw28ly3zyqydnm8phxchf4ymyjl2r7zf7c12z8kla10cpmhlc"; 515 507 type = "gem"; 516 508 }; 517 - version = "1.2.2"; 509 + version = "1.2.3"; 518 510 }; 519 511 selenium-webdriver = { 520 512 dependencies = ["childprocess" "rubyzip"]; 521 513 source = { 522 514 remotes = ["https://rubygems.org"]; 523 - sha256 = "114hv2ajmh6d186v2w887yqakqcxyxq367l0iakrrpvwviknrhfs"; 515 + sha256 = "0i0jr4qrcvg5isc11ivjw7f9gywbimnz613k82bfcrnlzdf90mxy"; 524 516 type = "gem"; 525 517 }; 526 - version = "3.141.0"; 518 + version = "3.142.3"; 527 519 }; 528 520 simplecov = { 529 521 dependencies = ["docile" "json" "simplecov-html"]; ··· 589 581 dependencies = ["websocket-extensions"]; 590 582 source = { 591 583 remotes = ["https://rubygems.org"]; 592 - sha256 = "1551k3fs3kkb3ghqfj3n5lps0ikb9pyrdnzmvgfdxy8574n4g1dn"; 584 + sha256 = "1bxamwqldmy98hxs5pqby3andws14hl36ch78g0s81gaz9b91nj2"; 593 585 type = "gem"; 594 586 }; 595 - version = "0.7.0"; 587 + version = "0.7.1"; 596 588 }; 597 589 websocket-extensions = { 598 590 source = { 599 591 remotes = ["https://rubygems.org"]; 600 - sha256 = "034sdr7fd34yag5l6y156rkbhiqgmy395m231dwhlpcswhs6d270"; 592 + sha256 = "00i624ng1nvkz1yckj3f8yxxp6hi7xaqf40qh9q3hj2n1l9i8g6m"; 601 593 type = "gem"; 602 594 }; 603 - version = "0.1.3"; 595 + version = "0.1.4"; 604 596 }; 605 597 xpath = { 606 598 dependencies = ["nokogiri"];