wok rev 12993

Up: krb5 to 1.10.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 06 05:40:27 2012 +0000 (2012-06-06)
parents f8817cc87b13
children 11f4fc543f98
files krb5-clients/receipt krb5-dev/receipt krb5-plugins/receipt krb5-user/receipt krb5/receipt libcomerr3/receipt libkrb5/receipt libkrb5support/receipt
line diff
     1.1 --- a/krb5-clients/receipt	Wed Jun 06 05:38:19 2012 +0000
     1.2 +++ b/krb5-clients/receipt	Wed Jun 06 05:40:27 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="krb5-clients"
     1.7 -VERSION="1.8.3"
     1.8 +VERSION="1.10.2"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Misc clients using MIT Kerberos."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/krb5-dev/receipt	Wed Jun 06 05:38:19 2012 +0000
     2.2 +++ b/krb5-dev/receipt	Wed Jun 06 05:40:27 2012 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="krb5-dev"
     2.7 -VERSION="1.8.3"
     2.8 +VERSION="1.10.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Network authentication protocol development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/krb5-plugins/receipt	Wed Jun 06 05:38:19 2012 +0000
     3.2 +++ b/krb5-plugins/receipt	Wed Jun 06 05:40:27 2012 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="krb5-plugins"
     3.7 -VERSION="1.8.3"
     3.8 +VERSION="1.10.2"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="Plugins for MIT Kerberos."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
     4.1 --- a/krb5-user/receipt	Wed Jun 06 05:38:19 2012 +0000
     4.2 +++ b/krb5-user/receipt	Wed Jun 06 05:40:27 2012 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="krb5-user"
     4.7 -VERSION="1.8.3"
     4.8 +VERSION="1.10.2"
     4.9  CATEGORY="security"
    4.10  SHORT_DESC="Basic programs to authenticate using MIT Kerberos."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
     5.1 --- a/krb5/receipt	Wed Jun 06 05:38:19 2012 +0000
     5.2 +++ b/krb5/receipt	Wed Jun 06 05:40:27 2012 +0000
     5.3 @@ -1,22 +1,24 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="krb5"
     5.7 -VERSION="1.8.3"
     5.8 +VERSION="1.10.2"
     5.9  CATEGORY="security"
    5.10  SHORT_DESC="Network authentication protocol with strong authentication."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12  TARBALL="$PACKAGE-$VERSION-signed.tar"
    5.13  BUILD_DEPENDS="perl bison"
    5.14  WEB_SITE="http://web.mit.edu/Kerberos/"
    5.15 -WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION%.*}/$TARBALL"
    5.16 +WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION:0:4}/$TARBALL"
    5.17  DEPENDS="libkrb5"
    5.18  CONFIG_FILES="/etc/krb5"
    5.19 +CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer"
    5.20 +CXXFLAGS="$CFLAGS"
    5.21  
    5.22  # Rules to configure and make the package.
    5.23  compile_rules()
    5.24  {
    5.25  	srcdir=$PACKAGE-$VERSION
    5.26 -	[ -d $src/src ] || tar xzf $src/$srcdir.tar.gz
    5.27 +	[ -d $src/src ] || tar xzf $src/$srcdir.tar.gz 
    5.28  	# This is for cookutils. If more than one file was extracted it create
    5.29  	# $PACKAGE-$VERSION to move files in it. Krb5 is the only package like
    5.30  	# that so we do the trick here.
    5.31 @@ -26,6 +28,10 @@
    5.32  		mv $srcdir/* .
    5.33  	fi
    5.34  	cd $src/src
    5.35 +
    5.36 +	# FS#25384
    5.37 +	sed -i "/KRB5ROOT=/s/\/local//" util/ac_check_krb5.m4
    5.38 +
    5.39  	./configure --localstatedir=/var $CONFIGURE_ARGS &&
    5.40  	make $MAKEFLAGS && make install
    5.41  }
     6.1 --- a/libcomerr3/receipt	Wed Jun 06 05:38:19 2012 +0000
     6.2 +++ b/libcomerr3/receipt	Wed Jun 06 05:40:27 2012 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="libcomerr3"
     6.7 -VERSION="1.8.3"
     6.8 +VERSION="1.10.2"
     6.9  CATEGORY="security"
    6.10  SHORT_DESC="The libcomerr v3 library files."
    6.11  MAINTAINER="erjo@slitaz.org"
     7.1 --- a/libkrb5/receipt	Wed Jun 06 05:38:19 2012 +0000
     7.2 +++ b/libkrb5/receipt	Wed Jun 06 05:40:27 2012 +0000
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="libkrb5"
     7.7 -VERSION="1.8.3"
     7.8 +VERSION="1.10.2"
     7.9  CATEGORY="security"
    7.10  SHORT_DESC="Kerberos network authentication protocol libraries."
    7.11  MAINTAINER="pascal.bellard@slitaz.org"
     8.1 --- a/libkrb5support/receipt	Wed Jun 06 05:38:19 2012 +0000
     8.2 +++ b/libkrb5support/receipt	Wed Jun 06 05:40:27 2012 +0000
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="libkrb5support"
     8.7 -VERSION="1.8.3"
     8.8 +VERSION="1.10.2"
     8.9  CATEGORY="security"
    8.10  SHORT_DESC="Kerberos network authentication protocol support libraries."
    8.11  MAINTAINER="pascal.bellard@slitaz.org"