diff --git a/.gitignore b/.gitignore index 1579c08..91c542a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /lighttpd-1.4.40.tar.gz /lighttpd-1.4.41.tar.gz /lighttpd-1.4.42.tar.gz +/lighttpd-1.4.43.tar.gz diff --git a/lighttpd.spec b/lighttpd.spec index c328186..0d5ad7a 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -13,6 +13,8 @@ %bcond_without pcre %bcond_without fam %bcond_without lua +%bcond_without geoip +%bcond_without krb5 # We can't have bcond names with hyphens %bcond_with webdavprops %bcond_with webdavlocks @@ -42,8 +44,8 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd -Version: 1.4.42 -Release: 3%{?dist} +Version: 1.4.43 +Release: 1%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.lighttpd.net/ @@ -66,8 +68,8 @@ Patch3: lighttpd-1.4.39-socket.patch #Patch4: changeset_rcd33554b74fd39ecd2e7c367070534da178d5147.diff #Patch5: changeset_rcb468d333cd029b7b7463a17409e16ebf01f5711.diff #Patch6: changeset_r779c133c16f9af168b004dce7a2a64f16c1cb3a4.diff -Patch7: lighttpd-1.4.42-bignum.patch -Patch8: lighttpd-1.4.42-mysql.patch +#Patch7: lighttpd-1.4.42-bignum.patch +#Patch8: lighttpd-1.4.42-mysql.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # For the target poweredby.png image (skip requirement + provide image on EL5) %if %{with systemlogos} @@ -167,8 +169,8 @@ Authentication module for lighttpd that uses GSSAPI #%patch4 -p1 -b .ipv6block #%patch5 -p1 -b .conn_state #%patch6 -p1 -b .http_proxy -%patch7 -p0 -b .bignum -%patch8 -p0 -b .mysql +#%patch7 -p0 -b .bignum +#%patch8 -p0 -b .mysql #install -p -m 0644 %{SOURCE100} src/mod_geoip.c #install -p -m 0644 %{SOURCE101} mod_geoip.txt @@ -188,7 +190,9 @@ autoreconf -if %{?with_webdavlocks:--with-webdav-locks} \ %{confswitch gdbm} \ %{confswitch memcache} \ - %{confswitch lua} + %{confswitch lua} \ + %{confswitch geoip} \ + %{confswitch krb5} make %{?_smp_mflags} @@ -314,7 +318,7 @@ fi %exclude %{_libdir}/lighttpd/mod_mysql_vhost.so %exclude %{_libdir}/lighttpd/mod_authn_mysql.so %exclude %{_libdir}/lighttpd/mod_authn_gssapi.so -%{_mandir}/man8/lighttpd.8* +%{_mandir}/man8/lighttpd*8* %attr(0750, lighttpd, lighttpd) %{_var}/log/lighttpd/ %if %{with tmpfiles} %ghost %attr(0750, lighttpd, lighttpd) %{_var}/run/lighttpd/ @@ -357,6 +361,9 @@ fi %{_libdir}/lighttpd/mod_authn_gssapi.so %changelog +* Mon Oct 31 2016 Jon Ciesla - 1.4.43-1 +- 1.4.43. + * Wed Oct 26 2016 Jon Ciesla - 1.4.42-3 - Patch for MySQL deps, split out gssapi and mysql authn modules. diff --git a/sources b/sources index 814b654..d5ace77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -452bf7b789ecc983a280001ce392445d lighttpd-1.4.42.tar.gz +8c2dd3d9f7933b0f05c9bb61c54666af lighttpd-1.4.43.tar.gz