forked from pool/hiawatha
Accepting request 294641 from home:Fisiu:branches:server:http
- Update to 9.12: * Bugfix: memory leak in SSL library. * Small bugfix. OBS-URL: https://build.opensuse.org/request/show/294641 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=77
This commit is contained in:
parent
82da3a95e2
commit
bb9e33b555
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf7f09dff86fe689e872e7adade91e13fd81106a97e5af02ab8afb3c77fccd9c
|
||||
size 897113
|
3
hiawatha-9.12.tar.gz
Normal file
3
hiawatha-9.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a
|
||||
size 909312
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 22:51:06 UTC 2015 - fisiu@opensuse.org
|
||||
|
||||
- Update to 9.12:
|
||||
* Bugfix: memory leak in SSL library.
|
||||
* Small bugfix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 18:19:55 UTC 2015 - fisiu@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define webroot /srv/www
|
||||
|
||||
Name: hiawatha
|
||||
Version: 9.11
|
||||
Version: 9.12
|
||||
Release: 0
|
||||
Summary: A secure and advanced webserver
|
||||
License: GPL-2.0
|
||||
@ -33,8 +33,8 @@ Source100: %{name}.firewall
|
||||
Source101: %{name}-ssl.firewall
|
||||
BuildRequires: cmake >= 2.8.4
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: mbedtls-devel >= 1.3.10
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: polarssl-devel
|
||||
BuildRequires: systemd
|
||||
Requires: logrotate
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -54,8 +54,8 @@ pipelining, keep alive connections, URL rewriting and many more.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Remove bundled source for polarssl, we use system version
|
||||
rm -rv polarssl
|
||||
# Remove bundled source for mbedtls, we use system version
|
||||
rm -rv mbedtls
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -72,8 +72,7 @@ rm -rv polarssl
|
||||
-DENABLE_TOMAHAWK=On \
|
||||
-DENABLE_TOOLKIT=On \
|
||||
-DENABLE_XSLT=On \
|
||||
-DENABLE_ZLIB_SUPPORT=On \
|
||||
-DUSE_SYSTEM_POLARSSL=On
|
||||
-DUSE_SYSTEM_MBEDTLS=On
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user