diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-08-25 15:59:07 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-08-26 09:16:38 +0000 |
commit | 6b14f2f8eb13c718b8ae2a5fda4123c53c0bd618 (patch) | |
tree | e1b3a4bf71441f0f2f049ae05215c11cb77712f9 | |
parent | 58219a1b2bf768bcbe22e5c3edfded895d44d7c2 (diff) |
Revert "community/libyang: upgrade to 2.1.111"
This reverts commit 802ccc9c352b9a35115ddbfbbc549cc65d696106.
v2.1.111 introduces breaking changes that break FRR
See: https://github.com/CESNET/libyang/issues/2090
-rw-r--r-- | community/libyang/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libyang/APKBUILD b/community/libyang/APKBUILD index 8daa2a94172..af2988daaa6 100644 --- a/community/libyang/APKBUILD +++ b/community/libyang/APKBUILD @@ -1,8 +1,10 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: pkgname=libyang -pkgver=2.1.111 -pkgrel=0 +# RESTRICTED: don't upgrade to >=2.1.111 until FRR has been upgraded to >=9.1 +# See: https://github.com/CESNET/libyang/issues/2090 +pkgver=2.1.80 +pkgrel=2 pkgdesc="YANG data modelling language parser and toolkit" url="https://github.com/CESNET/libyang" arch="all" @@ -52,5 +54,5 @@ package() { } sha512sums=" -436eede49fea6c1c093e0ed74109bde77397361fde63e596ba059ad6c82db0388ab5820a41879785d471be479bc748841e272eb081e725b787d3fd112b2847ad libyang-2.1.111.tar.gz +c403eb60edcfccaddfec64ae164cecde7866149c5d410c369879d205c0121b0548876aa186a14100ab9829681a2b533a99b1eb0dd67499ed6efb66608dc9c72a libyang-2.1.80.tar.gz " |