Marius Dinu

Results 60 comments of Marius Dinu

It seems that the bug is in php8-mod-gd, not libgd. BMP vs. JPEG functions/symbols in gd.so: ``` root@GRAPHRPi3:/# objdump -T /usr/lib/php8/gd.so | grep -i bmp 0000000000000000 DF *UND* 0000000000000000 Base...

I looked at OpenWrt configure log. It's configured without jpeg: ``` checking for GD support... yes, shared checking for external libgd... yes checking for libavif... no checking for libwebp... no...

I've been using this for 2 months and it works fine. What's the status of this PR, and what is the potential problem?

Yes, I certainly understand the motivation - it's so much easier to add config options in those lists - it's just so difficult (at least for me) to understand the...

`PKG_RELEASE` - OK, I forgot about that. `default n` - I like things explicit. But if you insist, I'll remove them. `DROPBEAR_DEFAULT_RECV_WINDOW` - OK `CONFIG_DROPBEAR_ECC_FULL` - I'm not sure. Discussion:...

When compiled for armv7a+vfpv3-d16 ChachaPoli1307 + SHA256HMAC + Ed25519 + Curve25519 = 143'699 B ^ that + ECDSA + ECDH "half" = 184'727 B (+41'028 B) ^ that + ECDSA...

I made the changes: - PKG_RELEASE - DROPBEAR_DEFAULT_RECV_WINDOW - DROPBEAR_VERSION instead of LOCAL_IDENT = didn't test this one yet.

That looks very complicated. How about this: Some selections from dropbear init: ``` uci_load_validate dropbear dropbear "$1" "$2" \ 'RecvWindowSize:uinteger:262144' \ ``` I assume (can't find the documentation!) that this...

I did some tests. 1) Changing just `'RecvWindowSize:uinteger:262144' \` to `'RecvWindowSize:uinteger:0' \` leads to init running Dropbear like this: ``` root@GRAPHRT:~# top -bn 1 | grep dropbear 28713 28663 root...