[Buildroot] [PATCH 1/1 v3] New package : GNU SASL Library - libgsasl

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jan 13 17:59:28 UTC 2013


Dear Sagaert Johan,

On Sun, 13 Jan 2013 18:36:20 +0100, Sagaert Johan wrote:
> 
> GNU SASL is an implementation of the Simple Authentication and Security Layer framework
> and a few common SASL mechanisms.
> SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients,
> and in clients to authenticate against servers.

Commit logs must be wrapped to ~75-80 columns.

> libgsasl will be used in future versions of libesmtp.
> 
> Patch v3 : corrected license information in libgsasl.mk
> Signed-off-by: Sagaert Johan <sagaert.johan at skynet.be>

The changelog must be after the "---" marker. The last paragraph of the
commit log should be separated with the Signed-off-by line by one
empty new line.

> --- /dev/null
> +++ b/package/libgsasl/libgsasl.mk
> @@ -0,0 +1,18 @@
> +#############################################################
> +#
> +# libgsasl
> +#
> +#############################################################
> +LIBGSASL_VERSION = 1.8.0
> +LIBGSASL_SOURCE = libgsasl-$(LIBGSASL_VERSION).tar.gz
> +LIBGSASL_SITE = ftp://ftp.gnu.org/gnu/gsasl

Please use BR2_GNU_MIRROR. So:

LIBGSASL_SITE = $(BR2_GNU_MIRROR)/gsasl

> +LIBGSASL_LICENSE = LGPLv2.1+ (library), GPLv3+ (programs)
> +LIBGSASL_LICENSE_FILES = README COPYING.LIB COPYING
> +LIBGSASL_INSTALL_STAGING = YES
> +LIBGSAS_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBIDN),libidn)
> +
> +$(eval $(autotools-package))
> +
> +
> +  
> +

Please remove those last empty lines.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list