[packages/krb5] - up to 1.18 - updated ktany,tests patches - removed obsolete ksu-path patch

qboosh qboosh at pld-linux.org
Fri Feb 28 21:29:57 CET 2020


commit 9b40b2e3bda6e9c88ef14d8f83085374f5f7c984
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Feb 28 21:30:45 2020 +0100

    - up to 1.18
    - updated ktany,tests patches
    - removed obsolete ksu-path patch

 krb5-ksu-path.patch | 12 ---------
 krb5-ktany.patch    | 16 ++++++------
 krb5-tests.patch    | 72 +++++++++++++++++++++++++++--------------------------
 krb5.spec           | 20 ++++++++-------
 4 files changed, 56 insertions(+), 64 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index 91b6f68..34841c8 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -18,12 +18,12 @@
 Summary:	Kerberos V5 System
 Summary(pl.UTF-8):	System Kerberos V5
 Name:		krb5
-Version:	1.16
+Version:	1.18
 Release:	0.1
 License:	MIT
 Group:		Networking
-Source0:	http://web.mit.edu/kerberos/dist/krb5/1.16/%{name}-%{version}.tar.gz
-# Source0-md5:	23c5e9f07642db4a67f7a5b6168b1319
+Source0:	http://web.mit.edu/kerberos/dist/krb5/1.18/%{name}-%{version}.tar.gz
+# Source0-md5:	69a5b165dac5754a5094627ee6df0def
 Source2:	%{name}kdc.init
 Source4:	kadm5.acl
 Source5:	kerberos.logrotate
@@ -40,7 +40,6 @@ Patch0:		%{name}-manpages.patch
 Patch1:		%{name}-audit.patch
 Patch2:		%{name}-db185.patch
 Patch3:		%{name}-as-needed.patch
-Patch4:		%{name}-ksu-path.patch
 # http://lite.mit.edu/
 Patch6:		%{name}-ktany.patch
 Patch11:	%{name}-brokenrev.patch
@@ -52,7 +51,7 @@ Patch29:	%{name}-selinux-label.patch
 URL:		http://web.mit.edu/kerberos/www/
 BuildRequires:	/bin/csh
 %{?with_audit:BuildRequires:	audit-libs-devel}
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	bison
 %{?with_ldap:BuildRequires:	cyrus-sasl-devel >= 2}
 %{?with_system_db:BuildRequires:	db-devel}
@@ -68,6 +67,7 @@ BuildRequires:	libcom_err-devel
 # for bindir/mk_cmds
 BuildRequires:	libss-devel >= 1.35
 BuildRequires:	libverto-devel
+BuildRequires:	lmdb-devel
 BuildRequires:	ncurses-devel
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.4.6}
 BuildRequires:	openssl-devel >= 1.0.0
@@ -393,7 +393,6 @@ Dokumentacja systemu MIT Kerberos V5 w formacie HTML.
 %patch1 -p1
 %{?with_system_db:%patch2 -p1}
 %patch3 -p1
-%patch4 -p1
 %patch6 -p1
 %patch11 -p1
 %patch12 -p1
@@ -634,9 +633,11 @@ fi
 %endif
 %dir %{_libdir}/krb5/plugins/kdb
 %attr(755,root,root) %{_libdir}/krb5/plugins/kdb/db2.so
+%attr(755,root,root) %{_libdir}/krb5/plugins/kdb/klmdb.so
 %dir %{_libdir}/krb5/plugins/preauth
 %attr(755,root,root) %{_libdir}/krb5/plugins/preauth/otp.so
 %attr(755,root,root) %{_libdir}/krb5/plugins/preauth/pkinit.so
+%attr(755,root,root) %{_libdir}/krb5/plugins/preauth/spake.so
 %dir %{_libdir}/krb5/plugins/tls
 %attr(755,root,root) %{_libdir}/krb5/plugins/tls/k5tls.so
 %{_mandir}/man5/kdc.conf.5*
@@ -692,6 +693,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/krb5.conf
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/krb5.keytab
 %{_mandir}/man5/krb5.conf.5*
+%{_mandir}/man7/kerberos.7*
 
 %files libs -f mit-krb5.lang
 %defattr(644,root,root,755)
@@ -703,11 +705,11 @@ fi
 %attr(755,root,root) %{_libdir}/libk5crypto.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libk5crypto.so.3
 %attr(755,root,root) %{_libdir}/libkadm5clnt_mit.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libkadm5clnt_mit.so.11
+%attr(755,root,root) %ghost %{_libdir}/libkadm5clnt_mit.so.12
 %attr(755,root,root) %{_libdir}/libkadm5srv_mit.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libkadm5srv_mit.so.11
+%attr(755,root,root) %ghost %{_libdir}/libkadm5srv_mit.so.12
 %attr(755,root,root) %{_libdir}/libkdb5.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libkdb5.so.9
+%attr(755,root,root) %ghost %{_libdir}/libkdb5.so.10
 %attr(755,root,root) %{_libdir}/libkrad.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libkrad.so.0
 %attr(755,root,root) %{_libdir}/libkrb5.so.*.*
diff --git a/krb5-ksu-path.patch b/krb5-ksu-path.patch
deleted file mode 100644
index 1bf8446..0000000
--- a/krb5-ksu-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Set the default PATH to the one set by login.
-
---- krb5-1.12.1/src/clients/ksu/Makefile.in.orig	2014-03-13 16:48:03.317155478 +0100
-+++ krb5-1.12.1/src/clients/ksu/Makefile.in	2014-03-13 16:54:13.940473258 +0100
-@@ -1,6 +1,6 @@
- mydir=clients$(S)ksu
- BUILDTOP=$(REL)..$(S)..
--DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"'
-+DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/sbin /usr/sbin /bin /usr/bin"'
- 
- KSU_LIBS=@KSU_LIBS@
- 
diff --git a/krb5-ktany.patch b/krb5-ktany.patch
index 4044c67..b6c1764 100644
--- a/krb5-ktany.patch
+++ b/krb5-ktany.patch
@@ -1,8 +1,8 @@
---- krb5-1.4/src/lib/krb5/keytab/ktbase.c.ktany	2004-05-27 23:44:32.000000000 -0400
-+++ krb5-1.4/src/lib/krb5/keytab/ktbase.c	2005-02-18 11:01:18.000000000 -0500
-@@ -34,14 +34,19 @@
+--- krb5-1.18/src/lib/krb5/keytab/ktbase.c.orig	2020-02-28 05:51:24.047606432 +0100
++++ krb5-1.18/src/lib/krb5/keytab/ktbase.c	2020-02-28 15:37:56.353620022 +0100
+@@ -56,14 +56,19 @@
+ extern const krb5_kt_ops krb5_ktf_ops;
  extern const krb5_kt_ops krb5_ktf_writable_ops;
- extern const krb5_kt_ops krb5_kts_ops;
  extern const krb5_kt_ops krb5_mkt_ops;
 +extern const krb5_kt_ops krb5_kta_ops;
  
@@ -14,13 +14,13 @@
 +    &krb5_kta_ops,
 +    NULL
 +};
- const static struct krb5_kt_typelist krb5_kt_typelist_srvtab = {
-     &krb5_kts_ops,
+ const static struct krb5_kt_typelist krb5_kt_typelist_memory = {
+     &krb5_mkt_ops,
 -    NULL
 +    &krb5_kt_typelist_any
  };
- const static struct krb5_kt_typelist krb5_kt_typelist_memory = {
-     &krb5_mkt_ops,
+ const static struct krb5_kt_typelist krb5_kt_typelist_wrfile  = {
+     &krb5_ktf_writable_ops,
 --- /dev/null	2005-02-18 05:27:12.242575752 -0500
 +++ krb5-1.4/src/lib/krb5/keytab/kt_any.c	2005-02-18 10:38:09.000000000 -0500
 @@ -0,0 +1,292 @@
diff --git a/krb5-tests.patch b/krb5-tests.patch
index 93d4c90..8b36a1d 100644
--- a/krb5-tests.patch
+++ b/krb5-tests.patch
@@ -34,34 +34,38 @@
  		DICT=`cd $srcdir/../test && pwd`/dictionary
  	else
  		echo 'run.test: no dictionary'
---- krb5-1.15/src/lib/krb5/krb/Makefile.in.orig	2017-02-16 22:21:37.502572637 +0100
-+++ krb5-1.15/src/lib/krb5/krb/Makefile.in	2017-02-16 22:22:42.059238568 +0100
-@@ -498,9 +498,11 @@
- 	$(RUN_TEST) ./t_sname_match
+--- krb5-1.18/src/lib/krb5/krb/Makefile.in.orig	2020-02-28 17:33:18.936117176 +0100
++++ krb5-1.18/src/lib/krb5/krb/Makefile.in	2020-02-28 18:30:32.414183097 +0100
+@@ -513,10 +513,12 @@
+ 	$(RUN_TEST) ./t_valid_times
  
- check-pytests: t_expire_warn t_vfy_increds
+ check-pytests: t_expire_warn t_get_etype_info t_vfy_increds
 -	$(RUNPYTEST) $(srcdir)/t_expire_warn.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_vfy_increds.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_in_ccache_patypes.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_get_etype_info.py $(PYTESTFLAGS)
 +	if [ "$(OFFLINE)" = no ]; then \
 +	$(RUNPYTEST) $(srcdir)/t_expire_warn.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_vfy_increds.py $(PYTESTFLAGS) && \
-+	$(RUNPYTEST) $(srcdir)/t_in_ccache_patypes.py $(PYTESTFLAGS) ; \
++	$(RUNPYTEST) $(srcdir)/t_in_ccache_patypes.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_get_etype_info.py $(PYTESTFLAGS) ; \
 +	fi
  
  check-cmocka: t_parse_host_string
  	$(RUN_TEST) ./t_parse_host_string > /dev/null
---- krb5-1.15/src/kdc/Makefile.in.orig	2017-02-16 22:23:21.009238123 +0100
-+++ krb5-1.15/src/kdc/Makefile.in	2017-02-18 08:23:41.544506963 +0100
-@@ -83,8 +83,10 @@
+--- krb5-1.18/src/kdc/Makefile.in.orig	2020-02-28 17:33:18.936117176 +0100
++++ krb5-1.18/src/kdc/Makefile.in	2020-02-28 18:31:26.797221812 +0100
+@@ -83,9 +83,11 @@
  	$(RUN_TEST) ./t_replay > /dev/null
  
  check-pytests:
 -	$(RUNPYTEST) $(srcdir)/t_workers.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_emptytgt.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_bigreply.py $(PYTESTFLAGS)
 +	if [ "$(OFFLINE)" = no ]; then \
 +	$(RUNPYTEST) $(srcdir)/t_workers.py $(PYTESTFLAGS) && \
-+	$(RUNPYTEST) $(srcdir)/t_emptytgt.py $(PYTESTFLAGS) ; \
++	$(RUNPYTEST) $(srcdir)/t_emptytgt.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_bigreply.py $(PYTESTFLAGS) ; \
 +	fi
  
  install:
@@ -79,12 +83,12 @@
  
  install-unix:
  	$(INSTALL_PROGRAM) gss-client $(DESTDIR)$(CLIENT_BINDIR)/gss-client
---- krb5-1.16/src/tests/gssapi/Makefile.in.orig	2018-04-02 20:00:12.548338898 +0200
-+++ krb5-1.16/src/tests/gssapi/Makefile.in	2018-04-02 20:25:00.528321908 +0200
-@@ -45,13 +45,15 @@
- 	t_enctypes t_err t_export_cred t_export_name t_imp_cred t_inq_cred \
- 	t_inq_ctx t_inq_mechs_name t_iov t_lifetime t_pcontok t_s4u \
- 	t_s4u2proxy_krb5 t_spnego t_srcattrs
+--- krb5-1.18/src/tests/gssapi/Makefile.in.orig	2020-02-28 17:33:18.939450491 +0100
++++ krb5-1.18/src/tests/gssapi/Makefile.in	2020-02-28 18:32:46.260124657 +0100
+@@ -47,14 +47,16 @@
+ 	t_context t_credstore t_enctypes t_err t_export_cred t_export_name \
+ 	t_imp_cred t_inq_cred t_inq_ctx t_inq_mechs_name t_iov t_lifetime \
+ 	t_pcontok t_s4u t_s4u2proxy_krb5 t_spnego t_srcattrs
 -	$(RUNPYTEST) $(srcdir)/t_gssapi.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_ccselect.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_client_keytab.py $(PYTESTFLAGS)
@@ -92,6 +96,7 @@
 -	$(RUNPYTEST) $(srcdir)/t_export_cred.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_s4u.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_authind.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_negoex.py $(PYTESTFLAGS)
 +	if [ "$(OFFLINE)" = no ]; then \
 +	$(RUNPYTEST) $(srcdir)/t_gssapi.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_ccselect.py $(PYTESTFLAGS) && \
@@ -99,14 +104,15 @@
 +	$(RUNPYTEST) $(srcdir)/t_enctypes.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_export_cred.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_s4u.py $(PYTESTFLAGS) && \
-+	$(RUNPYTEST) $(srcdir)/t_authind.py $(PYTESTFLAGS) ; \
++	$(RUNPYTEST) $(srcdir)/t_authind.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_negoex.py $(PYTESTFLAGS) ; \
 +	fi
  
  ccinit: ccinit.o $(KRB5_BASE_DEPLIBS)
  	$(CC_LINK) -o ccinit ccinit.o $(KRB5_BASE_LIBS)
---- krb5-1.16/src/tests/Makefile.in.orig	2018-04-02 20:00:12.561672231 +0200
-+++ krb5-1.16/src/tests/Makefile.in	2018-04-02 20:27:45.764986688 +0200
-@@ -92,89 +92,93 @@
+--- krb5-1.18/src/tests/Makefile.in.orig	2020-02-28 17:33:18.939450491 +0100
++++ krb5-1.18/src/tests/Makefile.in	2020-02-28 18:37:16.285328472 +0100
+@@ -98,87 +98,91 @@
  	mv krb5.new krb5.conf
  
  kdb_check: kdc.conf krb5.conf
@@ -115,7 +121,6 @@
 -	$(RUN_DB_TEST) ../tests/create/kdb5_mkdums $(KTEST_OPTS)
 -	$(RUN_DB_TEST) ../tests/verify/kdb5_verify $(KTEST_OPTS)
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump $(TEST_DB).dump
--	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump -ov $(TEST_DB).ovdump
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f
 -	@echo "====> NOTE!"
 -	@echo "The following 'create' command is needed due to a change"
@@ -123,16 +128,11 @@
 -	@echo ====
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) create -W
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load $(TEST_DB).dump
--	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load -update -ov $(TEST_DB).ovdump
 -	$(RUN_DB_TEST) ../tests/verify/kdb5_verify $(KTEST_OPTS)
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump $(TEST_DB).dump2
--	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump -ov $(TEST_DB).ovdump2
 -	sort $(TEST_DB).dump > $(TEST_DB).sort
 -	sort $(TEST_DB).dump2 > $(TEST_DB).sort2
--	sort $(TEST_DB).ovdump > $(TEST_DB).ovsort
--	sort $(TEST_DB).ovdump2 > $(TEST_DB).ovsort2
 -	cmp $(TEST_DB).sort $(TEST_DB).sort2
--	cmp $(TEST_DB).ovsort $(TEST_DB).ovsort2
 -	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f
 -	$(RM) $(TEST_DB)* stash_file
 +	if [ "$(OFFLINE)" = no ]; then \
@@ -141,7 +141,6 @@
 +	$(RUN_DB_TEST) ../tests/create/kdb5_mkdums $(KTEST_OPTS) && \
 +	$(RUN_DB_TEST) ../tests/verify/kdb5_verify $(KTEST_OPTS) && \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump $(TEST_DB).dump && \
-+	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump -ov $(TEST_DB).ovdump && \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f && \
 +	@echo "====> NOTE!" ; \
 +	@echo "The following 'create' command is needed due to a change" ; \
@@ -149,23 +148,18 @@
 +	@echo ==== ; \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) create -W && \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load $(TEST_DB).dump && \
-+	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) load -update -ov $(TEST_DB).ovdump && \
 +	$(RUN_DB_TEST) ../tests/verify/kdb5_verify $(KTEST_OPTS) && \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump $(TEST_DB).dump2 && \
-+	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) dump -ov $(TEST_DB).ovdump2 && \
 +	sort $(TEST_DB).dump > $(TEST_DB).sort && \
 +	sort $(TEST_DB).dump2 > $(TEST_DB).sort2 && \
-+	sort $(TEST_DB).ovdump > $(TEST_DB).ovsort && \
-+	sort $(TEST_DB).ovdump2 > $(TEST_DB).ovsort2 && \
 +	cmp $(TEST_DB).sort $(TEST_DB).sort2 && \
-+	cmp $(TEST_DB).ovsort $(TEST_DB).ovsort2 && \
 +	$(RUN_DB_TEST) ../kadmin/dbutil/kdb5_util $(KADMIN_OPTS) destroy -f && \
 +	$(RM) $(TEST_DB)* stash_file ; \
 +	fi
  
  check-pytests: adata etinfo forward gcred hist hooks hrealm icinterleave icred
- check-pytests: kdbtest localauth plugorder rdreq responder s2p s4u2proxy
- check-pytests: unlockiter
+ check-pytests: kdbtest localauth plugorder rdreq replay responder s2p s4u2proxy
+ check-pytests: unlockiter s4u2self
 -	$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_hooks.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_dump.py $(PYTESTFLAGS)
@@ -175,6 +169,7 @@
 -	$(RUNPYTEST) $(srcdir)/t_changepw.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_pkinit.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_otp.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_spake.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_localauth.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_kadm5_auth.py $(PYTESTFLAGS)
@@ -214,6 +209,7 @@
 +	$(RUNPYTEST) $(srcdir)/t_changepw.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_pkinit.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_otp.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_spake.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_localauth.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_kadm5_auth.py $(PYTESTFLAGS) && \
@@ -259,6 +255,9 @@
 -	$(RUNPYTEST) $(srcdir)/t_certauth.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_y2038.py $(PYTESTFLAGS)
 -	$(RUNPYTEST) $(srcdir)/t_kdcpolicy.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_u2u.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_kdcoptions.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_replay.py $(PYTESTFLAGS)
 +			-i au.log && \
 +	$(RUNPYTEST) $(srcdir)/t_salt.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_etype_info.py $(PYTESTFLAGS) && \
@@ -273,7 +272,10 @@
 +	$(RUNPYTEST) $(srcdir)/t_tabdump.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_certauth.py $(PYTESTFLAGS) && \
 +	$(RUNPYTEST) $(srcdir)/t_y2038.py $(PYTESTFLAGS) && \
-+	$(RUNPYTEST) $(srcdir)/t_kdcpolicy.py $(PYTESTFLAGS) ; \
++	$(RUNPYTEST) $(srcdir)/t_kdcpolicy.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_u2u.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_kdcoptions.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_replay.py $(PYTESTFLAGS) ; \
 +	fi
  
  clean:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/krb5.git/commitdiff/9b40b2e3bda6e9c88ef14d8f83085374f5f7c984



More information about the pld-cvs-commit mailing list