From ad6e0184266241e28216681f6fa0b7dc48f79344 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 31 Dec 2014 15:15:26 +0000 Subject: libc-client: rename to uw-imap, upgrade to 2007f * Upgrade to 2007f * Rename to uw-imap; this is the name used by Fedora and is much more sensible than libc-client * Fix errors when linking the library against code compiled with -fPIC such as mod-php (patch from Fedora). * Add a security patch from Fedora * Rename files directory to uw-imap Signed-off-by: Paul Eggleton --- .../libc-client/files/quote_cctype.patch | 12 -------- .../libc-client/libc-client_2007e.bb | 35 ---------------------- 2 files changed, 47 deletions(-) delete mode 100644 meta-oe/recipes-devtools/libc-client/files/quote_cctype.patch delete mode 100644 meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb (limited to 'meta-oe/recipes-devtools/libc-client') diff --git a/meta-oe/recipes-devtools/libc-client/files/quote_cctype.patch b/meta-oe/recipes-devtools/libc-client/files/quote_cctype.patch deleted file mode 100644 index f729ee2074..0000000000 --- a/meta-oe/recipes-devtools/libc-client/files/quote_cctype.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN imap-2007.orig/Makefile imap-2007/Makefile ---- imap-2007.orig/Makefile 2007-12-20 23:11:10.000000000 +0100 -+++ imap-2007/Makefile 2008-03-19 14:08:47.000000000 +0100 -@@ -690,7 +690,7 @@ - @$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)' - @echo Rebuilding c-client for `$(CAT) OSTYPE`... - @$(TOUCH) SPECIALS -- $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \ -+ $(CD) c-client;$(MAKE) all CC="`$(CAT) CCTYPE`" \ - CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS` - - rebuildclean: diff --git a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb b/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb deleted file mode 100644 index 150ff9028d..0000000000 --- a/meta-oe/recipes-devtools/libc-client/libc-client_2007e.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "UW c-client library for mail protocols" -SECTION = "devel" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a6a4ddbb7cd2999f6827ee143f6fcd97" - -DEPENDS = "openssl libpam" - -PR = "r1" - -SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.gz \ - file://quote_cctype.patch" - -SRC_URI[md5sum] = "7903800dc2604000016de070e0c55840" -SRC_URI[sha256sum] = "4b1137b87249782496ec3eeacaf83bbf09312a7d2ae3aead262179041b55565f" - -S = "${WORKDIR}/imap-${PV}" - -EXTRA_OEMAKE = "CC='${CC}'" - -HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage.h c-client/osdep.h" - -do_compile() { - echo "SSLINCLUDE=${STAGING_INCDIR} SSLLIB=${STAGING_LIBDIR}" > ${S}/SPECIALS - oe_runmake lnp -} - -do_install() { - install -d ${D}${includedir}/c-client - install ${HEADERS} ${D}${includedir}/c-client - install -d ${D}${libdir} - install c-client/c-client.a ${D}${libdir}/libc-client.a -} - -ALLOW_EMPTY_${PN} = "1" -- cgit v1.2.3-54-g00ecf