cgull

Results 25 comments of cgull

I don't know why it's `size_t`, my best guess is that I originally had it returning a count of file descriptors. I agree it should be `pmode`.

I now think `pkg query %X ` is working as intended (it's intended to ignore file contents), and this regression test is wrong. However, there are many problems around `pkg_checksum_generate()`,...

Actually, I may be wrong. I think commit c337c100ca941c4be4a3369af02b544c4fe1d882 is supposed to include files in the checksum. What's the intended behavior with `pkg query %X `? `pkg query -f %X`?...

```shell jhood@jhood_lfs:/home/jhood/src/pkg [3] 0 $ pkg info -p bash bash-5.2.26_1 /usr/local jhood@jhood_lfs:/home/jhood/src/pkg [3] 0 $ pkg query %X bash 2$2$4nxdk3bo6qo8prfqi7qsdchbkr7ec65epcd8hcgyw6roamzuzb68rgwfrrgu4u1kqw45tmogho5rfr1egr73zj64rft71adj4j3s4fd jhood@jhood_lfs:/home/jhood/src/pkg [3] 0 $ pkg query -F /var/cache/pkg/bash-5.2.26_1.pkg %X 2$2$6h8bzgdhxix9o41qppj7wjoeh3y35timd4k5iomx7p1edgy77w9ip4bicasigex34m5edziry5hgkdcpoxsynypt3qowfh91eyhmu1d...

Anyone have any opinions on this? This is just a regression test showing a maybe bug, and without a lot of context, so I have no problem with closing it--...