~ubuntu-branches/ubuntu/edgy/krb4/edgy

« back to all changes in this revision

Viewing changes to debian/patches/039_openssl_ftbfs

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-23 09:55:06 UTC
  • Revision ID: james.westby@ubuntu.com-20051123095506-jbyz1xb03l0qf5l8
Tags: 1.2.2-11.3ubuntu4
Fix the kerberos4kth-dev libdb dependency, too. *cough*

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur krb4-1.2.2.orig/appl/ftp/ftpd/ftpcmd.y krb4-1.2.2/appl/ftp/ftpd/ftpcmd.y
 
2
--- krb4-1.2.2.orig/appl/ftp/ftpd/ftpcmd.y      2001-08-05 08:39:29.000000000 +0200
 
3
+++ krb4-1.2.2/appl/ftp/ftpd/ftpcmd.y   2005-11-17 17:56:45.000000000 +0100
 
4
@@ -103,7 +103,7 @@
 
5
        UMASK   IDLE    CHMOD
 
6
 
 
7
        AUTH    ADAT    PROT    PBSZ    CCC     MIC
 
8
-       CONF    ENC
 
9
+       cONF    ENC
 
10
 
 
11
        KAUTH   KLIST   KDESTROY KRBTKFILE AFSLOG
 
12
        LOCATE  URL
 
13
@@ -695,7 +695,7 @@
 
14
                        mec($3, prot_safe);
 
15
                        free($3);
 
16
                }
 
17
-       | CONF SP STRING CRLF
 
18
+       | cONF SP STRING CRLF
 
19
                {
 
20
                        mec($3, prot_confidential);
 
21
                        free($3);
 
22
@@ -984,7 +984,7 @@
 
23
        { "PROT", PROT, STR1, 1,        "<sp> prot-level" },
 
24
        { "CCC",  CCC,  ARGS, 1,        "" },
 
25
        { "MIC",  MIC,  STR1, 1,        "<sp> integrity command" },
 
26
-       { "CONF", CONF, STR1, 1,        "<sp> confidentiality command" },
 
27
+       { "CONF", cONF, STR1, 1,        "<sp> confidentiality command" },
 
28
        { "ENC",  ENC,  STR1, 1,        "<sp> privacy command" },
 
29
 
 
30
        /* RFC2389 */