SOURCES: heimdal-amfix.patch, heimdal-am_man_fixes.patch, heimdal-...
baggins
baggins at pld-linux.org
Thu Mar 29 23:10:50 CEST 2007
Author: baggins Date: Thu Mar 29 21:10:50 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 0.8-rc7
---- Files affected:
SOURCES:
heimdal-amfix.patch (1.2 -> 1.3) , heimdal-am_man_fixes.patch (1.3 -> 1.4) , heimdal-dbpaths.patch (1.4 -> 1.5) , heimdal-gcc4.patch (1.3 -> 1.4) , heimdal-no-editline.patch (1.1 -> 1.2) , heimdal-signal.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/heimdal-amfix.patch
diff -u SOURCES/heimdal-amfix.patch:1.2 SOURCES/heimdal-amfix.patch:1.3
--- SOURCES/heimdal-amfix.patch:1.2 Fri Apr 2 20:39:49 2004
+++ SOURCES/heimdal-amfix.patch Thu Mar 29 23:10:44 2007
@@ -1,6 +1,6 @@
--- heimdal-0.6.1/lib/roken/Makefile.am.orig 2004-04-02 19:20:10.251527512 +0200
+++ heimdal-0.6.1/lib/roken/Makefile.am 2004-04-02 19:50:37.948675312 +0200
-@@ -84,13 +84,13 @@
+@@ -84,7 +84,7 @@
write_pid.c \
xdbm.h
@@ -9,10 +9,9 @@
err.hin \
glob.hin \
ifaddrs.hin \
- vis.hin
-
--EXTRA_DIST = roken.awk roken.h.in
-+EXTRA_DIST = roken.awk roken.h.in $(EXTRA_libroken_SOURCES)
-
- libroken_la_LIBADD = @LTLIBOBJS@ $(DBLIB)
+@@ -184,4 +184,4 @@
+ make-roken.c: roken.h.in roken.awk
+ $(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
+-EXTRA_DIST = roken.awk roken.h.in $(man_MANS) test-mem.h
++EXTRA_DIST = roken.awk roken.h.in $(man_MANS) test-mem.h $(EXTRA_libroken_SOURCES)
================================================================
Index: SOURCES/heimdal-am_man_fixes.patch
diff -u SOURCES/heimdal-am_man_fixes.patch:1.3 SOURCES/heimdal-am_man_fixes.patch:1.4
--- SOURCES/heimdal-am_man_fixes.patch:1.3 Sun Jul 3 19:34:31 2005
+++ SOURCES/heimdal-am_man_fixes.patch Thu Mar 29 23:10:45 2007
@@ -1,7 +1,7 @@
diff -urNbB heimdal-0.7.org/cf/Makefile.am.common heimdal-0.7/cf/Makefile.am.common
--- heimdal-0.7.org/cf/Makefile.am.common 2005-06-16 18:28:31.000000000 +0200
+++ heimdal-0.7/cf/Makefile.am.common 2005-07-03 19:11:48.112415176 +0200
-@@ -126,80 +126,7 @@
+@@ -126,84 +126,7 @@
.x.c:
@cmp -s $< $@ 2> /dev/null || cp $< $@
@@ -75,9 +75,13 @@
-dist-hook: dist-cat1-mans dist-cat3-mans dist-cat5-mans dist-cat8-mans
-
-install-cat-mans:
-- $(SHELL) $(top_srcdir)/cf/install-catman.sh "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
+- $(SHELL) $(top_srcdir)/cf/install-catman.sh install "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
+-
+-uninstall-cat-mans:
+- $(SHELL) $(top_srcdir)/cf/install-catman.sh uninstall "$(INSTALL_DATA)" "$(mkinstalldirs)" "$(srcdir)" "$(DESTDIR)$(mandir)" '$(CATMANEXT)' $(man_MANS) $(man1_MANS) $(man3_MANS) $(man5_MANS) $(man8_MANS)
-
-install-data-hook: install-cat-mans
+-uninstall-hook: uninstall-cat-mans
-
+SUFFIXES += .1 .3 .5 .8
================================================================
Index: SOURCES/heimdal-dbpaths.patch
diff -u SOURCES/heimdal-dbpaths.patch:1.4 SOURCES/heimdal-dbpaths.patch:1.5
--- SOURCES/heimdal-dbpaths.patch:1.4 Sun Jul 3 19:34:31 2005
+++ SOURCES/heimdal-dbpaths.patch Thu Mar 29 23:10:45 2007
@@ -45,10 +45,10 @@
You might need to add @samp{kerberos-adm} to your @file{/etc/services}
as @samp{749/tcp}.
- Access to the administration server is controlled by an ACL file, (default
-- at file{/var/heimdal/kadmind.acl}.) The lines in the access file, have the
-+ at file{/var/lib/heimdal/kadmind.acl}.) The lines in the access file, have the
- following syntax:
+ Access to the administration server is controlled by an ACL file,
+-(default @file{/var/heimdal/kadmind.acl}.) The file has the following
++(default @file{/var/lib/heimdal/kadmind.acl}.) The file has the following
+ syntax:
@smallexample
principal [priv1,priv2,...] [glob-pattern]
@@ -498,7 +498,7 @@
================================================================
Index: SOURCES/heimdal-gcc4.patch
diff -u SOURCES/heimdal-gcc4.patch:1.3 SOURCES/heimdal-gcc4.patch:1.4
--- SOURCES/heimdal-gcc4.patch:1.3 Sun Jul 3 19:34:31 2005
+++ SOURCES/heimdal-gcc4.patch Thu Mar 29 23:10:45 2007
@@ -48,16 +48,6 @@
diff -urbB heimdal-0.7.org/lib/asn1/gen.c heimdal-0.7/lib/asn1/gen.c
--- heimdal-0.7.org/lib/asn1/gen.c 2005-06-16 18:28:00.000000000 +0200
+++ heimdal-0.7/lib/asn1/gen.c 2005-07-03 19:08:11.015418936 +0200
-@@ -463,7 +463,8 @@
- "#include <stdlib.h>\n"
- "#include <time.h>\n"
- "#include <string.h>\n"
-- "#include <errno.h>\n",
-+ "#include <errno.h>\n\n"
-+ "#include <parse_units.h>\n",
- orig_filename);
-
- for (i = imports; i != NULL; i = i->next)
@@ -475,8 +476,7 @@
headerbase);
fprintf (codefile,
================================================================
Index: SOURCES/heimdal-no-editline.patch
diff -u SOURCES/heimdal-no-editline.patch:1.1 SOURCES/heimdal-no-editline.patch:1.2
--- SOURCES/heimdal-no-editline.patch:1.1 Thu Mar 10 22:09:09 2005
+++ SOURCES/heimdal-no-editline.patch Thu Mar 29 23:10:45 2007
@@ -24,14 +24,20 @@
--- heimdal-0.6.3/lib/Makefile.am.orig 2001-08-28 20:44:41.000000000 +0200
+++ heimdal-0.6.3/lib/Makefile.am 2005-03-10 21:49:40.690638272 +0100
-@@ -11,6 +11,9 @@
+@@ -11,12 +11,15 @@
if DCE
dir_dce = kdfs
endif
+if BUILD_EDITLINE
+dir_el = editline
+endif
+ if COM_ERR
+ dir_com_err = com_err
+ endif
+ if !HAVE_OPENSSL
+ dir_des = des
+ endif
--SUBDIRS = @DIR_roken@ vers editline @DIR_com_err@ sl asn1 @DIR_des@ krb5 \
-+SUBDIRS = @DIR_roken@ vers $(dir_el) @DIR_com_err@ sl asn1 @DIR_des@ krb5 \
- kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)
+-SUBDIRS = roken vers editline $(dir_com_err) sl asn1 $(dir_des) hx509 \
++SUBDIRS = roken vers $(dir_el) $(dir_com_err) sl asn1 $(dir_des) hx509 \
+ krb5 ntlm kafs gssapi hdb kadm5 auth $(dir_45) $(dir_otp) $(dir_dce)
================================================================
Index: SOURCES/heimdal-signal.patch
diff -u SOURCES/heimdal-signal.patch:1.1 SOURCES/heimdal-signal.patch:1.2
--- SOURCES/heimdal-signal.patch:1.1 Sun Dec 31 20:14:50 2006
+++ SOURCES/heimdal-signal.patch Thu Mar 29 23:10:45 2007
@@ -20,6 +20,6 @@
+#undef signal
+#endif
+
- static size_t
- print_sl (FILE *stream, int mdoc, int longp, SL_cmd *c)
- __attribute__ ((unused));
+ static void
+ mandoc_template(SL_cmd *cmds,
+ const char *extra_string)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/heimdal-amfix.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/heimdal-am_man_fixes.patch?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/heimdal-dbpaths.patch?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/SOURCES/heimdal-gcc4.patch?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/heimdal-no-editline.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/heimdal-signal.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list