On 2023/06/14 04:12, Schech, C. W. ("Connor") wrote:
> There's no check of the checksums for all the object files that the
> /rc task consumes
>
> This can be trivially fixed by generating them in, say
>
> In /sys/conf/newvars.sh, add the line:
>
> +sha512 -h /var/db/obj.${id}.sha512 *.o lorder
* Stuart Henderson wrote:
> On 2023/06/13 11:57, Matthias Schmidt wrote:
> > $ pkg_info -vv screen | head -30
> > Information for inst:screen-4.9.0
> > [...]
> > Size: 1244302
> > Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0
> > Packing-list:
> > @comment $OpenBSD: PLIST,v 1.24 2019/08/
Den ons 14 juni 2023 kl 06:27 skrev Schech, C. W. ("Connor") <
sch...@gmail.com>:
> There's no check of the checksums for all the object files that the
> /rc task consumes
>
> This can be trivially fixed by generating them in, say
> In /sys/conf/newvars.sh, add the line:
> +sha512 -h /var/db/obj.$
There's no check of the checksums for all the object files that the
/rc task consumes
This can be trivially fixed by generating them in, say
In /sys/conf/newvars.sh, add the line:
+sha512 -h /var/db/obj.${id}.sha512 *.o lorder
above the segment starting with:
cat >vers.c < link kit reordering.
On 2023/06/13 11:57, Matthias Schmidt wrote:
> $ pkg_info -vv screen | head -30
> Information for inst:screen-4.9.0
> [...]
> Size: 1244302
> Signature: screen-4.9.0,10,c.97.0,curses.14.0,util.16.0
> Packing-list:
> @comment $OpenBSD: PLIST,v 1.24 2019/08/15 21:01:49 naddy Exp $
> @name screen-4.9
On Tue, Jun 13, 2023 at 10:04:35AM +0200, Why 42? The lists account. wrote:
> On Mon, Jun 12, 2023 at 11:56:43PM +0300, Vitaliy Makkoveev wrote:
> > ...
> > We have missing kernel lock around (*if_sysctl)(). Diff below should fix
> > it.
> >
> > Index: sys/netinet/ip_mroute.c
> > =
On Tue, Jun 13, 2023 at 11:57:43AM +0200, Matthias Schmidt wrote:
>
> I have some more packages that abort with SIGILL upon startup:
>
> $ pkg_info -vv neovim | head -30
> Information for inst:neovim-0.9.1
> [...]
> Size: 28354538
> Signature:
> neovim-0.9.1,10,@desktop-file-utils-0.26,@gettext-
Hi,
* Sebastien Marie wrote:
> On Mon, Jun 12, 2023 at 07:39:21PM +0200, Peter N. M. Hansteen wrote:
> >
> > That lead to, as far as I can tell, to every package on the system being
> > reinstalled.
> >
> > However, unfortunately both firefox and thunderbird still dump core with
> > "Illegal i
On Mon, Jun 12, 2023 at 11:56:43PM +0300, Vitaliy Makkoveev wrote:
> ...
> We have missing kernel lock around (*if_sysctl)(). Diff below should fix
> it.
>
> Index: sys/netinet/ip_mroute.c
> ===
> RCS file: /cvs/src/sys/netinet/ip_mro