* [ptxdist] [PATCH 1/3] pcsc-lite: fix URL @ 2018-07-24 9:42 Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 2/3] minicom: " Bastian Stender ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Bastian Stender @ 2018-07-24 9:42 UTC (permalink / raw) To: ptxdist; +Cc: Bastian Stender The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender <bst@pengutronix.de> --- rules/pcsc-lite.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make index e9d474606..fd1dbb4cb 100644 --- a/rules/pcsc-lite.make +++ b/rules/pcsc-lite.make @@ -21,7 +21,7 @@ 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_URL := https://alioth-archive.debian.org/releases/pcsclite/pcsclite/$(PCSC_LITE_VERSION)/$(PCSC_LITE).$(PCSC_LITE_SUFFIX) 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] 7+ messages in thread
* [ptxdist] [PATCH 2/3] minicom: fix URL 2018-07-24 9:42 [ptxdist] [PATCH 1/3] pcsc-lite: fix URL Bastian Stender @ 2018-07-24 9:42 ` Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 3/3] host-chrpath: " Bastian Stender 2018-07-25 7:16 ` [ptxdist] [PATCH 1/3] pcsc-lite: " Bastian Stender 2 siblings, 0 replies; 7+ messages in thread From: Bastian Stender @ 2018-07-24 9:42 UTC (permalink / raw) To: ptxdist; +Cc: Bastian Stender The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender <bst@pengutronix.de> --- rules/minicom.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/minicom.make b/rules/minicom.make index 077268917..d5436b5aa 100644 --- a/rules/minicom.make +++ b/rules/minicom.make @@ -21,7 +21,7 @@ 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_URL := https://alioth-archive.debian.org/releases/minicom/Source/$(MINICOM_VERSION)/$(MINICOM).$(MINICOM_SUFFIX) 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] 7+ messages in thread
* [ptxdist] [PATCH 3/3] host-chrpath: fix URL 2018-07-24 9:42 [ptxdist] [PATCH 1/3] pcsc-lite: fix URL Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 2/3] minicom: " Bastian Stender @ 2018-07-24 9:42 ` Bastian Stender 2018-07-25 7:16 ` [ptxdist] [PATCH 1/3] pcsc-lite: " Bastian Stender 2 siblings, 0 replies; 7+ messages in thread From: Bastian Stender @ 2018-07-24 9:42 UTC (permalink / raw) To: ptxdist; +Cc: Bastian Stender The alioth.debian.org service is discontinued. Use alioth-archive.debian.org instead. Signed-off-by: Bastian Stender <bst@pengutronix.de> --- rules/host-chrpath.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make index 8100fe113..4027caef0 100644 --- a/rules/host-chrpath.make +++ b/rules/host-chrpath.make @@ -20,7 +20,7 @@ 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_URL := https://alioth-archive.debian.org/releases/chrpath/chrpath/$(HOST_CHRPATH_VERSION)/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX) 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] 7+ messages in thread
* Re: [ptxdist] [PATCH 1/3] pcsc-lite: fix URL 2018-07-24 9:42 [ptxdist] [PATCH 1/3] pcsc-lite: fix URL Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 2/3] minicom: " Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 3/3] host-chrpath: " Bastian Stender @ 2018-07-25 7:16 ` Bastian Stender 2018-07-25 9:42 ` Roland Hieber 2 siblings, 1 reply; 7+ messages in thread From: Bastian Stender @ 2018-07-25 7:16 UTC (permalink / raw) To: ptxdist Hi, On 07/24/2018 11:42 AM, Bastian Stender wrote: > The alioth.debian.org service is discontinued. Use > alioth-archive.debian.org instead. I was told by the Debian folks that alioth.debian.org is not there to stay. I cannot find other stable URLs apart from strange mirror sites. Should we switch to tarballs from git tags or to git commitishs from Debian's gitolite (https://salsa.debian.org/) for these packages? This would change the hashes though. Bastian > > Signed-off-by: Bastian Stender <bst@pengutronix.de> > --- > rules/pcsc-lite.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/pcsc-lite.make b/rules/pcsc-lite.make > index e9d474606..fd1dbb4cb 100644 > --- a/rules/pcsc-lite.make > +++ b/rules/pcsc-lite.make > @@ -21,7 +21,7 @@ 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_URL := https://alioth-archive.debian.org/releases/pcsclite/pcsclite/$(PCSC_LITE_VERSION)/$(PCSC_LITE).$(PCSC_LITE_SUFFIX) > PCSC_LITE_SOURCE := $(SRCDIR)/$(PCSC_LITE).$(PCSC_LITE_SUFFIX) > PCSC_LITE_DIR := $(BUILDDIR)/$(PCSC_LITE) > PCSC_LITE_BUILD_OOT := YES > -- Pengutronix e.K. Industrial Linux Solutions http://www.pengutronix.de/ Peiner Str. 6-8, 31137 Hildesheim, Germany Amtsgericht Hildesheim, HRA 2686 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] [PATCH 1/3] pcsc-lite: fix URL 2018-07-25 7:16 ` [ptxdist] [PATCH 1/3] pcsc-lite: " Bastian Stender @ 2018-07-25 9:42 ` Roland Hieber 2018-07-25 13:04 ` Michael Olbrich 0 siblings, 1 reply; 7+ messages in thread From: Roland Hieber @ 2018-07-25 9:42 UTC (permalink / raw) To: ptxdist On Wed, Jul 25, 2018 at 09:16:04AM +0200, Bastian Stender wrote: > Hi, > > On 07/24/2018 11:42 AM, Bastian Stender wrote: > > The alioth.debian.org service is discontinued. Use > > alioth-archive.debian.org instead. > > I was told by the Debian folks that alioth.debian.org is not there to > stay. I cannot find other stable URLs apart from strange mirror sites. > > Should we switch to tarballs from git tags or to git commitishs from > Debian's gitolite (https://salsa.debian.org/) for these packages? This > would change the hashes though. You can use the .orig tarballs from snapshot.debian.org instead, which should be pretty stable, and we already use that for other packages (e.g. lsof, memstat). So for this one, it would be http://snapshot.debian.org/archive/debian/20171220T033958Z/pool/main/p/pcsc-lite/pcsc-lite_1.8.23.orig.tar.bz2 - Roland -- Roland Hieber | r.hieber@pengutronix.de | Pengutronix e.K. | https://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] [PATCH 1/3] pcsc-lite: fix URL 2018-07-25 9:42 ` Roland Hieber @ 2018-07-25 13:04 ` Michael Olbrich 2018-07-25 13:30 ` Bastian Stender 0 siblings, 1 reply; 7+ messages in thread From: Michael Olbrich @ 2018-07-25 13:04 UTC (permalink / raw) To: ptxdist On Wed, Jul 25, 2018 at 11:42:31AM +0200, Roland Hieber wrote: > On Wed, Jul 25, 2018 at 09:16:04AM +0200, Bastian Stender wrote: > > Hi, > > > > On 07/24/2018 11:42 AM, Bastian Stender wrote: > > > The alioth.debian.org service is discontinued. Use > > > alioth-archive.debian.org instead. > > > > I was told by the Debian folks that alioth.debian.org is not there to > > stay. I cannot find other stable URLs apart from strange mirror sites. You mean alioth-archive.debian.org, right? > > Should we switch to tarballs from git tags or to git commitishs from > > Debian's gitolite (https://salsa.debian.org/) for these packages? This > > would change the hashes though. > > You can use the .orig tarballs from snapshot.debian.org instead, which > should be pretty stable, and we already use that for other packages > (e.g. lsof, memstat). > > So for this one, it would be > http://snapshot.debian.org/archive/debian/20171220T033958Z/pool/main/p/pcsc-lite/pcsc-lite_1.8.23.orig.tar.bz2 If alioth-archive.debian.org is only a temporary fix, the snapshot.debian.org is probably the best we can do. Better than git snapshots anyways. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ptxdist] [PATCH 1/3] pcsc-lite: fix URL 2018-07-25 13:04 ` Michael Olbrich @ 2018-07-25 13:30 ` Bastian Stender 0 siblings, 0 replies; 7+ messages in thread From: Bastian Stender @ 2018-07-25 13:30 UTC (permalink / raw) To: ptxdist Hi, On 07/25/2018 03:04 PM, Michael Olbrich wrote: > On Wed, Jul 25, 2018 at 11:42:31AM +0200, Roland Hieber wrote: >> On Wed, Jul 25, 2018 at 09:16:04AM +0200, Bastian Stender wrote: >>> On 07/24/2018 11:42 AM, Bastian Stender wrote: >>>> The alioth.debian.org service is discontinued. Use >>>> alioth-archive.debian.org instead. >>> >>> I was told by the Debian folks that alioth.debian.org is not >>> there to stay. I cannot find other stable URLs apart from strange >>> mirror sites. > > You mean alioth-archive.debian.org, right? Whoops, right, alioth-archive.debian.org. >>> Should we switch to tarballs from git tags or to git commitishs >>> from Debian's gitolite (https://salsa.debian.org/) for these >>> packages? This would change the hashes though. >> >> You can use the .orig tarballs from snapshot.debian.org instead, >> which should be pretty stable, and we already use that for other >> packages (e.g. lsof, memstat). >> >> So for this one, it would be >> http://snapshot.debian.org/archive/debian/20171220T033958Z/pool/main/p/pcsc-lite/pcsc-lite_1.8.23.orig.tar.bz2 > >> > If alioth-archive.debian.org is only a temporary fix, the > snapshot.debian.org is probably the best we can do. Better than git > snapshots anyways. Okay, I will prepare a v2 then. Regards, Bastian -- Pengutronix e.K. Industrial Linux Solutions http://www.pengutronix.de/ Peiner Str. 6-8, 31137 Hildesheim, Germany Amtsgericht Hildesheim, HRA 2686 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-07-25 13:30 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-07-24 9:42 [ptxdist] [PATCH 1/3] pcsc-lite: fix URL Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 2/3] minicom: " Bastian Stender 2018-07-24 9:42 ` [ptxdist] [PATCH 3/3] host-chrpath: " Bastian Stender 2018-07-25 7:16 ` [ptxdist] [PATCH 1/3] pcsc-lite: " Bastian Stender 2018-07-25 9:42 ` Roland Hieber 2018-07-25 13:04 ` Michael Olbrich 2018-07-25 13:30 ` Bastian Stender
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox