From 4d9ff9be37178837b914d5dee93bb02a865faf96 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Mar 2016 08:59:32 +0100 Subject: postfix: update to version 3.1.0 --- package/postfix/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/postfix/Makefile') diff --git a/package/postfix/Makefile b/package/postfix/Makefile index 002ee65cb..96d607dd6 100644 --- a/package/postfix/Makefile +++ b/package/postfix/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= postfix -PKG_VERSION:= 3.0.1 +PKG_VERSION:= 3.1.0 PKG_RELEASE:= 1 -PKG_HASH:= cd2bd6447fe3368bb1a39f482f8dd1eec87c63067a0eb75f9aec8e4eadd21328 +PKG_HASH:= 88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733 PKG_DESCR:= popular mail transfer agent PKG_SECTION:= net/mail PKG_BUILDDEP:= tinycdb @@ -16,6 +16,8 @@ PKG_SITES:= http://de.postfix.org/ftpmirror/official/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz PKG_HOST_DEPENDS:= !darwin +# missing res_send support in resolver +PKG_LIBC_DEPENDS:= glibc musl include $(ADK_TOPDIR)/mk/package.mk -- cgit v1.2.3