postfix: add 2.7.0 version
authorRoman I Khimov <khimov@altell.ru>
Wed, 31 Mar 2010 12:36:29 +0000 (16:36 +0400)
committerRoman I Khimov <khimov@altell.ru>
Thu, 1 Apr 2010 20:01:49 +0000 (00:01 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/postfix/files/volatiles
recipes/postfix/postfix.inc
recipes/postfix/postfix_2.7.0.bb [new file with mode: 0644]

index bc330c9..3df6fb4 100644 (file)
@@ -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
index 5b18cef..51d5e8f 100644 (file)
@@ -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 (file)
index 0000000..fc41fad
--- /dev/null
@@ -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