diff options
author | Mike Westerhof <mwester@dls.net> | 2008-06-17 16:56:52 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-06-17 16:56:52 +0000 |
commit | 8710c0212e53c8ee9c8e89d9990a07b840ae377c (patch) | |
tree | 086a7bbc57df9dffbbddab6d94c6581aa9e45032 /packages/fetchmail/fetchmail_6.3.8.bb | |
parent | 9fd5afe0d675e93df91551ba990fc62bbf0b877b (diff) | |
parent | 9e91c092f40330291187709d2c70b2a5e360e55d (diff) |
merge of '9831ee83165ae726c1641da5b4f8f00b78674b85'
and 'dc80ff7ef30fb0e742800d3342ca5811d15194dc'
Diffstat (limited to 'packages/fetchmail/fetchmail_6.3.8.bb')
-rw-r--r-- | packages/fetchmail/fetchmail_6.3.8.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/fetchmail/fetchmail_6.3.8.bb b/packages/fetchmail/fetchmail_6.3.8.bb new file mode 100644 index 0000000000..9b789aae25 --- /dev/null +++ b/packages/fetchmail/fetchmail_6.3.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Fetchmail is a free, full-featured, robust, \ +well-documented remote-mail retrieval and forwarding utility \ +intended to be used over on-demand TCP/IP links \ +(such as SLIP or PPP connections)." +SECTION = "console/network" + +LICENSE = "GPL" + +PR = "r2" + +SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ + file://CVE-2007-4565.patch;patch=1 \ + " + +inherit autotools gettext + +FILES_${PN} = "${bindir}/fetchmail" +PACKAGES += "${PN}conf" +FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf" +rdepends_${PN}conf = "${PN}" |