[packages/heimdal] - added db6.0 support to db4 patch - added texinfo patch (fixes build with texinfo 5.x) - release 3
qboosh
qboosh at pld-linux.org
Sat Nov 2 08:35:07 CET 2013
commit 34b43d7aa68a49c74e5c655a121935d84688a827
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Nov 2 08:35:12 2013 +0100
- added db6.0 support to db4 patch
- added texinfo patch (fixes build with texinfo 5.x)
- release 3
heimdal-db4.patch | 2 +-
heimdal-texinfo.patch | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++
heimdal.spec | 4 +++-
3 files changed, 69 insertions(+), 2 deletions(-)
---
diff --git a/heimdal.spec b/heimdal.spec
index 482a8f5..e3eac43 100644
--- a/heimdal.spec
+++ b/heimdal.spec
@@ -9,7 +9,7 @@ Summary: Heimdal implementation of Kerberos V5 system
Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5
Name: heimdal
Version: 1.5.3
-Release: 2
+Release: 3
License: Free
Group: Networking
Source0: http://www.h5l.org/dist/src/%{name}-%{version}.tar.gz
@@ -39,6 +39,7 @@ Patch10: %{name}-ntlm-digest.patch
Patch11: %{name}-krb5config-nosysdirs.patch
Patch12: %{name}-tinfo.patch
Patch13: %{name}-missing-mit_glue-exports.patch
+Patch14: %{name}-texinfo.patch
URL: http://www.h5l.org/
BuildRequires: autoconf >= 2.62
BuildRequires: automake >= 1:1.10.3
@@ -416,6 +417,7 @@ Demony korzystające z systemu Kerberos do autoryzacji dostępu.
%patch11 -p1
%patch12 -p1
%patch13 -p1
+%patch14 -p1
%build
install -d our-ld
diff --git a/heimdal-db4.patch b/heimdal-db4.patch
index a9c44a7..31ba23e 100644
--- a/heimdal-db4.patch
+++ b/heimdal-db4.patch
@@ -5,7 +5,7 @@
dnl db_create is used by db3 and db4 and db5
- AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db5 db4 db3 db, [
-+ AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db-5.3 db-5.2 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db4 db3 db, [
++ AC_FIND_FUNC_NO_LIBS(db_create, [$dbheader] db-6.0 db-5.3 db-5.2 db-5.1 db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db4 db3 db, [
#include <stdio.h>
#ifdef HAVE_DB4_DB_H
#include <db4/db.h>
diff --git a/heimdal-texinfo.patch b/heimdal-texinfo.patch
new file mode 100644
index 0000000..adbb373
--- /dev/null
+++ b/heimdal-texinfo.patch
@@ -0,0 +1,65 @@
+origin:
+http://kerberos.996246.n3.nabble.com/build-failure-with-texinfo-5-td36872.html
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711221
+--- a/doc/whatis.texi 2012-12-10 00:06:44.000000000 +0200
++++ b/doc/whatis.texi 2013-04-08 15:11:44.646165777 +0300
+@@ -36,8 +36,9 @@
+ @end ifinfo
+
+- at tex
+- at def@xsub#1{$_{#1}$}
+- at global@let at sub=@xsub
+- at end tex
++ at iftex
++ at macro sub{arg}
++ at textsubscript{\arg\}
++ at end macro
++ at end iftex
+
+ @ifhtml
+--- a/doc/win2k.texi 2012-12-10 00:06:44.000000000 +0200
++++ b/doc/win2k.texi 2013-04-08 16:17:21.316961234 +0300
+@@ -311,4 +311,5 @@
+
+ @itemize @bullet
+ @item pwdump2
+- at uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}@end itemize
++ at uref{http://www.bindview.com/Support/RAZOR/Utilities/Windows/pwdump2_readme.cfm}
++ at end itemize
+--- heimdal-1.5.3/doc/hx509.texi.orig 2013-11-01 22:28:15.135110213 +0100
++++ heimdal-1.5.3/doc/hx509.texi 2013-11-02 08:18:15.646957931 +0100
+@@ -34,9 +34,20 @@
+ @subtitle 2008
+ @author Love Hörnquist Åstrand
+
++ at iftex
+ @def at copynext{@vskip 20pt plus 1fil}
+ @def at copyrightstart{}
+ @def at copyrightend{}
++ at end iftex
++ at ifinfo
++ at macro copynext
++ at end macro
++ at macro copyrightstart
++ at end macro
++ at macro copyrightend
++ at end macro
++ at end ifinfo
++
+ @page
+ @copyrightstart
+ Copyright (c) 1994-2008 Kungliga Tekniska Högskolan
+@@ -183,6 +194,13 @@
+ * CMS signing and encryption::
+ * Certificate matching::
+ * Software PKCS 11 module::
++* Creating a CA certificate::
++* Issuing certificates::
++* Issuing CRLs::
++* Application requirements::
++* CMS background::
++* Matching syntax::
++* How to use the PKCS11 module::
+
+ @detailmenu
+ --- The Detailed Node Listing ---
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/heimdal.git/commitdiff/34b43d7aa68a49c74e5c655a121935d84688a827
More information about the pld-cvs-commit
mailing list