Changeset 1141 for branches/fc11-dev


Ignore:
Timestamp:
Jun 3, 2009, 6:37:19 AM (15 years ago)
Author:
mitchb
Message:
Version, context, etc. fixups to build krb5 on Fedora 11
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/server/fedora/specs/krb5.spec.patch

    r1069 r1141  
    1 --- krb5.spec.old       2009-04-08 06:26:23.000000000 -0400
    2 +++ krb5.spec   2009-04-08 06:29:20.000000000 -0400
     1--- krb5.spec.orig      2009-04-07 15:17:07.000000000 -0400
     2+++ krb5.spec   2009-06-03 04:47:31.000000000 -0400
    33@@ -16,7 +16,7 @@
    44 Summary: The Kerberos network authentication system.
    55 Name: krb5
    66 Version: 1.6.3
    7 -Release: 16%{?dist}
    8 +Release: 16%{?dist}.scripts.%{scriptsversion}
     7-Release: 20%{?dist}
     8+Release: 20%{?dist}.scripts.%{scriptsversion}
    99 # Maybe we should explode from the now-available-to-everybody tarball instead?
    1010 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
    1111 Source0: krb5-%{version}.tar.gz
    12 @@ -105,6 +105,8 @@
    13  Patch82: krb5-CVE-2009-0846.patch
    14  Patch83: krb5-CVE-2009-0847.patch
     12@@ -106,6 +106,8 @@
     13 Patch83: krb5-CVE-2009-0846.patch
     14 Patch84: krb5-CVE-2009-0847.patch
    1515 
    1616+Patch1000: krb5-kuserok-scripts.patch
    1717+
    18  License: MIT, freely distributable.
     18 License: MIT
    1919 URL: http://web.mit.edu/kerberos/www/
    2020 Group: System Environment/Libraries
    21 @@ -146,6 +148,7 @@
     21@@ -147,6 +149,7 @@
    2222 Group: System Environment/Libraries
    2323 Prereq: grep, /sbin/ldconfig, sh-utils
     
    2727 %description libs
    2828 Kerberos is a network authentication system. The krb5-libs package
    29 @@ -1389,6 +1392,7 @@
    30  %patch81 -p1 -b .CVE-2009-0844-0845-2
    31  %patch82 -p1 -b .CVE-2009-0846
    32  %patch83 -p1 -b .CVE-2009-0847
     29@@ -1413,6 +1416,7 @@
     30 %patch82 -p1 -b .CVE-2009-0844-0845-2
     31 %patch83 -p1 -b .CVE-2009-0846
     32 %patch84 -p1 -b .CVE-2009-0847
    3333+%patch1000 -p1 -b .kuserok
    3434 cp src/krb524/README README.krb524
Note: See TracChangeset for help on using the changeset viewer.