wok rev 21286

updated SASL packages (2.1.23 -> 2.1.27)
author Hans-G?nter Theisgen
date Tue Apr 16 15:58:47 2019 +0100 (2019-04-16)
parents 504cf654caa2
children 69be3deacda4
files cyrus-sasl-dev/receipt cyrus-sasl-pam/receipt cyrus-sasl/receipt libsasl-modules/receipt libsasl-without-ldap/receipt libsasl/receipt
line diff
     1.1 --- a/cyrus-sasl-dev/receipt	Mon Apr 15 00:22:23 2019 -0400
     1.2 +++ b/cyrus-sasl-dev/receipt	Tue Apr 16 15:58:47 2019 +0100
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cyrus-sasl-dev"
     1.7 -VERSION="2.1.23"
     1.8 +VERSION="2.1.27"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="SASL authentication server development files"
    1.11 +SHORT_DESC="SASL authentication server - development files"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    1.15 +WEB_SITE="https://cyrusimap.org/sasl/"
    1.16 +
    1.17  WANTED="cyrus-sasl"
    1.18 -
    1.19  DEPENDS="cyrus-sasl"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/sasl2
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/sasl2/*a $fs/usr/lib/sasl2
    1.28 +
    1.29 +	cp -a $install/usr/include	$fs/usr
    1.30 +	cp -a $install/usr/lib/*a	$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/sasl2/*a	$fs/usr/lib/sasl2
    1.32  }
    1.33 -
     2.1 --- a/cyrus-sasl-pam/receipt	Mon Apr 15 00:22:23 2019 -0400
     2.2 +++ b/cyrus-sasl-pam/receipt	Tue Apr 16 15:58:47 2019 +0100
     2.3 @@ -1,39 +1,47 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cyrus-sasl-pam"
     2.7 -VERSION="2.1.23"
     2.8 +VERSION="2.1.27"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="SASL authentication server using PAM."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="BSD"
    2.13 +WEB_SITE="https://cyrusimap.org/sasl"
    2.14 +
    2.15  SOURCE="cyrus-sasl"
    2.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.17 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    2.18 -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    2.19 +WGET_URL="http://cyrusimap.org/releases/$SOURCE-$VERSION.tar.gz"
    2.20 +
    2.21  PROVIDE="cyrus-sasl:pam"
    2.22 -
    2.23 -DEPENDS="libldap openssl libdb pam libkrb5 libcomerr3"
    2.24 -BUILD_DEPENDS="openldap-dev pam pam-dev openssl-dev"
    2.25 +DEPENDS="libcomerr3 libdb libkrb5 libldap openssl pam"
    2.26 +BUILD_DEPENDS="openldap-dev openssl-dev pam pam-dev"
    2.27  
    2.28  # Rules to configure and make the package.
    2.29  compile_rules()
    2.30  {
    2.31 -	cd $src
    2.32 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.33 -	--with-ldap=/usr --with-pam=/usr --with-devrandom=/dev/urandom \
    2.34 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    2.35 +	./configure				\
    2.36 +		--prefix=/usr			\
    2.37 +		--infodir=/usr/share/info	\
    2.38 +		--with-ldap=/usr		\
    2.39 +		--with-pam=/usr			\
    2.40 +		--with-devrandom=/dev/urandom	\
    2.41 +		--mandir=/usr/share/man		\
    2.42 +		$CONFIGURE_ARGS
    2.43  	sed -i 's/WITH_DES/WITH_DES 1/' config.h
    2.44 -	make &&
    2.45 +	make -j1 &&
    2.46  	make -j1 DESTDIR=$DESTDIR install
    2.47  }
    2.48  
    2.49  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.50  genpkg_rules()
    2.51  {
    2.52 -	mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd
    2.53 -	cp -a $install/usr/sbin $fs/usr
    2.54 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.55 -	cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    2.56 -	cp -a ../$SOURCE/stuff/etc $fs
    2.57 +	mkdir -p $fs/usr/lib/sasl2
    2.58 +	mkdir -p $fs/var/state/saslauthd
    2.59 +
    2.60 +	cp -a $install/usr/sbin			$fs/usr
    2.61 +	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    2.62 +	cp -a $install/usr/lib/sasl2/*.so*	$fs/usr/lib/sasl2
    2.63 +	cp -a ../$SOURCE/stuff/etc		$fs
    2.64 +
    2.65  	sed -i 's/shadow/pam/' $fs/etc/init.d/cyrus-sasl
    2.66  }
     3.1 --- a/cyrus-sasl/receipt	Mon Apr 15 00:22:23 2019 -0400
     3.2 +++ b/cyrus-sasl/receipt	Tue Apr 16 15:58:47 2019 +0100
     3.3 @@ -1,41 +1,46 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="cyrus-sasl"
     3.7 -VERSION="2.1.23"
     3.8 +VERSION="2.1.27"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="SASL authentication server."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  LICENSE="BSD"
    3.13 +
    3.14 +WEB_SITE="https://cyrusimap.org/sasl"
    3.15 +
    3.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.17 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    3.18 -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    3.19 +WGET_URL="http://cyrusimap.org/releases/$PACKAGE-$VERSION.tar.gz"
    3.20  
    3.21 -DEPENDS="libldap openssl libdb libsasl libsasl-modules libcomerr3"
    3.22 -BUILD_DEPENDS="openldap-dev db-dev openssl-dev"
    3.23 +DEPENDS="libcomerr3 libdb libldap libsasl libsasl-modules openssl"
    3.24 +BUILD_DEPENDS="db-dev openldap-dev openssl-dev"
    3.25  
    3.26  # Rules to configure and make the package.
    3.27  compile_rules()
    3.28  {
    3.29 -	cd $src
    3.30 -	patch -Np1 -i $stuff/0027_db5_support.patch
    3.31 -	./configure \
    3.32 -		--with-ldap=/usr \
    3.33 -		--with-openssl=/usr \
    3.34 -		--without-pam \
    3.35 -		--with-devrandom=/dev/urandom \
    3.36 +#	patch -Np1 -i $stuff/0027_db5_support.patch
    3.37 +
    3.38 +	./configure				\
    3.39 +		--with-ldap=/usr		\
    3.40 +		--with-openssl=/usr		\
    3.41 +		--without-pam			\
    3.42 +		--with-devrandom=/dev/urandom	\
    3.43  		$CONFIGURE_ARGS
    3.44  	sed -i 's/WITH_DES/WITH_DES 1/' config.h
    3.45 -	make -j 1 && make install
    3.46 +	make -j 1 &&
    3.47 +	make install
    3.48  }
    3.49  
    3.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.51  genpkg_rules()
    3.52  {
    3.53 -	mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd
    3.54 -	cp -a $install/usr/sbin $fs/usr
    3.55 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.56 -	cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2
    3.57 -	cp -a $stuff/etc $fs
    3.58 +	mkdir -p $fs/usr/lib/sasl2
    3.59 +	mkdir -p $fs/var/state/saslauthd
    3.60 +
    3.61 +	cp -a $install/usr/sbin			$fs/usr
    3.62 +	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    3.63 +	cp -a $install/usr/lib/sasl2/*.so*	$fs/usr/lib/sasl2
    3.64 +	cp -a $stuff/etc			$fs
    3.65  	
    3.66  	cat $stuff/*.files-list | while read file; do
    3.67  		rm -rf $fs$file
     4.1 --- a/libsasl-modules/receipt	Mon Apr 15 00:22:23 2019 -0400
     4.2 +++ b/libsasl-modules/receipt	Tue Apr 16 15:58:47 2019 +0100
     4.3 @@ -1,16 +1,16 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libsasl-modules"
     4.7 -VERSION="2.1.23"
     4.8 +VERSION="2.1.27"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="SASL library modules."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12  LICENSE="BSD"
    4.13 +WEB_SITE="https://cyrusimap.org/sasl/"
    4.14 +
    4.15  PROVIDE="libsasl-without-ldap"
    4.16 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    4.17  WANTED="cyrus-sasl"
    4.18 -
    4.19 -DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb"
    4.20 +DEPENDS="libcomerr3 libcrypto libdb libkrb5 libsasl"
    4.21  
    4.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.23  genpkg_rules()
     5.1 --- a/libsasl-without-ldap/receipt	Mon Apr 15 00:22:23 2019 -0400
     5.2 +++ b/libsasl-without-ldap/receipt	Tue Apr 16 15:58:47 2019 +0100
     5.3 @@ -1,15 +1,16 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libsasl-without-ldap"
     5.7 -VERSION="2.1.23"
     5.8 +VERSION="2.1.27"
     5.9  CATEGORY="system-tools"
    5.10  SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12  LICENSE="BSD"
    5.13 +WEB_SITE="https://cyrusimap.org/sasl/"
    5.14 +
    5.15  SOURCE="cyrus-sasl"
    5.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.17 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    5.18 -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL"
    5.19 +WGET_URL="http://cyrusimap.org/releases/$TARBALL"
    5.20  
    5.21  DEPENDS="db openssl"
    5.22  BUILD_DEPENDS="db-dev openssl-dev"
    5.23 @@ -17,14 +18,21 @@
    5.24  # Rules to configure and make the package.
    5.25  compile_rules()
    5.26  {
    5.27 -	cd $src
    5.28 -	patch -Np1 -i $stuff/0027_db5_support.patch
    5.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    5.30 -		--without-pam --disable-anon \
    5.31 -		--disable-cram --disable-digest \
    5.32 -		--disable-gssapi --enable-login \
    5.33 -		--disable-otp --enable-plain \
    5.34 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    5.35 +#	patch -Np1 -i $stuff/0027_db5_support.patch
    5.36 +
    5.37 +	./configure				\
    5.38 +		--prefix=/usr			\
    5.39 +		--infodir=/usr/share/info	\
    5.40 +		--without-pam			\
    5.41 +		--disable-anon			\
    5.42 +		--disable-cram			\
    5.43 +		--disable-digest		\
    5.44 +		--disable-gssapi		\
    5.45 +		--enable-login			\
    5.46 +		--disable-otp			\
    5.47 +		--enable-plain			\
    5.48 +		--mandir=/usr/share/man		\
    5.49 +		$CONFIGURE_ARGS &&
    5.50  	make -j1 &&
    5.51  	make -j1 DESTDIR=$DESTDIR install
    5.52  }
    5.53 @@ -34,4 +42,4 @@
    5.54  genpkg_rules()
    5.55  {
    5.56  	cp -a $install/* $fs
    5.57 -}
    5.58 \ No newline at end of file
    5.59 +}
     6.1 --- a/libsasl/receipt	Mon Apr 15 00:22:23 2019 -0400
     6.2 +++ b/libsasl/receipt	Tue Apr 16 15:58:47 2019 +0100
     6.3 @@ -1,12 +1,13 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="libsasl"
     6.7 -VERSION="2.1.23"
     6.8 +VERSION="2.1.27"
     6.9  CATEGORY="system-tools"
    6.10  SHORT_DESC="SASL library."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
    6.12  LICENSE="BSD"
    6.13 -WEB_SITE="http://cyrusimap.web.cmu.edu/"
    6.14 +WEB_SITE="https://cyrusimap.org/sasl"
    6.15 +
    6.16  WANTED="cyrus-sasl"
    6.17  
    6.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.19 @@ -18,9 +19,3 @@
    6.20  		cp -a $install$file $fs$dir
    6.21  	done < $wanted_stuff/$PACKAGE.files-list
    6.22  }
    6.23 -
    6.24 -
    6.25 -
    6.26 -
    6.27 -
    6.28 -