Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

up to 0.9.38 #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions bug-42.patch

This file was deleted.

10 changes: 4 additions & 6 deletions php-suhosin.spec
Expand Up @@ -4,13 +4,12 @@ Summary: Advanced protection system for PHP installations
Summary(pl.UTF-8): Zaawansowany system zabezpieczeń dla instalacji PHP
Name: %{php_name}-%{modname}
# for PHP 5.3, see PHP_5_3 branch
Version: 0.9.36
Release: 2
Version: 0.9.38
Release: 1
License: PHP 3.01
Group: Development/Languages/PHP
Source0: http://download.suhosin.org/%{modname}-%{version}.tgz
# Source0-md5: 416ba40186bd18a4640d5cf93bb0a1cb
Patch0: bug-42.patch
Source0: http://download.suhosin.org/%{modname}-%{version}.tar.gz
# Source0-md5: 0c26402752b0aff69e4b891f062a52bf
URL: http://www.suhosin.org/stories/
BuildRequires: %{php_name}-devel >= 4:5.4
BuildRequires: rpmbuild(macros) >= 1.650
Expand Down Expand Up @@ -40,7 +39,6 @@ ZendOptimizer.

%prep
%setup -q -n suhosin-%{version}
%patch0 -p1

%build
phpize
Expand Down