diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-31 16:36:29 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-02 00:01:49 +0400 |
commit | 4700a4b520a96a9691747203e6d03dbe6bccf0ff (patch) | |
tree | 3a0cd56f7baa56df78a5ee32db153b62cab16cf7 /recipes/postfix | |
parent | fa985b1459bace9f6eb30f857f2281996f55af9d (diff) |
postfix: add 2.7.0 version
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/postfix')
-rw-r--r-- | recipes/postfix/files/volatiles | 1 | ||||
-rw-r--r-- | recipes/postfix/postfix.inc | 2 | ||||
-rw-r--r-- | recipes/postfix/postfix_2.7.0.bb | 6 |
3 files changed, 8 insertions, 1 deletions
diff --git a/recipes/postfix/files/volatiles b/recipes/postfix/files/volatiles index bc330c99bd..3df6fb45e5 100644 --- a/recipes/postfix/files/volatiles +++ b/recipes/postfix/files/volatiles @@ -1,4 +1,5 @@ d postfix nogroup 2755 /var/spool/mail none +d postfix nogroup 0755 /var/lib/postfix none d root postfix 0755 /var/spool/postfix none d postfix root 0700 /var/spool/postfix/active none d postfix root 0700 /var/spool/postfix/bounce none diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc index 5b18cefe70..51d5e8f037 100644 --- a/recipes/postfix/postfix.inc +++ b/recipes/postfix/postfix.inc @@ -5,7 +5,7 @@ LICENSE = "IPL" INC_PR = "r13" -SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz;name=postfix-${PV} \ file://makedefs.patch;patch=1 \ file://install.patch;patch=1 \ file://main.cf_2.0 \ diff --git a/recipes/postfix/postfix_2.7.0.bb b/recipes/postfix/postfix_2.7.0.bb new file mode 100644 index 0000000000..fc41fad706 --- /dev/null +++ b/recipes/postfix/postfix_2.7.0.bb @@ -0,0 +1,6 @@ +require postfix.inc + +SRC_URI[postfix-2.7.0.md5sum] = "df648f59421604e895cce56325f00bae" +SRC_URI[postfix-2.7.0.sha256sum] = "c5b232ae5e396107bc58aed4178cf6cfd0a75b9dcbbedb49d158eb71d6c91b75" + +PR = "${INC_PR}.0"
\ No newline at end of file |