Compare commits

...

3 Commits

Author SHA1 Message Date
Raul Ochoa
ac499eb0cd Merge pull request #740 from CartoDB/2.86.1-fix-pg-vulnerability
2.86.1 fix pg vulnerability
2017-09-01 17:12:02 +02:00
Simon
8071967ff1 trying another travis configuration for postgres9.5 2017-09-01 13:11:28 +02:00
Simon
d47f1762da Adding a new cartodb-psql fixing a pg vulnerability 2017-09-01 13:06:19 +02:00
4 changed files with 1306 additions and 1232 deletions

View File

@@ -4,7 +4,10 @@ addons:
postgresql: "9.5"
apt:
packages:
- postgresql-9.5-postgis-2.3
- postgresql-contrib-9.5
- postgresql-plpython-9.5
- postgis
- pkg-config
- libcairo2-dev
- libjpeg8-dev

View File

@@ -1,5 +1,12 @@
# Changelog
## 2.86.2
Released 2017-09-01
Bug fixes:
- Adding a new cartodb-psql fixing a pg vulnerability
## 2.86.1
Released 2016-12-02

2524
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.86.1",
"version": "2.86.2",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@@ -21,7 +21,7 @@
"dependencies": {
"body-parser": "~1.14.0",
"camshaft": "0.48.4",
"cartodb-psql": "~0.6.1",
"cartodb-psql": "0.10.1",
"cartodb-query-tables": "~0.1.0",
"cartodb-redis": "0.13.1",
"debug": "~2.2.0",