Based on packages_12.09: * Update bind to v9.9.4 * Update dhcp to 4.2.5-P1 * Change the MD5 as well as reset PKG_RELEASE to 1 on dhcp. * Fixed mail client added line wrap. * Added Signed-off-by line.
Signed-off-by: Steven Haigh <[email protected] Index: net/bind/Makefile =================================================================== --- net/bind/Makefile (revision 38267) +++ net/bind/Makefile (working copy) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bind -PKG_VERSION:=9.9.2-P2 +PKG_VERSION:=9.9.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ ftp://ftp.isc.org/isc/bind9/$(PKG_VERSION) \ http://www.mirrorservice.org/sites/ftp.isc.org/isc/bind9/$(PKG_VERSION) -PKG_MD5SUM:=2be7763c99b7e7b42ac3a18a267ce1aa +PKG_MD5SUM:=f69757adc86776daed8e5acb0ee7c0ca PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libtool.m4 Index: net/isc-dhcp/Makefile =================================================================== --- net/isc-dhcp/Makefile (revision 38267) +++ net/isc-dhcp/Makefile (working copy) @@ -9,12 +9,12 @@ PKG_NAME:=isc-dhcp UPSTREAM_NAME:=dhcp -PKG_VERSION:=4.2.4 -PKG_RELEASE:=2 +PKG_VERSION:=4.2.5-P1 +PKG_RELEASE:=1 PKG_SOURCE:=$(UPSTREAM_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.isc.org/isc/dhcp/$(PKG_VERSION) -PKG_MD5SUM:=c244cefe663d43100af757d8ff625a1f +PKG_MD5SUM:=f68e3c1f00a9af5742bc5e71d567cf93 PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
