diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-01 09:43:20 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-12-12 21:08:36 +0100 |
commit | a6ee547df9d9289b2a610bb153d604a69a73abbc (patch) | |
tree | 86a5827565132ad789b235ecc116372a012f29c6 /scripts | |
parent | 64737049995158b708289a08aff282d53bfc1a43 (diff) | |
download | vyos-build-a6ee547df9d9289b2a610bb153d604a69a73abbc.tar.gz vyos-build-a6ee547df9d9289b2a610bb153d604a69a73abbc.zip |
frr: T6746: upgrade package to 10.2
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package-build/frr/package.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/package-build/frr/package.toml b/scripts/package-build/frr/package.toml index caae3537..4df46208 100644 --- a/scripts/package-build/frr/package.toml +++ b/scripts/package-build/frr/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "libyang" -commit_id = "v2.1.148" +commit_id = "v3.4.2" scm_url = "https://github.com/CESNET/libyang.git" build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +" @@ -8,13 +8,12 @@ build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec m name = "rtrlib" commit_id = "v0.8.0" scm_url = "https://github.com/rtrlib/rtrlib.git" -build_cmd = "sudo mk-build-deps --install --tool 'apt-get --yes --no-install-recommends'; dpkg-buildpackage -uc -us -tc -b" [[packages]] name = "frr" -commit_id = "stable/9.1" +commit_id = "stable/10.2" scm_url = "https://github.com/FRRouting/frr.git" -build_cmd = "sudo dpkg -i ../*.deb; sudo dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua" +build_cmd = "sudo dpkg -i ../*.deb; dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua" [dependencies] packages = [ @@ -32,5 +31,6 @@ packages = [ "protobuf-c-compiler", "python3-dev:native", "texinfo", - "lua5.3" + "lua5.3", + "doxygen" ] |