File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
request-processor/globals Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ Prerequisites:
3737#### For Red Hat-based Systems (RHEL, CentOS, Fedora)
3838
3939```
40- rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.115 /aikido-php-firewall.x86_64.rpm
40+ rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.116 /aikido-php-firewall.x86_64.rpm
4141```
4242
4343#### For Debian-based Systems (Debian, Ubuntu)
4444
4545```
46- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.115 /aikido-php-firewall.x86_64.deb
46+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.116 /aikido-php-firewall.x86_64.deb
4747dpkg -i -E ./aikido-php-firewall.x86_64.deb
4848```
4949
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.0.115 /aikido-php-firewall.x86_64.rpm"
7+ command: "rpm -Uvh --oldpackage https://github.com/AikidoSec/firewall-php/releases/download/v1.0.116 /aikido-php-firewall.x86_64.rpm"
88 ignoreErrors: true
99
1010files:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ You can find their values in the Aikido platform.
1515#!/usr/bin/env bash
1616cd /tmp
1717
18- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.115 /aikido-php-firewall.x86_64.deb
18+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.116 /aikido-php-firewall.x86_64.deb
1919dpkg -i -E ./aikido-php-firewall.x86_64.deb
2020```
2121
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cd /tmp
1919
2020# Install commands from the "Manual install" section below, based on your OS
2121
22- curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.115 /aikido-php-firewall.x86_64.deb
22+ curl -L -O https://github.com/AikidoSec/firewall-php/releases/download/v1.0.116 /aikido-php-firewall.x86_64.deb
2323dpkg -i -E ./aikido-php-firewall.x86_64.deb
2424
2525# 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.0.115 "
4+ Version = "1.0.116 "
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.0.115 "
6+ #define PHP_AIKIDO_VERSION " 1.0.116 "
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.0.115 "
17+ Version = "1.0.116 "
1818)
Original file line number Diff line number Diff line change 11Name: aikido-php-firewall
2- Version: 1.0.115
2+ Version: 1.0.116
33Release: 1
44Summary: Aikido PHP Extension
55License: GPL
You can’t perform that action at this time.
0 commit comments