From b3b41d00a2dba9262fd9c9b9e4cff1345dfdfc97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2013 11:21:05 +0100 Subject: [PATCH] drop gdbm because of license incompatibility --- php.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 1641f85..aba54d5 100644 --- a/php.spec +++ b/php.spec @@ -549,7 +549,7 @@ Summary: A database abstraction layer module for PHP applications Group: Development/Languages # All files licensed under PHP version 3.01 License: PHP -BuildRequires: %{db_devel}, gdbm-devel, tokyocabinet-devel +BuildRequires: %{db_devel}, tokyocabinet-devel Requires: php-common%{?_isa} = %{version}-%{release} %description dba @@ -873,7 +873,6 @@ build --enable-force-cgi-redirect \ --with-gd=shared \ --enable-bcmath=shared \ --enable-dba=shared --with-db4=%{_prefix} \ - --with-gdbm=%{_prefix} \ --with-tcadb=%{_prefix} \ --with-xmlrpc=shared \ --with-ldap=shared --with-ldap-sasl \ @@ -977,7 +976,6 @@ build --enable-force-cgi-redirect \ --with-gd=shared \ --enable-bcmath=shared \ --enable-dba=shared --with-db4=%{_prefix} \ - --with-gdbm=%{_prefix} \ --with-tcadb=%{_prefix} \ --with-xmlrpc=shared \ --with-ldap=shared --with-ldap-sasl \ @@ -1420,6 +1418,7 @@ fi * Wed Feb 20 2013 Remi Collet 5.4.12-1 - update to 5.4.12 - security fixes for CVE-2013-1635 and CVE-2013-1643 +- drop gdbm because of license incompatibility * Wed Feb 13 2013 Remi Collet 5.4.12-0.6.RC2 - enable tokyocabinet and gdbm dba handlers