diff mbox

[1/1] xinetd: change to snapshot.debian.org and add hash

Message ID 1414859755-33664-1-git-send-email-kaszak@gmail.com
State Superseded
Headers show

Commit Message

Karoly Kasza Nov. 1, 2014, 4:35 p.m. UTC
xinetd.org seems down quite some time, so change to snapshot.debian.org.
Also add hash.

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
---
 package/xinetd/xinetd.hash |    4 ++++
 package/xinetd/xinetd.mk   |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 package/xinetd/xinetd.hash

Comments

Yann E. MORIN Nov. 1, 2014, 4:43 p.m. UTC | #1
Karoly, All,

On 2014-11-01 17:35 +0100, Karoly Kasza spake thusly:
> xinetd.org seems down quite some time, so change to snapshot.debian.org.

Indeed, it's down from here, too... :-(

> Also add hash.

Manually downloaded and verified the two hashes.

> Signed-off-by: Karoly Kasza <kaszak@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/xinetd/xinetd.hash |    4 ++++
>  package/xinetd/xinetd.mk   |    3 ++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
>  create mode 100644 package/xinetd/xinetd.hash
> 
> diff --git a/package/xinetd/xinetd.hash b/package/xinetd/xinetd.hash
> new file mode 100644
> index 0000000..f656422
> --- /dev/null
> +++ b/package/xinetd/xinetd.hash
> @@ -0,0 +1,4 @@
> +# From snapshot.debian.org dsc file
> +sha1	168d54aeb181e271e68f4c53847c3e6b2574dba6				xinetd_2.3.15.orig.tar.gz
> +sha256	bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3	xinetd_2.3.15.orig.tar.gz
> +
> diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk
> index 1fb91b5..7060f0c 100644
> --- a/package/xinetd/xinetd.mk
> +++ b/package/xinetd/xinetd.mk
> @@ -5,7 +5,8 @@
>  ################################################################################
>  
>  XINETD_VERSION = 2.3.15
> -XINETD_SITE = http://www.xinetd.org
> +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
> +XINETD_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
>  XINETD_LICENSE = xinetd license
>  XINETD_LICENSE_FILES = COPYRIGHT
>  
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni Nov. 1, 2014, 5:02 p.m. UTC | #2
Dear Karoly Kasza,

On Sat,  1 Nov 2014 17:35:55 +0100, Karoly Kasza wrote:

>  XINETD_VERSION = 2.3.15
> -XINETD_SITE = http://www.xinetd.org
> +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
> +XINETD_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd

Just wondering, isn't https://github.com/xinetd-org/xinetd the new
appropriate upstream site?

There is even a 2.3.15 release at
https://github.com/xinetd-org/xinetd/releases.

Thomas
Karoly Kasza Nov. 1, 2014, 5:06 p.m. UTC | #3
Hi,

I'm not sure, but that seems logical.
The sha256 sum from github.com differs from debian.org.
Which one to prefer?

Best regards,
Karoly

On Sat, Nov 1, 2014 at 6:02 PM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Dear Karoly Kasza,
>
> On Sat,  1 Nov 2014 17:35:55 +0100, Karoly Kasza wrote:
>
> >  XINETD_VERSION = 2.3.15
> > -XINETD_SITE = http://www.xinetd.org
> > +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
> > +XINETD_SITE =
> http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
>
> Just wondering, isn't https://github.com/xinetd-org/xinetd the new
> appropriate upstream site?
>
> There is even a 2.3.15 release at
> https://github.com/xinetd-org/xinetd/releases.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
Karoly Kasza Nov. 1, 2014, 5:12 p.m. UTC | #4
I've compared the 2 files, and they differ indeed, although the same
version.
Mostly $Id changes, and the remove of a FREEBSD conditional macro from
somewhere.
I'd say it's safe to use either.

Best regards,
Karoly

On Sat, Nov 1, 2014 at 6:06 PM, Károly Kasza <kaszak@gmail.com> wrote:

> Hi,
>
> I'm not sure, but that seems logical.
> The sha256 sum from github.com differs from debian.org.
> Which one to prefer?
>
> Best regards,
> Karoly
>
> On Sat, Nov 1, 2014 at 6:02 PM, Thomas Petazzoni <
> thomas.petazzoni@free-electrons.com> wrote:
>
>> Dear Karoly Kasza,
>>
>> On Sat,  1 Nov 2014 17:35:55 +0100, Karoly Kasza wrote:
>>
>> >  XINETD_VERSION = 2.3.15
>> > -XINETD_SITE = http://www.xinetd.org
>> > +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
>> > +XINETD_SITE =
>> http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
>>
>> Just wondering, isn't https://github.com/xinetd-org/xinetd the new
>> appropriate upstream site?
>>
>> There is even a 2.3.15 release at
>> https://github.com/xinetd-org/xinetd/releases.
>>
>> Thomas
>> --
>> Thomas Petazzoni, CTO, Free Electrons
>> Embedded Linux, Kernel and Android engineering
>> http://free-electrons.com
>>
>
>
>
> --
>
> Üdv,
> KK
>
Yann E. MORIN Nov. 1, 2014, 5:20 p.m. UTC | #5
Károly, All,

