File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
request-processor/globals Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221221 echo $AIKIDO_VERSION
222222 echo "AIKIDO_VERSION=$AIKIDO_VERSION" >> $GITHUB_ENV
223223 echo "AIKIDO_LIBZEN=libzen_internals_${{ env.ARCH }}-unknown-linux-gnu.so" >> $GITHUB_ENV
224- echo "AIKIDO_LIBZEN_VERSION=0.1.47 " >> $GITHUB_ENV
224+ echo "AIKIDO_LIBZEN_VERSION=0.1.48 " >> $GITHUB_ENV
225225
226226 - name : Download artifacts
227227 uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
Original file line number Diff line number Diff line change @@ -38,25 +38,25 @@ Prerequisites:
3838
3939##### x86_64
4040```
41- rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.x86_64.rpm
41+ rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.x86_64.rpm
4242```
4343
4444##### arm64 / aarch64
4545```
46- rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.aarch64.rpm
46+ rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.aarch64.rpm
4747```
4848
4949#### For Debian-based Systems (Debian, Ubuntu)
5050
5151##### x86_64
5252```
53- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.x86_64.deb
53+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.x86_64.deb
5454dpkg -i -E ./aikido-php-firewall.x86_64.deb
5555```
5656
5757##### arm64 / aarch64
5858```
59- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.aarch64.deb
59+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.aarch64.deb
6060dpkg -i -E ./aikido-php-firewall.aarch64.deb
6161```
6262
Original file line number Diff line number Diff line change 44```
55commands:
66 aikido-php-firewall:
7- command: "rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.x86_64.rpm"
7+ command: "rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.x86_64.rpm"
88 ignoreErrors: true
99
1010files:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Create a script to install the Aikido PHP Firewall during deployment:
3232#! /usr/bin/env bash
3333cd /tmp
3434
35- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.x86_64.deb
35+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.x86_64.deb
3636dpkg -i -E ./aikido-php-firewall.x86_64.deb
3737```
3838
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cd /tmp
2121
2222# Install commands from the "Manual install" section below, based on your OS
2323
24- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.3 /aikido-php-firewall.x86_64.deb
24+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.3.4 /aikido-php-firewall.x86_64.deb
2525dpkg -i -E ./aikido-php-firewall.x86_64.deb
2626
2727# Restarting the php services in order to load the Aikido PHP Firewall
Original file line number Diff line number Diff line change 11package globals
22
33const (
4- Version = "1.3.3 "
4+ Version = "1.3.4 "
55 ConfigUpdatedAtMethod = "GET"
66 ConfigUpdatedAtAPI = "/config"
77 ConfigAPIMethod = "GET"
Original file line number Diff line number Diff line change 33extern zend_module_entry aikido_module_entry;
44#define phpext_aikido_ptr &aikido_module_entry
55
6- #define PHP_AIKIDO_VERSION " 1.3.3 "
6+ #define PHP_AIKIDO_VERSION " 1.3.4 "
77
88#if defined(ZTS) && defined(COMPILE_DL_AIKIDO)
99ZEND_TSRMLS_CACHE_EXTERN ()
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ var CloudConfigMutex sync.Mutex
1414var MiddlewareInstalled bool
1515
1616const (
17- Version = "1.3.3 "
17+ Version = "1.3.4 "
1818)
Original file line number Diff line number Diff line change 11Name: aikido-php-firewall
2- Version: 1.3.3
2+ Version: 1.3.4
33Release: 1
44Summary: Aikido PHP Extension
55License: GPL
You can’t perform that action at this time.
0 commit comments