Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #22 from e7d/develop
Browse files Browse the repository at this point in the history
Neap Box 1.3.1
  • Loading branch information
e7d authored Dec 22, 2016
2 parents 0a60810 + ce81fdf commit 8d10d3e
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 17 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
## v1.3.1 (2016-12-22)
* added apt packages clean
* updated VirtualBox Guest additions to version 5.1.12
* updated Redis to version 3.2.6
* updated PHP and PHP-FPM to version 7.0.14
* updated Xdebug to version 2.5.0
* updated Composer to version 1.2.4
* updated NodeJS to version 6.9.2
* updated NPM to version 4.0.5
* updated Newman to version 3.3.1
* updated FFmpeg to version 2.8.9
* updated UnrealIRCd to version 4.0.9
* fixed config settings for UnrealIRCd 4.0.9

## v1.3.0 (2016-10-31)
* updated Debian Jessie to version 8.6
* updated VirtualBox Guest additions to version 5.1.8
* updated Lets Encrypt Certbot to version 0.9.3
* updated PostgreSQL to version 9.6.1
* updated MailCatcher to version 0.6.5
* updated Redis to version 3.2.4
* updated MailCatcher to version 0.6.5
* updated nginx to version 1.10.2
* updated OpenSSL to version 1.0.2j
* updated nginx-rtmp-module to version 1.1.10
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project aims to give you the necessary tools to build yourself the Neap Box

## About

**Version:** 1.3.0
**Version:** 1.3.1
**Web:** Coming later, [box.neap.io](http://box.neap.io)
**Project Owner:** Michaël "[e7d](https://github.com/e7d)" Ferrand

Expand Down Expand Up @@ -53,23 +53,23 @@ Neap box uses Vagrant's [shell provisioner](https://docs.vagrantup.com/v2/provis
Once Vagrant is done provisioning the VM, you will have a box containing:

* [Debian](https://www.debian.org/) Jessie 8.6, as operating system, with:
* [VirtualBox](https://www.virtualbox.org/) Guest Additions 5.1.8
* [VirtualBox](https://www.virtualbox.org/) Guest Additions 5.1.12
* [Let's Encrypt Certbot](https://certbot.eff.org/) 0.9.3, as SSL certificate generator
* [jq](https://stedolan.github.io/jq/) 1.5, as JSON processor
* [PostgreSQL](http://www.postgresql.org/) 9.6.1, as database system
* [Redis](http://redis.io/) 3.2.4, as data structure store
* [Redis](http://redis.io/) 3.2.6, as data structure store
* [MailCatcher](https://mailcatcher.me/) 0.6.5 as mail catching server
* [nginx](http://nginx.org/) 1.10.2, as web server, with:
* [OpenSSL](https://www.openssl.org/) 1.0.2j, as SSL module
* [nginx-rtmp-module](https://github.com/arut/nginx-rtmp-module) 1.1.10, as streaming handler (RTMP, HLS and DASH protocols)
* [PHP](http://php.net/) 7.0.12, as server-side scripting language, with:
* [PHP-FPM](http://php-fpm.org/) 7.0.12, as PHP process manager
* [PHP](http://php.net/) 7.0.14, as server-side scripting language, with:
* [PHP-FPM](http://php-fpm.org/) 7.0.14, as PHP process manager
* [PhpRedis](https://github.com/phpredis/phpredis) 3.0.0, as PHP extension for Redis
* [Xdebug](http://xdebug.org/) 2.4.1, as debugger and profiler tool
* [Composer](https://getcomposer.org/) 1.2.1, as dependency manager
* [NodeJS](https://nodejs.org/) 6.9.1, as JavaScript runtime
* [NPM](https://www.npmjs.com/) 3.10.9, as JavaScript package Manager
* [Newman](https://github.com/postmanlabs/newman) 3.2.0, as [Postman](http://getpostman.com/) collection runner
* [FFmpeg](https://www.ffmpeg.org/) 2.8.8, as media converter
* [UnrealIRCd](https://www.unrealircd.org/) 4.0.7, as IRC server daemon, with:
* [Xdebug](http://xdebug.org/) 2.5.0, as debugger and profiler tool
* [Composer](https://getcomposer.org/) 1.2.4, as dependency manager
* [NodeJS](https://nodejs.org/) 6.9.2, as JavaScript runtime
* [NPM](https://www.npmjs.com/) 4.0.5, as JavaScript package Manager
* [Newman](https://github.com/postmanlabs/newman) 3.3.1, as [Postman](http://getpostman.com/) collection runner
* [FFmpeg](https://www.ffmpeg.org/) 2.8.9, as media converter
* [UnrealIRCd](https://www.unrealircd.org/) 4.0.9, as IRC server daemon, with:
* [Anope](https://www.anope.org/) 2.0.4, as IRC services daemon
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion bootstrap/build-redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ 0 != $(id -u) ]; then
exit 1
fi

REDIS_VERSION=3.2.4 # http://redis.io/download
REDIS_VERSION=3.2.6 # http://redis.io/download

try
(
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/build-unreal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ 0 != $(id -u) ]; then
exit 1
fi

UNREAL_VERSION=4.0.7 # https://www.unrealircd.org/download/4.0/
UNREAL_VERSION=4.0.9 # https://www.unrealircd.org/download/4.0/

try
(
Expand Down
4 changes: 4 additions & 0 deletions bootstrap/prepare-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ try
cp /vagrant/resources/shutdown.sh /usr/local/sbin/shutdown
chmod +x /usr/local/sbin/shutdown

echo "Clean local packages list"
apt-get clean
sudo rm -rf /var/lib/apt/lists/*

echo "Update packages to the latest version"
export DEBIAN_FRONTEND=noninteractive
apt-get -y -q update
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "e7d/neap-box",
"versions": [
{
"version": "1.3.0",
"version": "1.3.1",
"providers": [{
"name": "virtualbox",
"url": "neap.box"
Expand Down
1 change: 1 addition & 0 deletions resources/unrealircd/src/config.settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ LOGDIR="/etc/unrealircd/logs"
CACHEDIR="/etc/unrealircd/cache"
DOCDIR="/etc/unrealircd/doc"
TMPDIR="/etc/unrealircd/tmp"
LIBDIR="/etc/unrealircd/lib"
PREFIXAQ="1"
MAXSENDQLENGTH="3000000"
MAXCONNECTIONS="1024"
Expand Down

0 comments on commit 8d10d3e

Please sign in to comment.