3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

617 commits

Author SHA1 Message Date
github-actions[bot] f303d4de3b
Merge staging-next into staging 2022-04-09 12:02:07 +00:00
Maximilian Bosch dfc0ddaa87
wiki-js: 2.5.276 -> 2.5.277
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.277
2022-04-08 18:44:16 +02:00
Maximilian Bosch 2e2aed7100
wiki-js: add update script 2022-04-08 18:44:02 +02:00
Martin Weinelt bf1914e12a Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-05 04:05:02 +02:00
Lassulus 5bae60beee
Merge pull request #158000 from iblech/patch-whitebophir1.17.0
whitebophir: 1.16.0 -> 1.17.0
2022-04-04 17:07:50 +01:00
ajs124 9ae3813cda
Merge pull request #167147 from iblech/patch-ethercalc-node14
ethercalc: migrate from nodejs-12_x to nodejs-14_x
2022-04-04 17:51:30 +02:00
Ingo Blechschmidt be8f812fca ethercalc: migrate from nodejs-12_x to nodejs-14_x 2022-04-04 10:03:00 +02:00
github-actions[bot] ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross 8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
7c6f434c 8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Artturi 83063f39b2
Merge pull request #166780 from Artturin/removedeadddir 2022-04-01 11:10:12 +03:00
Artturin 34fd00a5b8 pkgs: remove dead dir 2022-04-01 10:33:51 +03:00
Martin Weinelt 1e2c1b8372
mediawiki: 1.37.1 -> 1.37.2
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/YJNXKPV5Z56NSUQ4G3SXPDUIZG5EQ7UR/

