* [ptxdist] [PATCH v2 1/3] pcsc-lite: fix URL
@ 2018-07-25 14:05 Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 2/3] minicom: " Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 3/3] host-chrpath: " Bastian Stender
0 siblings, 2 replies; 3+ messages in thread
From: Bastian Stender @ 2018-07-25 14:05 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Stender
The alioth.debian.org service is discontinued. Use
snapshot.debian.org instead.
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
rules/pcsc-lite.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make
index e9d474606..cc5e6b52f 100644
--- a/rules/pcsc-lite.make
+++ b/rules/pcsc-lite.make
@@ -19,9 +19,10 @@ PACKAGES-$(PTXCONF_PCSC_LITE) += pcsc-lite
#
PCSC_LITE_VERSION := 1.8.14
PCSC_LITE_MD5 := 439b2c8892f502e39e5b8997a7ae01ed
-PCSC_LITE := pcsc-lite-$(PCSC_LITE_VERSION)
PCSC_LITE_SUFFIX := tar.bz2
-PCSC_LITE_URL := https://alioth.debian.org/frs/download.php/file/4138/$(PCSC_LITE).$(PCSC_LITE_SUFFIX)
+PCSC_LITE := pcsc-lite-$(PCSC_LITE_VERSION)
+PCSC_LITE_TARBALL := pcsc-lite_$(PCSC_LITE_VERSION).orig.$(PCSC_LITE_SUFFIX)
+PCSC_LITE_URL := http://snapshot.debian.org/archive/debian/20150805T155032Z/pool/main/p/pcsc-lite/$(PCSC_LITE_TARBALL)
PCSC_LITE_SOURCE := $(SRCDIR)/$(PCSC_LITE).$(PCSC_LITE_SUFFIX)
PCSC_LITE_DIR := $(BUILDDIR)/$(PCSC_LITE)
PCSC_LITE_BUILD_OOT := YES
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH v2 2/3] minicom: fix URL
2018-07-25 14:05 [ptxdist] [PATCH v2 1/3] pcsc-lite: fix URL Bastian Stender
@ 2018-07-25 14:05 ` Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 3/3] host-chrpath: " Bastian Stender
1 sibling, 0 replies; 3+ messages in thread
From: Bastian Stender @ 2018-07-25 14:05 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Stender
The alioth.debian.org service is discontinued. Use
snapshot.debian.org instead.
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
rules/minicom.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/minicom.make b/rules/minicom.make
index 077268917..db80a9258 100644
--- a/rules/minicom.make
+++ b/rules/minicom.make
@@ -19,9 +19,10 @@ PACKAGES-$(PTXCONF_MINICOM) += minicom
#
MINICOM_VERSION := 2.6.2
MINICOM_MD5 := 203c56c4b447f45e2301b0cc4e83da3c
-MINICOM := minicom-$(MINICOM_VERSION)
MINICOM_SUFFIX := tar.gz
-MINICOM_URL := https://alioth.debian.org/frs/download.php/file/3869/$(MINICOM).$(MINICOM_SUFFIX)
+MINICOM := minicom-$(MINICOM_VERSION)
+MINICOM_TARBALL := minicom_$(MINICOM_VERSION).orig.$(MINICOM_SUFFIX)
+MINICOM_URL := http://snapshot.debian.org/archive/debian/20130208T032801Z/pool/main/m/minicom/$(MINICOM_TARBALL)
MINICOM_SOURCE := $(SRCDIR)/$(MINICOM).$(MINICOM_SUFFIX)
MINICOM_DIR := $(BUILDDIR)/$(MINICOM)
MINICOM_LICENSE := GPL-2.0-only
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH v2 3/3] host-chrpath: fix URL
2018-07-25 14:05 [ptxdist] [PATCH v2 1/3] pcsc-lite: fix URL Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 2/3] minicom: " Bastian Stender
@ 2018-07-25 14:05 ` Bastian Stender
1 sibling, 0 replies; 3+ messages in thread
From: Bastian Stender @ 2018-07-25 14:05 UTC (permalink / raw)
To: ptxdist; +Cc: Bastian Stender
The alioth.debian.org service is discontinued. Use
snapshot.debian.org instead.
Signed-off-by: Bastian Stender <bst@pengutronix.de>
---
rules/host-chrpath.make | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make
index 8100fe113..fefb92e9c 100644
--- a/rules/host-chrpath.make
+++ b/rules/host-chrpath.make
@@ -18,9 +18,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_CHRPATH) += host-chrpath
#
HOST_CHRPATH_VERSION := 0.16
HOST_CHRPATH_MD5 := 2bf8d1d1ee345fc8a7915576f5649982
-HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION)
HOST_CHRPATH_SUFFIX := tar.gz
-HOST_CHRPATH_URL := https://alioth.debian.org/frs/download.php/file/3979/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION)
+HOST_CHRPATH_TARBALL := chrpath_$(HOST_CHRPATH_VERSION).orig.$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH_URL := http://snapshot.debian.org/archive/debian/20140119T220629Z/pool/main/c/chrpath/$(HOST_CHRPATH_TARBALL)
HOST_CHRPATH_SOURCE := $(SRCDIR)/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
HOST_CHRPATH_DIR := $(HOST_BUILDDIR)/$(HOST_CHRPATH)
HOST_CHRPATH_LICENSE := GPL-2.0-only
--
2.18.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-25 14:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 14:05 [ptxdist] [PATCH v2 1/3] pcsc-lite: fix URL Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 2/3] minicom: " Bastian Stender
2018-07-25 14:05 ` [ptxdist] [PATCH v2 3/3] host-chrpath: " Bastian Stender
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox