* dropbear-0.51-r3 allow-nopw.patch: No such file or directory
@ 2009-09-04 9:06 Steffen Sledz
2009-09-04 9:42 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted Koen Kooi
2009-09-04 9:54 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory Phil Blundell
0 siblings, 2 replies; 4+ messages in thread
From: Steffen Sledz @ 2009-09-04 9:06 UTC (permalink / raw)
To: openembedded-devel
It seems that commit c26fc5db90702b035bd545cff3ee7575a0f9b70f was incomplete.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted
2009-09-04 9:06 dropbear-0.51-r3 allow-nopw.patch: No such file or directory Steffen Sledz
@ 2009-09-04 9:42 ` Koen Kooi
2009-09-04 15:01 ` Khem Raj
2009-09-04 9:54 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory Phil Blundell
1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2009-09-04 9:42 UTC (permalink / raw)
To: openembedded-devel
On 04-09-09 11:06, Steffen Sledz wrote:
> It seems that commit c26fc5db90702b035bd545cff3ee7575a0f9b70f was incomplete.
No, that commit is just plain wrong, from dropbear.inc:
do_configure_prepend() {
if [ "x${DISTRO_TYPE}" = "xdebug" ]; then
oenote "WARNING: applying allow-nopw.patch which allows password-less
logins!"
patch -p1 < ${WORKDIR}/allow-nopw.patch
fi
}
The faulty commit in question breaks that by applying it it
unconditionally and not fixing do_configure_prepend.
I've reverted that commit in the meant time.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dropbear-0.51-r3 allow-nopw.patch: No such file or directory
2009-09-04 9:06 dropbear-0.51-r3 allow-nopw.patch: No such file or directory Steffen Sledz
2009-09-04 9:42 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted Koen Kooi
@ 2009-09-04 9:54 ` Phil Blundell
1 sibling, 0 replies; 4+ messages in thread
From: Phil Blundell @ 2009-09-04 9:54 UTC (permalink / raw)
To: openembedded-devel
On Fri, 2009-09-04 at 11:06 +0200, Steffen Sledz wrote:
> It seems that commit c26fc5db90702b035bd545cff3ee7575a0f9b70f was incomplete.
Not so much incomplete as just misconceived: allow-nopw.patch is meant
to be applied in do_configure_prepend (under control of ${DISTRO_TYPE}),
not by do_patch.
Changing that patch to apply unconditionally in do_patch is a rather
drastic policy change since it will enable passwordless logins for
non-debug distros (and, as it turns out, break compilation for debug
distros although that is something of a side issue). This should
definitely not have been committed without discussion here.
p.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted
2009-09-04 9:42 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted Koen Kooi
@ 2009-09-04 15:01 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2009-09-04 15:01 UTC (permalink / raw)
To: openembedded-devel
On Fri, Sep 4, 2009 at 2:42 AM, Koen Kooi<k.kooi@student.utwente.nl> wrote:
> On 04-09-09 11:06, Steffen Sledz wrote:
>>
>> It seems that commit c26fc5db90702b035bd545cff3ee7575a0f9b70f was
>> incomplete.
>
> No, that commit is just plain wrong, from dropbear.inc:
>
> do_configure_prepend() {
> if [ "x${DISTRO_TYPE}" = "xdebug" ]; then
> oenote "WARNING: applying allow-nopw.patch which allows
> password-less logins!"
> patch -p1 < ${WORKDIR}/allow-nopw.patch
> fi
> }
>
> The faulty commit in question breaks that by applying it it unconditionally
> and not fixing do_configure_prepend.
>
> I've reverted that commit in the meant time.
>
Thanks for taking care of it thats was an oversight from me
> regards,
>
> Koen
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-04 15:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 9:06 dropbear-0.51-r3 allow-nopw.patch: No such file or directory Steffen Sledz
2009-09-04 9:42 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory -> reverted Koen Kooi
2009-09-04 15:01 ` Khem Raj
2009-09-04 9:54 ` dropbear-0.51-r3 allow-nopw.patch: No such file or directory Phil Blundell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.