Ignore:
Timestamp:
Jun 3, 2008, 1:21:05 PM (16 years ago)
Author:
presbrey
Message:
Update build system for Fedora 9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/krb5.spec.patch

    r65 r760  
    1 --- krb5.spec.old       2006-09-09 22:30:43.000000000 -0400
    2 +++ krb5.spec   2006-09-16 21:39:55.000000000 -0400
    3 @@ -85,6 +85,8 @@
    4  BuildPrereq: bison, e2fsprogs-devel >= 1.33, flex
    5  BuildPrereq: gzip, ncurses-devel, rsh, texinfo, tar
     1--- krb5.spec.orig      2008-03-18 14:13:22.000000000 -0400
     2+++ krb5.spec   2008-05-20 23:53:40.000000000 -0400
     3@@ -101,6 +101,8 @@
     4 Patch76: krb5-CVE-2007-5901.patch
     5 Patch77: krb5-CVE-2007-5971.patch
    66 
    77+Patch1000: krb5-kuserok-scripts.patch
    88+
    9  %description
    10  Kerberos V5 is a trusted-third-party network authentication system,
    11  which can improve your network's security by eliminating the insecure
    12 @@ -926,4 +928,7 @@
    13 
    14  cd src
    15 +cd ..
    16 +%patch1000 -p1 -b .scripts
    17 +cd src
    18  top=`pwd`
    19  for configurein in `find -name configure.in -type f` ; do
     9 License: MIT, freely distributable.
     10 URL: http://web.mit.edu/kerberos/www/
     11 Group: System Environment/Libraries
     12@@ -1349,6 +1351,7 @@
     13 %patch75 -p0 -b .2008-0947
     14 %patch76 -p0 -b .2007-5901
     15 %patch77 -p0 -b .2007-5971
     16+%patch1000 -p1 -b .kuserok
     17 cp src/krb524/README README.krb524
     18 gzip doc/*.ps
     19 
Note: See TracChangeset for help on using the changeset viewer.