Yaya
135cf4f8f9
gitlab: 16.8.1 -> 16.9.2
...
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.8.2-ee/CHANGELOG.md
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.9.2-ee/CHANGELOG.md
Fixes CVE-2023-6386
Fixes CVE-2023-6840
Fixes CVE-2024-0199
Fixes CVE-2024-1066
Fixes CVE-2024-1250
Fixes CVE-2024-1299
Co-Authored-By: ajs124 <git@ajs124.de>
2024-03-19 13:47:55 +01:00
stuebinm
ff1a94e523
treewide: add meta.mainProgram to packages with a single binary
...
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Sergei Trofimovich
70a827d91b
rubyPackages.ovirt-engine-sdk: drop upstreamed patch
...
Without the change build fails on` master` as
https://hydra.nixos.org/build/249503515 :
Running phase: patchPhase
applying patch /nix/store/9f30k5j6jdmdycfxxkir2vv4zqhfvpvd-b596b919bc7857fdc0fc1c61a8cb7eab32cfc2db.patch
patching file ext/ovirtsdk4c/ov_http_request.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2024-02-25 12:01:56 +00:00
github-actions[bot]
40b6ee19fc
Merge staging-next into staging
2024-02-12 06:01:21 +00:00
Mario Rodas
5a7b453b37
Merge pull request #239168 from NickCao/ruby-msgpack
...
rubyPackages.msgpack: drop nonexistent dependency on msgpack
2024-02-11 20:51:52 -05:00
Mario Rodas
9edbd729da
bundler: 2.5.5 -> 2.5.6
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.6/bundler/CHANGELOG.md
2024-02-08 04:20:00 +00:00
ajs124
b37344b7a0
ruby-modules/gem-config: prometheus-client-mmap 1.1.0 support
2024-01-31 17:48:57 +01:00
ajs124
aceb9c97d7
ruby-modules/gem-config: make prometheus-client-mmap not have a rustc runtime dependency
2024-01-26 12:43:46 +01:00
Mario Rodas
0a97ca4a0a
bundler: 2.5.4 -> 2.5.5
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.5/bundler/CHANGELOG.md
2024-01-19 04:20:00 +00:00
Sandro
ffe149b1c4
buildRubyGem: only use major minor in name ( #229469 )
...
This is similar to what pythonXxxPackages does and reduces the noise
`nix store diff-closure`
2024-01-15 09:21:47 +01:00
Nick Cao
70d943295c
rubyPackages.msgpack: drop nonexistent dependency on msgpack
2024-01-15 00:14:29 -05:00
Mario Rodas
ac17462172
bundler: 2.5.3 -> 2.5.4
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.4/bundler/CHANGELOG.md
2024-01-13 04:20:00 +00:00
K900
e7b611e59d
Merge remote-tracking branch 'origin/master' into staging-next
2024-01-12 13:59:54 +03:00
Mario Rodas
349431381b
Merge pull request #280319 from trofi/ruby-modules-gemtype-eval
...
ruby-modules/bundled-common: do not define `gemType` for `null` packages
2024-01-12 00:17:02 -05:00
github-actions[bot]
06797d4df4
Merge master into staging-next
2024-01-11 18:01:20 +00:00
Sergei Trofimovich
38b39dd404
ruby-modules/bundled-common: do not define gemType
for null
packages
...
Without the change `gemType` gets defined via `null` attrset that
exposes unevaluatable attribute:
nix-repl> ronin.gemType
error:
… while evaluating the attribute 'gemType'
at pkgs/development/ruby-modules/bundled-common/default.nix:122:30:
121| inherit ruby bundler gems confFiles envPaths;
122| inherit (gems.${pname}) gemType;
| ^
123|
… while evaluating an attribute name
error: value is null while a string was expected
After the change `passthru` does not expose a `gemType` if `pname` is
`null`.
2024-01-11 17:25:31 +00:00
ajs124
07ea0d4e67
ruby-modules/gem-config: add prometheus-client-mmap rust dependency
2024-01-11 15:37:01 +01:00
Weijia Wang
eb5334c27d
Merge branch 'master' into staging-next
2024-01-03 03:22:40 +01:00
ajs124
02ad3159b0
ruby_2_7: remove
2024-01-02 15:30:06 +01:00
Mario Rodas
bbb03d02c5
bundler: 2.4.22 -> 2.5.3
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.3/bundler/CHANGELOG.md
2023-12-23 04:20:00 +00:00
Mario Rodas
b0a49f1bf1
bundix: update homepage
2023-11-25 15:13:18 +01:00
Mario Rodas
0e0c9a6646
bundix: fix license attribute
2023-11-25 15:13:18 +01:00
Kirill Radzikhovskyy
b95976f77c
rubyPackages: gtk2 -> gtk3
...
gtk3 and gdk3
2023-11-17 16:00:21 +11:00
github-actions[bot]
9776723357
Merge master into staging-next
2023-11-11 18:00:58 +00:00
Steve Purcell
504116975f
ruby-modules/gem-config: relax hardening to avoid google-protobuf build failure
2023-11-11 11:26:04 +00:00
Anthony Roussel
2da03102c5
bundler: 2.4.21 -> 2.4.22
...
https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.22
2023-11-09 21:05:06 +01:00
Randy Eckenrode
b4f75edb07
rubyPackages.iconv: fix build with clang 16
...
Fix incompatible function pointer conversion errors.
2023-11-03 16:35:05 -04:00
Vladimír Čunát
47b0ad3d47
Merge #257301 : cairo: 1.16.0 -> 1.18.0
...
...into staging
2023-10-25 13:05:42 +02:00
Alyssa Ross
a1887ed539
rubyPackages.cairo-gobject: add expat build input
...
Currently, this is propagated from cairo, but that will soon no longer
be the case.
2023-10-20 22:02:58 +00:00
Mario Rodas
dfd0a2834a
bundler: 2.4.20 -> 2.4.21
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.21/bundler/CHANGELOG.md
2023-10-20 04:20:00 +00:00
github-actions[bot]
8e8fc73296
Merge master into staging-next
2023-10-18 12:01:25 +00:00
Mario Rodas
f1bae1e600
Merge pull request #243281 from tomeon/bundled-common-pathDerivation-add-suffix-and-gemType-attrs
...
ruby-modules: add `suffix` and `gemType` in pathDerivation
2023-10-18 05:28:53 -05:00
github-actions[bot]
82bd4851b1
Merge master into staging-next
2023-09-30 06:00:59 +00:00
ajs124
122beeb894
ruby-modules/gem-config/re2: use our re2 instead of vendored
...
required after 2.0.0
2023-09-30 07:26:36 +02:00
Mario Rodas
5ba0c43b46
bundler: 2.4.19 -> 2.4.20
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.20/bundler/CHANGELOG.md
2023-09-27 04:20:00 +00:00
Mario Rodas
c8705bc056
bundler: 2.4.18 -> 2.4.19
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.19/bundler/CHANGELOG.md
2023-08-19 04:20:00 +00:00
github-actions[bot]
b4856800a9
Merge staging-next into staging
2023-08-11 06:01:25 +00:00
Ch1keen
d2ba75ff68
rubyPackages.pwntools: init at 1.2.1
2023-08-10 22:09:27 +09:00
github-actions[bot]
bb21178e5c
Merge master into staging-next
2023-08-07 00:01:58 +00:00
Artturi
5c5bdd7b93
Merge pull request #240000 from aidalgol/jekyll-fixes
2023-08-07 00:50:37 +03:00
Mario Rodas
f3bb6aa4b5
bundler: 2.4.17 -> 2.4.18
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.18/bundler/CHANGELOG.md
2023-08-06 04:20:00 +00:00
github-actions[bot]
1f2d6d5548
Merge master into staging-next
2023-07-30 12:01:17 +00:00
Seong Yong-ju
6138453384
ruby-lsp: init at 0.7.4
2023-07-29 04:23:13 +09:00
Vladimír Čunát
1c0d654684
Merge #239191 : treewide: gobject-introspection from buildInputs to nativeBuildInputs
...
...into staging
2023-07-26 20:53:32 +02:00
github-actions[bot]
045f0259fe
Merge master into staging-next
2023-07-22 12:01:28 +00:00
Felix Bühler
0a2745684e
Merge pull request #239624 from Stunkymonkey/use-optionalString-then
...
treewide: use optionalString instead of 'then ""'
2023-07-22 13:02:47 +02:00
Mario Rodas
ef619b5e3b
bundler: 2.4.16 -> 2.4.17
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.17/bundler/CHANGELOG.md
2023-07-16 04:20:00 +00:00
Matt Schreiber
1fa68aa252
ruby-modules: add suffix
and gemType
in pathDerivation
...
as required by the changes introduced in
6077061403
2023-07-12 22:50:03 -04:00
Mario Rodas
e66445492b
bundler: 2.4.15 -> 2.4.16
...
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.16/bundler/CHANGELOG.md
2023-07-11 04:20:00 +00:00
github-actions[bot]
cdb00fdc73
Merge master into staging-next
2023-07-07 06:01:26 +00:00