On 2014-11-01 18:06 +0100, Károly Kasza spake thusly:
> I'm not sure, but that seems logical.
> The sha256 sum from github.com differs from debian.org.
> Which one to prefer?

Well, I'd say we should switch to the github one.

However, we can't use a hash for those tarballs, since they will be
generated, and thus are not reproducible (the content *is* the same, but
not the tarball itself).

Regards,
Yann E. MORIN.

> Best regards,
> Karoly
> 
> On Sat, Nov 1, 2014 at 6:02 PM, Thomas Petazzoni <
> thomas.petazzoni@free-electrons.com> wrote:
> 
> > Dear Karoly Kasza,
> >
> > On Sat,  1 Nov 2014 17:35:55 +0100, Karoly Kasza wrote:
> >
> > >  XINETD_VERSION = 2.3.15
> > > -XINETD_SITE = http://www.xinetd.org
> > > +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
> > > +XINETD_SITE =
> > http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
> >
> > Just wondering, isn't https://github.com/xinetd-org/xinetd the new
> > appropriate upstream site?
> >
> > There is even a 2.3.15 release at
> > https://github.com/xinetd-org/xinetd/releases.
> >
> > Thomas
> > --
> > Thomas Petazzoni, CTO, Free Electrons
> > Embedded Linux, Kernel and Android engineering
> > http://free-electrons.com
> >
> 
> 
> 
> -- 
> 
> Üdv,
> KK
Karoly Kasza Nov. 1, 2014, 5:22 p.m. UTC | #6
Hi Yann,

I'll send a v2 in minutes.

Best regards,
Karoly

On Sat, Nov 1, 2014 at 6:20 PM, Yann E. MORIN <yann.morin.1998@free.fr>
wrote:

> Károly, All,
>
> On 2014-11-01 18:06 +0100, Károly Kasza spake thusly:
> > I'm not sure, but that seems logical.
> > The sha256 sum from github.com differs from debian.org.
> > Which one to prefer?
>
> Well, I'd say we should switch to the github one.
>
> However, we can't use a hash for those tarballs, since they will be
> generated, and thus are not reproducible (the content *is* the same, but
> not the tarball itself).
>
> Regards,
> Yann E. MORIN.
>
> > Best regards,
> > Karoly
> >
> > On Sat, Nov 1, 2014 at 6:02 PM, Thomas Petazzoni <
> > thomas.petazzoni@free-electrons.com> wrote:
> >
> > > Dear Karoly Kasza,
> > >
> > > On Sat,  1 Nov 2014 17:35:55 +0100, Karoly Kasza wrote:
> > >
> > > >  XINETD_VERSION = 2.3.15
> > > > -XINETD_SITE = http://www.xinetd.org
> > > > +XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
> > > > +XINETD_SITE =
> > >
> http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
> > >
> > > Just wondering, isn't https://github.com/xinetd-org/xinetd the new
> > > appropriate upstream site?
> > >
> > > There is even a 2.3.15 release at
> > > https://github.com/xinetd-org/xinetd/releases.
> > >
> > > Thomas
> > > --
> > > Thomas Petazzoni, CTO, Free Electrons
> > > Embedded Linux, Kernel and Android engineering
> > > http://free-electrons.com
> > >
> >
> >
> >
> > --
> >
> > Üdv,
> > KK
>
> --
>
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics'
> conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___
>      |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There
> is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v
>  conspiracy.  |
>
> '------------------------------^-------^------------------^--------------------'
>
diff mbox

Patch

diff --git a/package/xinetd/xinetd.hash b/package/xinetd/xinetd.hash
new file mode 100644
index 0000000..f656422
--- /dev/null
+++ b/package/xinetd/xinetd.hash
@@ -0,0 +1,4 @@ 
+# From snapshot.debian.org dsc file
+sha1	168d54aeb181e271e68f4c53847c3e6b2574dba6				xinetd_2.3.15.orig.tar.gz
+sha256	bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3	xinetd_2.3.15.orig.tar.gz
+
diff --git a/package/xinetd/xinetd.mk b/package/xinetd/xinetd.mk
index 1fb91b5..7060f0c 100644
--- a/package/xinetd/xinetd.mk
+++ b/package/xinetd/xinetd.mk
@@ -5,7 +5,8 @@ 
 ################################################################################
 
 XINETD_VERSION = 2.3.15
-XINETD_SITE = http://www.xinetd.org
+XINETD_SOURCE = xinetd_$(XINETD_VERSION).orig.tar.gz
+XINETD_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/x/xinetd
 XINETD_LICENSE = xinetd license
 XINETD_LICENSE_FILES = COPYRIGHT