diff mbox series

[v2,03/44] dropbear: use git to get sources as the website is down

Message ID 20220808064237.3975347-3-alex@linutronix.de
State New
Headers show
Series [v2,01/44] rpm: update 4.17.0 -> 4.17.1 | expand

Commit Message

Alexander Kanavin Aug. 8, 2022, 6:41 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-core/dropbear/dropbear_2022.82.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Khem Raj Aug. 8, 2022, 4:54 p.m. UTC | #1
it seems to back up again. However, if its a site flakiness issue 
perhaps finding a good mirror might be nice.

On 8/7/22 11:41 PM, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>   meta/recipes-core/dropbear/dropbear_2022.82.bb | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/dropbear/dropbear_2022.82.bb b/meta/recipes-core/dropbear/dropbear_2022.82.bb
> index e170587d08..cff2e6c024 100644
> --- a/meta/recipes-core/dropbear/dropbear_2022.82.bb
> +++ b/meta/recipes-core/dropbear/dropbear_2022.82.bb
> @@ -14,7 +14,7 @@ RCONFLICTS:${PN} = "openssh-sshd openssh"
>   
>   DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
>   
> -SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
> +SRC_URI = "git://github.com/mkj/dropbear.git;branch=master;protocol=https \
>              file://0001-urandom-xauth-changes-to-options.h.patch \
>              file://init \
>              file://dropbearkey.service \
> @@ -23,6 +23,8 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
>              file://dropbear.default \
>              ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
>              ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} "
> +SRCREV = "b8669b063bd2fc1906a13fb4b50c8b4697bf49ce"
> +S = "${WORKDIR}/git"
>   
>   PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
>                  file://0006-dropbear-configuration-file.patch \
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#169027): https://lists.openembedded.org/g/openembedded-core/message/169027
> Mute This Topic: https://lists.openembedded.org/mt/92886998/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alexander Kanavin Aug. 8, 2022, 5:23 p.m. UTC | #2
This is the upstream issue. This patch can be dropped I guess.

https://github.com/mkj/dropbear/issues/186

Alex

On Mon, 8 Aug 2022 at 18:54, Khem Raj <raj.khem@gmail.com> wrote:
>
> it seems to back up again. However, if its a site flakiness issue
> perhaps finding a good mirror might be nice.
>
> On 8/7/22 11:41 PM, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> > ---
> >   meta/recipes-core/dropbear/dropbear_2022.82.bb | 4 +++-
> >   1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-core/dropbear/dropbear_2022.82.bb b/meta/recipes-core/dropbear/dropbear_2022.82.bb
> > index e170587d08..cff2e6c024 100644
> > --- a/meta/recipes-core/dropbear/dropbear_2022.82.bb
> > +++ b/meta/recipes-core/dropbear/dropbear_2022.82.bb
> > @@ -14,7 +14,7 @@ RCONFLICTS:${PN} = "openssh-sshd openssh"
> >
> >   DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> >
> > -SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
> > +SRC_URI = "git://github.com/mkj/dropbear.git;branch=master;protocol=https \
> >              file://0001-urandom-xauth-changes-to-options.h.patch \
> >              file://init \
> >              file://dropbearkey.service \
> > @@ -23,6 +23,8 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
> >              file://dropbear.default \
> >              ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
> >              ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} "
> > +SRCREV = "b8669b063bd2fc1906a13fb4b50c8b4697bf49ce"
> > +S = "${WORKDIR}/git"
> >
> >   PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
> >                  file://0006-dropbear-configuration-file.patch \
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#169027): https://lists.openembedded.org/g/openembedded-core/message/169027
> > Mute This Topic: https://lists.openembedded.org/mt/92886998/1997914
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/meta/recipes-core/dropbear/dropbear_2022.82.bb b/meta/recipes-core/dropbear/dropbear_2022.82.bb
index e170587d08..cff2e6c024 100644
--- a/meta/recipes-core/dropbear/dropbear_2022.82.bb
+++ b/meta/recipes-core/dropbear/dropbear_2022.82.bb
@@ -14,7 +14,7 @@  RCONFLICTS:${PN} = "openssh-sshd openssh"
 
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
-SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
+SRC_URI = "git://github.com/mkj/dropbear.git;branch=master;protocol=https \
            file://0001-urandom-xauth-changes-to-options.h.patch \
            file://init \
            file://dropbearkey.service \
@@ -23,6 +23,8 @@  SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
            file://dropbear.default \
            ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)} \
            ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} "
+SRCREV = "b8669b063bd2fc1906a13fb4b50c8b4697bf49ce"
+S = "${WORKDIR}/git"
 
 PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \
                file://0006-dropbear-configuration-file.patch \