summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2020-07-25Kernel: T2730: Update Linux Kernel to v4.19.134Christian Poessinger
2020-07-05T2678: Fixing massive memory usage with ssh and large number of routeskroy
2020-07-05packages: Kernel: T2684: Update Linux Kernel to v4.19.131Christian Poessinger
2020-07-04systemd: services: T2659: disbale fastnetmon by defaultDmitriyEshenko
2020-06-20Delete buster-backports.list.chroot as we use lb config --backportsChristian Poessinger
This results in Duplicated archive warnings on ISO builds otherwise.
2020-06-19systemd: services: disable all udp-broadcast-relay instancesChristian Poessinger
2020-06-19T2490: add support for serial console-serverChristian Poessinger
2020-06-16systemd: services: disbale SNMPD by defaultChristian Poessinger
2020-06-16systemd: services: remove SysVinit leftoversChristian Poessinger
2020-06-14Kernel: T2595: Update Linux Kernel to v4.19.128Christian Poessinger
2020-06-07systemd: T2559: lm-sensors disable service by defaultChristian Poessinger
2020-06-06vyos-dev: add vimChristian Poessinger
2020-06-06vyos-utils: cleanup installed packagesChristian Poessinger
- mtr-tiny will be pulled in via vyos-1x as there is a proper dependenvy - vim-tiny - mostly unused - sipcalc - we have ipcalc for this do we?
2020-06-05firmware: T1958: fix firmware package nameChristian Poessinger
2020-06-05firmware: T1958: only include firmware for compiled Kernel driversChristian Poessinger
In the past when building the VyOS ISO we have simply pulle din the entire linux-firmware Git repository and just deleted some arbitrary files manually selected. Now all is shipped via vyos-linux-firmware.
2020-06-05Add intel driver packagesaChristian Poessinger
Intel driver packages are more related to the overall generated image instead of the VyOS userland packages. Thus they have meen migrated from vyos-world to vyos-build.
2020-06-04Include "tshark" package in developer buildsChristian Poessinger
2020-06-02Revert "build: add linux-tools package to development builds"Christian Poessinger
linux-tools has a "dynamic" version extension corresponding to the Kernel version. This reverts commit 655fa1b949c2bf0ee6789bd556981b9298e54116.
2020-06-02build: add linux-tools package to development buildsChristian Poessinger
... this will contain the Linux Kernels "perf" binary.
2020-06-01wake-on-lan: T2526: replace wakeonlan package with CLI implementationChristian Poessinger
Drop wakeonlan package and use the CLI based implementation with etherwake.
2020-05-30QAT: import device configuration filesChristian Poessinger
2020-05-30Kernel: T2531: Update Linux Kernel to v4.19.125Christian Poessinger
2020-05-22Kernel: T2493: Update Linux Kernel to v4.19.124Christian Poessinger
2020-05-20systemd-bootchart: add configurationChristian Poessinger
2020-05-19systemd-bootchart: add package for boot time analysisChristian Poessinger
2020-05-19dhcpv6-pd: disable wide-dhcp-client service by defaultChristian Poessinger
2020-05-16T2470: Update to PowerDNS recursor 4.3Christian Poessinger
2020-05-16Kernel: T2469: Update Linux Kernel to v4.19.123Christian Poessinger
2020-05-15apt: nat: T2198: pin nftables packages to buster-backportsChristian Poessinger
2020-05-12Kernel: T2454: Update Linux Kernel to v4.19.122Christian Poessinger
2020-05-03Kernel: T2420: Update Linux Kernel to v4.19.120Christian Poessinger
2020-05-02Revert "Kernel: T2413: Update Linux Kernel to v4.19.119"Christian Poessinger
This reverts commit cb8ad3197797c947dc2fc03a8c57c79b8dfa8590. WireGuard builds do not work with 4.19.119
2020-05-02Kernel: T2413: Update Linux Kernel to v4.19.119Christian Poessinger
2020-04-26salt: T2386: upgrade to version 2019.2 (Python3 + Buster)Christian Poessinger
Commit b4702483b531 ("salt: T2386: upgrade to version 2019.2") added a compatible Salt version from Debian Stretch - but there is already a Python3 and Debian Buster version available.
2020-04-26salt: T2386: upgrade to version 2019.2Christian Poessinger
Later packages support PeeringDB. Even this marks Debian stretch the package still works on Debian Buster (10)
2020-04-26Kernel: T2383: Update Linux Kernel to v4.19.118Christian Poessinger
2020-04-19chroot: T2340: add /etc/login.defsChristian Poessinger
2020-04-18Kernel: T2319: Update Linux Kernel to v4.19.116Christian Poessinger
2020-04-16T2305: include release train in "show version" outputChristian Poessinger
2020-04-13ddclient: T2185: clean leftover files from base packageChristian Poessinger
2020-04-04Kernel: T2224: Update Linux Kernel to v4.19.114Christian Poessinger
2020-04-02T2202: update to pdns-recursor 4.2.x seriesChristian Poessinger
2020-03-26pim: T1729: enable FRR PIM serviceDmitriyEshenko
2020-03-22Kernel: T2149: Update Linux Kernel to v4.19.112Christian Poessinger
2020-03-18mpls: T915: enable FRR ldpd service and modulesDmitriyEshenko
2020-03-15Kernel: T2121: Update Linux Kernel to v4.19.109Christian Poessinger
2020-03-10T2118: Add fsck tools to initramfs imagekroy-the-rabbit
2020-03-05vrf: T31: frr: do not use Linux network namespace as VRF backendChristian Poessinger
Without this change generated VRFs on the OS are not visible in FRR as they are not reported as beeing "up".
2020-02-28Merge pull request #82 from zdc/T1971Christian Poessinger
initramfs: T1971: Added initramfs-hook script for including modules
2020-02-28initramfs: T1971: Extended initramfs-hook scriptzsdc
Included: * libnss_dns.so.2 (required for DNS resolving from initramfs) * ca-certificates.crt (required for fetching files via HTTPS)