From 3ff3b9bb87cd12d9d5615c575ac0914ff97ebf84 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 5 Jan 2013 22:47:05 +0000 Subject: [PATCH] Some more package updates, fix iptables compilation. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10927 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 +-- general/sysutils/redland.xml | 23 +++++--------- introduction/welcome/changelog.xml | 6 ++++ postlfs/security/iptables.xml | 3 +- postlfs/security/mitkrb.xml | 50 +++++++++++++++--------------- 5 files changed, 42 insertions(+), 44 deletions(-) diff --git a/general.ent b/general.ent index ddf3227c75..761873a933 100644 --- a/general.ent +++ b/general.ent @@ -180,7 +180,7 @@ export -f as_root - + @@ -371,7 +371,7 @@ export -f as_root - + diff --git a/general/sysutils/redland.xml b/general/sysutils/redland.xml index 145ab0966f..b5d918b3ea 100644 --- a/general/sysutils/redland.xml +++ b/general/sysutils/redland.xml @@ -6,13 +6,13 @@ - - - + + + ]> - + @@ -23,7 +23,7 @@ Redland-&redland-version; - redland + Redland @@ -58,15 +58,6 @@ - Redland Dependencies Required @@ -108,8 +99,8 @@ make Command Explanations - : This option prevents compiling the - static archive versions of the libraries. + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 52dd16d639..e476f67527 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -83,12 +83,18 @@ [krejzi] - lm_sensors 3.3.3. + + [krejzi] - MIT Kerberos V5 1.11. + [krejzi] - PulseAudio 3.0. [krejzi] - Qpdf 4.0.0. + + [krejzi] - Redland 1.0.16. + [krejzi] - SoundTouch 1.7.1. diff --git a/postlfs/security/iptables.xml b/postlfs/security/iptables.xml index 2fe86e836d..d0b0550285 100644 --- a/postlfs/security/iptables.xml +++ b/postlfs/security/iptables.xml @@ -134,7 +134,8 @@ commands: -./configure --prefix=/usr \ +LDFLAGS="-L$PWD/libiptc/.libs" \ +./configure --prefix=/usr \ --exec-prefix= \ --bindir=/usr/bin \ --with-xtlibdir=/lib/xtables \ diff --git a/postlfs/security/mitkrb.xml b/postlfs/security/mitkrb.xml index da7c5e373f..693ec979b6 100644 --- a/postlfs/security/mitkrb.xml +++ b/postlfs/security/mitkrb.xml @@ -4,11 +4,11 @@ %general-entities; - + - - - + + + ]> @@ -123,14 +123,18 @@ gpg: Signature made Wed Aug 8 22:29:58 2012 GMT using RSA key ID F376813D gpg: Can't check signature: public key not found - You can import the public key with: + + You can import the public key with: + gpg gpg --keyserver pgp.mit.edu --recv-keys 0xF376813D - Now re-verify the package with the first command above. You should - get a indication of a good signature, but the key will still not be certified - with a trusted signature. Trusting the downloaded key is a separate operation - but it is up to you to determine the level of trust. + + Now re-verify the package with the first command above. You should get a + indication of a good signature, but the key will still not be certified + with a trusted signature. Trusting the downloaded key is a separate + operation but it is up to you to determine the level of trust. + Build MIT Kerberos V5 by running the @@ -138,7 +142,6 @@ gpg: Can't check signature: public key not found cd src && -sed -i -e 's/^YYSTYPE yylval/&={0}/' lib/krb5/krb/deltat.c && ./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \ --prefix=/usr \ --localstatedir=/var/lib \ @@ -159,7 +162,7 @@ make make install && for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit \ - kdb5 krb5 krb5support verto-k5ev verto ; do + kdb5 krb5 krb5support verto ; do chmod -v 755 /usr/lib/lib$LIBRARY.so.*.* done && @@ -198,12 +201,7 @@ unset LIBRARY INFOFILE Command Explanations - sed ... lib/krb5/krb/deltat.c: This sed - fixes a problem when building with GCC 4.7. - - - - : This parameter allows + : This switch allows realms to be resolved using the DNS server. @@ -483,11 +481,13 @@ EOF libgssapi_krb5.so, libgssrpc.so, libk5crypto.so, libkadm5clnt.so, libkadm5srv.so, libkdb5.so, libkdb_ldap.so, - libkrb5.so, libkrb5support.so, libverto-k5ev.so and - libverto.so + libkrb5.so, libkrb5support.so, and libverto.so - /usr/include/{gssapi,gssrpc,kadm5,krb5}, + /usr/include/gssapi, + /usr/include/gssrpc, + /usr/include/kadm5, + /usr/include/krb5, /usr/lib/krb5, /usr/share/doc/krb5-&mitkrb-version;, /usr/share/examples/krb5 and @@ -734,7 +734,7 @@ EOF - libgssapi_krb5.so + libgssapi_krb5.so contain the Generic Security Service Application Programming @@ -751,7 +751,7 @@ EOF - libkadm5clnt.so + libkadm5clnt.so contains the administrative authentication and password checking @@ -764,7 +764,7 @@ EOF - libkadm5srv.so + libkadm5srv.so contain the administrative authentication and password @@ -777,7 +777,7 @@ EOF - libkdb5.so + libkdb5.so is a Kerberos 5 authentication/authorization database @@ -790,7 +790,7 @@ EOF - libkrb5.so + libkrb5.so is an all-purpose Kerberos 5 library.