packages: krb5/krb5-doc.patch, krb5/krb5-enospc.patch, krb5/krb5-io.patch, ...
baggins
baggins at pld-linux.org
Fri Jun 5 00:31:03 CEST 2009
Author: baggins Date: Thu Jun 4 22:31:03 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- 1.7
- updated patches
- removed obsolete/outdated patches
---- Files affected:
packages/krb5:
krb5-doc.patch (1.1 -> 1.2) , krb5-enospc.patch (1.1 -> 1.2) , krb5-io.patch (1.1 -> 1.2) , krb5-kprop-mktemp.patch (1.1 -> 1.2) , krb5-ktany.patch (1.2 -> 1.3) , krb5-paths.patch (1.3 -> 1.4) , krb5-rcp-markus.patch (1.1 -> 1.2) , krb5-rcp-sendlarge.patch (1.1 -> 1.2) , krb5-tests.patch (1.12 -> 1.13) , krb5.spec (1.139 -> 1.140) , krb5-CVE-2007-5901.patch (1.1 -> NONE) (REMOVED), krb5-CVE-2007-5971.patch (1.1 -> NONE) (REMOVED), krb5-CVE-2008-0062 (0063.patch -> 1.1) , NONE (krb5-CVE-2008-0947.patch -> 1.1) , NONE (krb5-CVE-2009-0844-0845-2.patch -> 1.1) , NONE (krb5-CVE-2009-0846.patch -> 1.1) , NONE (krb5-CVE-2009-0847.patch -> 1.1) , NONE (krb5-any-fixup.patch -> 1.1) , NONE (krb5-api.patch -> 1.1) , NONE (krb5-fclose.patch -> 1.1) , NONE (krb5-ldap-init.patch -> 1.1) , NONE (krb5-ldap-man.patch -> 1.1) , NONE (krb5-lucid-acceptor.patch -> 1.1) , NONE (krb5-norpath.patch -> 1.3) , NONE (krb5-trunk-preauth-master.patch -> 1.1) , NONE (krb5-trunk-seqnum.patch -> 1.1)
, NONE (krb5-trunk-spnego_delegation.patch -> 1.1)
---- Diffs:
================================================================
Index: packages/krb5/krb5-doc.patch
diff -u packages/krb5/krb5-doc.patch:1.1 packages/krb5/krb5-doc.patch:1.2
--- packages/krb5/krb5-doc.patch:1.1 Fri Mar 30 22:27:08 2007
+++ packages/krb5/krb5-doc.patch Fri Jun 5 00:30:57 2009
@@ -28,23 +28,6 @@
user-guide.ps: $(USER_GUIDE_DEPS)
$(DVI) user-guide.texinfo
-@@ -122,12 +122,15 @@
- krb425-guide-full:: krb425-guide krb425-guide-info krb425-guide-html
-
- .PHONY: krb425-guide
--krb425-guide:: krb425-guide.ps
-+krb425-guide:: krb425-guide.pdf
-
- krb425-guide.ps: $(KRB425_DEPS)
- $(DVI) krb425.texinfo
- $(DVIPS) krb425
-
-+krb425-guide.pdf: krb425-guide.ps
-+ $(PSPDF) krb425-guide.ps krb425-guide.pdf
-+
- .PHONY: krb425-guide-html
- krb425-guide-html:: krb425.html
-
diff -urN krb5-1.6/doc/api/Makefile krb5-1.6.doc/doc/api/Makefile
--- krb5-1.6/doc/api/Makefile 2005-08-29 21:22:52.000000000 +0200
+++ krb5-1.6.doc/doc/api/Makefile 2007-03-30 21:16:19.067733731 +0200
================================================================
Index: packages/krb5/krb5-enospc.patch
diff -u packages/krb5/krb5-enospc.patch:1.1 packages/krb5/krb5-enospc.patch:1.2
--- packages/krb5/krb5-enospc.patch:1.1 Fri Mar 30 15:22:14 2007
+++ packages/krb5/krb5-enospc.patch Fri Jun 5 00:30:57 2009
@@ -3,14 +3,6 @@
--- krb5-1.4.3/src/clients/kinit/kinit.c 2006-02-06 13:50:06.000000000 -0500
+++ krb5-1.4.3/src/clients/kinit/kinit.c 2006-02-06 13:49:41.000000000 -0500
-@@ -34,6 +34,7 @@
- #else
- #undef HAVE_KRB524
- #endif
-+#include <errno.h>
- #include <string.h>
- #include <stdio.h>
- #include <time.h>
@@ -846,8 +847,14 @@
code = krb5_cc_initialize(k5->ctx, k5->cc, k5->me);
================================================================
Index: packages/krb5/krb5-io.patch
diff -u packages/krb5/krb5-io.patch:1.1 packages/krb5/krb5-io.patch:1.2
--- packages/krb5/krb5-io.patch:1.1 Fri Mar 30 15:22:14 2007
+++ packages/krb5/krb5-io.patch Fri Jun 5 00:30:57 2009
@@ -46,8 +46,8 @@
char **argv0;
{
int rem, pid = 0;
-- char *host=0, *cp, **ap, buf[RCMD_BUFSIZ], *args, **argv = argv0, *user = 0;
-+ char *host=0, *cp, **ap, buf[PIPE_BUF], *args, **argv = argv0, *user = 0;
+- char *host=0, **ap, buf[RCMD_BUFSIZ], *args, **argv = argv0, *user = 0;
++ char *host=0, **ap, buf[PIPE_BUF], *args, **argv = argv0, *user = 0;
register int cc;
struct passwd *pwd;
fd_set readfrom, ready;
================================================================
Index: packages/krb5/krb5-kprop-mktemp.patch
diff -u packages/krb5/krb5-kprop-mktemp.patch:1.1 packages/krb5/krb5-kprop-mktemp.patch:1.2
--- packages/krb5/krb5-kprop-mktemp.patch:1.1 Fri Mar 30 15:22:14 2007
+++ packages/krb5/krb5-kprop-mktemp.patch Fri Jun 5 00:30:57 2009
@@ -20,7 +20,7 @@
+ * Initialize an in-memory cache for temporary use
*/
- (void) mktemp(tkstring);
-- sprintf(buf, "FILE:%s", tkstring);
+- snprintf(buf, sizeof(buf), "FILE:%s", tkstring);
-
- retval = krb5_cc_resolve(context, buf, &ccache);
+ retval = krb5_cc_resolve(context, tkstring, &ccache);
================================================================
Index: packages/krb5/krb5-ktany.patch
diff -u packages/krb5/krb5-ktany.patch:1.2 packages/krb5/krb5-ktany.patch:1.3
--- packages/krb5/krb5-ktany.patch:1.2 Fri Mar 30 15:09:46 2007
+++ packages/krb5/krb5-ktany.patch Fri Jun 5 00:30:57 2009
@@ -1,9 +1,9 @@
--- 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 @@
- 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;
struct krb5_kt_typelist {
@@ -12,15 +12,15 @@
};
+static struct krb5_kt_typelist krb5_kt_typelist_any = {
+ &krb5_kta_ops,
-+ 0
++ NULL
+};
- const static struct krb5_kt_typelist krb5_kt_typelist_wrfile = {
- &krb5_ktf_writable_ops,
-- 0
+ const static struct krb5_kt_typelist krb5_kt_typelist_srvtab = {
+ &krb5_kts_ops,
+- NULL
+ &krb5_kt_typelist_any
};
- const static struct krb5_kt_typelist krb5_kt_typelist_file = {
- &krb5_ktf_ops,
+ const static struct krb5_kt_typelist krb5_kt_typelist_memory = {
+ &krb5_mkt_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 @@
================================================================
Index: packages/krb5/krb5-paths.patch
diff -u packages/krb5/krb5-paths.patch:1.3 packages/krb5/krb5-paths.patch:1.4
--- packages/krb5/krb5-paths.patch:1.3 Fri Mar 30 15:09:46 2007
+++ packages/krb5/krb5-paths.patch Fri Jun 5 00:30:57 2009
@@ -1,5 +1,5 @@
---- krb5-1.3.1.pius/src/include/stock/osconf.h 2003-06-06 03:26:46.000000000 +0200
-+++ krb5-1.3.1/src/include/stock/osconf.h 2003-09-12 23:32:54.000000000 +0200
+--- krb5-1.3.1.pius/src/include/osconf.hin 2003-06-06 03:26:46.000000000 +0200
++++ krb5-1.3.1/src/include/osconf.hin 2003-09-12 23:32:54.000000000 +0200
@@ -47,21 +47,21 @@
#define DEFAULT_SECURE_PROFILE_PATH "/Library/Preferences/edu.mit.Kerberos:/etc/krb5.conf:@SYSCONFDIR/krb5.conf"
#define DEFAULT_PROFILE_PATH ("~/Library/Preferences/edu.mit.Kerberos" ":" DEFAULT_SECURE_PROFILE_PATH)
================================================================
Index: packages/krb5/krb5-rcp-markus.patch
diff -u packages/krb5/krb5-rcp-markus.patch:1.1 packages/krb5/krb5-rcp-markus.patch:1.2
--- packages/krb5/krb5-rcp-markus.patch:1.1 Fri Mar 30 15:22:14 2007
+++ packages/krb5/krb5-rcp-markus.patch Fri Jun 5 00:30:57 2009
@@ -22,25 +22,3 @@
if (exists) {
if ((stb.st_mode&S_IFMT) != S_IFDIR) {
errno = ENOTDIR;
---- krb5-1.3.3/src/appl/bsd/v4rcp.c 2002-07-12 16:21:31.000000000 -0400
-+++ krb5-1.3.3/src/appl/bsd/v4rcp.c 2004-04-13 12:01:53.000000000 -0400
-@@ -801,6 +801,10 @@
- size = size * 10 + (*cp++ - '0');
- if (*cp++ != ' ')
- SCREWUP("size not delimited");
-+ if ((strchr(cp, '/') != NULL) || (strcmp(cp, "..") == 0)) {
-+ error("error: unexpected filename: %s", cp);
-+ exit(1);
-+ }
- if (targisdir) {
- if (strlen(targ) + strlen(cp) + 1 < sizeof(nambuf)) {
- (void) sprintf(nambuf, "%s%s%s", targ,
-@@ -817,6 +821,8 @@
- nambuf[sizeof(nambuf)-1] = '\0';
- exists = stat(nambuf, &stb) == 0;
- if (cmdbuf[0] == 'D') {
-+ if (!iamrecursive)
-+ SCREWUP("received directory without -r");
- if (exists) {
- if ((stb.st_mode&S_IFMT) != S_IFDIR) {
- errno = ENOTDIR;
================================================================
Index: packages/krb5/krb5-rcp-sendlarge.patch
diff -u packages/krb5/krb5-rcp-sendlarge.patch:1.1 packages/krb5/krb5-rcp-sendlarge.patch:1.2
--- packages/krb5/krb5-rcp-sendlarge.patch:1.1 Fri Mar 30 15:22:14 2007
+++ packages/krb5/krb5-rcp-sendlarge.patch Fri Jun 5 00:30:57 2009
@@ -10,37 +10,21 @@
}
}
+#ifdef HAVE_LONG_LONG
-+ (void) sprintf(buf, "C%04o %lld %s\n",
++ (void) snprintf(buf, sizeof(buf), "C%04o %lld %s\n",
+ (int) stb.st_mode&07777, (long long) stb.st_size, last);
+#else
- (void) sprintf(buf, "C%04o %ld %s\n",
- (int) stb.st_mode&07777, (long ) stb.st_size, last);
+ (void) snprintf(buf, sizeof(buf), "C%04o %ld %s\n",
+ (int) stb.st_mode&07777, (long ) stb.st_size, last);
+#endif
(void) rcmd_stream_write(rem, buf, strlen(buf), 0);
if (response() < 0) {
(void) close(f);
---- krb5-1.3.3/src/appl/bsd/v4rcp.c 2004-04-15 00:40:28.000000000 -0400
-+++ krb5-1.3.3/src/appl/bsd/v4rcp.c 2004-04-15 00:46:57.000000000 -0400
-@@ -538,8 +538,13 @@
- continue;
- }
- }
-+#ifdef HAVE_LONG_LONG
-+ (void) sprintf(buf, "C%04o %lld %s\n",
-+ (unsigned int) stb.st_mode&07777, (long long) stb.st_size, last);
-+#else
- (void) sprintf(buf, "C%04o %ld %s\n",
- (unsigned int) stb.st_mode&07777, (long) stb.st_size, last);
-+#endif
- kstream_write (krem, buf, strlen (buf));
- if (response() < 0) {
- (void) close(f);
--- krb5-1.3.3/src/appl/bsd/configure.in 2004-04-15 00:52:22.000000000 -0400
+++ krb5-1.3.3/src/appl/bsd/configure.in 2004-04-15 00:52:16.000000000 -0400
@@ -77,6 +77,7 @@
AC_TYPE_MODE_T
AC_CHECK_FUNCS(isatty inet_aton getenv gettosbyname killpg initgroups setpriority setreuid setresuid waitpid setsid ptsname setlogin tcgetpgrp tcsetpgrp setpgid strsave utimes rmufile rresvport_af)
- AC_CHECK_HEADERS(unistd.h stdlib.h string.h sys/filio.h sys/sockio.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h utmp.h sys/time.h krb4-proto.h sys/ioctl_compat.h paths.h arpa/nameser.h)
+ AC_CHECK_HEADERS(unistd.h stdlib.h string.h sys/filio.h sys/sockio.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h utmp.h sys/time.h sys/ioctl_compat.h paths.h arpa/nameser.h)
+AC_CHECK_TYPES([long long])
AC_HEADER_STDARG
AC_REPLACE_FUNCS(getdtablesize)
================================================================
Index: packages/krb5/krb5-tests.patch
diff -u packages/krb5/krb5-tests.patch:1.12 packages/krb5/krb5-tests.patch:1.13
--- packages/krb5/krb5-tests.patch:1.12 Thu Jun 4 16:21:55 2009
+++ packages/krb5/krb5-tests.patch Fri Jun 5 00:30:57 2009
@@ -3,7 +3,7 @@
@@ -22,9 +22,9 @@
$(CC_LINK) -o $@ fake-addrinfo-test.o $(SUPPORT_LIB) $(LIBS)
- check:: resolve addrinfo-test
+ check:: resolve addrinfo-test fake-addrinfo-test
- $(RUN_SETUP) $(VALGRIND) ./resolve
- $(RUN_SETUP) $(VALGRIND) ./addrinfo-test -p telnet
- $(RUN_SETUP) $(VALGRIND) ./fake-addrinfo-test -p telnet
================================================================
Index: packages/krb5/krb5.spec
diff -u packages/krb5/krb5.spec:1.139 packages/krb5/krb5.spec:1.140
--- packages/krb5/krb5.spec:1.139 Thu Jun 4 22:19:35 2009
+++ packages/krb5/krb5.spec Fri Jun 5 00:30:57 2009
@@ -14,12 +14,12 @@
Summary: Kerberos V5 System
Summary(pl.UTF-8): System Kerberos V5
Name: krb5
-Version: 1.6.3
-Release: 3.1
+Version: 1.7
+Release: 0.1
License: MIT
Group: Networking
-Source0: http://web.mit.edu/kerberos/dist/krb5/1.6/%{name}-%{version}-signed.tar
-# Source0-md5: 2dc1307686eb1c2bf1ab08ea805dad46
+Source0: http://web.mit.edu/kerberos/dist/krb5/1.7/%{name}-%{version}-signed.tar
+# Source0-md5: 9f7b3402b4731a7fa543db193bf1b564
Source2: %{name}kdc.init
Source3: %{name}24d.init
Source4: kadm5.acl
@@ -50,14 +50,11 @@
Patch6: %{name}-ktany.patch
Patch7: %{name}-size.patch
Patch8: %{name}-ftp-glob.patch
-Patch9: %{name}-norpath.patch
Patch10: %{name}-paths.patch
Patch11: %{name}-autoconf.patch
-Patch12: %{name}-api.patch
Patch13: %{name}-brokenrev.patch
Patch14: %{name}-dns.patch
Patch15: %{name}-enospc.patch
-Patch16: %{name}-fclose.patch
Patch17: %{name}-io.patch
Patch18: %{name}-kprop-mktemp.patch
Patch19: %{name}-login-lpass.patch
@@ -69,28 +66,14 @@
Patch25: %{name}-doc.patch
Patch26: %{name}-tests.patch
Patch27: %{name}-config.patch
-Patch28: %{name}-any-fixup.patch
Patch29: %{name}-ftp_fdleak.patch
Patch30: %{name}-ftp_glob_runique.patch
Patch31: %{name}-key_exp.patch
-Patch32: %{name}-ldap-init.patch
-Patch33: %{name}-ldap-man.patch
-Patch34: %{name}-lucid-acceptor.patch
Patch35: %{name}-pam.patch
Patch36: %{name}-selinux-label.patch
-Patch100: %{name}-CVE-2007-5901.patch
-Patch101: %{name}-CVE-2007-5971.patch
-Patch102: %{name}-CVE-2008-0062,0063.patch
-Patch103: %{name}-CVE-2008-0947.patch
-Patch104: %{name}-CVE-2009-0844-0845-2.patch
-Patch105: %{name}-CVE-2009-0846.patch
-Patch106: %{name}-CVE-2009-0847.patch
Patch200: %{name}-trunk-doublelog.patch
Patch201: %{name}-trunk-ftp_mget_case.patch
Patch202: %{name}-trunk-kpasswd_tcp.patch
-Patch203: %{name}-trunk-seqnum.patch
-Patch204: %{name}-trunk-preauth-master.patch
-Patch205: %{name}-trunk-spnego_delegation.patch
URL: http://web.mit.edu/kerberos/www/
BuildRequires: /bin/csh
BuildRequires: autoconf
@@ -589,14 +572,11 @@
%patch6 -p1
%patch7 -p1
%patch8 -p1
-%patch9 -p1
-%patch10 -p1
+#%patch10 -p1
%patch11 -p1
-%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
-%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
@@ -608,32 +588,15 @@
%patch25 -p1
%patch26 -p1
%patch27 -p1
-%patch28 -p0
%patch29 -p1
%patch30 -p1
%patch31 -p1
-%patch32 -p0
-%patch33 -p0
-%patch34 -p0
-%patch35 -p1
+#%patch35 -p1
%{?with_selinux:%patch36 -p1}
-%patch100 -p0
-%patch101 -p0
-%patch102 -p0
-%patch103 -p0
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
-
%patch200 -p0
%patch201 -p0
%patch202 -p0
-%patch203 -p0
-%patch204 -p0
-%patch205 -p0
-
-cp src/krb524/README README.krb524
%build
cd src
@@ -663,6 +626,7 @@
%{?with_selinux:--with-selinux} \
--libexecdir=%{_libdir} \
--enable-shared \
+ --disable-rpath \
%{?with_krb4:--with-krb4} \
%{!?with_krb4:--without-krb4} \
--enable-dns \
@@ -1041,6 +1005,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.140 2009/06/04 22:30:57 baggins
+- 1.7
+- updated patches
+- removed obsolete/outdated patches
+
Revision 1.139 2009/06/04 20:19:35 baggins
- updated tex BRs
================================================================
cvs rdiff: cannot find module `packages/krb5/krb5-CVE-2008-0062' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
cvs rdiff: cannot find module `packages/krb5/NONE' - ignored
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-doc.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-enospc.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-io.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-kprop-mktemp.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-ktany.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-paths.patch?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-rcp-markus.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-rcp-sendlarge.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-tests.patch?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5.spec?r1=1.139&r2=1.140&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-CVE-2008-0062?r1=0063.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-CVE-2008-0947.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-CVE-2009-0844-0845-2.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-CVE-2009-0846.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-CVE-2009-0847.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-any-fixup.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-api.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-fclose.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-ldap-init.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-ldap-man.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-lucid-acceptor.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-norpath.patch&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-trunk-preauth-master.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-trunk-seqnum.patch&r2=1.1&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/NONE?r1=krb5-trunk-spnego_delegation.patch&r2=1.1&f=u
More information about the pld-cvs-commit
mailing list