diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 177 | ||||
-rw-r--r-- | debian/control | 23 | ||||
-rwxr-xr-x | debian/rules | 10 |
3 files changed, 208 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e8519e87a..00ed8ea6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,180 @@ +vyos-1x (1.3.0-16) unstable; urgency=low + + * [arp] moving 'show arp' to 'show protocols static arp' + + -- hagbard <vyosdev@derith.de> Thu, 14 Mar 2019 11:15:42 -0700 + +vyos-1x (1.3.0-15) unstable; urgency=low + + * bugfix for show arp interface ethX + + -- hagbard <vyosdev@derith.de> Mon, 11 Mar 2019 15:28:22 -0700 + +vyos-1x (1.3.0-14) unstable; urgency=low + + * T1294 - Trying to delete 'system syslog' throws an exception/traceback + + -- hagbard <vyosdev@derith.de> Mon, 11 Mar 2019 15:06:39 -0700 + +vyos-1x (1.3.0-13) unstable; urgency=low + + * T1288 - python implementation of 'set protocols static arp ' + + -- hagbard <vyosdev@derith.de> Mon, 11 Mar 2019 13:46:19 -0700 + +vyos-1x (1.3.0-12) unstable; urgency=low + + * T1280 - reverted all the changes due to unexpected behaviour + + -- hagbard <vyosdev@derith.de> Fri, 08 Mar 2019 15:18:08 -0800 + +vyos-1x (1.3.0-11) unstable; urgency=low + + * T1282 - make $PreserveFQDN on configurable via cli + + -- hagbard <vyosdev@derith.de> Thu, 07 Mar 2019 13:11:31 -0800 + +vyos-1x (1.3.0-10) unstable; urgency=low + + * T1280 - allow-clients on NTP configuration + + -- hagbard <vyosdev@derith.de> Thu, 07 Mar 2019 12:08:50 -0800 + +vyos-1x (1.3.0-9) unstable; urgency=low + + * mppe cfg options added + + -- hagbard <vyosdev@derith.de> Wed, 06 Mar 2019 14:52:19 -0800 + +vyos-1x (1.3.0-8) unstable; urgency=low + + * enable option for setting mppe in pptp, default is 128 bit is required. + + -- hagbard <vyosdev@derith.de> Wed, 06 Mar 2019 14:06:43 -0800 + +vyos-1x (1.3.0-7) unstable; urgency=low + + * op-mode typo fixed + + -- hagbard <vyosdev@derith.de> Wed, 06 Mar 2019 12:33:16 -0800 + +vyos-1x (1.3.0-6) unstable; urgency=low + + * version bump for bugfix radius config + + -- hagbard <vyosdev@derith.de> Wed, 06 Mar 2019 12:23:25 -0800 + +vyos-1x (1.3.0-5) unstable; urgency=low + + * bumping version for T833: accel-ppp: pptp implementation + + -- hagbard <vyosdev@derith.de> Wed, 06 Mar 2019 12:06:45 -0800 + +vyos-1x (1.3.0-4) unstable; urgency=low + + * adding noquery notrust to the default restict option as per T1280 + + -- hagbard <vyosdev@derith.de> Mon, 04 Mar 2019 15:07:17 -0800 + +vyos-1x (1.3.0-3) unstable; urgency=low + + fixes T1262 - dhcp requested WAN ip address doesn't get search parameter in /etc/resolv.conf + + -- hagbard <vyosdev@derith.de> Fri, 22 Feb 2019 10:50:24 -0800 + +vyos-1x (1.3.0-2) unstable; urgency=low + + fixes T1257 - implement 'set system static-host-mapping' in host_name.py and remove old function calls + + -- hagbard <vyosdev@derith.de> Thu, 21 Feb 2019 15:53:30 -0800 + +vyos-1x (1.3.0-1) unstable; urgency=medium + + * Changing version for the new branch. + + -- Daniil Baturin <daniil@baturin.org> Thu, 21 Feb 2019 22:52:26 +0100 + +vyos-1x (1.2.0-14) unstable; urgency=low + + * fixes T1254 - generate wireguard keypair fails when executed on the iso + - keypair can now be generated and used from a running iso + + -- hagbard <vyosdev@derith.de> Tue, 19 Feb 2019 12:31:50 -0800 + +vyos-1x (1.2.0-13) unstable; urgency=low + + * fixes T1238 - Wireguard allows invalid IP's + + -- hagbard <vyosdev@derith.de> Sat, 09 Feb 2019 14:42:13 -0800 + +vyos-1x (1.2.0-12) unstable; urgency=low + + * fixes T1225: wireguard implement 'set int wireguard wg0 peer name disable' to disable single peers + + -- hagbard <vyosdev@derith.de> Mon, 04 Feb 2019 10:26:50 -0800 + +vyos-1x (1.2.0-11) unstable; urgency=low + + * Fix: T1217 - cant delete wireguard wg0 interface + + -- hagbard <vyosdev@derith.de> Wed, 30 Jan 2019 14:54:45 -0800 + +vyos-1x (1.2.0-10) unstable; urgency=low + + * T1178: Scheduled script breaks ability to modify configuration + + -- hagbard <vyosdev@derith.de> Tue, 22 Jan 2019 13:35:09 -0800 + +vyos-1x (1.2.0-9) unstable; urgency=low + + * T1168: Upgrade: 1,1,7 -> 1.2.0-epa2 + - keyword change in config + + -- hagbard <vyosdev@derith.de> Mon, 07 Jan 2019 11:42:49 -0800 + +vyos-1x (1.2.0-8) unstable; urgency=low + + * T1162: WireGuard: Unable to modify tunnels - KeyError: 'state' + + -- hagbard <vyosdev@derith.de> Sun, 06 Jan 2019 15:58:40 -0800 + +vyos-1x (1.2.0-7) unstable; urgency=low + + * T1061: Wireguard: Missing option to administrativly shutdown interface + + -- hagbard <vyosdev@derith.de> Fri, 30 Nov 2018 10:22:41 -0800 + +vyos-1x (1.2.0-6) unstable; urgency=medium + + * adding vyos-accel-ppp-ipoe-kmod for T989 + + -- hagbard <vyosdev@derith.de> Thu, 22 Nov 2018 10:56:15 -0800 + +vyos-1x (1.2.0-5) unstable; urgency=medium + + * T835: accel-ppp: pppoe implementation + + -- hagbard <vyosdev@derith.de> Fri, 09 Nov 2018 10:49:48 -0800 + +vyos-1x (1.2.0-4) unstable; urgency=medium + + * T240 adds feature system integrity check + + -- hagbard <vyosdev@derith.de> Mon, 29 Oct 2018 11:10:18 -0700 + +vyos-1x (1.2.0-3) unstable; urgency=medium + + * T933: adding vmac_xmit_base if use_vmac has been chosen + to avoid split-brain + + -- hagbard <vyosdev@derith.de> Thu, 25 Oct 2018 11:14:44 -0700 + +vyos-1x (1.2.0-2) unstable; urgency=medium + + * T773: adding wireguard support + + -- hagbard <vyosdev@derith.de> Sat, 11 Aug 2018 15:51:34 -0700 + vyos-1x (1.2.0-1) unstable; urgency=medium * T666, T616: new implementation of the VRRP CLI. diff --git a/debian/control b/debian/control index c87e7452c..bf213352e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Build-Depends: debhelper (>= 9), quilt, python3-lxml, python3-nose, - python3-coverage + python3-coverage, + whois, + libvyosconfig0 (>= 0.0.7) Standards-Version: 3.9.6 Package: vyos-1x @@ -21,21 +23,40 @@ Depends: python3, python3-pystache, python3-psutil, python3-tabulate, + python3-six, + python3-isc-dhcp-leases, + python3-hurry.filesize, + python3-vici (>= 5.7.2), ipaddrcheck, tcpdump, + tshark, bmon, hvinfo, file, lsscsi, pciutils, usbutils, + procps, snmp, snmpd, openssh-server, ntp, + ntpdate, iputils-arping, libvyosconfig0, beep, + isc-dhcp-server, + isc-dhcp-relay, keepalived (>=2.0.5), + wireguard, + tftpd-hpa, + igmpproxy, + vyos-accel-ppp, + vyos-accel-ppp-ipoe-kmod, + mdns-repeater, + udp-broadcast-relay, + pdns-recursor, + lcdproc, + lcdproc-extra-drivers, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data diff --git a/debian/rules b/debian/rules index 15dfec551..ff2d205ba 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ override_dh_auto_install: mkdir -p $(DIR)/$(MIGRATION_SCRIPTS_DIR) cp -r src/migration-scripts/* $(DIR)/$(MIGRATION_SCRIPTS_DIR) - # Install system scripts + # Install system scripts mkdir -p $(DIR)/$(SYSTEM_SCRIPTS_DIR) cp -r src/system/* $(DIR)/$(SYSTEM_SCRIPTS_DIR) @@ -64,3 +64,11 @@ override_dh_auto_install: # Install data files mkdir -p $(DIR)/$(VYOS_DATA_DIR) cp -r data/* $(DIR)/$(VYOS_DATA_DIR) + + # Install etc configuration files + mkdir -p $(DIR)/etc + cp -r src/etc/* $(DIR)/etc + + # Install systemd service units + mkdir -p $(DIR)/lib/systemd/system + cp -r src/systemd/* $(DIR)/lib/systemd/system |