* [meta-oe][PATCH v2] minicom: fix SRC_URI
@ 2018-06-04 16:26 Oleksandr Kravchuk
2018-06-04 16:33 ` Alexander Kanavin
0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Kravchuk @ 2018-06-04 16:26 UTC (permalink / raw)
To: openembedded-core; +Cc: Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use Debian mirrors instead.
Source: https://wiki.debian.org/Alioth
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
---
meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb
index e6afe2b655..4fdaed05b2 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.1.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb
@@ -1,5 +1,5 @@
SUMMARY = "Text-based modem control and terminal emulation program"
-HOMEPAGE = "http://alioth.debian.org/projects/minicom/"
+HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom/"
DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems"
SECTION = "console/network"
DEPENDS = "ncurses virtual/libiconv"
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
-SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/m/http://http.debian.net/main/m/minicom/minicom_${PV}.orig.tar.gz \
file://allow.to.disable.lockdev.patch \
file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
file://0001-Fix-build-issus-surfaced-due-to-musl.patch \
@@ -16,7 +16,7 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz
SRC_URI[md5sum] = "9021cb8c5445f6e6e74b2acc39962d62"
SRC_URI[sha256sum] = "532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1"
-UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/m/minicom/"
PACKAGECONFIG ??= ""
PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH v2] minicom: fix SRC_URI
2018-06-04 16:26 [meta-oe][PATCH v2] minicom: fix SRC_URI Oleksandr Kravchuk
@ 2018-06-04 16:33 ` Alexander Kanavin
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2018-06-04 16:33 UTC (permalink / raw)
To: Oleksandr Kravchuk, openembedded-core; +Cc: Oleksandr Kravchuk
On 06/04/2018 07:26 PM, Oleksandr Kravchuk wrote:
> +SRC_URI = "${DEBIAN_MIRROR}/main/m/http://http.debian.net/main/m/minicom/minicom_${PV}.orig.tar.gz \
^^^ hasty editing? :-)
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
* [meta-oe][PATCH v2] minicom: fix SRC_URI
@ 2018-06-06 17:50 Oleksandr Kravchuk
0 siblings, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2018-06-06 17:50 UTC (permalink / raw)
To: openembedded-core; +Cc: Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down
by the Debian Project. Use snapshot.debian.org instead.
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
---
meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb
index e6afe2b655..a0e8e17f12 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.1.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb
@@ -1,5 +1,5 @@
SUMMARY = "Text-based modem control and terminal emulation program"
-HOMEPAGE = "http://alioth.debian.org/projects/minicom/"
+HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom/"
DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems"
SECTION = "console/network"
DEPENDS = "ncurses virtual/libiconv"
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
-SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20180606T155409Z/pool/main/m/minicom/minicom_${PV}.orig.tar.gz \
file://allow.to.disable.lockdev.patch \
file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
file://0001-Fix-build-issus-surfaced-due-to-musl.patch \
@@ -16,7 +16,7 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/latestfile/3/${BP}.tar.gz
SRC_URI[md5sum] = "9021cb8c5445f6e6e74b2acc39962d62"
SRC_URI[sha256sum] = "532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1"
-UPSTREAM_CHECK_URI = "https://alioth.debian.org/frs/?group_id=30018"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/m/minicom/"
PACKAGECONFIG ??= ""
PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
--
2.17.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-06 17:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04 16:26 [meta-oe][PATCH v2] minicom: fix SRC_URI Oleksandr Kravchuk
2018-06-04 16:33 ` Alexander Kanavin
-- strict thread matches above, loose matches on Subject: below --
2018-06-06 17:50 Oleksandr Kravchuk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox