|
Lines 53-61
Link Here
|
| 53 |
# the patch for different versions of PHP |
53 |
# the patch for different versions of PHP |
| 54 |
|
54 |
|
| 55 |
case "$PV" in |
55 |
case "$PV" in |
| 56 |
4.3.6) HARDENEDPHP_PATCH="hardened-php-$PV-0.1.2.patch.gz" ;; |
56 |
4.3.8) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.2.patch.gz" ;; |
| 57 |
4.3.7) HARDENEDPHP_PATCH="hardened-php-$PV-0.1.2.patch.gz" ;; |
57 |
4.3.9) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.6.patch.gz" ;; |
| 58 |
4.3.8) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.2.patch.gz" ;; |
58 |
4.3.10) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.7.patch.gz" ;; |
|
|
59 |
4.3.11) HARDENEDPHP_PATCH="hardened-php-$PV-0.2.7.patch.gz" ;; |
| 59 |
esac |
60 |
esac |
| 60 |
|
61 |
|
| 61 |
[ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |
62 |
[ -n "$HARDENEDPHP_PATCH" ] && SRC_URI="${SRC_URI} hardenedphp? ( http://www.hardened-php.net/$HARDENEDPHP_PATCH )" |