|
|
|
|
8
|
include $(TOPDIR)/rules.mk
|
8
|
include $(TOPDIR)/rules.mk
|
9
|
|
9
|
|
10
|
PKG_NAME:=dovecot
|
10
|
PKG_NAME:=dovecot
|
11
|
-PKG_VERSION:=2.2.14
|
|
|
|
|
11
|
+PKG_VERSION:=2.2.15
|
12
|
PKG_RELEASE:=1
|
12
|
PKG_RELEASE:=1
|
13
|
|
13
|
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
14
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
15
|
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
15
|
PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
|
16
|
-PKG_MD5SUM:=03315255920ee1c4b11039945246a8af
|
|
|
|
|
16
|
+PKG_MD5SUM:=c6c176943bd832c780fbb5d2f8850952
|
17
|
PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique
|
17
|
PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique
|
18
|
PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
|
18
|
PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
|
19
|
|
19
|
|