# HG changeset patch # User Christopher Rogers # Date 1338961227 0 # Node ID b22851d31b7e32bf3841637276c99a8daf24fcf9 # Parent f8817cc87b13619f4b8f2573fcabbf0a3c50838e Up: krb5 to 1.10.2. diff -r f8817cc87b13 -r b22851d31b7e krb5-clients/receipt --- a/krb5-clients/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/krb5-clients/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="krb5-clients" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Misc clients using MIT Kerberos." MAINTAINER="pascal.bellard@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e krb5-dev/receipt --- a/krb5-dev/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/krb5-dev/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="krb5-dev" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="development" SHORT_DESC="Network authentication protocol development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e krb5-plugins/receipt --- a/krb5-plugins/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/krb5-plugins/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="krb5-plugins" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Plugins for MIT Kerberos." MAINTAINER="pascal.bellard@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e krb5-user/receipt --- a/krb5-user/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/krb5-user/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="krb5-user" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Basic programs to authenticate using MIT Kerberos." MAINTAINER="pascal.bellard@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e krb5/receipt --- a/krb5/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/krb5/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="krb5" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Network authentication protocol with strong authentication." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION-signed.tar" BUILD_DEPENDS="perl bison" WEB_SITE="http://web.mit.edu/Kerberos/" -WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="${WEB_SITE}dist/$PACKAGE/${VERSION:0:4}/$TARBALL" DEPENDS="libkrb5" CONFIG_FILES="/etc/krb5" +CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer" +CXXFLAGS="$CFLAGS" # Rules to configure and make the package. compile_rules() { srcdir=$PACKAGE-$VERSION - [ -d $src/src ] || tar xzf $src/$srcdir.tar.gz + [ -d $src/src ] || tar xzf $src/$srcdir.tar.gz # This is for cookutils. If more than one file was extracted it create # $PACKAGE-$VERSION to move files in it. Krb5 is the only package like # that so we do the trick here. @@ -26,6 +28,10 @@ mv $srcdir/* . fi cd $src/src + + # FS#25384 + sed -i "/KRB5ROOT=/s/\/local//" util/ac_check_krb5.m4 + ./configure --localstatedir=/var $CONFIGURE_ARGS && make $MAKEFLAGS && make install } diff -r f8817cc87b13 -r b22851d31b7e libcomerr3/receipt --- a/libcomerr3/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/libcomerr3/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libcomerr3" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="The libcomerr v3 library files." MAINTAINER="erjo@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e libkrb5/receipt --- a/libkrb5/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/libkrb5/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libkrb5" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Kerberos network authentication protocol libraries." MAINTAINER="pascal.bellard@slitaz.org" diff -r f8817cc87b13 -r b22851d31b7e libkrb5support/receipt --- a/libkrb5support/receipt Wed Jun 06 05:38:19 2012 +0000 +++ b/libkrb5support/receipt Wed Jun 06 05:40:27 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libkrb5support" -VERSION="1.8.3" +VERSION="1.10.2" CATEGORY="security" SHORT_DESC="Kerberos network authentication protocol support libraries." MAINTAINER="pascal.bellard@slitaz.org"