summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 18:09:04 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 18:11:34 +0800
commit980269b4e3b93236ddf64da3814c357bdf7d1305 (patch)
tree73f3cbafb248831f87d2ed3f28a53700ae9b2fba
parent5de0ca84e6d5dc1b4b1e2bf4bcdc63a8b66bac58 (diff)
downloadopenembedded-980269b4e3b93236ddf64da3814c357bdf7d1305.tar.gz
proftpd: Upgrade to the latest version.
-rw-r--r--conf/checksums.ini8
-rw-r--r--recipes/proftpd/proftpd_1.3.2e.bb (renamed from recipes/proftpd/proftpd_1.3.2b.bb)5
2 files changed, 4 insertions, 9 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index d3dc6cd56a..3fe8493e13 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -22554,14 +22554,6 @@ sha256=6d52c706401af197bd9d7e0187c35b4a3463ea720392ffa0c020d94899b361e5
md5=f490bca772b16472962c7b9f23b1e97d
sha256=b439e04adab9b1e66e11f59c4331680da48f1722f2123123f7c16dfbed2c38dc
-[ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/proftpd-1.3.2.tar.gz]
-md5=756f762883cc8eed03d99dc3b1c56a8e
-sha256=5e00c20d74bbf98fb8bcc63bd4aecfd08480a87ec731dae8955bd9fca6a01bb3
-
-[ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/proftpd-1.3.2b.tar.gz]
-md5=4918908fcae9e591ba84c66edff73410
-sha256=fffee421390fe2647eeb0515a8c20759fda75e3df2014fc0a47e8a314e5ea88b
-
[http://downloads.sourceforge.net/progear/progear-ac-0.1.tar.gz]
md5=60a89c2c907fb5ff2293ce3dfbcdace6
sha256=4124e24726369b42ed0a7aff33e5c572de5e4a0f46edd4e1e81125412c4bdf24
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"