rpms/mod_gnutls/EL-5 import.log, NONE, 1.1 mod_gnutls.conf, NONE, 1.1 mod_gnutls.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

erick calder ekkis at fedoraproject.org
Thu Oct 1 21:14:00 UTC 2009


Author: ekkis

Update of /cvs/pkgs/rpms/mod_gnutls/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19843/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mod_gnutls.conf mod_gnutls.spec 
Log Message:
Thu Oct 1 2009 Erick Calder <rpm at arix.com>




--- NEW FILE import.log ---
mod_gnutls-0_5_5-5_fc11:EL-5:mod_gnutls-0.5.5-5.fc11.src.rpm:1254431571


--- NEW FILE mod_gnutls.conf ---
LoadModule gnutls_module modules/mod_gnutls.so

GnuTLSCache dbm "/var/cache/mod_gnutls"
GnuTLSCacheTimeout 300


--- NEW FILE mod_gnutls.spec ---
Name:      mod_gnutls
Version:   0.5.5
Release:   5%{?dist}
Summary:   GnuTLS module for the Apache HTTP server
Group:     System Environment/Daemons
License:   ASL 2.0
URL:       http://www.outoforder.cc/projects/apache/mod_gnutls
Source0:   http://www.outoforder.cc/downloads/mod_gnutls/%{name}-%{version}.tar.bz2
Source1:   mod_gnutls.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gnutls-devel httpd-devel
Requires:  httpd

%description
mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1
encryption for Apache HTTPD.  It is similar to mod_ssl in purpose, but does
not use OpenSSL.  A primary benefit of using this module is the ability to
configure multiple SSL certificates for a single IP-address/port combination
(useful for securing virtual hosts).
    
Features
    * Support for SSL 3.0, TLS 1.0 and TLS 1.1.
    * Support for client certificates.
    * Support for RFC 5081 OpenPGP certificate authentication.
    * Support for Server Name Indication.
    * Distributed SSL Session Cache via Memcached
    * Local SSL Session Cache using DBM
    * Sets enviromental vars for scripts (compatible with mod_ssl vars)
    * Small and focused code base:
         Lines of code in mod_gnutls: 3,593
         Lines of code in mod_ssl: 15,324

%prep
%setup -q
cp %{SOURCE1} .

%build
%configure --disable-srp
%{__make} %{?_smp_mflags}

%check
%{__make} check

%install
rm -rf %{buildroot}
%{__install} -m 755 -D src/.libs/libmod_gnutls.so %{buildroot}%{_libdir}/httpd/modules/mod_gnutls.so
%{__install} -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/mod_gnutls.conf
%{__install} -d -m 0700 %{buildroot}%{_localstatedir}/cache/mod_gnutls

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README NEWS NOTICE LICENSE README.ENV
%{_libdir}/httpd/modules/*.so
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_gnutls.conf
%{_localstatedir}/cache/mod_gnutls

%changelog
* Thu Sep 17 2009 Erick Calder <rpm at arix.com> - 0.5.5-5
- removed use of define {ooo}

* Thu Sep 17 2009 Erick Calder <rpm at arix.com> - 0.5.5-4
- dependency generator missed need for httpd.  added by hand.
- abstracted Source0:

* Tue Sep 15 2009 Erick Calder <rpm at arix.com> - 0.5.5-3
- mention of SRP removed from description of package
- added httpd-devel to build requires
- fixed license (harmonized with httpd)

* Tue Sep 15 2009 Erick Calder <rpm at arix.com> - 0.5.5-2
- Added BuildRequires
- removed comments stating the specfile was generated by cpan2rpm
- added BuildRoot
- added install clean

* Fri Sep 11 2009 Erick Calder <rpm at arix.com> - 0.5.5-2
- Initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mod_gnutls/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Sep 2009 23:52:41 -0000	1.1
+++ .cvsignore	1 Oct 2009 21:14:00 -0000	1.2
@@ -0,0 +1 @@
+mod_gnutls-0.5.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mod_gnutls/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Sep 2009 23:52:42 -0000	1.1
+++ sources	1 Oct 2009 21:14:00 -0000	1.2
@@ -0,0 +1 @@
+53aef6d0c295fc2b7d5d2ee4576e6884  mod_gnutls-0.5.5.tar.bz2




More information about the fedora-extras-commits mailing list