* [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 @ 2023-10-20 16:19 Francois Perrad 2023-10-20 16:19 ` [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 Francois Perrad 2023-10-22 14:08 ` [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Yann E. MORIN 0 siblings, 2 replies; 5+ messages in thread From: Francois Perrad @ 2023-10-20 16:19 UTC (permalink / raw) To: buildroot diff README.pod: see https://metacpan.org/release/RKITOVER/Net-SSH2-0.73/diff/SALVA/Net-SSH2-0.72#README.pod Signed-off-by: Francois Perrad <francois.perrad@gadz.org> --- package/perl-net-ssh2/perl-net-ssh2.hash | 8 ++++---- package/perl-net-ssh2/perl-net-ssh2.mk | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/perl-net-ssh2/perl-net-ssh2.hash b/package/perl-net-ssh2/perl-net-ssh2.hash index b2e8b2d48..91bbdc2e8 100644 --- a/package/perl-net-ssh2/perl-net-ssh2.hash +++ b/package/perl-net-ssh2/perl-net-ssh2.hash @@ -1,6 +1,6 @@ -# retrieved by scancpan from http://cpan.metacpan.org/ -md5 57aa0f6e2be4020f75888a7195ad5cba Net-SSH2-0.72.tar.gz -sha256 867d83070fac6436b9f0971918243002072fbf8d2724a87c254b34250dce0222 Net-SSH2-0.72.tar.gz +# retrieved by scancpan from https://cpan.metacpan.org/ +md5 222625c91affcceb43e861063d52943f Net-SSH2-0.73.tar.gz +sha256 a51e4c3168fc3d8ab89a6b673c836323303e95b18de19813ec4528810ec23785 Net-SSH2-0.73.tar.gz # computed by scancpan -sha256 268afaee7aa88a41959c93cd91853e8124bdbe64a74480d36ff1130e01a1c0ca README.pod +sha256 e517e8d3690bbebf97f78c5ced4f0ecb26106eef381687dd6fb3879aa5a3f031 README.pod diff --git a/package/perl-net-ssh2/perl-net-ssh2.mk b/package/perl-net-ssh2/perl-net-ssh2.mk index 20e45b628..91c08458e 100644 --- a/package/perl-net-ssh2/perl-net-ssh2.mk +++ b/package/perl-net-ssh2/perl-net-ssh2.mk @@ -4,9 +4,9 @@ # ################################################################################ -PERL_NET_SSH2_VERSION = 0.72 +PERL_NET_SSH2_VERSION = 0.73 PERL_NET_SSH2_SOURCE = Net-SSH2-$(PERL_NET_SSH2_VERSION).tar.gz -PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA +PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RK/RKITOVER PERL_NET_SSH2_LICENSE = Artistic or GPL-1.0+ PERL_NET_SSH2_LICENSE_FILES = README.pod PERL_NET_SSH2_DEPENDENCIES = libssh2 zlib -- 2.39.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 2023-10-20 16:19 [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Francois Perrad @ 2023-10-20 16:19 ` Francois Perrad 2023-10-22 14:10 ` Yann E. MORIN 2023-10-22 14:08 ` [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Yann E. MORIN 1 sibling, 1 reply; 5+ messages in thread From: Francois Perrad @ 2023-10-20 16:19 UTC (permalink / raw) To: buildroot Signed-off-by: Francois Perrad <francois.perrad@gadz.org> --- package/perl-mojolicious/perl-mojolicious.hash | 4 ++-- package/perl-mojolicious/perl-mojolicious.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/perl-mojolicious/perl-mojolicious.hash b/package/perl-mojolicious/perl-mojolicious.hash index 6d8f50015..ddf27a808 100644 --- a/package/perl-mojolicious/perl-mojolicious.hash +++ b/package/perl-mojolicious/perl-mojolicious.hash @@ -1,6 +1,6 @@ # retrieved by scancpan from https://cpan.metacpan.org/ -md5 e06ce611dd2444f2ca5b74f3a910b679 Mojolicious-9.32.tar.gz -sha256 bc04c552ee24eaecc45feb8709d49c2901bc26fb82b4a1a8e17574e1cca083dc Mojolicious-9.32.tar.gz +md5 530e682c101eda6caa0b65438a0b704d Mojolicious-9.34.tar.gz +sha256 5069d68e4e2d8ad663db58859b4fec0ce79ab134d9e58055aaaf3f0f3a73a2c6 Mojolicious-9.34.tar.gz # computed by scancpan sha256 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a LICENSE diff --git a/package/perl-mojolicious/perl-mojolicious.mk b/package/perl-mojolicious/perl-mojolicious.mk index 63b02a518..040fbf08e 100644 --- a/package/perl-mojolicious/perl-mojolicious.mk +++ b/package/perl-mojolicious/perl-mojolicious.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_MOJOLICIOUS_VERSION = 9.32 +PERL_MOJOLICIOUS_VERSION = 9.34 PERL_MOJOLICIOUS_SOURCE = Mojolicious-$(PERL_MOJOLICIOUS_VERSION).tar.gz PERL_MOJOLICIOUS_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SR/SRI PERL_MOJOLICIOUS_LICENSE = Artistic-2.0 -- 2.39.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 2023-10-20 16:19 ` [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 Francois Perrad @ 2023-10-22 14:10 ` Yann E. MORIN 0 siblings, 0 replies; 5+ messages in thread From: Yann E. MORIN @ 2023-10-22 14:10 UTC (permalink / raw) To: Francois Perrad; +Cc: buildroot François, All, On 2023-10-20 18:19 +0200, Francois Perrad spake thusly: > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> I did not see a dependency from mojolicious to net-ssh2 (the first patch in the series), so I assumed it was OK to apply mojolicious even if net-ssh2 was not applied. Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/perl-mojolicious/perl-mojolicious.hash | 4 ++-- > package/perl-mojolicious/perl-mojolicious.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/perl-mojolicious/perl-mojolicious.hash b/package/perl-mojolicious/perl-mojolicious.hash > index 6d8f50015..ddf27a808 100644 > --- a/package/perl-mojolicious/perl-mojolicious.hash > +++ b/package/perl-mojolicious/perl-mojolicious.hash > @@ -1,6 +1,6 @@ > # retrieved by scancpan from https://cpan.metacpan.org/ > -md5 e06ce611dd2444f2ca5b74f3a910b679 Mojolicious-9.32.tar.gz > -sha256 bc04c552ee24eaecc45feb8709d49c2901bc26fb82b4a1a8e17574e1cca083dc Mojolicious-9.32.tar.gz > +md5 530e682c101eda6caa0b65438a0b704d Mojolicious-9.34.tar.gz > +sha256 5069d68e4e2d8ad663db58859b4fec0ce79ab134d9e58055aaaf3f0f3a73a2c6 Mojolicious-9.34.tar.gz > > # computed by scancpan > sha256 19e2e0f2079ea1ce1576eb4ecc0575b33fe45b2b8e71f4aa589d6bedd1da4e0a LICENSE > diff --git a/package/perl-mojolicious/perl-mojolicious.mk b/package/perl-mojolicious/perl-mojolicious.mk > index 63b02a518..040fbf08e 100644 > --- a/package/perl-mojolicious/perl-mojolicious.mk > +++ b/package/perl-mojolicious/perl-mojolicious.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -PERL_MOJOLICIOUS_VERSION = 9.32 > +PERL_MOJOLICIOUS_VERSION = 9.34 > PERL_MOJOLICIOUS_SOURCE = Mojolicious-$(PERL_MOJOLICIOUS_VERSION).tar.gz > PERL_MOJOLICIOUS_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SR/SRI > PERL_MOJOLICIOUS_LICENSE = Artistic-2.0 > -- > 2.39.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 2023-10-20 16:19 [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Francois Perrad 2023-10-20 16:19 ` [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 Francois Perrad @ 2023-10-22 14:08 ` Yann E. MORIN 2023-10-22 14:22 ` Yann E. MORIN 1 sibling, 1 reply; 5+ messages in thread From: Yann E. MORIN @ 2023-10-22 14:08 UTC (permalink / raw) To: Francois Perrad; +Cc: buildroot François, All, On 2023-10-20 18:19 +0200, Francois Perrad spake thusly: > diff README.pod: > see https://metacpan.org/release/RKITOVER/Net-SSH2-0.73/diff/SALVA/Net-SSH2-0.72#README.pod We want to have a summary of the changes directly in our commit log, because our commit log is all that is guarantedd to be available in our repository. Any reference to a thord-party location will not have the same guarantee (e.g. even if CPAN has existed for ages, they may rewrite the URLs in the future). Incidentally, the 'diff' above confuses Patchwork: https://patchwork.ozlabs.org/project/buildroot/patch/20231020161902.48876-1-francois.perrad@gadz.org/ Also, it sould be nice to explain why we have to change to another "author" as the origin. Regards, Yann E. MORIN. > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > --- > package/perl-net-ssh2/perl-net-ssh2.hash | 8 ++++---- > package/perl-net-ssh2/perl-net-ssh2.mk | 4 ++-- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/package/perl-net-ssh2/perl-net-ssh2.hash b/package/perl-net-ssh2/perl-net-ssh2.hash > index b2e8b2d48..91bbdc2e8 100644 > --- a/package/perl-net-ssh2/perl-net-ssh2.hash > +++ b/package/perl-net-ssh2/perl-net-ssh2.hash > @@ -1,6 +1,6 @@ > -# retrieved by scancpan from http://cpan.metacpan.org/ > -md5 57aa0f6e2be4020f75888a7195ad5cba Net-SSH2-0.72.tar.gz > -sha256 867d83070fac6436b9f0971918243002072fbf8d2724a87c254b34250dce0222 Net-SSH2-0.72.tar.gz > +# retrieved by scancpan from https://cpan.metacpan.org/ > +md5 222625c91affcceb43e861063d52943f Net-SSH2-0.73.tar.gz > +sha256 a51e4c3168fc3d8ab89a6b673c836323303e95b18de19813ec4528810ec23785 Net-SSH2-0.73.tar.gz > > # computed by scancpan > -sha256 268afaee7aa88a41959c93cd91853e8124bdbe64a74480d36ff1130e01a1c0ca README.pod > +sha256 e517e8d3690bbebf97f78c5ced4f0ecb26106eef381687dd6fb3879aa5a3f031 README.pod > diff --git a/package/perl-net-ssh2/perl-net-ssh2.mk b/package/perl-net-ssh2/perl-net-ssh2.mk > index 20e45b628..91c08458e 100644 > --- a/package/perl-net-ssh2/perl-net-ssh2.mk > +++ b/package/perl-net-ssh2/perl-net-ssh2.mk > @@ -4,9 +4,9 @@ > # > ################################################################################ > > -PERL_NET_SSH2_VERSION = 0.72 > +PERL_NET_SSH2_VERSION = 0.73 > PERL_NET_SSH2_SOURCE = Net-SSH2-$(PERL_NET_SSH2_VERSION).tar.gz > -PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA > +PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RK/RKITOVER > PERL_NET_SSH2_LICENSE = Artistic or GPL-1.0+ > PERL_NET_SSH2_LICENSE_FILES = README.pod > PERL_NET_SSH2_DEPENDENCIES = libssh2 zlib > -- > 2.39.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 2023-10-22 14:08 ` [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Yann E. MORIN @ 2023-10-22 14:22 ` Yann E. MORIN 0 siblings, 0 replies; 5+ messages in thread From: Yann E. MORIN @ 2023-10-22 14:22 UTC (permalink / raw) To: Francois Perrad; +Cc: buildroot François, All, On 2023-10-22 16:08 +0200, Yann E. MORIN spake thusly: > On 2023-10-20 18:19 +0200, Francois Perrad spake thusly: > > diff README.pod: > > see https://metacpan.org/release/RKITOVER/Net-SSH2-0.73/diff/SALVA/Net-SSH2-0.72#README.pod > We want to have a summary of the changes directly in our commit log, > because our commit log is all that is guarantedd to be available in > our repository. Any reference to a thord-party location will not have > the same guarantee (e.g. even if CPAN has existed for ages, they may > rewrite the URLs in the future). I should maybe explain why we need such a summary in the commit log: README.pod is used a license file, so it is our reference as to what the licensing terms are. Updating the hash of the license files means the file has changed, and that's nice that you noticed and updated. But what we really need to know if the reason for the update, even if it is just "typoes and rewrapping", so that it is *obvious* that there is no licensing change. (patch marked as "changes requested" in patchwork.) Regards, Yann E. MORIN. > Incidentally, the 'diff' above confuses Patchwork: > https://patchwork.ozlabs.org/project/buildroot/patch/20231020161902.48876-1-francois.perrad@gadz.org/ > > Also, it sould be nice to explain why we have to change to another > "author" as the origin. > > Regards, > Yann E. MORIN. > > > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > > --- > > package/perl-net-ssh2/perl-net-ssh2.hash | 8 ++++---- > > package/perl-net-ssh2/perl-net-ssh2.mk | 4 ++-- > > 2 files changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/package/perl-net-ssh2/perl-net-ssh2.hash b/package/perl-net-ssh2/perl-net-ssh2.hash > > index b2e8b2d48..91bbdc2e8 100644 > > --- a/package/perl-net-ssh2/perl-net-ssh2.hash > > +++ b/package/perl-net-ssh2/perl-net-ssh2.hash > > @@ -1,6 +1,6 @@ > > -# retrieved by scancpan from http://cpan.metacpan.org/ > > -md5 57aa0f6e2be4020f75888a7195ad5cba Net-SSH2-0.72.tar.gz > > -sha256 867d83070fac6436b9f0971918243002072fbf8d2724a87c254b34250dce0222 Net-SSH2-0.72.tar.gz > > +# retrieved by scancpan from https://cpan.metacpan.org/ > > +md5 222625c91affcceb43e861063d52943f Net-SSH2-0.73.tar.gz > > +sha256 a51e4c3168fc3d8ab89a6b673c836323303e95b18de19813ec4528810ec23785 Net-SSH2-0.73.tar.gz > > > > # computed by scancpan > > -sha256 268afaee7aa88a41959c93cd91853e8124bdbe64a74480d36ff1130e01a1c0ca README.pod > > +sha256 e517e8d3690bbebf97f78c5ced4f0ecb26106eef381687dd6fb3879aa5a3f031 README.pod > > diff --git a/package/perl-net-ssh2/perl-net-ssh2.mk b/package/perl-net-ssh2/perl-net-ssh2.mk > > index 20e45b628..91c08458e 100644 > > --- a/package/perl-net-ssh2/perl-net-ssh2.mk > > +++ b/package/perl-net-ssh2/perl-net-ssh2.mk > > @@ -4,9 +4,9 @@ > > # > > ################################################################################ > > > > -PERL_NET_SSH2_VERSION = 0.72 > > +PERL_NET_SSH2_VERSION = 0.73 > > PERL_NET_SSH2_SOURCE = Net-SSH2-$(PERL_NET_SSH2_VERSION).tar.gz > > -PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SA/SALVA > > +PERL_NET_SSH2_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RK/RKITOVER > > PERL_NET_SSH2_LICENSE = Artistic or GPL-1.0+ > > PERL_NET_SSH2_LICENSE_FILES = README.pod > > PERL_NET_SSH2_DEPENDENCIES = libssh2 zlib > > -- > > 2.39.2 > > > > _______________________________________________ > > buildroot mailing list > > buildroot@buildroot.org > > https://lists.buildroot.org/mailman/listinfo/buildroot > > -- > .-----------------.--------------------.------------------.--------------------. > | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | > | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | > | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | > | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | > '------------------------------^-------^------------------^--------------------' > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-22 14:22 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-20 16:19 [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Francois Perrad 2023-10-20 16:19 ` [Buildroot] [PATCH 2/2] package/perl-mojolicious: bump to version 9.34 Francois Perrad 2023-10-22 14:10 ` Yann E. MORIN 2023-10-22 14:08 ` [Buildroot] [PATCH 1/2] package/perl-net-ssh2: bump to version 0.73 Yann E. MORIN 2023-10-22 14:22 ` Yann E. MORIN
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox