wok diff libsasl-without-ldap/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents de49f29b101e
children a1821e12e28a
line diff
     1.1 --- a/libsasl-without-ldap/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.2 +++ b/libsasl-without-ldap/receipt	Sun Aug 25 11:41:26 2019 +0200
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsasl-without-ldap"
     1.7 -VERSION="2.1.23"
     1.8 +VERSION="2.1.27"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 +WEB_SITE="https://cyrusimap.org/sasl/"
    1.14 +
    1.15  SOURCE="cyrus-sasl"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    1.18 -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    1.19 +WGET_URL="http://cyrusimap.org/releases/$TARBALL"
    1.20  
    1.21  DEPENDS="db openssl"
    1.22  BUILD_DEPENDS="db-dev openssl-dev"
    1.23 @@ -17,14 +18,21 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	patch -Np1 -i $stuff/0027_db5_support.patch
    1.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30 -		--without-pam --disable-anon \
    1.31 -		--disable-cram --disable-digest \
    1.32 -		--disable-gssapi --enable-login \
    1.33 -		--disable-otp --enable-plain \
    1.34 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.35 +#	patch -Np1 -i $stuff/0027_db5_support.patch
    1.36 +
    1.37 +	./configure				\
    1.38 +		--prefix=/usr			\
    1.39 +		--infodir=/usr/share/info	\
    1.40 +		--without-pam			\
    1.41 +		--disable-anon			\
    1.42 +		--disable-cram			\
    1.43 +		--disable-digest		\
    1.44 +		--disable-gssapi		\
    1.45 +		--enable-login			\
    1.46 +		--disable-otp			\
    1.47 +		--enable-plain			\
    1.48 +		--mandir=/usr/share/man		\
    1.49 +		$CONFIGURE_ARGS &&
    1.50  	make -j1 &&
    1.51  	make -j1 DESTDIR=$DESTDIR install
    1.52  }
    1.53 @@ -34,4 +42,4 @@
    1.54  genpkg_rules()
    1.55  {
    1.56  	cp -a $install/* $fs
    1.57 -}
    1.58 \ No newline at end of file
    1.59 +}