Browse Source

lighttpd-1.4.53-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12093 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
ac2fc6ad4a
1 changed files with 13 additions and 7 deletions
  1. 13 7
      l/lighttpd/lighttpd-vl.spec

+ 13 - 7
l/lighttpd/lighttpd-vl.spec

@@ -11,8 +11,8 @@
 Summary: Lightning fast webserver with light system requirements
 Summary(ja): 少ないシステムリソースで動く超高速なウェブサーバ
 Name: lighttpd
-Version: 1.4.33
-Release: 2%{?_dist_release}
+Version: 1.4.53
+Release: 1%{?_dist_release}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -20,6 +20,7 @@ Source0: http://www.lighttpd.net/download/lighttpd-%{version}.tar.xz
 Source1: lighttpd.logrotate
 Source2: php.d-lighttpd.ini
 Source3: lighttpd.init
+Source4: sysconfig.lighttpd
 Source10: index.html
 Source11: http://www.lighttpd.net/favicon.ico
 Source13: http://www.lighttpd.net/light_button.png
@@ -30,7 +31,6 @@ Patch0: lighttpd-1.4.31-vine.patch
 ## for vl6
 Patch1: lighttpd-1.4.31-vine6.patch
 # security patch(es)
-Patch1001: http://download.lighttpd.net/lighttpd/security/lighttpd-1.4.33_fix_ssl_sni.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(pre): shadow-utils
 %if %{?_dist_release} != "vl6"
@@ -41,6 +41,7 @@ Requires(preun): chkconfig
 Requires(postun): chkconfig
 BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
 %{?_with_ldap:BuildRequires: openldap-devel}
+BuildRequires: libxcrypt-devel
 BuildRequires: gamin-devel
 BuildRequires: gdbm-devel
 BuildRequires: lua-devel
@@ -61,7 +62,7 @@ Available rpmbuild rebuild options :
 Summary: Virtual host module for lighttpd that uses a MySQL database
 Group: System Environment/Daemons
 Requires: %{name} = %{version}
-BuildRequires: mysql-devel
+BuildRequires: libmariadb-devel
 
 %description mod_mysql_vhost
 Virtual host module for lighttpd that uses a MySQL database.
@@ -89,7 +90,6 @@ recompile PHP yourself.
 %else
 %patch0 -p1 -b .vine
 %endif
-%patch1001 -p1
 
 %build
 %configure \
@@ -112,9 +112,9 @@ recompile PHP yourself.
 %{__make} install DESTDIR=%{buildroot}
 
 # Install included init script and sysconfig entry
-%{__install} -D -p -m 0755 doc/initscripts/rc.lighttpd.redhat \
+%{__install} -D -p -m 0755 %{SOURCE3} \
     %{buildroot}%{_sysconfdir}/rc.d/init.d/lighttpd
-%{__install} -D -p -m 0644 doc/initscripts/sysconfig.lighttpd \
+%{__install} -D -p -m 0644 %{SOURCE4} \
     %{buildroot}%{_sysconfdir}/sysconfig/lighttpd
 
 # Install (*patched above*) sample config file
@@ -200,6 +200,7 @@ fi
 %exclude %{_sysconfdir}/lighttpd/conf.d/fastcgi.conf
 %exclude %{_sysconfdir}/lighttpd/conf.d/mysql_vhost.conf
 %{_mandir}/man8/lighttpd.8*
+%{_mandir}/man8/lighttpd-angel.8*
 %attr(0750, %{owneruser}, %{ownergroup}) %{_var}/log/lighttpd/
 %{webroot}/
 
@@ -218,6 +219,11 @@ fi
 
 
 %changelog
+* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.53-1
+- new upstream release.
+- added BR:libxcrypt-devel.
+- dropped Patch1001.
+
 * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.33-2
 - rebuild with openssl-1.0.2