Upgrade postfix from 3.0.3 to 3.0.5. Signed-off-by: Dai Caiyun <[email protected]> --- meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb | 4 ---- meta-networking/recipes-daemons/postfix/postfix_3.0.5.bb | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.0.5.bb
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb b/meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb deleted file mode 100644 index 7104a9d..0000000 --- a/meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb +++ /dev/null @@ -1,4 +0,0 @@ -require postfix.inc - -SRC_URI[md5sum] = "61caffae689c11d09b4c972a394ae3b1" -SRC_URI[sha256sum] = "401e46ec3450569dcce60d1d8ca22a19ab1f7f817b0cc730cdf4875ba608ac02" diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.0.5.bb b/meta-networking/recipes-daemons/postfix/postfix_3.0.5.bb new file mode 100644 index 0000000..5bb6b21 --- /dev/null +++ b/meta-networking/recipes-daemons/postfix/postfix_3.0.5.bb @@ -0,0 +1,5 @@ +require postfix.inc + +SRC_URI[md5sum] = "28a5c7a10d3238dded23c880d1f22871" +SRC_URI[sha256sum] = "dbe20d011a6fe79d28b5f7e6e86681dafd30f7ed8ad663bec244fc4694c87d1c" + -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
