aboutsummaryrefslogtreecommitdiff
path: root/libs/libyang
Commit message (Collapse)AuthorAge
* libs/libyang: assign PKG_CPE_IDFabrice Fontaine2024-01-29
| | | | | | https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cesnet:libyang Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* libyang: update to 2.1.80Lucian Cristian2023-08-17
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libyang: update to 2.0.112Lucian Cristian2021-11-12
| | | | | | needed by frr 8+ Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libyang: update to 1.0.225Rosen Penev2021-03-26
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libyang: Bump to 1.0.215Jakov Smolic2021-02-02
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* libyang: update to 1.0.184Jakov Smolic2020-08-22
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* Netopeer2: update Netopeer2 and dependencies to masterLucian Cristian2020-05-10
| | | | | | | | libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* sysrepo: update to 1.4.2Lucian Cristian2020-05-07
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libyang: update to 1.0.130Lucian Cristian2020-05-02
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libyang: Update to 1.0-r4Rosen Penev2019-11-02
| | | | | | | | | | | | | | Several Makefile cleanups for consistency between packages. Removed PKG_INSTALL as it's implied by CMAKE_INSTALL. Removed InstallDev for the same reason. Removed upstreamed patches. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* libyang: add patch for lyb bugfixMislav Novakovic2019-01-29
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: update to 0.16-r3Mislav Novakovic2019-01-16
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: enable LYD_PRIVLucian Cristian2018-11-11
| | | | | | this is needed for frr (frrouting.org) Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libyang: update to 0.16-r2Mislav Novakovic2018-11-05
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: update to 0.16-r1Mislav Novakovic2018-10-11
| | | | | | PR includes switch to codeload tarballs. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: update to 0.15.130Matija Amidzic2018-07-02
| | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* libyang: add patchMislav Novakovic2018-04-27
| | | | | | The patch fixes a netopeer2-cli issue on musl. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: bump to latest versionMislav Novakovic2017-12-21
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: bump to latest versionMislav Novakovic2017-10-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: update the sysrepo/netopeer2 stackMislav Novakovic2017-09-18
| | | | | | | | | | Patch includes updates to packages: netopeer2: update to version 0.4.0 sysrepo: update to 0.7.0 libnetconf2: update to 0.9.15 libyang: update to 0.13.46 Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libyang: modify copy of .so filesAntonio Paunovic2017-05-29
| | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* libyang: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* add libyangMislav Novakovic2017-05-11
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>