]> git.pld-linux.org Git - packages/apache-mod_auth_kerb.git/blobdiff - apache-mod_auth_kerb.spec
- rel 8
[packages/apache-mod_auth_kerb.git] / apache-mod_auth_kerb.spec
index 706333d36f40797a9bfb63624794d4a848273cad..ec2b492fad1aa2ddc84ac1af7a06750068c9c919 100644 (file)
@@ -1,16 +1,20 @@
 %define                mod_name        auth_kerb
-%define        apxs    /usr/sbin/apxs
+%define                apxs    /usr/sbin/apxs
 Summary:       This is the Kerberos authentication module for Apache
 Summary(pl.UTF-8):     Moduł uwierzytelnienia Kerberos dla Apache
 Name:          apache-mod_%{mod_name}
-Version:       5.3
-Release:       3
+Version:       5.4
+Release:       8
 Epoch:         1
 License:       GPL
 Group:         Networking/Daemons/HTTP
 Source0:       http://dl.sourceforge.net/modauthkerb/mod_%{mod_name}-%{version}.tar.gz
-# Source0-md5: a363588578050b3d320a2ceccf3ed666
+# Source0-md5: 642b81763ad3ca81dba359cb952da5e3
 Source1:       %{name}.conf
+Patch0:                %{name}-heimdal.patch
+Patch1:                %{name}-basic-auth.patch
+Patch2:                mod_auth_kerb-apache24.patch
+Patch3:                mod_auth_kerb-delegation.patch
 URL:           http://modauthkerb.sourceforge.net/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0
@@ -34,6 +38,10 @@ uwierzytelnianie klientów HTTP z użyciem wpisów w katalogu Kerberosa.
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure \
This page took 0.038209 seconds and 4 git commands to generate.