Re: [yocto] Fwd: Kontron CONFIG_I2C_KEMPLD support in Fish River Island 2? Or Crownbay?

2013-12-23 Thread kevin . strasser
ivers upstream, and I'm happy to field any further questions you might have. Thanks, Kevin Strasser > Hit the send too early. My questions are: What kernel versions and what > BSPs of Yocto support the CONFIG_I2C_KEMPLD? We are using Linux Kernel > 3.8.4 but we found a link saying

Re: [yocto] Trouble patching a package

2013-04-19 Thread Kevin Strasser
On Fri, Apr 19, 2013 at 11:04:20PM +, Saridakis, Dean (US SSA) wrote: > Seems like this ought to be pretty easy based on the docs - Not sure what > I've got wrong. I've added an append to my layer w/ > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > SRC_URI += "0001-yada-yada.patch" >

Re: [yocto] How to archive source for a single package

2013-04-15 Thread Kevin Strasser
caa45e850c', > '0e83bfbb44dd5f9bc1aab965401eafae', 'a043b351409fd10d0df4f4ef70ef5721', > 'cccb256c759ec8ab2b45b033a8fd6fcb', '965fd06e4464ed8a1322b04c69e1e487', > 'b71395177e7741c4182f3628ca82f6b9'], sq_hashfn=[' > ssta

[yocto] [yocto-docs][PATCH 1/1] ref-manual/ref-classes: update source archiver entry

2013-04-12 Thread Kevin Strasser
The src_distribute*.bbclass files have been removed in favor of archive*.bbclass. Update classes reference to reflect that change. Signed-off-by: Kevin Strasser --- documentation/ref-manual/ref-classes.xml | 40 +++--- 1 file changed, 15 insertions(+), 25 deletions

[yocto] [yocto-docs][PATCH 0/1] ref-manual/ref-classes: update source archiver entry

2013-04-12 Thread Kevin Strasser
/cgit.cgi/poky-contrib/log/?h=strassek/docs Kevin Strasser (1): ref-manual/ref-classes: update source archiver entry documentation/ref-manual/ref-classes.xml | 40 +++--- 1 file changed, 15 insertions(+), 25 deletions(-) -- 1.7.9.5

Re: [yocto] How to archive source for a single package

2013-04-12 Thread Kevin Strasser
Hi Mats, On Fri, Apr 12, 2013 at 03:58:01PM +0200, Mats Liljegren wrote: > I need to archive source for virtual/kernel when building. This is needed > for other builds that uses the bitbake build result. > > I saw that there is archive-patched-source class, which seems to do what I > want plus a

Re: [yocto] Config fragment not being picked up

2013-04-11 Thread Kevin Strasser
On Thu, Apr 11, 2013 at 09:05:37PM +, Saridakis, Dean (US SSA) wrote: > Think I've followed the example in the manual correctly. My append file is > pretty simple: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" It looks like you forgot the colon at the end of the path. Try this: FILES

[yocto] [meta-baryon] [PATCH v2 0/6] Updates and fixes

2013-03-21 Thread Kevin Strasser
assek/baryon Kevin Strasser (6): kernel: enable nfsd in linux-yocto 3.8 ffmpegthumbnailer: update to 2.0.8 ffmpegthumbnailer: include cstring lvm2: sync with meta-oe nfs-utils: remove NFS upcall workaround samba: sync with meta-oe .../nfs-utils/nfs-utils_1.2.7.bbappend |

Re: [yocto] [meta-baryon] [PATCH 0/5] Updates and fixes

