Compare commits

...

No commits in common. 'c9-beta-stream-8.2' and 'c9' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/apcu-5.1.23.tgz SOURCES/apcu-5.1.20.tgz

@ -1 +1 @@
a36e4073f6368a21dad433fe07cd01416fcd8723 SOURCES/apcu-5.1.23.tgz b253a175cbd7a232eae27aca53cf8d445639bd2c SOURCES/apcu-5.1.20.tgz

@ -3,7 +3,15 @@ Alias /apcu-panel /usr/share/apcu-panel
<Directory /usr/share/apcu-panel> <Directory /usr/share/apcu-panel>
<IfModule mod_authz_core.c> <IfModule mod_authz_core.c>
# Apache 2.4
Require local Require local
</IfModule> </IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from All
Allow from 127.0.0.1
Allow from ::1
</IfModule>
</Directory> </Directory>

@ -1,7 +1,7 @@
# Fedora spec file for php-pecl-apcu # Fedora spec file for php-pecl-apcu
# #
# Copyright (c) 2013-2023 Remi Collet # Copyright (c) 2013-2021 Remi Collet
# License: CC-BY-SA-4.0 # License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/ # http://creativecommons.org/licenses/by-sa/4.0/
# #
# Please, preserve the changelog entries # Please, preserve the changelog entries
@ -16,20 +16,21 @@
Name: php-pecl-apcu Name: php-pecl-apcu
Summary: APC User Cache Summary: APC User Cache
Version: 5.1.23 Version: 5.1.20
Release: 1%{?dist} Release: 5%{?dist}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Source1: %{pecl_name}.ini Source1: %{pecl_name}.ini
Source2: %{pecl_name}-panel.conf Source2: %{pecl_name}-panel.conf
Source3: %{pecl_name}.conf.php Source3: %{pecl_name}.conf.php
License: PHP-3.01 License: PHP
URL: https://pecl.php.net/package/APCu URL: https://pecl.php.net/package/APCu
BuildRequires: make BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
BuildRequires: php-devel BuildRequires: php-devel
BuildRequires: php-pear BuildRequires: php-pear
BuildRequires: pcre-devel
Requires: php(zend-abi) = %{php_zend_api} Requires: php(zend-abi) = %{php_zend_api}
Requires: php(api) = %{php_core_api} Requires: php(api) = %{php_core_api}
@ -215,12 +216,6 @@ REPORT_EXIT_STATUS=1 \
%changelog %changelog
* Fri Nov 24 2023 Remi Collet <rcollet@redhat.com> - 5.1.23-1
- update to 5.1.23 for PHP 8.2 RHEL-14699
* Mon May 16 2022 Remi Collet <rcollet@redhat.com> - 5.1.21-1
- update to 5.1.21 for PHP 8.1 #2070040
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.1.20-5 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.1.20-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688 Related: rhbz#1991688

Loading…
Cancel
Save