Fixes: CVE-2022-28202, CVE-2022-22801, CVE-2022-28203, CVE-2022-28204
2022-04-01 00:03:42 +02:00
github-actions[bot] 9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Ember 'n0emis' Keske 313b1dc9d0
nixos/netbox: add nixos test 2022-03-30 22:24:34 +02:00
Ember 'n0emis' Keske ce84aa3051
netbox: init at 3.1.10 2022-03-30 22:24:31 +02:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Doron Behar 4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Sandro 5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1 2022-03-22 07:27:54 +01:00
Naïm Favier 9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
P. R. d. O f7563d8295
wordpress: 5.9 -> 5.9.2 2022-03-18 19:14:29 -06:00
Felix Buehler 2ef96d712b morty: switch to fetchFromGitHub 2022-03-14 19:32:49 +01:00
Maximilian Bosch 024abf923b
wiki-js: 2.5.274 -> 2.5.276
ChangeLog:
* https://github.com/Requarks/wiki/releases/tag/v2.5.275
* https://github.com/Requarks/wiki/releases/tag/v2.5.276
2022-03-14 14:05:51 +01:00
Rémi NICOLE 17df62a937
shiori: fix NixOS test (#161969)
* nixos/tests/shiori: fix auth JSON

* shiori: link NixOS test in passthru.tests
2022-02-27 08:38:55 +02:00
Mario Rodas 88e67bc0c5
Merge pull request #161870 from r-ryantm/auto-update/shiori
shiori: 1.5.1 -> 1.5.2
2022-02-26 07:59:15 -05:00
Martin Weinelt 2d085ca93c
Merge pull request #160507 from mweinelt/wallabag 2022-02-25 23:43:39 +01:00
R. Ryantm 807e90c62a shiori: 1.5.1 -> 1.5.2 2022-02-25 19:08:40 +00:00
Renaud f1e10864a9
Merge pull request #159574 from r-ryantm/auto-update/moodle
moodle: 3.11.4 -> 3.11.5
2022-02-23 19:36:08 +01:00
R. Ryantm da95597fe8 shiori: 1.5.0 -> 1.5.1 2022-02-20 02:29:40 +00:00
R. RyanTM bec0ed753e
galene: 0.3.5 -> 0.4.4
(#150125)

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-19 23:45:18 +01:00
Martin Weinelt 71a8819e3d
wallabag: 2.4.2 -> 2.4.3
https://github.com/wallabag/wallabag/releases/tag/2.4.3
2022-02-17 22:06:28 +01:00
Olivier Marty 7852ea1596 nixos/matomo: point path.geoip2 outside of the nix store.
path.geoip2 pointed to the nix store which is read-only. Matomo was
failing to download a geoip2 database. See #64759.
2022-02-16 22:21:44 +03:00
Ryan Mulligan bfc3722d55
Merge pull request #157646 from ryantm/dev/ryantm/discourse2.9
discourse: 2.8.0.beta11 -> 2.9.0.beta1
2022-02-14 12:42:42 -08:00
R. Ryantm 4c3ec64764 jitsi-meet: 1.0.5675 -> 1.0.5818 2022-02-12 22:20:20 -08:00
R. Ryantm 1b082a3f71 moodle: 3.11.4 -> 3.11.5 2022-02-12 15:34:13 +00:00
R. Ryantm 963cb6d9e5 rss-bridge: 2021-04-25 -> 2022-01-20 2022-02-06 17:02:50 -08:00
R. Ryantm 495b80ea2c wordpress: 5.8.3 -> 5.9 2022-02-06 16:58:46 -08:00
Ingo Blechschmidt edd46c8611 whitebophir: 1.16.0 -> 1.17.0 2022-02-03 16:30:03 +01:00
Maximilian Bosch c66f3f6c51
Merge pull request #157375 from NixOS/bump-wiki-js
wiki-js: 2.5.272 -> 2.5.274
2022-01-30 11:59:42 +01:00
Maximilian Bosch 376934f4b7
plausible: 1.4.3 -> 1.4.4 (#157335)
ChangeLog: https://github.com/plausible/analytics/releases/tag/v1.4.4
2022-01-30 13:10:45 +09:00
Maximilian Bosch 9690362f62
wiki-js: 2.5.272 -> 2.5.274
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.274
2022-01-30 02:10:21 +01:00
Niklas Hambüchen 13f5c4c45b
Merge pull request #156731 from Ma27/bump-plausible
plausible: 1.4.0 -> 1.4.3
2022-01-29 22:32:15 +01:00
Ingo Blechschmidt 92eb5bc48e ethercalc: init at latest master (b19627) 2022-01-29 20:56:06 +01:00
Ryan Mulligan c0ddbde02f discourse: 2.8.0.beta11 -> 2.9.0.beta1 2022-01-27 16:42:23 -08:00
Maximilian Bosch d9ced149f8
Merge pull request #156316 from Ma27/bump-wiki-js
wiki-js: 2.5.268 -> 2.5.272
2022-01-26 00:17:42 +01:00
Maximilian Bosch e211c94b94
plausible: 1.4.0 -> 1.4.3
ChangeLog: https://github.com/plausible/analytics/blob/v1.4.3/CHANGELOG.md#unreleased

Also makes the option `services.plausible.releaseCookiePath` mandatory[1]: since Elixir
1.13 the `RELEASE_COOKIE` env-var *must* be set, otherwise the startup
fails[2]. Since we drop `$out/releases/COOKIE` in the `fixupPhase` of
`mixRelease` and Elixir seems to always attempt to generate such a
file[3], I figured it's reasonable to just make it mandatory now.

Closes #155575

[1] https://nixos.org/manual/nixos/stable/options.html#opt-services.plausible.releaseCookiePath
[2] f24eb2c1ef /
    https://github.com/elixir-lang/elixir/issues/11114
[3] https://hexdocs.pm/mix/Mix.Tasks.Release.html, see `:cookie`
2022-01-25 17:19:49 +01:00
Ryan Mulligan e57a85ecb4
Merge pull request #154951 from ryantm/discourse2.8.0.beta11
discourse: 2.8.0.beta10 -> 2.8.0.beta11
2022-01-25 07:35:33 -08:00
Patrick Hilhorst 4ed7bed68d
Merge branch 'master' into nixos-tests-missing 2022-01-24 12:05:30 +01:00