summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2018-11-07Add uefi install option. (#84)Kim
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
2018-06-15T697: remove dependencies no longer needed.Daniil Baturin
Moving snmp, snmpd, openssh-server, ssh, ntp to vyos-1x. Moving iputils-arping to there as well, nothing in cfg-system uses it, but scripts in op do, and they will be moved to vyos-1x.
2018-05-14T637: remove dependency on tshark.Daniil Baturin
2018-04-15T588: Remove DNS forwarder restart command in favour if XML interface definitionChristian Poessinger
2016-01-27Sanitize dependencies, use ISC DHCP client.Daniil Baturin
2016-01-25Update dependenciesKim Hagen
2016-01-23Add missing runtime dependencies.Thomas Jepp
2016-01-23Dependency fixes for Jessie. Remove the dependency on vyatta-busybox, use ↵Thomas Jepp
the system busybox.
2015-04-25Add parted to dependencies, the install scripts need it.Daniil Baturin
2015-04-09Further debian/control cleanup.Daniil Baturin
2015-03-26Fix package description and copyright information.Daniil Baturin
2015-02-28vyatta-cfg-system: add vyatta-dhcp3-client to dependencies listAlex Harpin
Add the vyatta-dhcp3-client package to the list of dependencies with a minimum version of 4.1.8+vyos2+lithium3, following changes to the ntp updating routines.
2015-02-22vyatta-cfg-system: add dnsutils to depends following rfc2136 optionsAlex Harpin
Add the dnsutils package as a dependency as this is now required following the addition of rfc2136 options for dynamic DNS updates (nsupdate is required). Bug #389 http://bugzilla.vyos.net/show_bug.cgi?id=389
2015-01-17vyatta-cfg-system: update the required version of ddclientAlex Harpin
Update the required version of ddclient to a version that includes working support for freedns. Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
2015-01-03vyatta-cfg-system: set required version of ddclient for freedns supportAlex Harpin
Set the required version of ddclient to a version that includes support for freedns, as this is now included in the configuration options. Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
2014-12-30vyatta-cfg-system: really remove cpufrequtils from depends this timeAlex Harpin
Including the acpid and cpufrequtils packages in the XenSource image causes a number of errors to be logged to the console on boot up, due to either missing devices or access permissions on this platform. Removing these packages from the dependencies list and adding them to a chroot_local-packagelist instead allows them to be excluded in these images, while still maintaining them in non XenSource images.
2014-12-30vyatta-cfg-system: remove acpid and cpufrequtils from dependsAlex Harpin
Including the acpid and cpufrequtils packages in the XenSource image causes a number of errors to be logged to the console on boot up, due to either missing devices or access permissions on this platform. Removing these packages from the dependencies list and adding them to a chroot_local-packagelist instead allows them to be excluded in these images, while still maintaining them in non XenSource images.
2014-07-22Only depend on grub if archtecture is i386 or amd64Kim Hagen
2013-10-31Update debian/control email too.Daniil Baturin
2013-10-21Update maintainers addresses.Daniil Baturin
2012-06-22Use hash map of addresses to interfacesStephen Hemminger
Other part of fix for Bz 8171 Create a hash of address => interfaces in configuration and use it during address commit check. Remove unused creation of list of current addresses. This might speed boot with large number of interfaces. Since the hash is made once per interface rather than multiple times, it might be faster because of that as well.
2012-04-02Add dependency on dialog packageStephen Hemminger
Including dialog in build allows for packages upgrade to ask user questions in text boxes.
2011-08-07fix missing command in debian/controlStephen Hemminger
2011-08-07Force dependency on later vyatta-cfg packageStephen Hemminger
Since the code here now refers to is_uniq_address, current of this package needs to depend on the matching vyatta-cfg.
2011-05-05Using ext4 for filesystem depends on newer version of grubStephen Hemminger
Old (Lenny) version of grub-pc is unable to boot from ext4.
2010-12-06Move touch() perl to Vyatta::FileStephen Hemminger
Put function in common code.
2010-12-06Move is_local_address to common codeStephen Hemminger
Now part of lib/Vyatta/Misc.pm module
2010-11-24Add cpufrequtils default config fileStephen Hemminger
If cpufrequtils is installed, then want the default to be full performance.
2010-11-22Add utilities checking addressesStephen Hemminger
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent
2010-10-27Fix overwrite of irq commandsStephen Hemminger
Need Replaces: line to indicate overwrite of irq commands from earlier vyatta-cfg package
2010-10-27Update dependency on vyatta-cfgStephen Hemminger
Need matching vyatta-cfg after irq script move
2010-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
2010-10-07Add dependency on Squeeze version of udevStephen Hemminger
2010-10-07List rsyslog package dependencyStephen Hemminger
Debian build process wants packages to list a preferred physical package when a virtual package is an option. See virtual-package-depends-without-real-package-depends warning.
2010-10-07Fix sysklog dependencyStephen Hemminger
Vyatta depends on syslog as a virtual service, not which package provides the system loggging (sysklogd, rsyslog, syslog-ng).
2010-08-24Add dependency on libcap2-binStephen Hemminger
Bug 6106 Installing this package needs setcap from libcap2-bin package.
2010-06-03fix for bug 5656An-Cheng Huang
* add package dependency for apt https access.
2010-04-27Revert "Set capabilities on standard utilities"Stephen Hemminger
This reverts commit 59cae244d055a7b5ba9de460d3ebbb5700d6ab17. Don't want to do this this way.
2010-04-26Set capabilities on standard utilitiesStephen Hemminger
This sets extended capablities on some common utilities
2010-03-11* Fix BZ 5334 services start automatically on boot up after upgrade to kenwoodMohit Mehta
update package dependency to a more recent version of openssh-server (cherry picked from commit 27b9395badfa3294db894da59acbb69c6e79056b)
2010-02-12use more specific version before which modprobe files in vyatta-cfg r2b replacedMohit Mehta
2010-02-12fix bug 5334 services start automatically on boot up post upgrade to kenwoodMohit Mehta
* make vyatta-cfg-system depend on a more recent version of services whose init scripts are unlinked in it's postinst
2010-02-10Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade VC5 to VC6Mohit Mehta
* allow vyatta-cfg-system to replace disable-link-detect node.def files in previous versions of vyatta-cfg-quagga
2010-02-08add dependency on vyatta-biosdevnameAn-Cheng Huang
2010-02-05Force vyatta-cfg/vyatta-cfg-system version synchronizationStephen Hemminger
2009-12-22allow vyatta-cfg-system to replace interface files in older versions ofMohit Mehta
vyatta-cfg. needed for full-upgrade to kenwood from previous versions
2009-12-21Sync versions with vyatta-cfgStephen Hemminger
Since a bunch of templates and scripts moved over to this package. Synchronize version numbers to make sure users don't get partial update.
2009-12-03Add dependency on adduserStephen Hemminger
Gets rid of debian build warning.
2009-11-13dependency updateMichael Larson
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood Conflicts: debian/control
2009-11-13dependency updateMichael Larson