2289 Commits

Author SHA1 Message Date
Christian Breunig
25e0cdefbe GitHub: add state and PR message check action 2023-12-17 09:00:57 +01:00
Christian Breunig
69d7878dff
Kernel: T4928: update Linux Kernel to v6.1.68 2023-12-16 15:51:32 +01:00
Christian Breunig
fcdb64e6c4
Merge pull request #469 from zdc/T5824-circinus
initramfs: T5824: Added `openssl.cnf` to initramfs
2023-12-14 17:20:44 +01:00
zsdc
5765d67009 initramfs: T5824: Added openssl.cnf to initramfs
Without `openssl.cnf` software that uses `libssl` (for example busybox) has
issues with connections to some HTTPS servers.
2023-12-14 14:20:52 +02:00
Christian Breunig
be92cde475
Kernel: T4928: update Linux Kernel to v6.1.67 2023-12-13 08:04:18 +01:00
Christian Breunig
8ce1ae8594
Merge pull request #336 from sarthurdev/kea
dhcp: T3316: Disable Kea services
2023-12-09 21:36:00 +01:00
Christian Breunig
09f3d55117
Kernel: T4928: update Linux Kernel to v6.1.66 2023-12-08 20:37:37 +01:00
Christian Breunig
7f2d077a83
Merge pull request #468 from mcbridematt/t5809-grub-arm64-fix
T5809: live-build-config: insmod gzio for vmlinuz kernels on arm64
2023-12-08 20:37:10 +01:00
Mathew McBride
ff6d215240 T5809: live-build-config: insmod gzio for vmlinuz kernels on arm64
Without this, GRUB will report a 'invalid magic' or 'missing UEFI
stub' error when loading kernels on arm64.

