OK kn
On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> Hello folks,
>
> First of all congratulations on a new OpenBSD release and thanks for
> introducing sysupgrade in -current.
>
> Before sysupgrade, I was using a custom script for achieving the same
> result with only difference that
On 04/29, Stuart Henderson wrote:
> On 2019/04/29 00:21, Marco Bonetti wrote:
> > > > +++ usr.sbin/sysupgrade/sysupgrade.sh 27 Apr 2019 11:54:48 -
> > > > @@ -110,7 +110,19 @@ fi
> > > >
> > > > cd ${SETSDIR}
> > > >
> > > > -unpriv -f SHA256.sig ftp -Vmo SHA256.sig ${URL}SHA256.sig
> >
On 2019/04/29 00:21, Marco Bonetti wrote:
> > > +++ usr.sbin/sysupgrade/sysupgrade.sh 27 Apr 2019 11:54:48 -
> > > @@ -110,7 +110,19 @@ fi
> > >
> > > cd ${SETSDIR}
> > >
> > > -unpriv -f SHA256.sig ftp -Vmo SHA256.sig ${URL}SHA256.sig
> > > +unpriv -f SHA256.sig.tmp ftp -Vmo SHA256.si
On 04/27, Christian Weisgerber wrote:
> On 2019-04-27, Marco Bonetti wrote:
>
> > +unpriv -f SHA256.sig.tmp ftp -Vmo SHA256.sig.tmp ${URL}SHA256.sig
> > +TMP_SHA=$(sha256 -q SHA256.sig.tmp)
> > +
> > +unpriv touch SHA256.sig
>
> This fails if SHA256.sig doesn't exist yet. The unprivileged user
On 04/27, Andreas Kusalananda K?h?ri wrote:
> On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> > Hello folks,
> >
> > First of all congratulations on a new OpenBSD release and thanks for
> > introducing sysupgrade in -current.
> >
> > Before sysupgrade, I was using a custom script
On 04/27, Florian Obser wrote:
> On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> > Hello folks,
> >
> > First of all congratulations on a new OpenBSD release and thanks for
> > introducing sysupgrade in -current.
> >
> > Before sysupgrade, I was using a custom script for achievin
On 27 Apr at 22:57, Florian Obser wrote:
> On Sat, Apr 27, 2019 at 09:53:08PM +0200, Mischa Peters wrote:
> > Let me know if this needs more work. Love the idea of sysupgrade!
>
> Please shelf this for now, there is a lot of churn going on in the
> tool in private and we are moving very fast.
>
On Sat, Apr 27, 2019 at 09:53:08PM +0200, Mischa Peters wrote:
> Let me know if this needs more work. Love the idea of sysupgrade!
Please shelf this for now, there is a lot of churn going on in the
tool in private and we are moving very fast.
There are more subtleties to consider.
--
I'm not en
On Sat, Apr 27, 2019 at 02:16:26PM -0600, Theo de Raadt wrote:
> Florian Obser wrote:
>
> > It has the date and time with seconds resolution in there. Not just the
> > built number.
>
> Yes from KARL on one machine, and snapshot/release builds on a different
> machine.
>
> Could this not false
Florian Obser wrote:
> It has the date and time with seconds resolution in there. Not just the built
> number.
Yes from KARL on one machine, and snapshot/release builds on a different
machine.
Could this not false-positive?
> On April 27, 2019 9:57:59 PM GMT+02:00, Theo de Raadt
> wrote:
>
It has the date and time with seconds resolution in there. Not just the built
number.
On April 27, 2019 9:57:59 PM GMT+02:00, Theo de Raadt
wrote:
>> As Florian suggested I compared kern.version to what from both bsd
>and bsd.mp.
>
>Do not do that.
>
>kern.version in snapshots and releases are
> As Florian suggested I compared kern.version to what from both bsd and bsd.mp.
Do not do that.
kern.version in snapshots and releases are completely arbitrary, based on
whether I delete an obj tree, then the version numbers begin anew. This
heuristic will false-positive.
On 27 Apr at 17:52, Florian Obser wrote:
> On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> > Hello folks,
> >
> > First of all congratulations on a new OpenBSD release and thanks for
> > introducing sysupgrade in -current.
> >
> > Before sysupgrade, I was using a custom script f
On 2019-04-27, Marco Bonetti wrote:
> +unpriv -f SHA256.sig.tmp ftp -Vmo SHA256.sig.tmp ${URL}SHA256.sig
> +TMP_SHA=$(sha256 -q SHA256.sig.tmp)
> +
> +unpriv touch SHA256.sig
This fails if SHA256.sig doesn't exist yet. The unprivileged user
cannot create files in $SETSDIR.
> +unpriv cat SHA256
On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> Hello folks,
>
> First of all congratulations on a new OpenBSD release and thanks for
> introducing sysupgrade in -current.
>
> Before sysupgrade, I was using a custom script for achieving the same
> result with only difference that
On Sat, Apr 27, 2019 at 01:23:20PM +0100, Marco Bonetti wrote:
> Hello folks,
>
> First of all congratulations on a new OpenBSD release and thanks for
> introducing sysupgrade in -current.
>
> Before sysupgrade, I was using a custom script for achieving the same
> result with only difference that
Hello folks,
First of all congratulations on a new OpenBSD release and thanks for
introducing sysupgrade in -current.
Before sysupgrade, I was using a custom script for achieving the same
result with only difference that I was checking if a new snapshot (or
release) is available by looking at BUI
18 matches
Mail list logo