| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:cesnet:libyang
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
|
|
| |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
needed by frr 8+
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
|
|
| |
Ninja was merged to base and therefore we can now use normal cmake.mk
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Switch to AUTORELEASE for simplicity.
Switch to building with Ninja for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
|
|
|
|
|
|
|
|
| |
libnetconf2 to 1.1.24
libyang to 1.0.167
sysrepo to 1.4.58
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
| |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
| |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
|
|
| |
this is needed for frr (frrouting.org)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
|
|
| |
PR includes switch to codeload tarballs.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
|
|
|
|
|
|
| |
The patch fixes a netopeer2-cli issue on musl.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
|
|
|
| |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|