This change has no effect on x86-64 systems.
2023-12-08 16:48:30 +11:00
Christian Breunig
a3d29d9110 T4426: disable arpwatch.service by default 2023-12-03 19:25:28 +01:00
Christian Breunig
835500dfa3
Kernel: T4928: update Linux Kernel to v6.1.65 2023-12-03 10:38:33 +01:00
Christian Breunig
33bb64cb37
Merge pull request #464 from indrajitr/ddclient-bump-3112
ddclient: T5797: Upgrade to ddclient 3.11.2
2023-12-01 17:36:56 +01:00
Indrajit Raychaudhuri
368b89ef05 ddclient: T5797: Upgrade to ddclient 3.11.2
Upgrade to ddclient 3.11.2 and remove the patches that are now included
in the release version.
2023-12-01 01:19:27 -06:00
Christian Breunig
e4e3701775
Kernel: T4928: update Linux Kernel to v6.1.64 2023-11-28 22:06:13 +01:00
Christian Breunig
3e836939ea
Merge pull request #462 from c-po/current
T2640: update VyOS in docker image to current version
2023-11-27 08:40:50 +01:00
Christian Breunig
499e8e1cbb Makefile: T2640: add helper to convert ISO to OCI image to start a container
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-26 20:13:28 +01:00
Christian Breunig
0411ec870e T2640: update VyOS in docker image to current version 2023-11-26 20:12:24 +01:00
Christian Breunig
a0d3d87813 Docker: update README for VyOS inside container 2023-11-26 13:53:34 +01:00
Christian Breunig
360f7e2e0d
Merge pull request #457 from GurliGebis/T5754-strongswan-upgrade
T5754 strongswan upgrade
2023-11-24 20:54:26 +01:00
Bjarke Istrup Pedersen
68744626ea StrongSwan: T5754: Build changes needed 2023-11-24 17:08:22 +01:00
Christian Breunig
884b3c9a9c
Merge pull request #459 from sever-sever/T5776
T5776: kernel enable VFIO support
2023-11-23 14:31:23 +01:00
Viacheslav Hletenko
c237941c3c T5776: kernel enable VFIO support 2023-11-23 12:45:10 +00:00
Christian Breunig
148a955e8a
Kernel: T4928: update Linux Kernel to v6.1.63 2023-11-20 18:24:17 +01:00
Christian Breunig
b3d0ebaf1d Makefile: add new target qemu-live
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-19 10:18:49 +01:00
Bjarke Istrup Pedersen
f5d50b5203 StrongSwan: T5754: Remove patch already included in 5.9.11 2023-11-16 21:53:26 +01:00
Bjarke Istrup Pedersen
04acce88c8 StrongSwan: T5754: Update patches to match 5.9.11 2023-11-16 21:53:25 +01:00
Bjarke Istrup Pedersen
2844d38c77 StrongSwan: T5754: Update version in scripts 2023-11-16 21:53:24 +01:00
John Estabrook
80e223cc52
Merge pull request #352 from jestabro/image-tools
image: T4516: enable vyos-grub-update service
2023-11-16 13:46:27 -06:00
John Estabrook
64796852a4 image: T4516: update test script for changes in prompts/partition id 2023-11-15 15:33:42 -06:00
John Estabrook
e891c1e160 image: T4516: enable vyos-grub-update service 2023-11-15 08:15:01 -06:00
Christian Breunig
74bc5fa8b6
Merge pull request #454 from ichdasich/fix_frr_rpki_librtr_segfault
T5689: Include librtr-dev in Debian dependencies to fix RPKI crash
2023-11-15 10:03:02 +01:00
Tobias Fiebig
931571bd48
T5689: Include librtr-dev in Debian dependencies to fix RPKI crash
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-15 09:47:13 +01:00
Christian Breunig
369c66ea66
Kernel: T4928: update Linux Kernel to v6.1.62 2023-11-08 21:18:28 +01:00
Christian Breunig
aeda9f37f5
Merge pull request #453 from indrajitr/ddclient-bump-311
ddclient: T5708: Upgrade to ddclient 3.11.1
2023-11-06 21:34:45 +01:00
Indrajit Raychaudhuri
f3cc9f58b6 ddclient: T5708: Upgrade to ddclient 3.11.1
- Upgrade to ddclient 3.11.1
- Remove patches that are now upstream
- Add patch for duckdns dual stack
2023-11-04 18:33:07 -05:00
Christian Breunig
74b06c308b
Merge pull request #452 from dmbaturin/iso-version-json
build script: T5711: copy version.json to the ISO image in addition to the SquashFS image
2023-11-04 08:22:51 +01:00
Daniil Baturin
f31701f1b4 build script: T5711: copy version.json to the ISO image
in addition to the SquashFS image
2023-11-03 17:14:58 +00:00
Christian Breunig
12479ef859
Kernel: T4928: update Linux Kernel to v6.1.61 2023-11-03 07:57:32 +01:00
Viacheslav Hletenko
4d8a68dea1
Merge pull request #450 from sever-sever/T5701
T5701: Fix build telegraf package
2023-11-01 11:25:15 +02:00
Viacheslav Hletenko
28c26106fa T5701: Fix build telegraf package
The sources of telegraf do not contnain 'etc/telegraf.conf'
anymore. Generate default config telegraf.conf to fix build
2023-11-01 09:22:02 +00:00
Daniil Baturin
20e7d69251
Merge pull request #448 from sever-sever/T5701
T5701: Bump telegraf to version v1.28.3
2023-10-31 17:04:34 +00:00
Viacheslav Hletenko
7322c0df64 T5701: Bump telegraf to version v1.28.3 2023-10-31 14:05:37 +00:00
Viacheslav Hletenko
749ca2bea4
Merge pull request #446 from sever-sever/T5415
T5415: upgrade libyang library to v2.1.128
2023-10-30 23:44:33 +02:00
Viacheslav Hletenko
d0649cf3b5 T5415: upgrade libyang library to v2.1.128 2023-10-30 20:41:25 +00:00
Christian Breunig
32a5fde533
Merge pull request #445 from sever-sever/T5695
T5695: Add LUA script to build FRR
2023-10-30 19:13:34 +01:00
Viacheslav Hletenko
83d4a07089 T5695: Add LUA script to build FRR
Build FRR with LUA scripts --enable-scripting option
2023-10-30 17:35:14 +00:00
Christian Breunig
c2e640db50
Merge pull request #442 from aapostoliuk/T5402-current
keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs
2023-10-27 18:07:32 +02:00
aapostoliuk
86a9788070 keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs
Added patch with commit '9ca8688' to pkg-keepalived 1:2.2.7-1
9ca8688c7f
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-27 16:02:26 +03:00
zdc
0506fc7663
Merge pull request #441 from andriiandrieiev/current
pmacct: T5663: the garbage headers issue fix
2023-10-27 15:14:04 +03:00
Andrii Andrieiev
9eea995869 pmacct: T5663: the garbage headers issue fix 2023-10-27 14:17:09 +03:00