We will update our Ubuntu 14.04 build image between 5th and 6th Oct.
Python
Adding 3.5.2
Python 3.5.2 will be pre-installed.
Adding 2.7.12
Python 2.7.12 will be pre-installed.
Removing 3.5.0
Python 3.5.0 will not be pre-installed anymore since 3.5.2 will be pre-installed.
If you wish to continue using 3.5.0, you can add the following to your circle.yml.
machine:
python:
version: 3.5.0
pre:
- sudo USE_PRECOMPILE=true circleci-install python 3.5.0
PHP
Adding 7.0.11
PHP 7.0.11 will be pre-installed.
Removing 7.0.3
PHP 7.0.3 will not be pre-installed anymore since 7.0.11 will be pre-installed.
If you wish to continue using 7.0.3, you can add the following to your circle.yml.
machine:
php:
version: 7.0.3
pre:
- sudo USE_PRECOMPILE=true circleci-install php 7.0.3
Java
Java 8 Update 102 (8u102)
We are updating Java 8 to 8u102.
Scala (sbt)
The following version will be added.
0.13.10
0.13.11
0.13.12
QT
We will pre-install Qt 5.5. The current version, 5.2, will be kept and continued to be the default version and 5.5 will be installed under /opt/qt55
in order to keep the compatibility. You can enable 5.5 with the following circle.yml.
machine:
pre:
- echo 'source /opt/qt55/bin/qt55-env.sh' >> /home/ubuntu/.circlerc
If you are using capybara-webkit and need to re-compile with QT 5.5, you need declare QMAKE env var.
machine:
environment:
QMAKE: /opt/qt55/bin/qmake
Please also make sure to expunge cache so that the gem is built from the scratch.
Google Chrome 53
Google chrome browser will be updated to 53.
Chrome Driver 2.23
Chrome driver will be updated to 2.23.
Firefox 47
Firefox will be updated to 47.01
Bug fix
Unable to switch to openjdk7
There was a bug that /usr/bin/java
still points to the default verrsion of Java, oraclejdk8, even though openjdk7 is specified in circle.yml. This will be fixed in this update.
All changes
--- versions.json.before 2016-10-04 04:03:06.072279514 +0000
+++ /tmp/circle-artifacts.6HsV1R3/versions.json 2016-10-04 04:03:04.856311055 +0000
@@ -1,12 +1,12 @@
{
"summary": {
- "build-image": "trusty-645-0f3f4aa",
- "google-chrome": "50.0.2661.102",
- "chromedriver": "2.21.371461",
- "firefox": "46.0.1",
+ "build-image": "trusty-686-4b27c7c",
+ "google-chrome": "53.0.2785.101",
+ "chromedriver": "2.23.409687",
+ "firefox": "47.0.1",
"mongod": "3.0.7",
- "psql": "9.5.3",
- "mysqld": "5.7.14",
+ "psql": "9.5.4",
+ "mysqld": "5.7.15",
"ruby": {
"default": "2.2.4p230",
"all": [
@@ -19,13 +19,14 @@
],
"gem": "2.4.5.1",
"rvm": "1.27.0 (master)",
- "bundler": "1.12.5"
+ "bundler": "1.13.2"
},
"python": {
"default": "2.7.11",
"all": [
"2.7.10",
"2.7.11",
+ "2.7.12",
"3.1.4",
"3.1.5",
"3.2.5",
@@ -34,8 +35,8 @@
"3.3.6",
"3.4.3",
"3.4.4",
- "3.5.0",
"3.5.1",
+ "3.5.2",
"pypy-1.9",
"pypy-2.6.1",
"pypy-4.0.1"
@@ -51,6 +52,7 @@
"v4.1.2",
"v4.2.6",
"v4.3.0",
+ "v4.5.0",
"v5.0.0",
"v5.1.1",
"v5.2.0",
@@ -73,13 +75,13 @@
"5.6.17",
"5.6.18",
"5.6.22",
- "7.0.3",
+ "7.0.11",
"7.0.4",
"7.0.7"
]
},
"java": {
- "default": "1.8.0_40",
+ "default": "1.8.0_102",
"all": [
"java-7-openjdk-amd64",
"java-8-openjdk-amd64",
@@ -99,6 +101,9 @@
},
"scala": {
"all": [
+ "0.13.10",
+ "0.13.11",
+ "0.13.12",
"0.13.5",
"0.13.6",
"0.13.7",
@@ -108,7 +113,7 @@
},
"redis": "2.8.4",
"memcached": "1.4.14",
- "git": "2.9.2",
+ "git": "2.9.3",
"gcc": "4.8.4",
"g++": "4.8.4",
"cc": "4.8.4",
@@ -129,9 +134,9 @@
"phantomjs": "2.1.1",
"docker": "1.9.1",
"docker-compose": "1.5.2",
- "heroku-toolbelt": "3.43.9",
- "gcloud": "119.0.0",
- "aws-cli": "1.10.51",
+ "heroku-toolbelt": "3.43.12",
+ "gcloud": "128.0.0",
+ "aws-cli": "1.10.67",
"android": {
"build-tool": "24.4.1",
"build-tools": [
@@ -220,6 +225,7 @@
"circleci-nodejs-4.1.2": "1",
"circleci-nodejs-4.2.6": "1",
"circleci-nodejs-4.3.0": "1",
+ "circleci-nodejs-4.5.0": "1",
"circleci-nodejs-5.0.0": "1",
"circleci-nodejs-5.1.1": "1",
"circleci-nodejs-5.2.0": "1",
@@ -235,11 +241,12 @@
"circleci-php-5.6.17": "5",
"circleci-php-5.6.18": "5",
"circleci-php-5.6.22": "5",
- "circleci-php-7.0.3": "5",
+ "circleci-php-7.0.11": "5",
"circleci-php-7.0.4": "5",
"circleci-php-7.0.7": "5",
"circleci-python-2.7.10": "1",
"circleci-python-2.7.11": "1",
+ "circleci-python-2.7.12": "1",
"circleci-python-3.1.4": "1",
"circleci-python-3.1.5": "1",
"circleci-python-3.2.5": "1",
@@ -248,8 +255,8 @@
"circleci-python-3.3.6": "1",
"circleci-python-3.4.3": "1",
"circleci-python-3.4.4": "1",
- "circleci-python-3.5.0": "1",
"circleci-python-3.5.1": "1",
+ "circleci-python-3.5.2": "1",
"circleci-python-pypy-1.9": "1",
"circleci-python-pypy-2.6.1": "1",
"circleci-python-pypy-4.0.1": "1",
@@ -279,7 +286,7 @@
"cron": "3.0pl1-124ubuntu2",
"cryptsetup": "2:1.6.1-1ubuntu1",
"cryptsetup-bin": "2:1.6.1-1ubuntu1",
- "curl": "7.35.0-1ubuntu2.7",
+ "curl": "7.35.0-1ubuntu2.9",
"daemon": "0.6.4-1",
"dash": "0.5.7-4ubuntu1",
"dbus": "1.6.18-0ubuntu4.3",
@@ -350,13 +357,14 @@
"fakeroot": "1.20-3ubuntu2",
"file": "1:5.14-2ubuntu3.3",
"findutils": "4.4.2-7",
- "firefox": "46.0.1+build1-0ubuntu0.14.04.3",
- "fontconfig": "2.11.0-0ubuntu4.1",
- "fontconfig-config": "2.11.0-0ubuntu4.1",
+ "firefox-mozilla-build": "47.0.1-0ubuntu1",
+ "fontconfig": "2.11.0-0ubuntu4.2",
+ "fontconfig-config": "2.11.0-0ubuntu4.2",
"fonts-dejavu-core": "2.34-1ubuntu1",
"fonts-dejavu-extra": "2.34-1ubuntu1",
"fonts-liberation": "1.07.3-3",
"fonts-ubuntu-font-family-console": "0.80-0ubuntu6",
+ "freetds-common": "0.91-5",
"friendly-recovery": "0.2.25",
"ftp": "0.17-28",
"fuse": "2.9.2-4ubuntu4.14.04.1",
@@ -382,15 +390,15 @@
"ghc-8.0.1": "8.0.1-10~trusty",
"ghostscript": "9.10~dfsg-0ubuntu10.4",
"gir1.2-freedesktop": "1.40.0-1ubuntu0.2",
- "gir1.2-gdkpixbuf-2.0": "2.30.7-0ubuntu1.2",
+ "gir1.2-gdkpixbuf-2.0": "2.30.7-0ubuntu1.6",
"gir1.2-glib-2.0": "1.40.0-1ubuntu0.2",
"gir1.2-gst-plugins-base-1.0": "1.2.4-1~ubuntu2",
"gir1.2-gstreamer-1.0": "1.2.4-0ubuntu1",
"gir1.2-rsvg-2.0": "2.40.2-1",
- "git": "1:2.9.2-0ppa1~ubuntu14.04.1",
- "git-man": "1:2.9.2-0ppa1~ubuntu14.04.1",
+ "git": "1:2.9.3-0ppa1~ubuntu14.04.1",
+ "git-man": "1:2.9.3-0ppa1~ubuntu14.04.1",
"gnupg": "1.4.16-1ubuntu2.3",
- "google-chrome-stable": "50.0.2661.102-1",
+ "google-chrome-stable": "53.0.2785.101-1",
"gpgv": "1.4.16-1ubuntu2.3",
"grep": "2.16-1",
"groff-base": "1.22.2-5",
@@ -402,8 +410,8 @@
"gzip": "1.6-3ubuntu1",
"happy-1.19.5": "1.19.5-2~trusty",
"hdparm": "9.43-1ubuntu3",
- "heroku": "3.43.9",
- "heroku-toolbelt": "3.43.9",
+ "heroku": "3.43.12",
+ "heroku-toolbelt": "3.43.12",
"hicolor-icon-theme": "0.13-1",
"hostname": "3.15ubuntu1",
"htop": "1.0.2-3",
@@ -449,7 +457,7 @@
"libalgorithm-diff-perl": "1.19.02-3",
"libalgorithm-diff-xs-perl": "0.04-2build4",
"libalgorithm-merge-perl": "0.08-2",
- "libapache2-mod-php5": "5.5.9+dfsg-1ubuntu4.17",
+ "libapache2-mod-php5": "5.5.9+dfsg-1ubuntu4.19",
"libapparmor-perl": "2.8.95~2430-0ubuntu5.3",
"libapparmor1:amd64": "2.8.95~2430-0ubuntu5.3",
"libappindicator1": "12.10.1+13.10.20130920-0ubuntu4.1",
@@ -485,10 +493,10 @@
"libaudit-common": "1:2.3.2-2ubuntu1",
"libaudit1:amd64": "1:2.3.2-2ubuntu1",
"libav-tools": "6:9.18-0ubuntu0.14.04.1",
- "libavahi-client3:amd64": "0.6.31-4ubuntu1",
- "libavahi-common-data:amd64": "0.6.31-4ubuntu1",
- "libavahi-common3:amd64": "0.6.31-4ubuntu1",
- "libavahi-glib1:amd64": "0.6.31-4ubuntu1",
+ "libavahi-client3:amd64": "0.6.31-4ubuntu1.1",
+ "libavahi-common-data:amd64": "0.6.31-4ubuntu1.1",
+ "libavahi-common3:amd64": "0.6.31-4ubuntu1.1",
+ "libavahi-glib1:amd64": "0.6.31-4ubuntu1.1",
"libavcodec54:amd64": "6:9.18-0ubuntu0.14.04.1",
"libavdevice53:amd64": "6:9.18-0ubuntu0.14.04.1",
"libavfilter3:amd64": "6:9.18-0ubuntu0.14.04.1",
@@ -540,9 +548,9 @@
"libcups2:amd64": "1.7.2-0ubuntu1.7",
"libcupsfilters1:amd64": "1.0.52-0ubuntu1.7",
"libcupsimage2:amd64": "1.7.2-0ubuntu1.7",
- "libcurl3:amd64": "7.35.0-1ubuntu2.7",
+ "libcurl3:amd64": "7.35.0-1ubuntu2.9",
"libcurl3-gnutls:amd64": "7.35.0-1ubuntu2.6",
- "libcurl4-openssl-dev:amd64": "7.35.0-1ubuntu2.7",
+ "libcurl4-openssl-dev:amd64": "7.35.0-1ubuntu2.9",
"libcurses-perl": "1.28-1build3",
"libcurses-ui-perl": "0.9609-1",
"libcwidget3": "0.5.16-3.5ubuntu1",
@@ -596,8 +604,8 @@
"libfile-mimeinfo-perl": "0.22-1",
"libfile-next-perl": "1.12-1",
"libflac8:amd64": "1.3.0-2ubuntu0.14.04.1",
- "libfontconfig1:amd64": "2.11.0-0ubuntu4.1",
- "libfontconfig1-dev": "2.11.0-0ubuntu4.1",
+ "libfontconfig1:amd64": "2.11.0-0ubuntu4.2",
+ "libfontconfig1-dev": "2.11.0-0ubuntu4.2",
"libfontenc1:amd64": "1:1.1.2-1",
"libfreetype6:amd64": "2.5.2-1ubuntu2.5",
"libfreetype6-dev": "2.5.2-1ubuntu2.5",
@@ -614,15 +622,15 @@
"libgconf2-4:amd64": "3.2.6-0ubuntu2",
"libgcr-3-common": "3.10.1-1",
"libgcr-base-3-1:amd64": "3.10.1-1",
- "libgcrypt11:amd64": "1.5.3-2ubuntu4.3",
- "libgcrypt11-dev": "1.5.3-2ubuntu4.3",
- "libgd3:amd64": "2.1.0-3ubuntu0.2",
+ "libgcrypt11:amd64": "1.5.3-2ubuntu4.4",
+ "libgcrypt11-dev": "1.5.3-2ubuntu4.4",
+ "libgd3:amd64": "2.1.0-3ubuntu0.3",
"libgdal1h": "1.10.1+dfsg-5ubuntu1",
"libgdbm-dev": "1.8.3-12build1",
"libgdbm3:amd64": "1.8.3-12build1",
- "libgdk-pixbuf2.0-0:amd64": "2.30.7-0ubuntu1.2",
- "libgdk-pixbuf2.0-common": "2.30.7-0ubuntu1.2",
- "libgdk-pixbuf2.0-dev": "2.30.7-0ubuntu1.2",
+ "libgdk-pixbuf2.0-0:amd64": "2.30.7-0ubuntu1.6",
+ "libgdk-pixbuf2.0-common": "2.30.7-0ubuntu1.6",
+ "libgdk-pixbuf2.0-dev": "2.30.7-0ubuntu1.6",
"libgeoclue0:amd64": "0.12.99-3ubuntu1",
"libgeoip1:amd64": "1.6.0-1",
"libgeos-3.4.2": "3.4.2-4ubuntu1",
@@ -687,7 +695,7 @@
"libgusb2:amd64": "0.1.6-5",
"libgvc6": "2.36.0-0ubuntu3.1",
"libgvpr2": "2.36.0-0ubuntu3.1",
- "libharfbuzz0b:amd64": "0.9.27-1ubuntu1",
+ "libharfbuzz0b:amd64": "0.9.27-1ubuntu1.1",
"libhcrypto4-heimdal:amd64": "1.6~git20131207+dfsg-1ubuntu1.1",
"libhdf4-0-alt": "4.2r10-0ubuntu1",
"libhdf5-7:amd64": "1.8.11-5ubuntu7",
@@ -700,8 +708,8 @@
"libicu52:amd64": "52.1-3ubuntu0.4",
"libidl-common": "0.8.14-0.2ubuntu4",
"libidl0:amd64": "0.8.14-0.2ubuntu4",
- "libidn11:amd64": "1.28-1ubuntu2",
- "libidn11-dev": "1.28-1ubuntu2",
+ "libidn11:amd64": "1.28-1ubuntu2.1",
+ "libidn11-dev": "1.28-1ubuntu2.1",
"libieee1284-3:amd64": "0.2.11-12",
"libijs-0.35": "0.35-8build1",
"libilmbase-dev": "1.0.1-6ubuntu1",
@@ -789,10 +797,11 @@
"libmpc3:amd64": "1.0.1-1ubuntu1",
"libmpdec2:amd64": "2.4.0-6",
"libmpfr4:amd64": "3.1.2-1",
- "libmysqlclient-dev": "5.7.14-1ubuntu14.04",
+ "libmtdev1:amd64": "1.1.4-1ubuntu1",
+ "libmysqlclient-dev": "5.7.15-1ubuntu14.04",
"libmysqlclient18:amd64": "5.5.50-0ubuntu0.14.04.1",
- "libmysqlclient20:amd64": "5.7.14-1ubuntu14.04",
- "libmysqld-dev": "5.7.14-1ubuntu14.04",
+ "libmysqlclient20:amd64": "5.7.15-1ubuntu14.04",
+ "libmysqld-dev": "5.7.15-1ubuntu14.04",
"libncurses5:amd64": "5.9+20140118-1ubuntu1",
"libncurses5-dev:amd64": "5.9+20140118-1ubuntu1",
"libncursesw5:amd64": "5.9+20140118-1ubuntu1",
@@ -859,14 +868,15 @@
"libpolkit-gobject-1-0:amd64": "0.105-4ubuntu3.14.04.1",
"libpoppler44:amd64": "0.24.5-2ubuntu4.4",
"libpopt0:amd64": "1.16-8ubuntu1",
- "libpq-dev": "9.5.3-1.pgdg14.04+1",
- "libpq5:amd64": "9.5.3-1.pgdg14.04+1",
+ "libpq-dev": "9.5.4-1.pgdg14.04+1",
+ "libpq5:amd64": "9.5.4-1.pgdg14.04+1",
"libprocps3:amd64": "1:3.3.9-1ubuntu2.2",
"libproj0": "4.8.0-2ubuntu2",
"libprotobuf-dev:amd64": "2.5.0-9ubuntu1",
"libprotobuf-lite8:amd64": "2.5.0-9ubuntu1",
"libprotobuf8:amd64": "2.5.0-9ubuntu1",
"libprotoc8:amd64": "2.5.0-9ubuntu1",
+ "libproxy1:amd64": "0.4.11-0ubuntu4",
"libpthread-stubs0-dev:amd64": "0.3-4",
"libpulse0:amd64": "1:4.0-0ubuntu11.1",
"libpython-stdlib:amd64": "2.7.5-5ubuntu3",
@@ -874,9 +884,9 @@
"libpython2.7-minimal:amd64": "2.7.6-8ubuntu0.2",
"libpython2.7-stdlib:amd64": "2.7.6-8ubuntu0.2",
"libpython3-stdlib:amd64": "3.4.0-0ubuntu2",
- "libpython3.4:amd64": "3.4.3-1ubuntu1~14.04.3",
- "libpython3.4-minimal:amd64": "3.4.3-1ubuntu1~14.04.3",
- "libpython3.4-stdlib:amd64": "3.4.3-1ubuntu1~14.04.3",
+ "libpython3.4:amd64": "3.4.3-1ubuntu1~14.04.4",
+ "libpython3.4-minimal:amd64": "3.4.3-1ubuntu1~14.04.4",
+ "libpython3.4-stdlib:amd64": "3.4.3-1ubuntu1~14.04.4",
"libqt53d5:amd64": "5.0~git20130731-0ubuntu5",
"libqt5concurrent5:amd64": "5.2.1+dfsg-1ubuntu14.3",
"libqt5core5a:amd64": "5.2.1+dfsg-1ubuntu14.3",
@@ -946,14 +956,15 @@
"libsqlite3-0:amd64": "3.8.2-1ubuntu2.1",
"libsqlite3-dev:amd64": "3.8.2-1ubuntu2.1",
"libss2:amd64": "1.42.9-3ubuntu1.3",
- "libssl-dev:amd64": "1.0.1f-1ubuntu2.19",
+ "libssl-dev:amd64": "1.0.1f-1ubuntu2.21",
"libssl-doc": "1.0.1f-1ubuntu2.19",
- "libssl1.0.0:amd64": "1.0.1f-1ubuntu2.19",
+ "libssl1.0.0:amd64": "1.0.1f-1ubuntu2.21",
"libstartup-notification0:amd64": "0.12-3ubuntu1",
"libstdc++-4.8-dev:amd64": "4.8.4-2ubuntu1~14.04.3",
"libstdc++6:amd64": "4.8.4-2ubuntu1~14.04.3",
"libsub-name-perl": "0.05-1build4",
"libswscale2:amd64": "6:9.18-0ubuntu0.14.04.1",
+ "libsybdb5:amd64": "0.91-5",
"libsys-hostname-long-perl": "1.4-3",
"libsystemd-daemon0:amd64": "204-5ubuntu20.18",
"libsystemd-journal0:amd64": "204-5ubuntu20.19",
@@ -981,6 +992,7 @@
"libtinfo5:amd64": "5.9+20140118-1ubuntu1",
"libtk8.6:amd64": "8.6.1-3ubuntu2",
"libtool": "2.4.2-1.7ubuntu1",
+ "libts-0.0-0:amd64": "1.0-12",
"libtsan0:amd64": "4.8.4-2ubuntu1~14.04.3",
"libtxc-dxtn-s2tc0:amd64": "0~git20131104-1.1",
"libudev1:amd64": "204-5ubuntu20.18",
@@ -1103,7 +1115,7 @@
"libxxf86vm1:amd64": "1:1.1.3-1",
"libyaml-0-2:amd64": "0.1.4-3ubuntu3.1",
"libyaml-dev:amd64": "0.1.4-3ubuntu3.1",
- "linux-libc-dev:amd64": "3.13.0-92.139",
+ "linux-libc-dev:amd64": "3.13.0-95.142",
"lksctp-tools": "1.0.15+dfsg-1",
"llvm": "1:3.4-0ubuntu1",
"llvm-3.4": "1:3.4-1ubuntu3",
@@ -1149,11 +1161,11 @@
"mtr-tiny": "0.85-2",
"multiarch-support": "2.19-0ubuntu6.7",
"mysql-apt-config": "0.6.0-1",
- "mysql-client": "5.7.14-1ubuntu14.04",
- "mysql-common": "5.7.14-1ubuntu14.04",
- "mysql-community-client": "5.7.14-1ubuntu14.04",
- "mysql-community-server": "5.7.14-1ubuntu14.04",
- "mysql-server": "5.7.14-1ubuntu14.04",
+ "mysql-client": "5.7.15-1ubuntu14.04",
+ "mysql-common": "5.7.15-1ubuntu14.04",
+ "mysql-community-client": "5.7.15-1ubuntu14.04",
+ "mysql-community-server": "5.7.15-1ubuntu14.04",
+ "mysql-server": "5.7.15-1ubuntu14.04",
"nano": "2.2.6-1ubuntu1",
"ncurses-base": "5.9+20140118-1ubuntu1",
"ncurses-bin": "5.9+20140118-1ubuntu1",
@@ -1170,9 +1182,9 @@
"odbcinst": "2.2.14p2-5ubuntu5",
"odbcinst1debian2:amd64": "2.2.14p2-5ubuntu5",
"open-vm-tools": "2:9.4.0-1280544-5ubuntu6.2",
- "openjdk-7-jdk:amd64": "7u101-2.6.6-0ubuntu0.14.04.1",
- "openjdk-7-jre:amd64": "7u101-2.6.6-0ubuntu0.14.04.1",
- "openjdk-7-jre-headless:amd64": "7u101-2.6.6-0ubuntu0.14.04.1",
+ "openjdk-7-jdk:amd64": "7u111-2.6.7-0ubuntu0.14.04.3",
+ "openjdk-7-jre:amd64": "7u111-2.6.7-0ubuntu0.14.04.3",
+ "openjdk-7-jre-headless:amd64": "7u111-2.6.7-0ubuntu0.14.04.3",
"openjdk-8-jdk:amd64": "8u91-b14-0ubuntu4~14.04",
"openjdk-8-jdk-headless:amd64": "8u91-b14-0ubuntu4~14.04",
"openjdk-8-jre:amd64": "8u91-b14-0ubuntu4~14.04",
@@ -1192,10 +1204,10 @@
"perl-base": "5.18.2-2ubuntu1",
"perl-modules": "5.18.2-2ubuntu1",
"pgdg-keyring": "2014.1",
- "php5-cli": "5.5.9+dfsg-1ubuntu4.17",
- "php5-common": "5.5.9+dfsg-1ubuntu4.17",
+ "php5-cli": "5.5.9+dfsg-1ubuntu4.19",
+ "php5-common": "5.5.9+dfsg-1ubuntu4.19",
"php5-json": "1.3.2-2build1",
- "php5-readline": "5.5.9+dfsg-1ubuntu4.17",
+ "php5-readline": "5.5.9+dfsg-1ubuntu4.19",
"pkg-config": "0.26-1ubuntu4",
"plymouth": "0.8.8-0ubuntu17.1",
"plymouth-theme-ubuntu-text": "0.8.8-0ubuntu17.1",
@@ -1207,13 +1219,13 @@
"popularity-contest": "1.57ubuntu1",
"postgis": "2.2.2+dfsg-4.pgdg14.04+1",
"postgis-doc": "2.2.2+dfsg-4.pgdg14.04+1",
- "postgresql-9.5": "9.5.3-1.pgdg14.04+1",
+ "postgresql-9.5": "9.5.4-1.pgdg14.04+1",
"postgresql-9.5-postgis-2.2": "2.2.2+dfsg-4.pgdg14.04+1",
"postgresql-9.5-postgis-2.2-scripts": "2.2.2+dfsg-4.pgdg14.04+1",
- "postgresql-client-9.5": "9.5.3-1.pgdg14.04+1",
+ "postgresql-client-9.5": "9.5.4-1.pgdg14.04+1",
"postgresql-client-common": "175.pgdg14.04+1",
"postgresql-common": "175.pgdg14.04+1",
- "postgresql-contrib-9.5": "9.5.3-1.pgdg14.04+1",
+ "postgresql-contrib-9.5": "9.5.4-1.pgdg14.04+1",
"powermgmt-base": "1.31build1",
"ppp": "2.4.5-5.1ubuntu2.2",
"pppconfig": "2.3.19ubuntu1",
@@ -1288,11 +1300,16 @@
"python3-pycurl": "7.19.3-0ubuntu3",
"python3-software-properties": "0.92.37.7",
"python3-update-manager": "1:0.196.14",
- "python3.4": "3.4.3-1ubuntu1~14.04.3",
- "python3.4-minimal": "3.4.3-1ubuntu1~14.04.3",
- "qemu-utils": "2.0.0+dfsg-2ubuntu1.25",
+ "python3.4": "3.4.3-1ubuntu1~14.04.4",
+ "python3.4-minimal": "3.4.3-1ubuntu1~14.04.4",
+ "qemu-utils": "2.0.0+dfsg-2ubuntu1.27",
"qt5-default:amd64": "5.2.1+dfsg-1ubuntu14.3",
"qt5-qmake:amd64": "5.2.1+dfsg-1ubuntu14.3",
+ "qt55base": "5.5.1-1basyskom2",
+ "qt55declarative": "5.5.1-1basyskom2",
+ "qt55webchannel": "5.5.1-1basyskom2",
+ "qt55webkit": "5.5.1-1basyskom1",
+ "qt55xmlpatterns": "5.5.1-1basyskom2",
"qtbase5-dev:amd64": "5.2.1+dfsg-1ubuntu14.3",
"qtbase5-dev-tools": "5.2.1+dfsg-1ubuntu14.3",
"qtchooser": "39-g4717841-3",
@@ -1347,6 +1364,7 @@
"tk": "8.6.0+6ubuntu3",
"tk8.6": "8.6.1-3ubuntu2",
"tmux": "1.8-5",
+ "tsconf": "1.0-12",
"tzdata": "2016f-0ubuntu0.14.04",
"tzdata-java": "2016f-0ubuntu0.14.04",
"ubuntu-keyring": "2012.05.19",