diff mbox series

[kirkstone] libxcrypt: fixup upgrade 4.4.30 -> 4.4.33

Message ID 20230815130928.983960-1-adrian.freihofer@siemens.com
State New, archived
Headers show
Series [kirkstone] libxcrypt: fixup upgrade 4.4.30 -> 4.4.33 | expand

Commit Message

Adrian Freihofer Aug. 15, 2023, 1:09 p.m. UTC
The package version of libxcrypt is still 4.4.30 where the
libxcrypt-compat package is at 4.4.33. However, both packages
(libxcrypt and libxcrypt-compact) share the same .inc file which
referres to the sources at 4.4.33.

This bug fix does not change anything on the target device. It only
fixes a build-time issue when a package depends on libxcrypt >= 4.4.33.
For example, this is the case for nginx 1.24.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 .../libxcrypt/{libxcrypt_4.4.30.bb => libxcrypt_4.4.33.bb}        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.30.bb => libxcrypt_4.4.33.bb} (100%)

Comments

Adrian Freihofer Aug. 15, 2023, 1:38 p.m. UTC | #1
Hi Steven

Just realized that this patch is a duplicate of commit 2061f9f15a7f8ad06841d8e0bac9a4a298932564 from master branch.
Maybe the best would be to cherry-pick 2061f9f15a7f8ad06841d8e0bac9a4a298932564 to kirkstone and ignore this patch here.

Regards,
Adrian
Steve Sakoman Aug. 16, 2023, 4:08 p.m. UTC | #2
On Tue, Aug 15, 2023 at 3:38 AM Adrian Freihofer
<adrian.freihofer@gmail.com> wrote:
>
> Hi Steven
>
> Just realized that this patch is a duplicate of commit 2061f9f15a7f8ad06841d8e0bac9a4a298932564 from master branch.
> Maybe the best would be to cherry-pick 2061f9f15a7f8ad06841d8e0bac9a4a298932564 to kirkstone and ignore this patch here.

Done, thanks.

Steve

>
> Regards,
> Adrian
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#186066): https://lists.openembedded.org/g/openembedded-core/message/186066
> Mute This Topic: https://lists.openembedded.org/mt/100757493/3620601
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.30.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.33.bb
similarity index 100%
rename from meta/recipes-core/libxcrypt/libxcrypt_4.4.30.bb
rename to meta/recipes-core/libxcrypt/libxcrypt_4.4.33.bb