* [Buildroot] [PATCH 1/1] package/libcodec2: bump version to 1.2.0 @ 2023-10-03 12:43 Bernd Kuhls 2023-10-03 20:46 ` Yann E. MORIN 0 siblings, 1 reply; 3+ messages in thread From: Bernd Kuhls @ 2023-10-03 12:43 UTC (permalink / raw) To: buildroot Release notes: https://github.com/drowe67/codec2/releases/tag/1.2.0 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> --- package/libcodec2/libcodec2.hash | 2 +- package/libcodec2/libcodec2.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libcodec2/libcodec2.hash b/package/libcodec2/libcodec2.hash index edaa275bbc..828efa3e4d 100644 --- a/package/libcodec2/libcodec2.hash +++ b/package/libcodec2/libcodec2.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 44015b071968d98ee326012c498db6a8308bed1a7a914ecb6d4d8e2a354a4611 libcodec2-1.1.1.tar.gz +sha256 cbccae52b2c2ecc5d2757e407da567eb681241ff8dadce39d779a7219dbcf449 libcodec2-1.2.0.tar.gz sha256 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf COPYING diff --git a/package/libcodec2/libcodec2.mk b/package/libcodec2/libcodec2.mk index 295dd8983f..5fc190aefd 100644 --- a/package/libcodec2/libcodec2.mk +++ b/package/libcodec2/libcodec2.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBCODEC2_VERSION = 1.1.1 -LIBCODEC2_SITE = $(call github,drowe67,codec2,v$(LIBCODEC2_VERSION)) +LIBCODEC2_VERSION = 1.2.0 +LIBCODEC2_SITE = $(call github,drowe67,codec2,$(LIBCODEC2_VERSION)) LIBCODEC2_LICENSE = LGPL-2.1 LIBCODEC2_LICENSE_FILES = COPYING LIBCODEC2_INSTALL_STAGING = YES -- 2.39.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libcodec2: bump version to 1.2.0 2023-10-03 12:43 [Buildroot] [PATCH 1/1] package/libcodec2: bump version to 1.2.0 Bernd Kuhls @ 2023-10-03 20:46 ` Yann E. MORIN 2023-10-13 15:41 ` Peter Korsgaard 0 siblings, 1 reply; 3+ messages in thread From: Yann E. MORIN @ 2023-10-03 20:46 UTC (permalink / raw) To: Bernd Kuhls; +Cc: buildroot Bernd, All, On 2023-10-03 14:43 +0200, Bernd Kuhls spake thusly: > Release notes: https://github.com/drowe67/codec2/releases/tag/1.2.0 > > Signed-off-by: Bernd Kuhls <bernd@kuhls.net> > --- > package/libcodec2/libcodec2.hash | 2 +- > package/libcodec2/libcodec2.mk | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/libcodec2/libcodec2.hash b/package/libcodec2/libcodec2.hash > index edaa275bbc..828efa3e4d 100644 > --- a/package/libcodec2/libcodec2.hash > +++ b/package/libcodec2/libcodec2.hash > @@ -1,3 +1,3 @@ > # Locally computed > -sha256 44015b071968d98ee326012c498db6a8308bed1a7a914ecb6d4d8e2a354a4611 libcodec2-1.1.1.tar.gz > +sha256 cbccae52b2c2ecc5d2757e407da567eb681241ff8dadce39d779a7219dbcf449 libcodec2-1.2.0.tar.gz > sha256 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf COPYING > diff --git a/package/libcodec2/libcodec2.mk b/package/libcodec2/libcodec2.mk > index 295dd8983f..5fc190aefd 100644 > --- a/package/libcodec2/libcodec2.mk > +++ b/package/libcodec2/libcodec2.mk > @@ -4,8 +4,8 @@ > # > ################################################################################ > > -LIBCODEC2_VERSION = 1.1.1 > -LIBCODEC2_SITE = $(call github,drowe67,codec2,v$(LIBCODEC2_VERSION)) > +LIBCODEC2_VERSION = 1.2.0 > +LIBCODEC2_SITE = $(call github,drowe67,codec2,$(LIBCODEC2_VERSION)) I was curious to see that they dopped the leading 'v' in front of tags, so I had a look at the repository, and indeed the 1.2.0 tag has no leading 'v'. But surprisingly, *there is no other tag*! Even the v1.1.1 tag that we were using so far is missing! So I had a look, and stumbled on: https://github.com/drowe67/codec2/issues/5 Basically, the full history was rewritten for some reason, the old repository has been moved to; https://github.com/drowe67/codec2-dev/ So, this is an important bit of information: we need to fix the existing maintenance branches to refer to the old repository (or backport this commit). I have added a blurb about that in the commit log, and applied to master. Regards, Yann E. MORIN. > LIBCODEC2_LICENSE = LGPL-2.1 > LIBCODEC2_LICENSE_FILES = COPYING > LIBCODEC2_INSTALL_STAGING = YES > -- > 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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libcodec2: bump version to 1.2.0 2023-10-03 20:46 ` Yann E. MORIN @ 2023-10-13 15:41 ` Peter Korsgaard 0 siblings, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2023-10-13 15:41 UTC (permalink / raw) To: Yann E. MORIN; +Cc: Bernd Kuhls, buildroot >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes: > Bernd, All, > On 2023-10-03 14:43 +0200, Bernd Kuhls spake thusly: >> Release notes: https://github.com/drowe67/codec2/releases/tag/1.2.0 >> >> Signed-off-by: Bernd Kuhls <bernd@kuhls.net> >> --- >> package/libcodec2/libcodec2.hash | 2 +- >> package/libcodec2/libcodec2.mk | 4 ++-- >> 2 files changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/package/libcodec2/libcodec2.hash b/package/libcodec2/libcodec2.hash >> index edaa275bbc..828efa3e4d 100644 >> --- a/package/libcodec2/libcodec2.hash >> +++ b/package/libcodec2/libcodec2.hash >> @@ -1,3 +1,3 @@ >> # Locally computed >> -sha256 44015b071968d98ee326012c498db6a8308bed1a7a914ecb6d4d8e2a354a4611 libcodec2-1.1.1.tar.gz >> +sha256 cbccae52b2c2ecc5d2757e407da567eb681241ff8dadce39d779a7219dbcf449 libcodec2-1.2.0.tar.gz >> sha256 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf COPYING >> diff --git a/package/libcodec2/libcodec2.mk b/package/libcodec2/libcodec2.mk >> index 295dd8983f..5fc190aefd 100644 >> --- a/package/libcodec2/libcodec2.mk >> +++ b/package/libcodec2/libcodec2.mk >> @@ -4,8 +4,8 @@ >> # >> ################################################################################ >> >> -LIBCODEC2_VERSION = 1.1.1 >> -LIBCODEC2_SITE = $(call github,drowe67,codec2,v$(LIBCODEC2_VERSION)) >> +LIBCODEC2_VERSION = 1.2.0 >> +LIBCODEC2_SITE = $(call github,drowe67,codec2,$(LIBCODEC2_VERSION)) > I was curious to see that they dopped the leading 'v' in front of tags, > so I had a look at the repository, and indeed the 1.2.0 tag has no > leading 'v'. > But surprisingly, *there is no other tag*! Even the v1.1.1 tag that we > were using so far is missing! > So I had a look, and stumbled on: > https://github.com/drowe67/codec2/issues/5 > Basically, the full history was rewritten for some reason, the old > repository has been moved to; > https://github.com/drowe67/codec2-dev/ > So, this is an important bit of information: we need to fix the existing > maintenance branches to refer to the old repository (or backport this > commit). How would we go about fixing the existing branches? Like the recent rockchip-mali fix showed (f7f2de3da7e1), changing the name to the repo also changes the tarball hash, but the filename stays the same. I think I will simply leave it as is so Buildroot falls back to s.b.o for now. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-13 15:42 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-03 12:43 [Buildroot] [PATCH 1/1] package/libcodec2: bump version to 1.2.0 Bernd Kuhls 2023-10-03 20:46 ` Yann E. MORIN 2023-10-13 15:41 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox