| 29 Oct 2022 |
Pol | PHP October bump: https://github.com/NixOS/nixpkgs/pull/198406 | 06:36:21 |
Pol | Security ! ^^ | 10:03:30 |
Andreas Schrägle | seems like they didn't do a release for php74? | 22:52:47 |
| 30 Oct 2022 |
Pol | In reply to @andreas.schraegle:helsinki-systems.de seems like they didn't do a release for php74? Looks like yeah | 05:09:08 |
@etu:failar.nu | It's almost EOL anyways :) | 09:13:14 |
@etu:failar.nu | And we just migrated from 7.3 at work! Actually up to 8.1 while at it lol | 09:13:42 |
| 31 Oct 2022 |
philipp | PHP EOLs always come as such a surprise, don't they? 😄
I start telling my boss-man about "we need to migrate our stuff away from php-X in march and yet we are always surprised when December comes. | 08:36:21 |
| tinybronca changed their display name from underpantsgnome! to underpantsgnome. | 20:18:58 |
| 8 Nov 2022 |
| pbsds changed their profile picture. | 00:46:33 |
| 9 Nov 2022 |
@etu:failar.nu | Somehow we have lost the maintainers arrays from phpPackages packages | 14:37:48 |
@etu:failar.nu | ~/code/nixpkgs $ nix repl .
nix-repl> :p php.packages.composer.meta
{ available = true; broken = false; insecure = false; mainProgram = "composer"; name = "php-composer-2.4.4"; outputsToInstall = [ "out" ]; position = "/home/etu/code/nixpkgs/pkgs/development/php-packages/composer/default.nix:7"; unfree = false; unsupported = false; }
| 14:38:30 |
@etu:failar.nu | However I can see it in the code, so my best guess is that it has something to do with https://github.com/NixOS/nixpkgs/commit/58919907a73f2bd0329f8943875d7bab9c5eca8e | 14:41:26 |
@etu:failar.nu | Yep, I can confirm locally that removing the setting of meta.mainProgram in the mkDerivation definition gets us the maintainers list back. | 14:42:48 |
Pol | This is maybe the reason why I was not ping anymore | 14:48:01 |
Pol | There's this PR that I haven't seen: https://github.com/NixOS/nixpkgs/pull/198037 | 14:49:26 |
@etu:failar.nu | Yeah, I RSS the updates regarding packages that I maintain via repology and just got a whole bunch of updates that I stopped receiving updates for all php packages. So I was curious about that 😉 | 14:49:47 |
Pol | nice finding | 14:50:15 |
Jan Tojnar | maybe we should just drop the mkDerivation | 18:21:24 |
Jan Tojnar | I do not really see a point prefixing the package name with php https://github.com/ilkecan/nixpkgs/commit/06e0ede06ec1b2e97637b93e2b00c1eb9c71d3a6 | 18:21:43 |
| 10 Nov 2022 |
Pol | We need senior review here: https://github.com/NixOS/nixpkgs/pull/198470 | 13:01:35 |
Pol | It modifies the PHP stuff | 13:01:44 |
| 11 Nov 2022 |
ma27 | friendly ping re the PR linked above, would be cool to get some more reviewers on that :) | 22:43:16 |
| 12 Nov 2022 |
Pol | Thanks etu! | 08:01:57 |
@etu:failar.nu | Pol: I was thinking about this NTS/ZTS thing | 10:08:31 |
Pol | yep | 10:08:39 |
Pol | me too :) | 10:08:42 |
@etu:failar.nu | Why is it depending on isDarwin? | 10:08:57 |
@etu:failar.nu | Is it because ZTS doesn't work on darwin or something like that? | 10:09:15 |
Pol | No, zts was mostly used because of mod_php on apache | 10:09:47 |
@etu:failar.nu | Then it's weird that it depends on isDarwin 😛 | 10:10:24 |