Commit graph

21 commits

Author SHA1 Message Date
Hedtke, Moritz 5fa469b6f2
wordpress: 5.7.1 -> 5.7.2 2021-05-26 18:26:16 +02:00
Martin Weinelt 81229d3afe
wordpress: 5.6.2 -> 5.7.1
Fixes: CVE-2021-29447, CVE-2021-29450
2021-04-22 13:14:39 +02:00
R. RyanTM f272c366f4 wordpress: 5.5.3 -> 5.6.2 2021-03-10 03:16:54 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
freezeboy 1a7131a842 wordpress: 5.5.1 -> 5.5.3 2020-11-08 19:56:56 -08:00
ajs124 c56f278337 wordpress: 5.4.2 -> 5.5.1 2020-09-19 21:41:19 +02:00
Martin Weinelt f422d6582d
wordpress: add passthru.tests 2020-06-24 17:00:45 +02:00
Martin Weinelt e6d5fec97d
wordpress: 5.4.1 -> 5.4.2
Fixes: CVE-2020-4049
Closes: #91305
2020-06-24 17:00:39 +02:00
Martin Weinelt 3bc4b4d843
wordpress: 5.4 → 5.4.1
Fixes: CVE-2020-11030, CVE-2020-11029, CVE-2020-11028, CVE-2020-11027, CVE-2020-11026, CVE-2020-11025
2020-05-06 15:08:17 +02:00
R. RyanTM 1e7135120d wordpress: 5.3.2 -> 5.4 2020-04-07 20:45:50 +00:00
Markus Kowalewski bebb222d4a wordpress: 5.3 -> 5.3.2 2020-01-04 18:32:38 +01:00
R. RyanTM 98c6633430 wordpress: 5.2.4 -> 5.3 2020-01-04 18:32:38 +01:00
Aaron Andersen 327d406f03 wordpress: 5.2.3 -> 5.2.4 2019-10-18 19:05:35 -04:00
Martin Milata 6a42202beb wordpress: 5.2.2 -> 5.2.3
https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/
2019-09-22 14:33:03 +02:00
Aaron Andersen e1857b7808 wordpress: 5.02 -> 5.2.2 2019-07-03 11:47:33 -04:00
Falco Peijnenburg 4dc18cb059 Wordpress: 4.9.1 -> 5.0.2 2019-01-03 10:44:12 +01:00
Piotr Bogdan 8eccb7d2c7 wordpress: 4.9 -> 4.9.1 2017-11-30 15:11:42 +00:00
Piotr Bogdan 691e1d06eb wordpress: 4.8.3 -> 4.9 2017-11-23 15:54:23 +00:00
Bas van Dijk e55d49bb1a wordpress: 4.7.4 -> 4.8.3 2017-10-31 17:21:22 +01:00
Bas van Dijk b9371e83e4 wordpress: 4.7.3 -> 4.7.4
See: https://wordpress.org/news/2017/04/wordpress-4-7-4/
2017-04-27 17:28:08 +02:00
Bas van Dijk 308c09d41f wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements (#23837)
* Moved the wordpress sources derivation to the attribute pkgs.wordpress. This
  makes it easier to override.

* Also introduce the `package` option for the wordpress virtual host config which
  defaults to pkgs.wordpress.

* Also fixed the test in nixos/tests/wordpress.nix.
2017-03-14 16:11:51 +01:00