| 27 Oct 2022 |
Pol | And php82 rc5: https://github.com/fossar/nix-phps/pull/163 | 19:34:36 |
| 28 Oct 2022 |
Andreas Schrägle | has anyone here seem more occurrences of stuff like https://github.com/NixOS/nixpkgs/issues/197726? | 00:04:07 |
Andreas Schrägle | meaning php software relying on ancient shitty not being available anymore (by default) when building php against openssl 3.xcrypto existing | 00:04:49 |
Andreas Schrägle | * meaning php software relying on ancient shitty not being available anymore (by default) when building php against openssl 3.x | 00:04:52 |
Andreas Schrägle | * meaning php software relying on ancient shitty crypto not being available anymore (by default) when building php against openssl 3.x | 00:06:36 |
Pol | I had similar issue in symfony when doing https requests, but they are treated as warnings. I will see if I can find it. | 05:47:51 |
Pol | Jan Tojnar: Homework: https://github.com/fossar/nix-phps/pull/163 | 05:47:59 |
Andreas Schrägle | https://www.php.net/ChangeLog-8.php#8.0.25 | 11:02:21 |
Andreas Schrägle | might open a PR later, but not sure if I'll have the time | 11:03:03 |
etu | They usually make a release for all the minor releases, so I'd wait a couple of hours and get both in at the same time :) | 11:41:34 |
| 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 | It's almost EOL anyways :) | 09:13:14 |
etu | 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 |
| underpantsgnome 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 | Somehow we have lost the maintainers arrays from phpPackages packages | 14:37:48 |
etu | ~/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 | 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 | 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 | 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 |