2021-05-15 14:12:33 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 15 11:09:40 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.9.7
|
|
|
|
|
* The Control Agent now supports TLS/HTTPS.
|
|
|
|
|
* kea-shell supports TLS/HTTPS.
|
|
|
|
|
* kea-admin now accepts the -P, --port parameter
|
|
|
|
|
* kea-dhcp4 now supports specifying valid-lifetime in
|
|
|
|
|
client classes.
|
|
|
|
|
|
2021-04-16 15:57:06 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 5 10:02:22 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
|
|
|
|
|
|
- Own directory /var/lib/kea, as that is used as default for
|
|
|
|
|
memfile lease store.
|
|
|
|
|
|
2020-11-10 09:19:17 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 10 08:04:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.9.1
|
|
|
|
|
* New parameters: ddns-use-conflict-resolution,
|
|
|
|
|
ip-reservations-unique, ddns-update-on-renew,
|
|
|
|
|
cache-threshold, cache-max-age.
|
|
|
|
|
* Support for new IPv6-only-preferred option for DHCPv4.
|
|
|
|
|
* Added support of basic HTTP authentication in HTTP library,
|
|
|
|
|
control agent.
|
|
|
|
|
|
2020-09-06 10:53:29 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 5 22:02:39 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.8.0
|
|
|
|
|
* User-defined option definitions were not committed, which was
|
|
|
|
|
fixed.
|
|
|
|
|
* kea-dhcp4 now rejects inbound client messages that have
|
|
|
|
|
neither a hardware address nor a client identifier.
|
|
|
|
|
* Rather than within the 'dhcp-ddns' section, DDNS behavioral
|
|
|
|
|
parameters may now be specified at global, shared-network,
|
|
|
|
|
and subnet scopes.
|
|
|
|
|
* Added support of BOOTP leases with infinite valid lifetime.
|
|
|
|
|
* Added the -N command line switch that enables experimental
|
|
|
|
|
multi-threading support.
|
|
|
|
|
|
2020-04-22 10:41:17 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 22 04:03:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Switch to Python 3 Sphinx due to Python 2 removal.
|
|
|
|
|
|
2019-09-10 08:46:56 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 9 17:18:55 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Update to release 1.6.0
|
|
|
|
|
* Corrected multiple occurrences of out of bounds vector reads.
|
|
|
|
|
* Corrected a bug in the Kea MySQL Configuration Backend which
|
|
|
|
|
caused the Kea DHCPv6 server to incorrectly require the
|
|
|
|
|
server tag to be provided with the remote-subnet6-option-set
|
|
|
|
|
command.
|
|
|
|
|
* Corrected a bug in the Kea MySQL Configuration Backend which
|
|
|
|
|
prevented the DHCP servers from discovering and fetching the
|
|
|
|
|
changes applied with the new commands.
|
|
|
|
|
* Prevent the DHCP servers from asserting when malformed
|
|
|
|
|
hostname or FQDN options are received.
|
|
|
|
|
|
2019-08-27 16:37:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 27 14:36:52 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
|
|
|
|
|
|
- Update keyring file
|
2019-08-27 16:48:52 +02:00
|
|
|
|
- Temporarily hardcode version in upstream URLs
|
2019-08-27 16:37:24 +02:00
|
|
|
|
|
Accepting request 725535 from home:adamm:branches:network:dhcp
- Update to version 1.6.0~beta2
* Default file locations for lease file, server-duid, log files and lock
files have changed. Files previously stored in `/var/kea` are now stored
in `/var/run/kea`. Server hooks previously installed in `/usr/lib/hooks`
are now installed in `/usr/lib/kea/hooks`. The log files are now stored
in `/var/log/kea`.
* The kea-admin commands (lease-init, lease-version, lease-upgrade) were
renamed to better reflect the fact that the database can store much more
than just leases. They're now called db-init, db-version, db-upgrade.
* The Logging entry in the configuration file has moved to specific
daemon sections. This require a simple configuration file modification.
You need to move Logging entry from its global scope into the Dhcp4,
Dhcp6, DhcpDdns, Control-agent or Netconf scope.
Please see 1.6 migration wiki
https://gitlab.isc.org/isc-projects/kea/wikis/migrating-to-kea-1.6
For release notes, see
https://ftp.isc.org/isc/kea/1.6.0-beta2/Kea160beta2ReleaseNotes.txt
- Fix building of perfdhcp
- Enable building of kea-shell
- Update sonames of all affected libraries and ship only libraries,
allowing `ldconfig` to actually make the symlinks
- Rework spec file to abstract soversions
OBS-URL: https://build.opensuse.org/request/show/725535
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=11
2019-08-24 06:38:50 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 21 15:08:38 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 1.6.0~beta2
|
|
|
|
|
* Default file locations for lease file, server-duid, log files and lock
|
|
|
|
|
files have changed. Files previously stored in `/var/kea` are now stored
|
|
|
|
|
in `/var/run/kea`. Server hooks previously installed in `/usr/lib/hooks`
|
|
|
|
|
are now installed in `/usr/lib/kea/hooks`. The log files are now stored
|
|
|
|
|
in `/var/log/kea`.
|
|
|
|
|
* The kea-admin commands (lease-init, lease-version, lease-upgrade) were
|
|
|
|
|
renamed to better reflect the fact that the database can store much more
|
|
|
|
|
than just leases. They're now called db-init, db-version, db-upgrade.
|
|
|
|
|
* The Logging entry in the configuration file has moved to specific
|
|
|
|
|
daemon sections. This require a simple configuration file modification.
|
|
|
|
|
You need to move Logging entry from its global scope into the Dhcp4,
|
|
|
|
|
Dhcp6, DhcpDdns, Control-agent or Netconf scope.
|
|
|
|
|
|
|
|
|
|
Please see 1.6 migration wiki
|
|
|
|
|
https://gitlab.isc.org/isc-projects/kea/wikis/migrating-to-kea-1.6
|
|
|
|
|
|
|
|
|
|
For release notes, see
|
|
|
|
|
https://ftp.isc.org/isc/kea/1.6.0-beta2/Kea160beta2ReleaseNotes.txt
|
|
|
|
|
|
|
|
|
|
- Fix building of perfdhcp
|
|
|
|
|
- Enable building of kea-shell
|
|
|
|
|
- Update sonames of all affected libraries and ship only libraries,
|
|
|
|
|
allowing `ldconfig` to actually make the symlinks
|
|
|
|
|
- Rework spec file to abstract soversions
|
|
|
|
|
|
2018-12-29 00:11:32 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 28 23:05:17 UTC 2018 - mardnh@gmx.de
|
|
|
|
|
|
|
|
|
|
- Update to version 1.5.0
|
2018-12-29 00:20:26 +01:00
|
|
|
|
* Support for YANG/NETCONF, the ability to store major
|
|
|
|
|
configuration elements in a YANG model and manipulate it
|
|
|
|
|
using NETCONF.
|
|
|
|
|
* Support for global host reservations (previously each host
|
|
|
|
|
reservation had to be associated with a specific subnet)
|
|
|
|
|
* Class commands – a new hook that allows dynamic changes
|
|
|
|
|
to be made to client classes without restarting.
|
|
|
|
|
* Performance and resiliency improvements to the High
|
|
|
|
|
Availability hook.
|
|
|
|
|
* A new congestion control feature to mitigate the effects of
|
|
|
|
|
heavy DHCP traffic conditions.
|
|
|
|
|
* Improvements to the High Availability feature, including paged
|
|
|
|
|
updates between HA pairs to alleviate timeouts.
|
2018-12-29 00:11:32 +01:00
|
|
|
|
- Run spec-cleaner
|
|
|
|
|
|
2018-06-20 10:18:45 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 19 22:45:35 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Remove unnecessary ldconfig call for kea-hooks: files are
|
|
|
|
|
outside standard search dirs.
|
|
|
|
|
- Drop --disable-dependency-tracking, this is already part of
|
|
|
|
|
%configure.
|
|
|
|
|
|
2018-06-20 00:45:07 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 18 10:00:52 UTC 2018 - adam.majer@suse.de
|
|
|
|
|
|
|
|
|
|
- update to new upstream release 1.4.0
|
|
|
|
|
- fix licence - Mozilla Public License v2.0
|
|
|
|
|
- package default hook libraries
|
|
|
|
|
- regenerate parser and documentation
|
|
|
|
|
- add ISC keyring (2017 & 2018)
|
|
|
|
|
|
2017-06-30 21:56:06 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 30 19:55:50 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Stop on errors from useradd/groupadd
|
|
|
|
|
|
2017-06-30 21:53:30 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 30 10:02:50 UTC 2017 - obs@botter.cc
|
|
|
|
|
|
|
|
|
|
- compile in support for MySQL and PostgresQL
|
|
|
|
|
- add symlink to rckea
|
|
|
|
|
- add environment variable for PID_FILE_DIR to service file
|
|
|
|
|
|
2017-06-07 15:42:58 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat May 27 13:06:10 UTC 2017 - obs@botter.cc
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 1.2.0
|
|
|
|
|
|
2016-03-17 18:22:13 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 22 11:00:02 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 1.0.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 8 08:38:54 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Initial package (version 0.9.g20262) for build.opensuse.org
|