2013-03-20 Thread kevin . strasser
> Hi Kevin, > > On Monday 18 March 2013 18:05:21 Kevin Strasser wrote: >> Cc: Paul Eggleton >> >> The following changes since commit >> 566cb211cee8a9870257a4ac2fc706990a70b9d2: >> >> nfs-utils: update bbappend version to 1.2.7 (2013-02-27 15:2

Re: [yocto] [meta-meson][PATCH] layer.conf: avoid unnecessary early expansion with :=

2013-03-19 Thread kevin . strasser
> From: Christopher Larson > > bitbake handles immediate expansions of LAYERDIR for us automatically. > > Signed-off-by: Christopher Larson > --- > conf/layer.conf | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index 8bd75d8..f4

[yocto] [meta-baryon] [PATCH 0/5] Updates and fixes

2013-03-18 Thread Kevin Strasser
://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon Kevin Strasser (5): kernel: enable nfsd in linux-yocto 3.8 ffmpegthumbnailer: update to 2.0.8 ffmpegthumbnailer: include cstring samba: sync with meta-oe lvm2: sync with meta-oe recipes-connectivity/samba/files/smb.conf | 10

Re: [yocto] [meta-baryon][PATCH 0/4] Webmin updates/fixes

2013-02-26 Thread kevin . strasser
aule/webmin-update > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/webmin-update > > Kevin Strasser (1): > webmin: correct net-lib.pl patch > > Paul Eggleton (3): > webmin: update to 1.620 > webmin: tidy up recipe > webmin: fix for changes in OE-Core ma

[yocto] [yocto-docs][PATCH 3/3] dev-manual: clarify what source is being archived

2013-01-28 Thread Kevin Strasser
Part of section 5.15.1 incorrectly implies that only copyleft source will be archived to the specified directory, when in fact copyleft filtering is disabled by default. Signed-off-by: Kevin Strasser --- .../dev-manual/dev-manual-common-tasks.xml |6 +++--- 1 file changed, 3

[yocto] [yocto-docs][PATCH 2/3] dev-manual: fix gpl source release example

2013-01-28 Thread Kevin Strasser
The example doesn't account for an extra level of directories that organise the sources by machine type. Signed-off-by: Kevin Strasser --- .../dev-manual/dev-manual-common-tasks.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manua

[yocto] [yocto-docs][PATCH 1/3] dev-manual: use path independent bblayers.conf example

2013-01-28 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- .../dev-manual/dev-manual-common-tasks.xml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 425b05a

[yocto] [yocto-docs][PATCH 0/3] Archiver documentation updates

2013-01-28 Thread Kevin Strasser
/cgit.cgi/poky-contrib/log/?h=strassek/docs_updates Kevin Strasser (3): dev-manual: use path independent bblayers.conf example dev-manual: fix gpl source release example dev-manual: clarify what source is being archived .../dev-manual/dev-manual-common-tasks.xml | 20

[yocto] [meta-baryon][PATCH 4/4] schroedinger: specify the version of MPL in use

2013-01-07 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- recipes-multimedia/schroedinger/schroedinger.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/schroedinger/schroedinger.inc b/recipes-multimedia/schroedinger/schroedinger.inc index 4853616..7e84eed 100644 --- a

[yocto] [meta-baryon][PATCH 3/4] baryon-image: use parted instead of util-linux

2013-01-07 Thread Kevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[yocto] [meta-baryon][PATCH 2/4] ffmpeg: build position independent code where possible

2013-01-07 Thread Kevin Strasser
Fixes several of the textrel warnings the package has been producing. Signed-off-by: Kevin Strasser --- recipes-multimedia/ffmpeg/ffmpeg_0.6.1.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-multimedia/ffmpeg/ffmpeg_0.6.1.bb b/recipes-multimedia/ffmpeg

[yocto] [meta-baryon][PATCH 1/4] webmin: remove perl-module-warnings-register RDEPENDS

2013-01-07 Thread Kevin Strasser
As of poky commit 51cbb5ae76a22d465e2f6c5ef923ec2682624e3b, the module is included by default and an error is produced if requested. Fixes [YOCTO #3530] Signed-off-by: Kevin Strasser --- recipes-extended/webmin/webmin_1.590.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[yocto] [meta-baryon][PATCH 0/4] baryon updates

2013-01-07 Thread Kevin Strasser
: conditionally remove /usr/libexec (2012-12-05 16:27:36 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-updates Kevin Strasser (4): webmin: remove perl-module

[yocto] [meta-baryon][PATCH 1/1] proftpd: conditionally remove /usr/libexec

2012-12-03 Thread Kevin Strasser
As of poky commit id 1d18224b24a515a07170ce36dbd725cb203d3300 libexecdir has been changed to ${libdir}/${BPN} which is typically /usr/lib. This change introduces a check to see if /usr/libexec is being used before attempting to remove it. Fixes [YOCTO #3504] Signed-off-by: Kevin Strasser

[yocto] [meta-baryon][PATCH 0/1] proftpd fix

2012-12-03 Thread Kevin Strasser
nd tidy up recipe (2012-10-28 01:47:32 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-proftpd http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/poky-contrib Kevin Strasser (1): proftpd: conditionally remove /usr/libexec

Re: [yocto] [meta-baryon][PATCH 1/3] packagegroup-core-tools: exclude packages that depend on x11

2012-11-20 Thread kevin . strasser
> On 20 November 2012 14:39, Paul Eggleton > wrote: >> >> This would work, but in this instance I think it would be better if we >> fixed >> the packagegroup-core-tools-* recipes in OE-Core so that the items that >> require X11 are only included when x11 is in DISTRO_FEATURES, rather >> than >> ma

[yocto] [meta-baryon][PATCH 3/3] baryon-image: change IMAGE_FEATURES assignment to "+="

2012-11-19 Thread Kevin Strasser
this will allow EXTRA_IMAGE_FEATURES to have an affect on the image. Signed-off-by: Kevin Strasser --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/images/baryon-image.bb b/recipes-extended/images/baryon

[yocto] [meta-baryon][PATCH 1/3] packagegroup-core-tools: exclude packages that depend on x11

2012-11-19 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- .../packagegroup-core-tools-profile.bbappend | 15 +++ .../packagegroup-core-tools-testapps.bbappend | 12 2 files changed, 27 insertions(+) create mode 100644 recipes-core/packagegroups/packagegroup-core-tools

[yocto] [meta-baryon][PATCH 2/3] baryon-image: use parted instead of util-linux

2012-11-19 Thread Kevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser --- recipes-extended/images/baryon-image.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[yocto] [meta-baryon][PATCH 0/3] respect EXTRA_IMAGE_FEATURES

2012-11-19 Thread Kevin Strasser
repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-image-features http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-image-features Kevin Strasser (3): packagegroup-core-tools: exclude packages that depend on x11 baryon-image: use parted instead of

Re: [yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-10-01 Thread kevin . strasser
> Hi Kevin, > > On Friday 28 September 2012 12:44:06 Kevin Strasser wrote: >> The version of nfsd used in 3.4 kernels tries to upcall the >> new reboot-recovery daemon and gets stuck if it is not found. >> This causes client mounts to fail and prints the following &

[yocto] [meta-baryon][PATCH 1/1] nfs-utils: workaround for nfsd regression in the 3.4 kernel

2012-09-28 Thread Kevin Strasser
t; If the directory "/var/lib/nfs/v4recovery" exists, nfsd will revert back to the old method. Signed-off-by: Kevin Strasser --- .../nfs-utils/nfs-utils_1.2.3.bbappend |8 1 file changed, 8 insertions(+) create mode 100644 recipes-connectivity/nfs-utils/nfs-

[yocto] [meta-baryon][PATCH 0/1] nfs regression workaround

2012-09-28 Thread Kevin Strasser
/cgit.cgi/poky-contrib/log/?h=strassek/baryon-nfsd-regression Kevin Strasser (1): nfs-utils: workaround for nfsd regression in the 3.4 kernel .../nfs-utils/nfs-utils_1.2.3.bbappend |8 1 file changed, 8 insertions(+) create mode 100644 recipes-connectivity/nfs-utils/nfs

[yocto] [meta-baryon][PATCH 3/4] orc: specify the generic licenses being used

2012-09-27 Thread Kevin Strasser
warning: "WARNING: orc: No generic license file exists for: orc in any provider" Signed-off-by: Kevin Strasser --- recipes-multimedia/orc/orc.inc |2 +- recipes-multimedia/orc/orc_0.4.5.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-mult

[yocto] [meta-baryon][PATCH 4/4] talloc: specify the version of LGPL and include the license text

2012-09-27 Thread Kevin Strasser
talloc is made available under version 3 (or later) of the LGPL. This change fixes the following warning: "WARNING: talloc: No generic license file exists for: LGPL in any provider" Signed-off-by: Kevin Strasser --- recipes-support/talloc/talloc_2.0.1.bb |6 +++--- 1 file

[yocto] [meta-baryon][PATCH 1/4] proftpd: remove unused directories after install

2012-09-27 Thread Kevin Strasser
t; Signed-off-by: Kevin Strasser --- recipes-extended/proftpd/proftpd_1.3.4b.bb |1 + 1 file changed, 1 insertion(+) diff --git a/recipes-extended/proftpd/proftpd_1.3.4b.bb b/recipes-extended/proftpd/proftpd_1.3.4b.bb index b7e201b..45e73d9 100644 --- a/recipes-extended/proftpd/proftpd

[yocto] [meta-baryon][PATCH 2/4] samba: remove unused directories after install

2012-09-27 Thread Kevin Strasser
/usr/lib/pdb /usr/lib/rpc /usr/lib/gpext" Signed-off-by: Kevin Strasser --- recipes-connectivity/samba/samba.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-connectivity/samba/samba.inc b/recipes-connectivity/samba/samba.inc index 4e4f23c..8090656 100644 ---

[yocto] [meta-baryon][PATCH 0/4] clear up build warnings

2012-09-27 Thread Kevin Strasser
available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/baryon-warnings http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=strassek/baryon-warnings Kevin Strasser (4): proftpd: remove unused directories after install samba: remove unused directories after

Re: [yocto] [meta-baryon][PATCH 2/2] proftpd: update package to 1.3.4b

2012-09-13 Thread kevin . strasser
> Hi Kevin, > > On Monday 10 September 2012 14:50:10 Kevin Strasser wrote: >> The contrib directry now contains its own Makefile which is >> used during installation. It was required to pass DESTDIR through >> when it gets called from the base Makefile. >

[yocto] [meta-baryon][PATCH 2/2] proftpd: update package to 1.3.4b

2012-09-10 Thread Kevin Strasser
The contrib directry now contains its own Makefile which is used during installation. It was required to pass DESTDIR through when it gets called from the base Makefile. Signed-off-by: Kevin Strasser --- recipes-extended/proftpd/files/contrib.patch | 38

[yocto] [meta-baryon][PATCH 1/2] webmin: update package to 1.590

2012-09-10 Thread Kevin Strasser
The patch "fdisk-partprobe-fix.patch" has been accepted upstream and is no longer needed. Signed-off-by: Kevin Strasser --- .../webmin/files/fdisk-partprobe-fix.patch | 16 .../webmin/{webmin_1.570.bb => webmin_1.590.bb}|7 +++ 2 fil

[yocto] [meta-baryon][PATCH 0/2] update webmin and proftpd

2012-09-10 Thread Kevin Strasser
-contrib/log/?h=strassek/baryon-updates Kevin Strasser (2): webmin: update package to 1.590 proftpd: update package to 1.3.4b recipes-extended/proftpd/files/contrib.patch | 38 .../{proftpd_1.3.3c.bb => proftpd_1.3.4b.bb} |7 ++-- .../webmin/files/fd

[yocto] [meta-baryon] [PATCH 2/2] webmin: update package to 1.590

2012-08-06 Thread Kevin Strasser
The patch "fdisk-partprobe-fix.patch" has been accepted upstream and is no longer needed. Signed-off-by: Kevin Strasser --- .../webmin/files/fdisk-partprobe-fix.patch | 16 --- recipes-extended/webmin/webmin_1.570.bb| 147 recipes-exten

[yocto] [meta-baryon] [PATCH 1/2] proftpd: update package to 1.3.4b

2012-08-06 Thread Kevin Strasser
The contrib directory now contains its own Makefile which is used during installation. It was required to pass in the DESTDIR variable. Signed-off-by: Kevin Strasser --- recipes-extended/proftpd/files/contrib.patch | 25 recipes-extended/proftpd/proftpd_1.3.3c.bb | 53

[yocto] [PATCH] webmin: remove nfsd check from exports-lib.pl

2012-08-02 Thread Kevin Strasser
/exports are not successfully exported. Fixes [YOCTO #1719] Signed-off-by: Kevin Strasser --- recipes-extended/webmin/files/exports-lib.pl.patch | 32 recipes-extended/webmin/webmin_1.570.bb|3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode

[yocto] [meta-baryon][PATCH 2/2] webmin: remove nfsd check from exports-lib.pl

2012-08-01 Thread Kevin Strasser
contents of /exports are not successfully exported. Signed-off-by: Kevin Strasser --- recipes-extended/webmin/files/exports-lib.pl.patch | 32 recipes-extended/webmin/webmin_1.570.bb|3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-baryon][PATCH 1/2] webmin: include webmin-module-acl

2012-08-01 Thread Kevin Strasser
Webmin's logging module depends on webmin-module-acl. Signed-off-by: Kevin Strasser --- recipes-extended/images/baryon-image.bb |1 + recipes-extended/webmin/webmin_1.570.bb |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-extended/images/baryon-image.

[yocto] [meta-baryon][PATCH] webmin: fixed nfs exports configuration

2012-07-25 Thread Kevin Strasser
No longer attempting to kill any rpc.nfsd processes. Also, fixed a reference to the nfsserver init script. Signed-off-by: Kevin Strasser --- recipes-extended/webmin/webmin_1.570.bb |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-extended/webmin/webmin_1.570

[yocto] [meta-baryon][PATCH] webmin: remove use of the rename command

2012-07-23 Thread Kevin Strasser
Several webmin modules are left out of the build due to misuse of the rename command. Acceptable use of the rename command depends on the version being supplied. Without knowledge of the version being used it is possible that any particular use will result in syntax errors. Signed-off-by: Kevin

[yocto] [meta-baryon][PATCH] webmin: fix dash incompatibility in do_configure

2012-07-16 Thread Kevin Strasser
The use of brackets was causing dash to skip over the removal of several unwanted files. The presence of these files was causing an exception during packaging. Signed-off-by: Kevin Strasser --- recipes-extended/webmin/webmin_1.570.bb |7 --- 1 file changed, 4 insertions(+), 3 deletions

[yocto] [meta-baryon][PATCH 2/2] kernel: enable nfsd when using the 3.2 kernel

2012-07-13 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- recipes-kernel/linux/linux-yocto_3.2.bbappend |3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_3.2.bbappend diff --git a/recipes-kernel/linux/linux-yocto_3.2.bbappend b/recipes-kernel/linux/linux-yocto_3.2

[yocto] [meta-baryon][PATCH 1/2] ffmpegthumbnailer: enable jpeg support

2012-07-13 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb b/recipes-multimedia/ffmpeg/ffmpegthumbnailer_2.0.7.bb index ec6d625..92e484c

[yocto] [meta-baryon][PATCH] ffmpeg: ensure libjpeg dependency is included

2012-07-12 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- recipes-core/base-files/base-files_3.0.14.bbappend |2 +- .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base

[yocto] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..10a338a 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the subject. +Bu

[yocto] [PATCH] [meta-baryon] add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..8303cdf 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the subject. +Bu

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-11 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- README | 24 1 file changed, 24 insertions(+) diff --git a/README b/README index 2a9c77d..698d403 100644 --- a/README +++ b/README @@ -27,6 +27,30 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the subject. +Bu

[yocto] [PATCH] meta-baryon: add build documentation

2012-07-10 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- README | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 2a9c77d..bdd2269 100644 --- a/README +++ b/README @@ -27,6 +27,24 @@ to yocto@yoctoproject.org with '[meta-baryon]' in the subject. +Buildin

[yocto] [PATCH] meta-baryon: update proftpd SRC_URI

2012-07-10 Thread Kevin Strasser
ftp.nl.uu.net is no longer hosting the proftpd package. Signed-off-by: Kevin Strasser --- recipes-extended/proftpd/proftpd_1.3.3c.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/proftpd/proftpd_1.3.3c.bb b/recipes-extended/proftpd/proftpd_1.3.3c.bb