summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-07-22Merge remote-tracking branch 'origin/current' into equuleusRunar Borge
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile
2019-07-19Revert "pdns-recursor: T1476: update PowerDNS recursor to 4.2 series"Christian Poessinger
This reverts commit aa19625ae1db029e162a9f29af6bd8ff782ff9ff.
2019-07-02T1502: include vyos-smoketest in the dev builds.Daniil Baturin
2019-07-01[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot.
2019-06-23pdns-recursor: T1476: update PowerDNS recursor to 4.2 seriesChristian Poessinger
2019-06-23Kernel: T1473: update to v4.19.54Christian Poessinger
2019-06-23bfd: T1183: enable FRR bfdd serviceChristian Poessinger
2019-06-20T1413: T1412: compilation of netplug and xe-guest-utilities is now fixed in ↵Runar Borge
equuleus
2019-06-19T1454: frr: remove no longer required watchfrr_optionsChristian Poessinger
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting.
2019-06-19T1454: remove deprecated /etc/frr/daemons.confChristian Poessinger
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it.
2019-06-19T1453: add missing nss-myhostname packageChristian Poessinger
Jun 18 17:56:10 localhost systemd-hostnamed[1434]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Jun 18 17:56:34 localhost sudo: root : unable to resolve host vyos-r1-brn
2019-06-18T1444: Update Linux Kernel to 4.19.52Christian Poessinger
2019-06-04T1410: Upgrade Linux Kernel to 4.19.48Christian Poessinger
2019-05-28T1415: disable 24-efi_packages.chroot as it fails apply'ing by live-buildRunar Borge
The package grub-efi and grub-efi-amd64 is not existant on buster
2019-05-28T1414: disable failing 10-unmountfs.chroot and needs verificationRunar Borge
2019-05-28T1412, T1413: remove non installable paclage vyos-xe-guest-utilities and ↵Runar Borge
vyos-netplug These packages is for now not installable in buster and breaks the live-build process
2019-05-28T1410: Upgrade Linux Kernel to 4.19.46Christian Poessinger
2019-05-24Packages/kernel: ensure proper initramfs handlingChristian Poessinger
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image.
2019-05-23T1402: Update Linux Kernel to 4.19.45Christian Poessinger
2019-05-23Remove obsolete 'data/kernel_version' fileChristian Poessinger
2019-05-08undo hooks: initramfs: add option to update an existing initramfsKim
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process
2019-05-06Merge branch 'current' of github.com:vyos/vyos-build into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Jenkins: adjust artifacts to archive Jenkins: remove dbg packages before assembling ISO to reduce size hooks: initramfs: add option to update an existing initramfs Revert "hooks: initramfs: add option to remove an existing initramfs" T1366: Update Linux Kernel to v4.19.40 hooks: initramfs: add option to remove an existing initramfs Jenkins: list build packages Packages: add vyos-replace package to build procedure intel: remove debhelper depencendy on linux-image intel: set debhelper compat level to 9 Packages: add keepalived 2.0.10 to build procedure Docker: add additional dependencies for Debian keepalived repo Revert "Makefile: proper handle 'make iso' error codes" Revert "use bash as the shell for make" use bash as the shell for make add reprepro deploy script Packages: add net-snmp package to build procedure Packages: remove duplicate '-j' statement when building Kernel
2019-05-05hooks: initramfs: add option to update an existing initramfsChristian Poessinger
2019-05-05Revert "hooks: initramfs: add option to remove an existing initramfs"Christian Poessinger
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f.
2019-05-05T1366: Update Linux Kernel to v4.19.40Christian Poessinger
2019-05-05hooks: initramfs: add option to remove an existing initramfsChristian Poessinger
2019-05-01Build: use VyOS version 1.3 for branch equuleusChristian Poessinger
2019-05-01Utils: replace netcat(6) with netcat-openbsdChristian Poessinger
Debian Buster does no longer provide packages like netcat and netcat6
2019-04-26Build: use proper versions depnding on Git branchesChristian Poessinger
2019-04-26Merge branch 'current' of github.com:vyos/vyos-build into busterChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Docker: fix pmacct build dependencies Packages: support --blacklist option to not build individual packages Packages: fix missing bytes stuck in the output buffer Docker: add package requirements to build keepalived Docker: Use close sections when working with jessie-backports README: adjust chapters to new VyOS package build script Packages: extract kernel version from defaults.json Packages: use 'make kernelversion' instead of grep magic Packages: add bgpq3 (debian/0.1.33-1) package to build procedure Jenkins: archive ISO and build.log artifacts Makefile: proper handle 'make iso' error codes Packages: remove vyatta-quagga Packages: add ethtool (debian/1%4.19-1) package to build procedure Packages: define custom command for vyos-strongswan intel: adjust URL for ixgbevf 4.5.2 Replace build-submodules with Python based package builder Remove outdated/unmaintained submodules
2019-04-26Packages: extract kernel version from defaults.jsonChristian Poessinger
This requires 'jq' as part of the Docker container. $ cat data/defaults.json | jq '.kernel_version' | tr -d \"
2019-04-25VyOS 1.3.0 is based on Debian BusterChristian Poessinger
2019-04-23T41: include bgpq3 for BGP policy creationChristian Poessinger
Build Debian upstream bgpq3 froum source: $ git clone https://salsa.debian.org/debian/bgpq3.git $ cd bgpq3 $ git checkout debian/0.1.33-1 $ dpkg-buildpackage -uc -us -tc -b
2019-04-21Kernel: update to Linux Kernel 4.19.36Christian Poessinger
2019-04-19T1131: enable vmtoolsd polling again.Daniil Baturin
2019-04-16T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent.
2019-04-16[firmware] T1274: add additional QLogic firmware filesChristian Poessinger
2019-04-04T929: T1274: embed linux firmware through ISO build processChristian Poessinger
As of now Linux Firmware was installed via vyos-firmware Debian package which just wrapped the Git repositories content. As this just made things harder - install the firmware files via build hook (as the used to be installed like this in the good old days - before the have been removed via 3f7186f69b)
2019-04-01Kernel: update to Linux Kernel 4.19.32Christian Poessinger
2019-03-31Remove unnecessary locale files at build time to reduce the image size.Daniil Baturin
2019-03-31live-build: reconfigure build after jessie-backports moved to Debian archiveChristian Poessinger
Debian Team finally shut down all jessie-backport mirrors after announcing discontinuation [1] in July 2018. As we heavily rely on Backported Packages for VyOS 1.2 we need to move the installation mirrors to Debian Archive. In addition the repo signing keys already expired requiring us to set Acquire::Check-Valid-Until=false when building the ISO. [1] https://lists.debian.org/debian-backports-announce/2018/07/msg00000.html [2] https://wiki.debian.org/LTS/FAQ#Who_fixes_security_issues_with_packages_in_jessie-backports.3F
2019-03-31Revert "live-build: set jessie-backports mirror to archive.debian.org"Christian Poessinger
This reverts commit b2779e8b7969a3648d78e8a055734b81f059634e.
2019-03-31Revert "live-build: fix copy/paste error"Christian Poessinger
This reverts commit 166f8735e4e7fc4d2cc17ead2bb81124de648068.
2019-03-28live-build: fix copy/paste errorChristian Poessinger
Commit b2779e8b7969 ("live-build: set jessie-backports mirror to archive.debian.org") set the debian security mirror again instead of specifying a new key debian backports.
2019-03-28live-build: set jessie-backports mirror to archive.debian.orgChristian Poessinger
2019-03-25T1313: add support for reusable build flavor files.Daniil Baturin
2019-03-22[vyos-dev] remove linux-perf packageChristian Poessinger
Linux-perf package is no longer available, thus removed. It was also only available for Kernel 4.9 where we use 4.19. Fixes: E: Unable to locate package linux-perf
2019-03-22T1279: support ACPI power event (poweroff)Christian Poessinger
2019-03-22T1310: use FQDN as hostname in config promptChristian Poessinger
2019-03-10[build] Use pdns-recursor binary packages from PowerDNSChristian Poessinger
https://repo.powerdns.com/ provides a package repository for Debian 8 which serves us automatically all security updates instead of rebuilding the package by us. This drops the maintenance of one additional package.