summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-28Kernel: T4928: update Linux Kernel to v6.1.64Christian Breunig
2023-11-27Merge pull request #462 from c-po/currentChristian Breunig
T2640: update VyOS in docker image to current version
2023-11-26Makefile: T2640: add helper to convert ISO to OCI image to start a containerChristian Breunig
Use either "make oci" or call the script manually: $ scripts/iso-to-oci build/live-image-amd64.hybrid.iso I: mount ISO build/live-image-amd64.hybrid.iso I: extracting squashfs content I: generate OCI container image vyos-1.5-strongswan-202311241125.tar I: to import the previously generated OCI image to your local images run: docker import vyos-1.5-strongswan-202311241125.tar vyos:1.5-strongswan-202311241125 --change 'CMD [/sbin/init]'
2023-11-26T2640: update VyOS in docker image to current versionChristian Breunig
2023-11-26Docker: update README for VyOS inside containerChristian Breunig
2023-11-24Merge pull request #457 from GurliGebis/T5754-strongswan-upgradeChristian Breunig
T5754 strongswan upgrade
2023-11-24StrongSwan: T5754: Build changes neededBjarke Istrup Pedersen
2023-11-23Merge pull request #459 from sever-sever/T5776Christian Breunig
T5776: kernel enable VFIO support
2023-11-23T5776: kernel enable VFIO supportViacheslav Hletenko
2023-11-20Kernel: T4928: update Linux Kernel to v6.1.63Christian Breunig
2023-11-19Makefile: add new target qemu-liveChristian Breunig
Simply boot a live qemu version from the latest ISO build (10:18) cpo lnx01:~/vyos-build [current] # sudo make qemu-live if [ ! -f build/live-image-amd64.hybrid.iso ]; then echo "Could not find build/live-image-amd64.hybrid.iso" exit 1 fi scripts/check-qemu-install --qemu-cmd build/live-image-amd64.hybrid.iso INFO - Creating Disk image testinstall-20231119-101823-4483.img SeaBIOS (version 1.16.2-debian-1.16.2-1) Machine UUID f48b60b2-e6ad-49ef-9d09-4245d0585e52 Booting from DVD/CD... ISOLINUX 6.04 20200816 ETCD Copyright (C) 1994-2015 H. Peter Anvin et al
2023-11-16StrongSwan: T5754: Remove patch already included in 5.9.11Bjarke Istrup Pedersen
2023-11-16StrongSwan: T5754: Update patches to match 5.9.11Bjarke Istrup Pedersen
2023-11-16StrongSwan: T5754: Update version in scriptsBjarke Istrup Pedersen
2023-11-16Merge pull request #352 from jestabro/image-toolsJohn Estabrook
image: T4516: enable vyos-grub-update service
2023-11-15image: T4516: update test script for changes in prompts/partition idJohn Estabrook
2023-11-15image: T4516: enable vyos-grub-update serviceJohn Estabrook
2023-11-15Merge pull request #454 from ichdasich/fix_frr_rpki_librtr_segfaultChristian Breunig
T5689: Include librtr-dev in Debian dependencies to fix RPKI crash
2023-11-15T5689: Include librtr-dev in Debian dependencies to fix RPKI crashTobias Fiebig
This fixes FRR crashing on vtysh -c "show rpki $prefix" with the vyos build when librtr-dev was not available at FRR built time, see T5689.
2023-11-08Kernel: T4928: update Linux Kernel to v6.1.62Christian Breunig
2023-11-06Merge pull request #453 from indrajitr/ddclient-bump-311Christian Breunig
ddclient: T5708: Upgrade to ddclient 3.11.1
2023-11-04ddclient: T5708: Upgrade to ddclient 3.11.1Indrajit Raychaudhuri
- Upgrade to ddclient 3.11.1 - Remove patches that are now upstream - Add patch for duckdns dual stack
2023-11-04Merge pull request #452 from dmbaturin/iso-version-jsonChristian Breunig
build script: T5711: copy version.json to the ISO image in addition to the SquashFS image
2023-11-03build script: T5711: copy version.json to the ISO imageDaniil Baturin
in addition to the SquashFS image
2023-11-03Kernel: T4928: update Linux Kernel to v6.1.61Christian Breunig
2023-11-01Merge pull request #450 from sever-sever/T5701Viacheslav Hletenko
T5701: Fix build telegraf package
2023-11-01T5701: Fix build telegraf packageViacheslav Hletenko
The sources of telegraf do not contnain 'etc/telegraf.conf' anymore. Generate default config telegraf.conf to fix build
2023-10-31Merge pull request #448 from sever-sever/T5701Daniil Baturin
T5701: Bump telegraf to version v1.28.3
2023-10-31T5701: Bump telegraf to version v1.28.3Viacheslav Hletenko
2023-10-30Merge pull request #446 from sever-sever/T5415Viacheslav Hletenko
T5415: upgrade libyang library to v2.1.128
2023-10-30T5415: upgrade libyang library to v2.1.128Viacheslav Hletenko
2023-10-30Merge pull request #445 from sever-sever/T5695Christian Breunig
T5695: Add LUA script to build FRR
2023-10-30T5695: Add LUA script to build FRRViacheslav Hletenko
Build FRR with LUA scripts --enable-scripting option
2023-10-27Merge pull request #442 from aapostoliuk/T5402-currentChristian Breunig
keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs
2023-10-27keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACsaapostoliuk
Added patch with commit '9ca8688' to pkg-keepalived 1:2.2.7-1 https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438 Setting arp_ignore to 1 ensures that the VMAC interface does not respond to ARP requests for IPv4 addresses not configured on the VMAC.
2023-10-27Merge pull request #441 from andriiandrieiev/currentzdc
pmacct: T5663: the garbage headers issue fix
2023-10-27pmacct: T5663: the garbage headers issue fixAndrii Andrieiev
2023-10-25Kernel: T4928: update Linux Kernel to v6.1.60Christian Breunig
2023-10-21Kernel: T4928: update Linux Kernel to v6.1.59Christian Breunig
2023-10-19Merge pull request #436 from sever-sever/T4204Christian Breunig
T4204: accel-ppp bump version 9669bcb99adc
2023-10-18Kernel: T4928: disable RNDIS in arm64 buildsChristian Breunig
It's the second time the maintainers talk about removing RNDIS from the Linux Kernel. We should not bet on such a feature if not extremely necessary. https://www.phoronix.com/news/Linux-Disabling-RNDIS-Drivers
2023-10-17Revert "Kernel: T4928: enable CONFIG_USB_NET_RNDIS_HOST=m"Christian Breunig
This reverts commit 88be901bc103d1c47adbbc874d02e8ec5cde3397.
2023-10-17Kernel: T4928: forward port linkstate-ip-device-attribute patchChristian Breunig
2023-10-16Kernel: T4928: update Linux Kernel to v6.1.58Christian Breunig
2023-10-12Kernel: T4928: update Linux Kernel to v6.1.57Christian Breunig
2023-10-11T4204: accel-ppp bump version 9669bcb99adcViacheslav Hletenko
2023-10-09Merge pull request #434 from Apachez-/T5589Christian Breunig
T5589: Nonstripped binaries exists in VyOS
2023-10-06Kernel: T4928: update Linux Kernel to v6.1.56Christian Breunig
2023-10-04T5589: Nonstripped binaries exists in VyOSApachez
2023-10-03Merge pull request #426 from Apachez-/T5589Daniil Baturin
T5589: Nonstripped binaries exists in VyOS