diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ethtool/.gitignore | 1 | ||||
-rw-r--r-- | packages/ethtool/Jenkinsfile | 31 | ||||
-rw-r--r-- | packages/frr/Jenkinsfile | 2 | ||||
-rw-r--r-- | packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch | 10 |
4 files changed, 38 insertions, 6 deletions
diff --git a/packages/ethtool/.gitignore b/packages/ethtool/.gitignore new file mode 100644 index 00000000..5967d5de --- /dev/null +++ b/packages/ethtool/.gitignore @@ -0,0 +1 @@ +ethtool/ diff --git a/packages/ethtool/Jenkinsfile b/packages/ethtool/Jenkinsfile new file mode 100644 index 00000000..bddd3b63 --- /dev/null +++ b/packages/ethtool/Jenkinsfile @@ -0,0 +1,31 @@ +// Copyright (C) 2024 VyOS maintainers and contributors +// +// This program is free software; you can redistribute it and/or modify +// in order to easy exprort images built to "external" world +// it under the terms of the GNU General Public License version 2 or later as +// published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. + +@NonCPS + +// Using a version specifier library, use 'current' branch. The underscore (_) +// is not a typo! You need this underscore if the line immediately after the +// @Library annotation is not an import statement! +@Library('vyos-build@current')_ + +def pkgList = [ + ['name': 'ethtool', + 'scmCommit': 'debian/1%6.6-1', + 'scmUrl': 'https://salsa.debian.org/kernel-team/ethtool', + 'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; dpkg-buildpackage -uc -us -tc -b'], +] + +// Start package build using library function from https://github.com/vyos/vyos-build +buildPackage('ethtool', pkgList, null, true, "**/packages/ethtool/**") diff --git a/packages/frr/Jenkinsfile b/packages/frr/Jenkinsfile index 9c647495..2c309443 100644 --- a/packages/frr/Jenkinsfile +++ b/packages/frr/Jenkinsfile @@ -22,7 +22,7 @@ def pkgList = [ ['name': 'libyang', - 'scmCommit': 'v2.1.128', + 'scmCommit': 'v2.1.148', 'scmUrl': 'https://github.com/CESNET/libyang.git', 'buildCmd': 'pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +'], ['name': 'rtrlib', diff --git a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch index 9c79e4f5..e678a63e 100644 --- a/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch +++ b/packages/linux-kernel/patches/kernel/0001-linkstate-ip-device-attribute.patch @@ -88,10 +88,10 @@ index cf592d7b630f..e8915701aa73 100644 }; diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c -index ca0ff15dc8fa..67a55fec5b29 100644 +index bc74f131fe4d..9cdd5b50f9b2 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c -@@ -2582,6 +2582,7 @@ static struct devinet_sysctl_table { +@@ -2595,6 +2595,7 @@ static struct devinet_sysctl_table { "route_localnet"), DEVINET_SYSCTL_FLUSHING_ENTRY(DROP_UNICAST_IN_L2_MULTICAST, "drop_unicast_in_l2_multicast"), @@ -100,10 +100,10 @@ index ca0ff15dc8fa..67a55fec5b29 100644 }; diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c -index b007d098ffe2..865d7be4fd29 100644 +index 6f57cbddeee6..6ea474d2c170 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c -@@ -5639,6 +5639,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, +@@ -5655,6 +5655,7 @@ static inline void ipv6_store_devconf(struct ipv6_devconf *cnf, array[DEVCONF_NDISC_EVICT_NOCARRIER] = cnf->ndisc_evict_nocarrier; array[DEVCONF_ACCEPT_UNTRACKED_NA] = cnf->accept_untracked_na; array[DEVCONF_ACCEPT_RA_MIN_LFT] = cnf->accept_ra_min_lft; @@ -111,7 +111,7 @@ index b007d098ffe2..865d7be4fd29 100644 } static inline size_t inet6_ifla6_size(void) -@@ -7067,6 +7068,13 @@ static const struct ctl_table addrconf_sysctl[] = { +@@ -7083,6 +7084,13 @@ static const struct ctl_table addrconf_sysctl[] = { .extra1 = (void *)SYSCTL_ZERO, .extra2 = (void *)SYSCTL_ONE, }, |