diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 18:09:04 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-16 18:11:34 +0800 |
commit | 980269b4e3b93236ddf64da3814c357bdf7d1305 (patch) | |
tree | 73f3cbafb248831f87d2ed3f28a53700ae9b2fba /recipes | |
parent | 5de0ca84e6d5dc1b4b1e2bf4bcdc63a8b66bac58 (diff) |
proftpd: Upgrade to the latest version.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/proftpd/proftpd_1.3.2e.bb (renamed from recipes/proftpd/proftpd_1.3.2b.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/proftpd/proftpd_1.3.2b.bb b/recipes/proftpd/proftpd_1.3.2e.bb index a50cc08b08..b6cec1b707 100644 --- a/recipes/proftpd/proftpd_1.3.2b.bb +++ b/recipes/proftpd/proftpd_1.3.2e.bb @@ -3,9 +3,12 @@ SECTION = "console/network" LICENSE = "GPL" PR = "r0" -SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz;name=src \ file://make.patch;patch=1 \ " +SRC_URI[src.md5sum] = "4ecb82cb1050c0e897d5343f6d2cc1ed" +SRC_URI[src.sha256sum] = "7c7f295944e8e7c85060829deeaed74f3f0b36c8f1d3936277d59bbea5d60093" + EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes" |