diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/fetchmail/fetchmail-6.3.8/CVE-2007-4565.patch | 11 | ||||
-rw-r--r-- | recipes/fetchmail/fetchmail_6.3.14.bb (renamed from recipes/fetchmail/fetchmail_6.3.8.bb) | 8 |
3 files changed, 5 insertions, 18 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 513dd1dc88..b183f48702 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -6910,10 +6910,6 @@ sha256=c18e6f23315e0a3526229bd0ba5cf8ce0d747cb5e5ba7cb952ad08c85a1cafac md5=9956b30139edaa4f5f77c4d0dbd80225 sha256=c18e6f23315e0a3526229bd0ba5cf8ce0d747cb5e5ba7cb952ad08c85a1cafac -[ftp://ftp.debian.org/debian/pool/main/f/fetchmail/fetchmail_6.3.8.orig.tar.gz] -md5=1b84621072b4f906b5686a4fbae0b1d7 -sha256=d06e7244dcd2b462c0e7bea0d01edadb54905f4533afc45f971ab9f6ee46497c - [http://projects.openmoko.org/frs/download.php/832/ffalarms-0.2.2.tar.gz] md5=6f03b9663245b93e8370e43cc556dba1 sha256=df0561124faa5c2e64038f5efcf39432c4795829115b86819083ae66b001899a diff --git a/recipes/fetchmail/fetchmail-6.3.8/CVE-2007-4565.patch b/recipes/fetchmail/fetchmail-6.3.8/CVE-2007-4565.patch deleted file mode 100644 index d0926848c2..0000000000 --- a/recipes/fetchmail/fetchmail-6.3.8/CVE-2007-4565.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fetchmail-6.3.8-orig/sink.c -+++ fetchmail-6.3.8/sink.c -@@ -262,7 +262,7 @@ - const char *md1 = "MAILER-DAEMON", *md2 = "MAILER-DAEMON@"; - - /* don't bounce in reply to undeliverable bounces */ -- if (!msg->return_path[0] || -+ if (!msg || !msg->return_path[0] || - strcmp(msg->return_path, "<>") == 0 || - strcasecmp(msg->return_path, md1) == 0 || - strncasecmp(msg->return_path, md2, strlen(md2)) == 0) diff --git a/recipes/fetchmail/fetchmail_6.3.8.bb b/recipes/fetchmail/fetchmail_6.3.14.bb index 9b789aae25..1934f74690 100644 --- a/recipes/fetchmail/fetchmail_6.3.8.bb +++ b/recipes/fetchmail/fetchmail_6.3.14.bb @@ -8,13 +8,15 @@ LICENSE = "GPL" PR = "r2" -SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \ - file://CVE-2007-4565.patch;patch=1 \ +SRC_URI = "http://download.berlios.de/fetchmail/${PN}-${PV}.tar.bz2;name=src \ " +SRC_URI[src.md5sum] = "86d3cfbce151881d8bf76a1efd5bda6a" +SRC_URI[src.sha256sum] = "8657f786f5af1857ddb3b50203e6cde2efad43f49828973cbb22f6d431208607" + inherit autotools gettext FILES_${PN} = "${bindir}/fetchmail" PACKAGES += "${PN}conf" -FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf" +FILES_${PN}conf = "${libdir}/python*/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf" rdepends_${PN}conf = "${PN}" |