Michael Heimpold

Results 45 comments of Michael Heimpold

Since we have `php8-pecl-sodium` in `22.03` available, I don't see what here is strictly required to do other than testing by @Livy-Inverse. In master we meanwhile moved away from the...

I think it is an issue with squid itself. It should be updated to not use the legacy stuff of libxml2 anymore. While we easily could compile libxml2 with the...

@dreirund: could you test my PR whether there is a functionality regression or did you only tried to compile squid with selected options?

`php8-mod-gd` already pulls in `libgd-full`. The smaller version (`libgd`) should already have JPEG support enabled, also PNG support. The `libgd-full` variant enables additionally TIFF and Freetype support. I tested it...

Just to confirm: you tested with 23.05 but your PR is against master branch?

> Theoretically CONFIG_GPIO_CDEV and CONFIG_GPIO_CDEV_V1 configs are enabled in [Makefile](https://github.com/openwrt/packages/blob/master/libs/libgpiod/Makefile?plain=1#L46-L48) but apparently configuring kernel via KCONFIG does not work. Maybe KCONFIG is honored in kernel packages only and silently ignored...

I think the best option is really to get rid ASAP of the older libgpiod and switch to newer version so that we do not need to enable the `CONFIG_GPIO_CDEV_V1`...

Yes, since it covers multiple packages, the first rule (prefixed package name) cannot apply here. Let's just ignore it, don't use boilerplate like the star. For the proper commit message,...

Usually open source development works that way, that you create a full PR, i.e. including documentation etc. In your documentation, I would for example expect to find a description of...