223a38c02f
- Found a bug in v4.3.1-6 in which dhcrelay would not start if passed an interface name with a length of 15 characters due to truncated copy of interface name in common/lpf.c. Bug was fixed in v4.3.2. - v4.3.3-6 is the newest version we can build for Debian Jessie, as all newer versions require newer versions of debhelper and libbind-export-dev dependencies than are available for Jessie.
13 lines
363 B
Makefile
13 lines
363 B
Makefile
# isc-dhcp packages
|
|
|
|
ISC_DHCP_VERSION = 4.3.3-6
|
|
|
|
export ISC_DHCP_VERSION
|
|
|
|
ISC_DHCP_COMMON = isc-dhcp-common_$(ISC_DHCP_VERSION)_amd64.deb
|
|
$(ISC_DHCP_COMMON)_SRC_PATH = $(SRC_PATH)/isc-dhcp
|
|
SONIC_MAKE_DEBS += $(ISC_DHCP_COMMON)
|
|
|
|
ISC_DHCP_RELAY = isc-dhcp-relay_$(ISC_DHCP_VERSION)_amd64.deb
|
|
$(eval $(call add_derived_package,$(ISC_DHCP_COMMON),$(ISC_DHCP_RELAY)))
|