New packages: libcdaudio, libdvdnav, libdvdread, hostapd, tcpreplay
 
        Updated/fixed packages: autoconf, bind, binutils, busybox,
-       directfb, gst-plugins-bad, hal, iw, libfuse, libpcap, lighttpd,
-       mesa, mpg123, mtd-utils, pcre, qt, sshfs, tremor, u-boot, usbutils
+       directfb, gst-plugins-bad, hal, iw, libfuse, libpcap,
+       lighttpd, mesa, mpg123, mtd-utils, neon, pcre, qt, sshfs,
+       tremor, u-boot, usbutils
 
        Issues resolved (http://bugs.uclibc.org):
 
 
 else
 NEON_CONF_OPT+=--without-zlib
 endif
+ifeq ($(BR2_PACKAGE_NEON_SSL),y)
+NEON_CONF_OPT+=--with-ssl
+NEON_DEPENDENCIES+=openssl
+else
+NEON_CONF_OPT+=--without-ssl
+endif
 ifeq ($(BR2_PACKAGE_NEON_EXPAT),y)
 NEON_CONF_OPT+=--with-expat=$(STAGING_DIR)/usr/lib/libexpat.la
 NEON_CONF_OPT+=--with-libxml2=no