chg: [installer] Latest update

pull/6783/head
Steve Clement 2020-12-21 13:24:02 +09:00
parent c6c34564ca
commit 62571cc27f
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
7 changed files with 31 additions and 8 deletions

View File

@ -1749,7 +1749,7 @@ mispmodules () {
cd build
$SUDO_CMD cmake .. && $SUDO_CMD make
sudo make install
cd /usr/loca/src/faup
cd /usr/local/src/faup
# Install faup
$SUDO_CMD mkdir -p build
cd build

View File

@ -1,5 +1,5 @@
; Generated by RHash v1.3.9 on 2020-12-17 at 18:19.38
; Generated by RHash v1.3.9 on 2020-12-21 at 13:17.32
; Written by Kravchenko Aleksey (Akademgorodok) - http://rhash.sf.net/
;
; 136949 18:19.37 2020-12-17 INSTALL.sh
INSTALL.sh 820CE340D40A593709B8E7F59A308ABD73096375 5CC0A05CD42CC364C6C015C8699739A3FEDA920F0865A96C25BF4D0C3C3D270A F156D957B70BA034DD50997067E632A05C0B31C2078EE89E8ABC11E85944F30C323BF405B90F06A51E467F7B7E75A9C1 56FA1930541A6DAE16A03CF2AADE3CC8BFCF4C48E35CB229BF04393389A5A64E2A4013036B235C1812885FB563B15BFACB1DB02C8DAEDACE73F18E390281C557
; 136950 13:17.32 2020-12-21 INSTALL.sh
INSTALL.sh 8E401EC63F5A98AC610B56C831A949A9B494D9E8 94F6F2F0B8333274CFDC7443DC5275F71966CF4BC50B93A852F2FDCC173C4457 7A860CA5535CEBF450D71F141185E5A12767BE9A475F1E78276C442FE73C5A37F75927AF6F85FA5584FC641AC2259DE2 5A24D0523F2994DD2A5D2C4B831D1CFD66F9CD44DB7168709AEADC47CBF6ED4B9D3485639713AE97C23C3AAE4408C4BD4D39E03B2AEDABCF3B574C30ECF14CD6

View File

@ -1 +1 @@
820ce340d40a593709b8e7f59a308abd73096375 INSTALL.sh
8e401ec63f5a98ac610b56c831a949a9b494d9e8 INSTALL.sh

View File

@ -1 +1 @@
5cc0a05cd42cc364c6c015c8699739a3feda920f0865a96c25bf4d0c3c3d270a INSTALL.sh
94f6f2f0b8333274cfdc7443dc5275f71966cf4bc50b93a852f2fdcc173c4457 INSTALL.sh

View File

@ -1 +1 @@
f156d957b70ba034dd50997067e632a05c0b31c2078ee89e8abc11e85944f30c323bf405b90f06a51e467f7b7e75a9c1 INSTALL.sh
7a860ca5535cebf450d71f141185e5a12767be9a475f1e78276c442fe73c5a37f75927af6f85fa5584fc641ac2259de2 INSTALL.sh

View File

@ -1 +1 @@
56fa1930541a6dae16a03cf2aade3cc8bfcf4c48e35cb229bf04393389a5a64e2a4013036b235c1812885fb563b15bfacb1db02c8daedace73f18e390281c557 INSTALL.sh
5a24d0523f2994dd2a5d2c4b831d1cfd66f9cd44db7168709aeadc47cbf6ed4b9d3485639713ae97c23c3aae4408c4bd4d39e03b2aedabcf3b574c30ecf14cd6 INSTALL.sh

View File

@ -4,8 +4,17 @@ Changelog
v2.4 aka 2.4 for ever (current changelog)
------------------------
New
---
- [Statistics shell] Added new statistics shell. [iglocska]
- (R)etrieval (o)f (m)etrics (m)atrix (e)xtended (f)or (s)tatistics
- run it via /var/www/MISP/app/Console/cake Statistics rommelfs
Changes
-------
- [misp-objects] updated to the latest version. [Alexandre Dulaunoy]
- [installer] update to latest. [Steve Clement]
- [fix] typo. [Steve Clement]
- [doc] OpenBSD 6.8 update. [Steve Clement]
@ -14,11 +23,25 @@ Changes
Fix
---
- [installer] Typo. [Steve Clement]
- [statistics] Local org flag fixed to show the correct count.
[iglocska]
- [mistake in a comment fixed] [iglocska]
- [internal] sharing_group graph missing org_ids - throwing notices.
[iglocska]
- [internal] further promises removed from the galaxy model. [iglocska]
- easier than getting people to stop using EOL software
- [installer] type in php-bcmath package. [Steve Clement]
- [installer] forgot to add sfv. [Steve Clement]
- [internal] removed function promises in crud component. [iglocska]
- to appease EOL php versions...
- [delegation] invalid user call. [iglocska]
Other
-----
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
- Merge pull request #6767 from SteveClement/guides. [Steve Clement]
- Merge pull request #6764 from Natsec/patch-1. [Andras Iklody]