From 42b73a456bc890fee7fdeb1ba15f59754c673b88 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 24 Oct 2009 22:02:00 +0200 Subject: proftpd: moved from 1.3.2 to 1.3.2b as this is a maintenance release it is not too useful to keep the old one around --- conf/checksums.ini | 6 +++--- recipes/proftpd/proftpd_1.3.2.bb | 36 ------------------------------------ recipes/proftpd/proftpd_1.3.2b.bb | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 recipes/proftpd/proftpd_1.3.2.bb create mode 100644 recipes/proftpd/proftpd_1.3.2b.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index fb7ff91d39..bf1e7425b9 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -21114,9 +21114,9 @@ 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 diff --git a/recipes/proftpd/proftpd_1.3.2.bb b/recipes/proftpd/proftpd_1.3.2.bb deleted file mode 100644 index 8d31adeb9a..0000000000 --- a/recipes/proftpd/proftpd_1.3.2.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Secure ftp daemon" -SECTION = "console/network" -LICENSE = "GPL" -PR = "r4" - -SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${PV}.tar.gz \ - file://make.patch;patch=1 \ - " - - -EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes" -LDFLAGS += "-Llib" -PARALLEL_MAKE = "" - -do_configure () { - ./configure \ - --disable-auth-pam \ - --build=${BUILD_SYS} \ - --host=${HOST_SYS} \ - --target=${TARGET_SYS} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sharedstatedir=/com \ - --localstatedir=/var \ - ${EXTRA_OECONF} \ - $@; -} - -do_install () { - oe_runmake DESTDIR=${D} install -} - -pkg_postinst () { - # more chown's might be needed - chown root:root /usr/sbin/proftpd -} diff --git a/recipes/proftpd/proftpd_1.3.2b.bb b/recipes/proftpd/proftpd_1.3.2b.bb new file mode 100644 index 0000000000..a50cc08b08 --- /dev/null +++ b/recipes/proftpd/proftpd_1.3.2b.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Secure ftp daemon" +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 \ + file://make.patch;patch=1 \ + " + + +EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes" +LDFLAGS += "-Llib" +PARALLEL_MAKE = "" + +do_configure () { + ./configure \ + --disable-auth-pam \ + --build=${BUILD_SYS} \ + --host=${HOST_SYS} \ + --target=${TARGET_SYS} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --sharedstatedir=/com \ + --localstatedir=/var \ + ${EXTRA_OECONF} \ + $@; +} + +do_install () { + oe_runmake DESTDIR=${D} install +} + +pkg_postinst () { + # more chown's might be needed + chown root:root /usr/sbin/proftpd +} -- cgit v1.2.3