1
0

Compare commits

..

1 Commits

Author SHA256 Message Date
6c1722de12 Add php-APCu 2026-01-31 19:35:41 +01:00
6 changed files with 18 additions and 22 deletions

12
.gitmodules vendored
View File

@@ -2290,14 +2290,6 @@
path = cmus
url = ../../pool/cmus
branch = leap-16.0
[submodule "cni"]
path = cni
url = ../../pool/cni
branch = leap-16.0
[submodule "cni-plugins"]
path = cni-plugins
url = ../../pool/cni-plugins
branch = leap-16.0
[submodule "cntlm"]
path = cntlm
url = ../../pool/cntlm
@@ -14714,6 +14706,10 @@
path = phoronix-test-suite
url = ../../pool/phoronix-test-suite
branch = leap-16.0
[submodule "php-APCu"]
path = php-APCu
url = ../../pool/php-APCu
branch = leap-16.0
[submodule "php-pear-Auth_SASL"]
path = php-pear-Auth_SASL
url = ../../pool/php-pear-Auth_SASL

1
cni

Submodule cni deleted from 44ad00e51b

Submodule cni-plugins deleted from fe94e351ce

View File

@@ -1,12 +0,0 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for cni, cni-plugins</summary>
<description>This update for cni, cni-plugins fixes the following issues:
Introduce cni and cni-plugins.
</description>
<package>cni</package>
<package>cni-plugins</package>
</patchinfo>

View File

@@ -0,0 +1,13 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for php-APCu</summary>
<description>This update for php-APCu fixes the following issues:
Introduce php-APCu.
</description>
<package>php-APCu</package>
<package>php-APCu:php7</package>
<package>php-APCu:php8</package>
</patchinfo>

1
php-APCu Submodule

Submodule php-APCu added at df4ea86cac