Diskussion:Server/srs15: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
 
(43 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 327: Zeile 327:
* https://forums.freebsd.org/threads/howto-redmine-nginx-passenger-postgresql.41256/
* https://forums.freebsd.org/threads/howto-redmine-nginx-passenger-postgresql.41256/
* http://www.postgresql.org/docs/9.4/interactive/tutorial-createdb.html
* http://www.postgresql.org/docs/9.4/interactive/tutorial-createdb.html
== Installation 2016-04-08 ==
eigentlich nach [[Server/Redmine]]
: Achtung! Es gab (plötzlich (einige wenige Tage zuvor nicht)) das Problem mit <code>rake</code>.
: <code>pkg install -y redmine</code>
<pre></pre>
<pre>
Message from ruby-2.2.4,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-rake: rake - Ruby Make
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
databases/ruby-gdbm: GDBM module
Install them as occasion demands.
====
</pre>
<pre>
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
  -Wl,-rpath=/usr/local/lib/gcc48
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from trousers-tddl-0.3.10_7:
To run tcsd automatically, add the following line to /etc/rc.conf
tcsd_enable="YES"
You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
To use TPM, add your_account to '_tss' group like following:
# pw groupadd _tss -m your_account
Message from dejavu-2.35:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
</pre>
<pre>
Message from node-5.9.1:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from ghostscript9-agpl-base-9.16_5:
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.
FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.16/Resource/Init
have to be configured if you want to use FAPI feature.
</pre>
<pre>
Message from liblqr-1-0.4.1_8:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
</pre>
<pre>
Message from mysql56-client-5.6.27:
* * * * * * * * * * * * * * * * * * * * * * * *
Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:
http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.
* * * * * * * * * * * * * * * * * * * * * * * *
</pre>
<pre>
Message from redmine-2.6.9_2:
=============================================================================
Redmine was installed.
You now need to setup your Redmine installation so
please have a look at the Installation Guide.
http://www.redmine.org/wiki/redmine/RedmineInstall
If you are upgrading please read the Upgrading Guide
before starting the new version.
http://www.redmine.org/wiki/redmine/RedmineUpgrade
=============================================================================
</pre>
: <code>pkg install -y mysql56-server</code>
<pre></pre>
<pre>
Message from mysql56-server-5.6.27:
************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
************************************************************************
</pre>
[[Diskussion:Server/Redmine#rake 10 vs rake 11]]
: <code>pkg install -y rubygem-passenger</code>
<pre></pre>
<pre>
Message from apache24-2.4.18:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR
  If build with modular MPM and no MPM is activated in
  httpd.conf, then mpm_prefork will be activated as default
  MPM in etc/apache24/modules.d to keep compatibility with
  existing php/perl/python modules!
Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from rubygem-passenger-5.0.26:
#####################################################################
Please edit your Apache configuration file, and add these lines:
  LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger.so
  PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26
  PassengerRuby /usr/local/bin/ruby22
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
#####################################################################
</pre>
: <code>ee /usr/local/etc/apache24/httpd.conf</code>
<pre>
        LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger
        PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26                                 
        PassengerRuby /usr/local/bin/ruby22
</pre>
: <code>service apache24 start</code>
: <code>pkg install -y ap24-mod_fastcgi</code>
<pre></pre>
: <code>ee /usr/local/etc/apache24/httpd.conf</code>
<pre></pre>
<pre>
</pre>
<pre></pre>
: <code>service apache24 restart</code>
== [https://141.56.50.15/admin/info ImageMagick convert available (optional)] funktionieren lassen ==
; Done!
: <code>$EDITOR /usr/local/www/redmine/config/configuration.yml</code>
<pre></pre>
<pre>
  # imagemagick_convert_command:
  imagemagick_convert_command: /usr/local/bin/convert
</pre>
----
versuchte Problemlösung:
: <code>pkg install imagemagick</code>
<pre>
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
</pre>
: <code>pkg install rubygem-rmagick</code>
<pre>
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
</pre>
: <code>gem install rmagick</code>
<pre>
Fetching: rmagick-2.15.4.gem (100%)
Building native extensions.  This could take a while...
Successfully installed rmagick-2.15.4
unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for LICENSE, skipping
1 gem installed
</pre>
: <code>pkg install -y rubygem-png</code>
<pre>
New packages to be INSTALLED:
        rubygem-png: 1.2.1
        rubygem-rubyinline: 3.12.4_1
        rubygem-zentest: 4.11.0,1
</pre>
: <code>cd /usr/local/www/redmine</code>
: <code>gem install rmagick</code>
<pre>
Building native extensions.  This could take a while...
Successfully installed rmagick-2.15.4
unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for LICENSE, skipping
1 gem installed
</pre>
== Aktualisierung auf Redmine 2.6.9 ==
: 2016-05-13
: <code>pkg update && pkg upgrade -y</code>
<pre></pre>
<pre>
Message from perl5-5.20.3_13:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
</pre>
<pre>
Message from ruby-2.2.5,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-rake: rake - Ruby Make
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
databases/ruby-gdbm: GDBM module
Install them as occasion demands.
====
</pre>
<pre>
Message from node-6.1.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from mysql56-client-5.6.30:
* * * * * * * * * * * * * * * * * * * * * * * *
Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:
http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.
* * * * * * * * * * * * * * * * * * * * * * * *
</pre>
<pre>
Message from apache24-2.4.20_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR
  If build with modular MPM and no MPM is activated in
  httpd.conf, then mpm_prefork will be activated as default
  MPM in etc/apache24/modules.d to keep compatibility with
  existing php/perl/python modules!
Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
</pre>
<pre>
Message from rubygem-passenger-5.0.28:
#####################################################################
Please edit your Apache configuration file, and add these lines:
  LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger.so
  PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28
  PassengerRuby /usr/local/bin/ruby22
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
#####################################################################
</pre>
<pre>
Message from openssl-1.0.2_12:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from mysql56-server-5.6.30:
************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
************************************************************************
</pre>
<pre>
Message from git-2.8.1:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:
In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.
All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
  your web server (e.g. Apache2) in which you are able to execute
  CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
  your git repository (that is where you have your *.git project
  directories).
*************************** GITWEB *************************************
*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
</pre>
: <code>cd /usr/local/www/redmine ; bundle install ; cd -</code>
: <code>ee /usr/local/etc/apache24/httpd.conf</code>
<pre>
</pre>
<pre>
#    LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger
#    PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26
#    PassengerRuby /usr/local/bin/ruby22
        LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger
        PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28
        PassengerRuby /usr/local/bin/ruby22
</pre>
<pre>
</pre>
: <code>service apache24 restart</code>
: <code>bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production</code>
== Aktualisierung auf Redmine 3.2.3 ==
: [[Aufgabe:155]]
: 2016-07-19 -20 nächtlicher dry run mit snapshot und rollback
: <code>pkg update</code>
: <code>pkg upgrade</code>
<pre>
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
        pkg: 1.7.2 -> 1.8.7
2 MiB to be downloaded.
Proceed with this action? [y/N]: y
[srs15] Fetching pkg-1.8.7.txz: 100%    2 MiB  2.2MB/s    00:01   
Checking integrity... done (0 conflicting)
[srs15] [1/1] Upgrading pkg from 1.7.2 to 1.8.7...
[srs15] [1/1] Extracting pkg-1.8.7: 100%
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (45 candidates): 100%
Processing candidates (45 candidates): 100%
The following 99 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
        trousers: 0.3.13
        tpm-emulator: 0.7.4_1
        rubygem-mime-types-data: 3.2016.0221
        rubygem-mimemagic: 0.3.1
        rubygem-protected_attributes: 1.1.3
        rubygem-activemodel4: 4.2.6
        rubygem-builder32: 3.2.2
        rubygem-activesupport4: 4.2.6
        rubygem-thread_safe: 0.3.5
        rubygem-tzinfo: 1.2.2_1
        rubygem-thread_safe1: 0.1.3
        rubygem-atomic: 1.1.99
        rubygem-roadie-rails: 1.1.1
        rubygem-roadie: 3.1.1_1
        rubygem-css_parser: 1.4.2
        rubygem-addressable: 2.4.0
        rubygem-nokogiri: 1.6.7.2
        libxslt: 1.1.29
        libgcrypt: 1.7.1
        libgpg-error: 1.23
        rubygem-railties4: 4.2.6
        rubygem-actionpack4: 4.2.6
        rubygem-rails-dom-testing: 1.0.7
        rubygem-rails-deprecated_sanitizer: 1.0.3
        rubygem-actionview: 4.2.6
        rubygem-rails-html-sanitizer: 1.0.3
        rubygem-loofah: 2.0.3
        rubygem-jquery-rails4: 4.1.1
        rubygem-rails4: 4.2.6
        rubygem-actionmailer4: 4.2.6
        rubygem-mail: 2.6.4,2
        rubygem-activejob: 4.2.6
        rubygem-globalid: 0.3.6
        rubygem-activeresource4: 4.0.0
        rubygem-rails-observers: 0.1.2
        rubygem-web-console: 2.3.0
        rubygem-binding_of_caller: 0.7.2
        rubygem-debug_inspector: 0.0.2
        rubygem-sprockets-rails: 3.0.4
        rubygem-sprockets3: 3.6.0
        rubygem-concurrent-ruby: 1.0.2
        rubygem-jbuilder: 2.4.1
        rubygem-sass-rails5: 5.0.4_1
        rubygem-byebug: 9.0.4
        rubygem-rdoc: 4.2.2
        rubygem-spring: 1.7.1
        rubygem-activerecord4: 4.2.6
        rubygem-arel6: 6.0.3
        rubygem-turbolinks: 2.5.3
        rubygem-coffee-rails4: 4.1.1
        rubygem-sdoc: 0.4.1
        rubygem-actionpack-xml_parser: 1.0.2
        rubygem-actionpack-action_caching: 1.1.1
        c-ares: 1.11.0
Installed packages to be UPGRADED:
        zsh: 5.2_1 -> 5.2_2
        wget: 1.16.3_1 -> 1.18
        vim: 7.4.1743 -> 7.4.1832
        tiff: 4.0.6_1 -> 4.0.6_2
        swig30: 3.0.8 -> 3.0.10
        sqlite3: 3.12.2 -> 3.13.0_2
        screen: 4.3.1_2 -> 4.4.0_1
        rubygem-passenger: 5.0.28 -> 5.0.29
        rubygem-minitest: 5.8.4 -> 5.9.0
        rubygem-mime-types: 2.99.1 -> 3.1
        rubygem-execjs: 2.6.0_1 -> 2.7.0
        redmine: 2.6.9_2 -> 3.2.3
        python27: 2.7.11_2 -> 2.7.12
        py27-setuptools27: 20.0 -> 23.1.0
        png: 1.6.21 -> 1.6.23
        pcre: 8.38_1 -> 8.39
        pciids: 20160430 -> 20160621
        pango: 1.38.0 -> 1.38.0_1
        p5-IO-Socket-SSL: 2.025 -> 2.029
        openssl: 1.0.2_12 -> 1.0.2_14
        node: 6.1.0 -> 6.3.0
        libuv: 1.9.0 -> 1.9.1
        libglapi: 11.1.2 -> 11.2.2
        libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
        libGL: 11.1.2 -> 11.2.2
        libEGL: 11.1.2 -> 11.2.2
        letsencrypt.sh: 0.1.0 -> 0.2.0
        icu: 55.1 -> 55.1,1
        harfbuzz: 1.2.3 -> 1.2.7
        gnutls: 3.4.11 -> 3.4.14
        glib: 2.46.2 -> 2.46.2_2
        git: 2.8.1 -> 2.9.2
        gettext-runtime: 0.19.7 -> 0.19.8.1
        gdk-pixbuf2: 2.32.3 -> 2.32.3_1
        gdbm: 1.11_2 -> 1.12
        gbm: 11.1.2 -> 11.2.2
        expat: 2.1.0_3 -> 2.2.0
        db5: 5.3.28_3 -> 5.3.28_4
        curl: 7.48.0_2 -> 7.49.1
        cups: 2.1.3_2 -> 2.1.4
        ca_root_nss: 3.22.2 -> 3.25
        binutils: 2.25.1_2,1 -> 2.25.1_3,1
        bash: 4.3.42_1 -> 4.3.46_1
        apache24: 2.4.20_1 -> 2.4.23_1
        ImageMagick: 6.9.3.9_1,1 -> 6.9.4.3,1
Number of packages to be installed: 54
Number of packages to be upgraded: 45
The process will require 118 MiB more space.
130 MiB to be downloaded.
Proceed with this action? [y/N]: y
[srs15] Fetching zsh-5.2_2.txz: 100%    4 MiB  3.9MB/s    00:01   
[srs15] Fetching wget-1.18.txz: 100%  564 KiB 577.7kB/s    00:01   
[srs15] Fetching vim-7.4.1832.txz: 100%    6 MiB  6.5MB/s    00:01   
[srs15] Fetching tiff-4.0.6_2.txz: 100%  803 KiB 821.8kB/s    00:01   
[srs15] Fetching swig30-3.0.10.txz: 100%    6 MiB  5.8MB/s    00:01   
[srs15] Fetching sqlite3-3.13.0_2.txz: 100%  621 KiB 636.0kB/s    00:01   
[srs15] Fetching screen-4.4.0_1.txz: 100%  469 KiB 480.4kB/s    00:01   
[srs15] Fetching rubygem-passenger-5.0.29.txz: 100%  12 MiB  12.9MB/s    00:01   
[srs15] Fetching rubygem-minitest-5.9.0.txz: 100%  330 KiB 338.0kB/s    00:01   
[srs15] Fetching rubygem-mime-types-3.1.txz: 100%  277 KiB 283.6kB/s    00:01   
[srs15] Fetching rubygem-execjs-2.7.0.txz: 100%  235 KiB 240.6kB/s    00:01   
[srs15] Fetching redmine-3.2.3.txz: 100%    2 MiB  1.6MB/s    00:01   
[srs15] Fetching python27-2.7.12.txz: 100%  10 MiB  5.4MB/s    00:02   
[srs15] Fetching py27-setuptools27-23.1.0.txz: 100%  305 KiB 311.8kB/s    00:01   
[srs15] Fetching png-1.6.23.txz: 100%  265 KiB 271.2kB/s    00:01   
[srs15] Fetching pcre-8.39.txz: 100%    1 MiB  1.1MB/s    00:01   
[srs15] Fetching pciids-20160621.txz: 100%  182 KiB 186.6kB/s    00:01   
[srs15] Fetching pango-1.38.0_1.txz: 100%  411 KiB 421.3kB/s    00:01   
[srs15] Fetching p5-IO-Socket-SSL-2.029.txz: 100%  153 KiB 157.0kB/s    00:01   
[srs15] Fetching openssl-1.0.2_14.txz: 100%    3 MiB  2.9MB/s    00:01   
[srs15] Fetching node-6.3.0.txz: 100%    4 MiB  3.8MB/s    00:01   
[srs15] Fetching libuv-1.9.1.txz: 100%  89 KiB  91.5kB/s    00:01   
[srs15] Fetching libglapi-11.2.2.txz: 100%  50 KiB  50.7kB/s    00:01   
[srs15] Fetching libedit-3.1.20150325_2,1.txz: 100%  126 KiB 129.2kB/s    00:01   
[srs15] Fetching libGL-11.2.2.txz: 100%  223 KiB 228.1kB/s    00:01   
[srs15] Fetching libEGL-11.2.2.txz: 100%  55 KiB  56.2kB/s    00:01   
[srs15] Fetching letsencrypt.sh-0.2.0.txz: 100%  17 KiB  17.3kB/s    00:01   
[srs15] Fetching icu-55.1,1.txz: 100%  15 MiB  5.1MB/s    00:03   
[srs15] Fetching harfbuzz-1.2.7.txz: 100%  322 KiB 330.0kB/s    00:01   
[srs15] Fetching gnutls-3.4.14.txz: 100%    2 MiB  2.1MB/s    00:01   
[srs15] Fetching glib-2.46.2_2.txz: 100%    3 MiB  2.8MB/s    00:01   
[srs15] Fetching git-2.9.2.txz: 100%    4 MiB  3.8MB/s    00:01   
[srs15] Fetching gettext-runtime-0.19.8.1.txz: 100%  147 KiB 151.0kB/s    00:01   
[srs15] Fetching gdk-pixbuf2-2.32.3_1.txz: 100%  479 KiB 490.3kB/s    00:01   
[srs15] Fetching gdbm-1.12.txz: 100%  145 KiB 148.5kB/s    00:01   
[srs15] Fetching gbm-11.2.2.txz: 100%  12 KiB  12.1kB/s    00:01   
[srs15] Fetching expat-2.2.0.txz: 100%  102 KiB 104.4kB/s    00:01   
[srs15] Fetching db5-5.3.28_4.txz: 100%  12 MiB  6.4MB/s    00:02   
[srs15] Fetching curl-7.49.1.txz: 100%    2 MiB  2.3MB/s    00:01   
[srs15] Fetching cups-2.1.4.txz: 100%    1 MiB  1.4MB/s    00:01   
[srs15] Fetching ca_root_nss-3.25.txz: 100%  334 KiB 342.5kB/s    00:01   
[srs15] Fetching binutils-2.25.1_3,1.txz: 100%    5 MiB  4.9MB/s    00:01   
[srs15] Fetching bash-4.3.46_1.txz: 100%    1 MiB  1.3MB/s    00:01   
[srs15] Fetching apache24-2.4.23_1.txz: 100%    5 MiB  4.9MB/s    00:01   
[srs15] Fetching ImageMagick-6.9.4.3,1.txz: 100%    7 MiB  7.6MB/s    00:01   
[srs15] Fetching trousers-0.3.13.txz: 100%  487 KiB 498.9kB/s    00:01   
[srs15] Fetching tpm-emulator-0.7.4_1.txz: 100%  121 KiB 124.1kB/s    00:01   
[srs15] Fetching rubygem-mime-types-data-3.2016.0221.txz: 100%  275 KiB 281.2kB/s    00:01   
[srs15] Fetching rubygem-mimemagic-0.3.1.txz: 100%  452 KiB 462.7kB/s    00:01   
[srs15] Fetching rubygem-protected_attributes-1.1.3.txz: 100%  236 KiB 242.0kB/s    00:01   
[srs15] Fetching rubygem-activemodel4-4.2.6.txz: 100%  310 KiB 317.3kB/s    00:01   
[srs15] Fetching rubygem-builder32-3.2.2.txz: 100%  249 KiB 255.1kB/s    00:01   
[srs15] Fetching rubygem-activesupport4-4.2.6.txz: 100%  754 KiB 772.2kB/s    00:01   
[srs15] Fetching rubygem-thread_safe-0.3.5.txz: 100%  278 KiB 284.5kB/s    00:01   
[srs15] Fetching rubygem-tzinfo-1.2.2_1.txz: 100%  376 KiB 385.3kB/s    00:01   
[srs15] Fetching rubygem-thread_safe1-0.1.3.txz: 100%  329 KiB 336.8kB/s    00:01   
[srs15] Fetching rubygem-atomic-1.1.99.txz: 100%  220 KiB 225.8kB/s    00:01   
[srs15] Fetching rubygem-roadie-rails-1.1.1.txz: 100%  244 KiB 250.1kB/s    00:01   
[srs15] Fetching rubygem-roadie-3.1.1_1.txz: 100%  295 KiB 302.5kB/s    00:01   
[srs15] Fetching rubygem-css_parser-1.4.2.txz: 100%  223 KiB 228.3kB/s    00:01   
[srs15] Fetching rubygem-addressable-2.4.0.txz: 100%  328 KiB 335.9kB/s    00:01   
[srs15] Fetching rubygem-nokogiri-1.6.7.2.txz: 100%  758 KiB 776.2kB/s    00:01   
[srs15] Fetching libxslt-1.1.29.txz: 100%  222 KiB 227.8kB/s    00:01   
[srs15] Fetching libgcrypt-1.7.1.txz: 100%  578 KiB 592.4kB/s    00:01   
[srs15] Fetching libgpg-error-1.23.txz: 100%  161 KiB 165.0kB/s    00:01   
[srs15] Fetching rubygem-railties4-4.2.6.txz: 100%  302 KiB 309.0kB/s    00:01   
[srs15] Fetching rubygem-actionpack4-4.2.6.txz: 100%  700 KiB 716.6kB/s    00:01   
[srs15] Fetching rubygem-rails-dom-testing-1.0.7.txz: 100%  223 KiB 228.4kB/s    00:01   
[srs15] Fetching rubygem-rails-deprecated_sanitizer-1.0.3.txz: 100%  236 KiB 241.9kB/s    00:01   
[srs15] Fetching rubygem-actionview-4.2.6.txz: 100%  542 KiB 555.3kB/s    00:01   
[srs15] Fetching rubygem-rails-html-sanitizer-1.0.3.txz: 100%  219 KiB 224.2kB/s    00:01   
[srs15] Fetching rubygem-loofah-2.0.3.txz: 100%  276 KiB 282.2kB/s    00:01   
[srs15] Fetching rubygem-jquery-rails4-4.1.1.txz: 100%  393 KiB 401.9kB/s    00:01   
[srs15] Fetching rubygem-rails4-4.2.6.txz: 100%    2 MiB  2.0MB/s    00:01   
[srs15] Fetching rubygem-actionmailer4-4.2.6.txz: 100%  254 KiB 260.6kB/s    00:01   
[srs15] Fetching rubygem-mail-2.6.4,2.txz: 100%  678 KiB 694.5kB/s    00:01   
[srs15] Fetching rubygem-activejob-4.2.6.txz: 100%  243 KiB 248.8kB/s    00:01   
[srs15] Fetching rubygem-globalid-0.3.6.txz: 100%  222 KiB 227.6kB/s    00:01   
[srs15] Fetching rubygem-activeresource4-4.0.0.txz: 100%  305 KiB 312.2kB/s    00:01   
[srs15] Fetching rubygem-rails-observers-0.1.2.txz: 100%  231 KiB 236.3kB/s    00:01   
[srs15] Fetching rubygem-web-console-2.3.0.txz: 100%  246 KiB 252.3kB/s    00:01   
[srs15] Fetching rubygem-binding_of_caller-0.7.2.txz: 100%  207 KiB 212.0kB/s    00:01   
[srs15] Fetching rubygem-debug_inspector-0.0.2.txz: 100%  207 KiB 211.8kB/s    00:01   
[srs15] Fetching rubygem-sprockets-rails-3.0.4.txz: 100%  220 KiB 225.7kB/s    00:01   
[srs15] Fetching rubygem-sprockets3-3.6.0.txz: 100%  412 KiB 421.8kB/s    00:01   
[srs15] Fetching rubygem-concurrent-ruby-1.0.2.txz: 100%  585 KiB 599.4kB/s    00:01   
[srs15] Fetching rubygem-jbuilder-2.4.1.txz: 100%  236 KiB 241.8kB/s    00:01   
[srs15] Fetching rubygem-sass-rails5-5.0.4_1.txz: 100%  217 KiB 222.2kB/s    00:01   
[srs15] Fetching rubygem-byebug-9.0.4.txz: 100%  440 KiB 450.4kB/s    00:01   
[srs15] Fetching rubygem-rdoc-4.2.2.txz: 100%  983 KiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-spring-1.7.1.txz: 100%  307 KiB 314.4kB/s    00:01   
[srs15] Fetching rubygem-activerecord4-4.2.6.txz: 100%    1 MiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-arel6-6.0.3.txz: 100%  359 KiB 367.2kB/s    00:01   
[srs15] Fetching rubygem-turbolinks-2.5.3.txz: 100%  224 KiB 229.1kB/s    00:01   
[srs15] Fetching rubygem-coffee-rails4-4.1.1.txz: 100%  201 KiB 206.0kB/s    00:01   
[srs15] Fetching rubygem-sdoc-0.4.1.txz: 100%  386 KiB 395.5kB/s    00:01   
[srs15] Fetching rubygem-actionpack-xml_parser-1.0.2.txz: 100%  200 KiB 204.9kB/s    00:01   
[srs15] Fetching rubygem-actionpack-action_caching-1.1.1.txz: 100%  211 KiB 215.6kB/s    00:01   
[srs15] Fetching c-ares-1.11.0.txz: 100%  118 KiB 121.1kB/s    00:01   
Checking integrity... done (2 conflicting)
  - trousers-0.3.13 conflicts with trousers-tddl-0.3.10_7 on /usr/local/include/trousers/trousers.h
  - rubygem-railties4-4.2.6 conflicts with rubygem-railties-3.2.22.2 on /usr/local/bin/rails
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 105 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
        rubygem-rails-3.2.22.2
        rubygem-jquery-rails-3.1.4
        rubygem-coffee-rails-3.2.2_1
        rubygem-sass-rails-3.2.6_4
        trousers-tddl-0.3.10_7
        rubygem-railties-3.2.22.2
New packages to be INSTALLED:
        rubygem-atomic: 1.1.99
        libgpg-error: 1.23
        rubygem-thread_safe1: 0.1.3
        libgcrypt: 1.7.1
        rubygem-thread_safe: 0.3.5
        rubygem-tzinfo: 1.2.2_1
        libxslt: 1.1.29
        rubygem-activesupport4: 4.2.6
        rubygem-nokogiri: 1.6.7.2
        tpm-emulator: 0.7.4_1
        rubygem-rails-deprecated_sanitizer: 1.0.3
        rubygem-loofah: 2.0.3
        trousers: 0.3.13
        rubygem-builder32: 3.2.2
        rubygem-rails-dom-testing: 1.0.7
        rubygem-rails-html-sanitizer: 1.0.3
        c-ares: 1.11.0
        rubygem-actionview: 4.2.6
        rubygem-mime-types-data: 3.2016.0221
        rubygem-actionpack4: 4.2.6
        rubygem-concurrent-ruby: 1.0.2
        rubygem-activemodel4: 4.2.6
        rubygem-addressable: 2.4.0
        rubygem-railties4: 4.2.6
        rubygem-globalid: 0.3.6
        rubygem-debug_inspector: 0.0.2
        rubygem-sprockets3: 3.6.0
        rubygem-css_parser: 1.4.2
        rubygem-mail: 2.6.4,2
        rubygem-activejob: 4.2.6
        rubygem-rails-observers: 0.1.2
        rubygem-binding_of_caller: 0.7.2
        rubygem-sprockets-rails: 3.0.4
        rubygem-arel6: 6.0.3
        rubygem-coffee-rails4: 4.1.1
        rubygem-roadie: 3.1.1_1
        rubygem-jquery-rails4: 4.1.1
        rubygem-actionmailer4: 4.2.6
        rubygem-activeresource4: 4.0.0
        rubygem-web-console: 2.3.0
        rubygem-jbuilder: 2.4.1
        rubygem-sass-rails5: 5.0.4_1
        rubygem-byebug: 9.0.4
        rubygem-rdoc: 4.2.2
        rubygem-spring: 1.7.1
        rubygem-activerecord4: 4.2.6
        rubygem-turbolinks: 2.5.3
        rubygem-sdoc: 0.4.1
        rubygem-mimemagic: 0.3.1
        rubygem-protected_attributes: 1.1.3
        rubygem-roadie-rails: 1.1.1
        rubygem-rails4: 4.2.6
        rubygem-actionpack-xml_parser: 1.0.2
        rubygem-actionpack-action_caching: 1.1.1
Installed packages to be UPGRADED:
        libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
        gettext-runtime: 0.19.7 -> 0.19.8.1
        pciids: 20160430 -> 20160621
        binutils: 2.25.1_2,1 -> 2.25.1_3,1
        rubygem-minitest: 5.8.4 -> 5.9.0
        expat: 2.1.0_3 -> 2.2.0
        python27: 2.7.11_2 -> 2.7.12
        pcre: 8.38_1 -> 8.39
        libglapi: 11.1.2 -> 11.2.2
        glib: 2.46.2 -> 2.46.2_2
        gbm: 11.1.2 -> 11.2.2
        ca_root_nss: 3.22.2 -> 3.25
        png: 1.6.21 -> 1.6.23
        openssl: 1.0.2_12 -> 1.0.2_14
        libuv: 1.9.0 -> 1.9.1
        libGL: 11.1.2 -> 11.2.2
        libEGL: 11.1.2 -> 11.2.2
        icu: 55.1 -> 55.1,1
        gdbm: 1.11_2 -> 1.12
        tiff: 4.0.6_1 -> 4.0.6_2
        node: 6.1.0 -> 6.3.0
        gnutls: 3.4.11 -> 3.4.14
        rubygem-execjs: 2.6.0_1 -> 2.7.0
        harfbuzz: 1.2.3 -> 1.2.7
        gdk-pixbuf2: 2.32.3 -> 2.32.3_1
        cups: 2.1.3_2 -> 2.1.4
        rubygem-mime-types: 2.99.1 -> 3.1
        pango: 1.38.0 -> 1.38.0_1
        sqlite3: 3.12.2 -> 3.13.0_2
        db5: 5.3.28_3 -> 5.3.28_4
        p5-IO-Socket-SSL: 2.025 -> 2.029
        ImageMagick: 6.9.3.9_1,1 -> 6.9.4.3,1
        curl: 7.48.0_2 -> 7.49.1
        bash: 4.3.42_1 -> 4.3.46_1
        apache24: 2.4.20_1 -> 2.4.23_1
        zsh: 5.2_1 -> 5.2_2
        wget: 1.16.3_1 -> 1.18
        vim: 7.4.1743 -> 7.4.1832
        swig30: 3.0.8 -> 3.0.10
        screen: 4.3.1_2 -> 4.4.0_1
        rubygem-passenger: 5.0.28 -> 5.0.29
        redmine: 2.6.9_2 -> 3.2.3
        py27-setuptools27: 20.0 -> 23.1.0
        letsencrypt.sh: 0.1.0 -> 0.2.0
        git: 2.8.1 -> 2.9.2
Number of packages to be removed: 6
Number of packages to be installed: 54
Number of packages to be upgraded: 45
The process will require 111 MiB more space.
Proceed with this action? [y/N]: y
[srs15] [1/105] Upgrading gettext-runtime from 0.19.7 to 0.19.8.1...
[srs15] [1/105] Extracting gettext-runtime-0.19.8.1: 100%
[srs15] [2/105] Upgrading pciids from 20160430 to 20160621...
[srs15] [2/105] Extracting pciids-20160621: 100%
[srs15] [3/105] Upgrading libedit from 3.1.20150325_2 to 3.1.20150325_2,1...
[srs15] [3/105] Extracting libedit-3.1.20150325_2,1: 100%
[srs15] [4/105] Upgrading binutils from 2.25.1_2,1 to 2.25.1_3,1...
[srs15] [4/105] Extracting binutils-2.25.1_3,1: 100%
[srs15] [5/105] Upgrading expat from 2.1.0_3 to 2.2.0...
[srs15] [5/105] Extracting expat-2.2.0: 100%
[srs15] [6/105] Upgrading python27 from 2.7.11_2 to 2.7.12...
[srs15] [6/105] Extracting python27-2.7.12: 100%
[srs15] [7/105] Upgrading libglapi from 11.1.2 to 11.2.2...
[srs15] [7/105] Extracting libglapi-11.2.2: 100%
[srs15] [8/105] Upgrading pcre from 8.38_1 to 8.39...
[srs15] [8/105] Extracting pcre-8.39: 100%
[srs15] [9/105] Upgrading gbm from 11.1.2 to 11.2.2...
[srs15] [9/105] Extracting gbm-11.2.2: 100%
[srs15] [10/105] Installing rubygem-mime-types-data-3.2016.0221...
[srs15] [10/105] Extracting rubygem-mime-types-data-3.2016.0221: 100%
[srs15] [11/105] Upgrading glib from 2.46.2 to 2.46.2_2...
[srs15] [11/105] Extracting glib-2.46.2_2: 100%
No schema files found: doing nothing.
[srs15] [12/105] Upgrading png from 1.6.21 to 1.6.23...
[srs15] [12/105] Extracting png-1.6.23: 100%
[srs15] [13/105] Upgrading libGL from 11.1.2 to 11.2.2...
[srs15] [13/105] Extracting libGL-11.2.2: 100%
[srs15] [14/105] Upgrading libEGL from 11.1.2 to 11.2.2...
[srs15] [14/105] Extracting libEGL-11.2.2: 100%
[srs15] [15/105] Upgrading rubygem-mime-types from 2.99.1 to 3.1...
[srs15] [15/105] Extracting rubygem-mime-types-3.1: 100%
[srs15] [16/105] Upgrading icu from 55.1 to 55.1,1...
[srs15] [16/105] Extracting icu-55.1,1: 100%
[srs15] [17/105] Upgrading tiff from 4.0.6_1 to 4.0.6_2...
[srs15] [17/105] Extracting tiff-4.0.6_2: 100%
[srs15] [18/105] Upgrading harfbuzz from 1.2.3 to 1.2.7...
[srs15] [18/105] Extracting harfbuzz-1.2.7: 100%
[srs15] [19/105] Upgrading pango from 1.38.0 to 1.38.0_1...
[srs15] [19/105] Extracting pango-1.38.0_1: 100%
rm: /usr/local/lib/pango/1.8.0/modules.cache: No such file or directory
pkg: DEINSTALL script failed
[srs15] [20/105] Upgrading ca_root_nss from 3.22.2 to 3.25...
[srs15] [20/105] Extracting ca_root_nss-3.25: 100%
[srs15] [21/105] Deinstalling rubygem-rails-3.2.22.2...
[srs15] [21/105] Deleting files for rubygem-rails-3.2.22.2: 100%
[srs15] [22/105] Deinstalling trousers-tddl-0.3.10_7...
==> You should manually remove the "_tss" user.
[srs15] [22/105] Deleting files for trousers-tddl-0.3.10_7: 100%
[srs15] [23/105] Deinstalling rubygem-jquery-rails-3.1.4...
[srs15] [23/105] Deleting files for rubygem-jquery-rails-3.1.4: 100%
[srs15] [24/105] Deinstalling rubygem-coffee-rails-3.2.2_1...
[srs15] [24/105] Deleting files for rubygem-coffee-rails-3.2.2_1: 100%
[srs15] [25/105] Deinstalling rubygem-sass-rails-3.2.6_4...
[srs15] [25/105] Deleting files for rubygem-sass-rails-3.2.6_4: 100%
[srs15] [26/105] Deinstalling rubygem-railties-3.2.22.2...
[srs15] [26/105] Deleting files for rubygem-railties-3.2.22.2: 100%
[srs15] [27/105] Installing rubygem-atomic-1.1.99...
[srs15] [27/105] Extracting rubygem-atomic-1.1.99: 100%
[srs15] [28/105] Installing libgpg-error-1.23...
[srs15] [28/105] Extracting libgpg-error-1.23: 100%
[srs15] [29/105] Installing rubygem-thread_safe1-0.1.3...
[srs15] [29/105] Extracting rubygem-thread_safe1-0.1.3: 100%
[srs15] [30/105] Installing libgcrypt-1.7.1...
[srs15] [30/105] Extracting libgcrypt-1.7.1: 100%
[srs15] [31/105] Upgrading rubygem-minitest from 5.8.4 to 5.9.0...
[srs15] [31/105] Extracting rubygem-minitest-5.9.0: 100%
[srs15] [32/105] Installing rubygem-thread_safe-0.3.5...
[srs15] [32/105] Extracting rubygem-thread_safe-0.3.5: 100%
[srs15] [33/105] Installing rubygem-tzinfo-1.2.2_1...
[srs15] [33/105] Extracting rubygem-tzinfo-1.2.2_1: 100%
[srs15] [34/105] Installing libxslt-1.1.29...
[srs15] [34/105] Extracting libxslt-1.1.29: 100%
[srs15] [35/105] Installing rubygem-activesupport4-4.2.6...
[srs15] [35/105] Extracting rubygem-activesupport4-4.2.6: 100%
[srs15] [36/105] Installing rubygem-nokogiri-1.6.7.2...
[srs15] [36/105] Extracting rubygem-nokogiri-1.6.7.2: 100%
[srs15] [37/105] Installing rubygem-rails-deprecated_sanitizer-1.0.3...
[srs15] [37/105] Extracting rubygem-rails-deprecated_sanitizer-1.0.3: 100%
[srs15] [38/105] Installing rubygem-loofah-2.0.3...
[srs15] [38/105] Extracting rubygem-loofah-2.0.3: 100%
[srs15] [39/105] Upgrading openssl from 1.0.2_12 to 1.0.2_14...
[srs15] [39/105] Extracting openssl-1.0.2_14: 100%
[srs15] [40/105] Upgrading libuv from 1.9.0 to 1.9.1...
[srs15] [40/105] Extracting libuv-1.9.1: 100%
[srs15] [41/105] Installing rubygem-builder32-3.2.2...
[srs15] [41/105] Extracting rubygem-builder32-3.2.2: 100%
[srs15] [42/105] Installing rubygem-rails-dom-testing-1.0.7...
[srs15] [42/105] Extracting rubygem-rails-dom-testing-1.0.7: 100%
[srs15] [43/105] Installing rubygem-rails-html-sanitizer-1.0.3...
[srs15] [43/105] Extracting rubygem-rails-html-sanitizer-1.0.3: 100%
[srs15] [44/105] Installing c-ares-1.11.0...
[srs15] [44/105] Extracting c-ares-1.11.0: 100%
[srs15] [45/105] Upgrading node from 6.1.0 to 6.3.0...
[srs15] [45/105] Extracting node-6.3.0: 100%
[srs15] [46/105] Installing rubygem-actionview-4.2.6...
[srs15] [46/105] Extracting rubygem-actionview-4.2.6: 100%
[srs15] [47/105] Upgrading rubygem-execjs from 2.6.0_1 to 2.7.0...
[srs15] [47/105] Extracting rubygem-execjs-2.7.0: 100%
[srs15] [48/105] Installing rubygem-actionpack4-4.2.6...
[srs15] [48/105] Extracting rubygem-actionpack4-4.2.6: 100%
[srs15] [49/105] Installing rubygem-concurrent-ruby-1.0.2...
[srs15] [49/105] Extracting rubygem-concurrent-ruby-1.0.2: 100%
[srs15] [50/105] Installing rubygem-activemodel4-4.2.6...
[srs15] [50/105] Extracting rubygem-activemodel4-4.2.6: 100%
[srs15] [51/105] Installing rubygem-addressable-2.4.0...
[srs15] [51/105] Extracting rubygem-addressable-2.4.0: 100%
[srs15] [52/105] Installing rubygem-railties4-4.2.6...
[srs15] [52/105] Extracting rubygem-railties4-4.2.6: 100%
[srs15] [53/105] Installing rubygem-globalid-0.3.6...
[srs15] [53/105] Extracting rubygem-globalid-0.3.6: 100%
[srs15] [54/105] Installing rubygem-debug_inspector-0.0.2...
[srs15] [54/105] Extracting rubygem-debug_inspector-0.0.2: 100%
[srs15] [55/105] Installing rubygem-sprockets3-3.6.0...
[srs15] [55/105] Extracting rubygem-sprockets3-3.6.0: 100%
[srs15] [56/105] Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [56/105] Extracting tpm-emulator-0.7.4_1: 100%
[srs15] [57/105] Installing rubygem-css_parser-1.4.2...
[srs15] [57/105] Extracting rubygem-css_parser-1.4.2: 100%
[srs15] [58/105] Installing rubygem-mail-2.6.4,2...
[srs15] [58/105] Extracting rubygem-mail-2.6.4,2: 100%
[srs15] [59/105] Installing rubygem-activejob-4.2.6...
[srs15] [59/105] Extracting rubygem-activejob-4.2.6: 100%
[srs15] [60/105] Installing rubygem-rails-observers-0.1.2...
[srs15] [60/105] Extracting rubygem-rails-observers-0.1.2: 100%
[srs15] [61/105] Installing rubygem-binding_of_caller-0.7.2...
[srs15] [61/105] Extracting rubygem-binding_of_caller-0.7.2: 100%
[srs15] [62/105] Installing rubygem-sprockets-rails-3.0.4...
[srs15] [62/105] Extracting rubygem-sprockets-rails-3.0.4: 100%
[srs15] [63/105] Installing rubygem-arel6-6.0.3...
[srs15] [63/105] Extracting rubygem-arel6-6.0.3: 100%
[srs15] [64/105] Installing rubygem-coffee-rails4-4.1.1...
[srs15] [64/105] Extracting rubygem-coffee-rails4-4.1.1: 100%
[srs15] [65/105] Installing trousers-0.3.13...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [65/105] Extracting trousers-0.3.13: 100%
[srs15] [66/105] Installing rubygem-roadie-3.1.1_1...
[srs15] [66/105] Extracting rubygem-roadie-3.1.1_1: 100%
[srs15] [67/105] Installing rubygem-jquery-rails4-4.1.1...
[srs15] [67/105] Extracting rubygem-jquery-rails4-4.1.1: 100%
[srs15] [68/105] Installing rubygem-actionmailer4-4.2.6...
[srs15] [68/105] Extracting rubygem-actionmailer4-4.2.6: 100%
[srs15] [69/105] Installing rubygem-activeresource4-4.0.0...
[srs15] [69/105] Extracting rubygem-activeresource4-4.0.0: 100%
[srs15] [70/105] Installing rubygem-web-console-2.3.0...
[srs15] [70/105] Extracting rubygem-web-console-2.3.0: 100%
[srs15] [71/105] Installing rubygem-jbuilder-2.4.1...
[srs15] [71/105] Extracting rubygem-jbuilder-2.4.1: 100%
[srs15] [72/105] Installing rubygem-sass-rails5-5.0.4_1...
[srs15] [72/105] Extracting rubygem-sass-rails5-5.0.4_1: 100%
[srs15] [73/105] Installing rubygem-byebug-9.0.4...
[srs15] [73/105] Extracting rubygem-byebug-9.0.4: 100%
[srs15] [74/105] Installing rubygem-rdoc-4.2.2...
[srs15] [74/105] Extracting rubygem-rdoc-4.2.2: 100%
[srs15] [75/105] Installing rubygem-spring-1.7.1...
[srs15] [75/105] Extracting rubygem-spring-1.7.1: 100%
[srs15] [76/105] Installing rubygem-activerecord4-4.2.6...
[srs15] [76/105] Extracting rubygem-activerecord4-4.2.6: 100%
[srs15] [77/105] Installing rubygem-turbolinks-2.5.3...
[srs15] [77/105] Extracting rubygem-turbolinks-2.5.3: 100%
[srs15] [78/105] Installing rubygem-sdoc-0.4.1...
[srs15] [78/105] Extracting rubygem-sdoc-0.4.1: 100%
[srs15] [79/105] Upgrading gnutls from 3.4.11 to 3.4.14...
[srs15] [79/105] Extracting gnutls-3.4.14: 100%
[srs15] [80/105] Upgrading curl from 7.48.0_2 to 7.49.1...
[srs15] [80/105] Extracting curl-7.49.1: 100%
[srs15] [81/105] Upgrading bash from 4.3.42_1 to 4.3.46_1...
[srs15] [81/105] Extracting bash-4.3.46_1: 100%
[srs15] [82/105] Upgrading apache24 from 2.4.20_1 to 2.4.23_1...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [82/105] Extracting apache24-2.4.23_1: 100%
You may need to manually remove /usr/local/etc/apache24/httpd.conf if it is no longer needed.
[srs15] [83/105] Installing rubygem-mimemagic-0.3.1...
[srs15] [83/105] Extracting rubygem-mimemagic-0.3.1: 100%
[srs15] [84/105] Installing rubygem-protected_attributes-1.1.3...
[srs15] [84/105] Extracting rubygem-protected_attributes-1.1.3: 100%
[srs15] [85/105] Installing rubygem-roadie-rails-1.1.1...
[srs15] [85/105] Extracting rubygem-roadie-rails-1.1.1: 100%
[srs15] [86/105] Installing rubygem-rails4-4.2.6...
[srs15] [86/105] Extracting rubygem-rails4-4.2.6: 100%
[srs15] [87/105] Installing rubygem-actionpack-xml_parser-1.0.2...
[srs15] [87/105] Extracting rubygem-actionpack-xml_parser-1.0.2: 100%
[srs15] [88/105] Installing rubygem-actionpack-action_caching-1.1.1...
[srs15] [88/105] Extracting rubygem-actionpack-action_caching-1.1.1: 100%
[srs15] [89/105] Upgrading gdbm from 1.11_2 to 1.12...
[srs15] [89/105] Extracting gdbm-1.12: 100%
[srs15] [90/105] Upgrading gdk-pixbuf2 from 2.32.3 to 2.32.3_1...
[srs15] [90/105] Extracting gdk-pixbuf2-2.32.3_1: 100%
[srs15] [91/105] Upgrading cups from 2.1.3_2 to 2.1.4...
===> Creating groups.
Using existing group 'cups'.
===> Creating users
Using existing user 'cups'.
[srs15] [91/105] Extracting cups-2.1.4: 100%
==> You should manually remove the "cups" user.
[srs15] [92/105] Upgrading sqlite3 from 3.12.2 to 3.13.0_2...
[srs15] [92/105] Extracting sqlite3-3.13.0_2: 100%
[srs15] [93/105] Upgrading db5 from 5.3.28_3 to 5.3.28_4...
[srs15] [93/105] Extracting db5-5.3.28_4: 100%
[srs15] [94/105] Upgrading p5-IO-Socket-SSL from 2.025 to 2.029...
[srs15] [94/105] Extracting p5-IO-Socket-SSL-2.029: 100%
[srs15] [95/105] Upgrading ImageMagick from 6.9.3.9_1,1 to 6.9.4.3,1...
[srs15] [95/105] Extracting ImageMagick-6.9.4.3,1: 100%
[srs15] [96/105] Upgrading zsh from 5.2_1 to 5.2_2...
[srs15] [96/105] Extracting zsh-5.2_2: 100%
[srs15] [97/105] Upgrading wget from 1.16.3_1 to 1.18...
[srs15] [97/105] Extracting wget-1.18: 100%
[srs15] [98/105] Upgrading vim from 7.4.1743 to 7.4.1832...
[srs15] [98/105] Extracting vim-7.4.1832: 100%
[srs15] [99/105] Upgrading swig30 from 3.0.8 to 3.0.10...
[srs15] [99/105] Extracting swig30-3.0.10: 100%
[srs15] [100/105] Upgrading screen from 4.3.1_2 to 4.4.0_1...
[srs15] [100/105] Extracting screen-4.4.0_1: 100%
[srs15] [101/105] Upgrading rubygem-passenger from 5.0.28 to 5.0.29...
[srs15] [101/105] Extracting rubygem-passenger-5.0.29: 100%
[srs15] [102/105] Upgrading redmine from 2.6.9_2 to 3.2.3...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [102/105] Extracting redmine-3.2.3: 100%
[srs15] [103/105] Upgrading py27-setuptools27 from 20.0 to 23.1.0...
[srs15] [103/105] Extracting py27-setuptools27-23.1.0: 100%
You may need to manually remove /usr/local/lib/python2.7/site-packages/easy-install.pth if it is no longer needed.
[srs15] [104/105] Upgrading letsencrypt.sh from 0.1.0 to 0.2.0...
[srs15] [104/105] Extracting letsencrypt.sh-0.2.0: 100%
[srs15] [105/105] Upgrading git from 2.8.1 to 2.9.2...
===> Creating groups.
Using existing group 'git_daemon'.
===> Creating users
Using existing user 'git_daemon'.
[srs15] [105/105] Extracting git-2.9.2: 100%
Message from python27-2.7.12:
===========================================================================
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb          databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3        databases/py-sqlite3
tkinter        x11-toolkits/py-tkinter
===========================================================================
Message from ca_root_nss-3.25:
********************************* WARNING *********************************
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
*********************************** NOTE **********************************
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem
***************************************************************************
Message from openssl-1.0.2_14:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from node-6.3.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from trousers-0.3.13:
To run tcsd automatically, add the following line to /etc/rc.conf:
tcsd_enable="YES"
You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:
tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"
To use TPM, add your_account to '_tss' group like following:
# pw groupadd _tss -m your_account
Message from bash-4.3.46_1:
======================================================================
bash requires fdescfs(5) mounted on /dev/fd
If you have not done it yet, please do the following:
        mount -t fdescfs fdesc /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
        fdesc  /dev/fd        fdescfs        rw      0      0
======================================================================
Message from apache24-2.4.23_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR
  If build with modular MPM and no MPM is activated in
  httpd.conf, then mpm_prefork will be activated as default
  MPM in etc/apache24/modules.d to keep compatibility with
  existing php/perl/python modules!
Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from zsh-5.2_2:
==========================================================
By default, zsh looks for system-wide defaults in
/usr/local/etc.
If you previously set up /etc/zprofile, /etc/zshenv, etc.,
either move them to /usr/local/etc or rebuild zsh with the
ETCDIR option enabled.
==========================================================
Message from screen-4.4.0_1:
=============================================================
As of GNU Screen 4.4.0:
Note that there was fix to screen message structure field
responsible for $TERM handling, making it impossible
to attach to older versions.
=============================================================
Message from rubygem-passenger-5.0.29:
#####################################################################
Please edit your Apache configuration file, and add these lines:
  LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.29/buildout/apache2/mod_passenger.so
  PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.29
  PassengerRuby /usr/local/bin/ruby22
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
#####################################################################
Message from redmine-3.2.3:
=============================================================================
Redmine was installed.
You now need to setup your Redmine installation so
please have a look at the Installation Guide.
http://www.redmine.org/wiki/redmine/RedmineInstall
If you are upgrading please read the Upgrading Guide
before starting the new version.
http://www.redmine.org/wiki/redmine/RedmineUpgrade
=============================================================================
Message from letsencrypt.sh-0.2.0:
To use this script you should copy the examples in
/usr/local/etc/letsencrypt.sh/ and at least add a
domain and a contact mail address.
You should also copy the openssl.cnf.sample file in
/usr/local/openssl so you won't get warnings about
it missing.
In order to run the script regularly to update
the certificates add this line to /etc/periodic.conf
weekly_letsencrypt_enable="YES"
Additionally the following parameters can be added to
/etc/periodic.conf
To run the certification renenewal as a different user
weekly_letsencrypt_user="_letsencrypt"
To run a script after the renewal (as root)
weekly_letsencrypt_deployscript="/usr/local/etc/letsencrypt.sh/deploy.sh"
Message from git-2.9.2:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:
In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.
All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
  your web server (e.g. Apache2) in which you are able to execute
  CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
  your git repository (that is where you have your *.git project
  directories).
*************************** GITWEB *************************************
*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
</pre>
----
: <code>cd /usr/local/www/redmine</code>
: <code>gem install rmagick</code>
<pre>
Building native extensions.  This could take a while...
Successfully installed rmagick-2.15.4
Parsing documentation for rmagick-2.15.4
Done installing documentation for rmagick after 16 seconds
1 gem installed
</pre>
: <code>bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production</code>
----
: <code>cd /usr/local/www/redmine</code>
: <code>bundle update</code>
<pre>
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Resolving dependencies..................................................................................................................................................................................................................
Installing rake 11.2.2 (was 11.1.2)
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.9.0
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Installing mini_portile2 2.1.0
Installing pkg-config 1.1.7
Using rack 1.6.4
Installing mime-types-data 3.2016.0521 (was 3.2016.0221)
Using arel 6.0.3
Using addressable 2.4.0
Using bundler 1.12.1
Using coderay 1.1.1
Using concurrent-ruby 1.0.2
Using daemons 1.2.3
Using eventmachine 1.2.0.1
Using htmlentities 4.3.4
Using thor 0.19.1
Using mimemagic 0.3.1
Installing mysql2 0.3.21 (was 0.3.20) with native extensions
Installing net-ldap 0.15.0 (was 0.14.0)
Using ruby-openid 2.7.0
Using rbpdf-font 1.19.0
Using redcarpet 3.3.4
Using request_store 1.3.1
Using rmagick 2.15.4
Using tzinfo 1.2.2
Installing nokogiri 1.6.8 (was 1.6.7.2) with native extensions
Using rack-test 0.6.3
Using mime-types 3.1
Installing css_parser 1.4.5 (was 1.4.2)
Installing sprockets 3.6.3 (was 3.6.0)
Installing thin 1.7.0 (was 1.6.4) with native extensions
Using rack-openid 1.4.2
Using rbpdf 1.19.0
Installing activesupport 4.2.7 (was 4.2.6)
Using loofah 2.0.3
Using mail 2.6.4
Using roadie 3.1.1
Using rails-deprecated_sanitizer 1.0.3
Using globalid 0.3.6
Installing activemodel 4.2.7 (was 4.2.6)
Using rails-html-sanitizer 1.0.3
Using rails-dom-testing 1.0.7
Installing activejob 4.2.7 (was 4.2.6)
Installing activerecord 4.2.7 (was 4.2.6)
Using protected_attributes 1.1.3
Installing actionview 4.2.7 (was 4.2.6)
Installing actionpack 4.2.7 (was 4.2.6)
Installing actionmailer 4.2.7 (was 4.2.6)
Using actionpack-action_caching 1.1.1
Using actionpack-xml_parser 1.0.2
Installing railties 4.2.7 (was 4.2.6)
Installing sprockets-rails 3.1.1 (was 3.0.4)
Using jquery-rails 4.1.1
Using roadie-rails 1.1.1
Installing rails 4.2.7 (was 4.2.6)
Bundle updated!
</pre>
: <code>bundle exec rake db:migrate RAILS_ENV=production</code>
<pre>
== 20141029181752 AddTrackersDefaultStatusId: migrating =======================
-- add_column(:trackers, :default_status_id, :integer)
  -> 0.2185s
== 20141029181752 AddTrackersDefaultStatusId: migrated (0.3126s) ==============
== 20141029181824 RemoveIssueStatusesIsDefault: migrating =====================
-- remove_column(:issue_statuses, :is_default)
  -> 0.1426s
== 20141029181824 RemoveIssueStatusesIsDefault: migrated (0.1427s) ============
== 20141109112308 AddRolesUsersVisibility: migrating ==========================
-- add_column(:roles, :users_visibility, :string, {:limit=>30, :default=>"all", :null=>false})
  -> 0.1807s
== 20141109112308 AddRolesUsersVisibility: migrated (0.1808s) =================
== 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrating ================
-- add_column(:wiki_redirects, :redirects_to_wiki_id, :integer)
  -> 0.1713s
-- change_column(:wiki_redirects, :redirects_to_wiki_id, :integer, {:null=>false})
  -> 0.1352s
== 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrated (0.3144s) =======
== 20150113194759 CreateEmailAddresses: migrating =============================
-- create_table(:email_addresses)
  -> 0.0715s
== 20150113194759 CreateEmailAddresses: migrated (0.0716s) ====================
== 20150113211532 PopulateEmailAddresses: migrating ===========================
== 20150113211532 PopulateEmailAddresses: migrated (0.1675s) ==================
== 20150113213922 RemoveUsersMail: migrating ==================================
-- remove_column(:users, :mail)
  -> 0.1806s
== 20150113213922 RemoveUsersMail: migrated (0.1807s) =========================
== 20150113213955 AddEmailAddressesUserIdIndex: migrating =====================
-- add_index(:email_addresses, :user_id)
  -> 0.1173s
== 20150113213955 AddEmailAddressesUserIdIndex: migrated (0.1174s) ============
== 20150208105930 ReplaceMoveIssuesPermission: migrating ======================
== 20150208105930 ReplaceMoveIssuesPermission: migrated (0.0646s) =============
== 20150510083747 ChangeDocumentsTitleLimit: migrating ========================
-- change_column(:documents, :title, :string, {:limit=>nil, :default=>"", :null=>false})
  -> 0.6605s
== 20150510083747 ChangeDocumentsTitleLimit: migrated (0.6606s) ===============
== 20150525103953 ClearEstimatedHoursOnParentIssues: migrating ================
== 20150525103953 ClearEstimatedHoursOnParentIssues: migrated (0.2562s) =======
== 20150526183158 AddRolesTimeEntriesVisibility: migrating ====================
-- add_column(:roles, :time_entries_visibility, :string, {:limit=>30, :default=>"all", :null=>false})
  -> 0.1641s
== 20150526183158 AddRolesTimeEntriesVisibility: migrated (0.1643s) ===========
== 20150528084820 AddRolesAllRolesManaged: migrating ==========================
-- add_column(:roles, :all_roles_managed, :boolean, {:default=>true, :null=>false})
  -> 0.1464s
== 20150528084820 AddRolesAllRolesManaged: migrated (0.1466s) =================
== 20150528092912 CreateRolesManagedRoles: migrating ==========================
-- create_table(:roles_managed_roles, {:id=>false})
  -> 0.0994s
== 20150528092912 CreateRolesManagedRoles: migrated (0.0995s) =================
== 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrating ================
-- add_index(:roles_managed_roles, [:role_id, :managed_role_id], {:unique=>true})
  -> 0.1389s
== 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrated (0.1390s) =======
== 20150725112753 InsertAllowedStatusesForNewIssues: migrating ================
== 20150725112753 InsertAllowedStatusesForNewIssues: migrated (0.0412s) =======
== 20150730122707 CreateImports: migrating ====================================
-- create_table(:imports)
  -> 0.1058s
== 20150730122707 CreateImports: migrated (0.1059s) ===========================
== 20150730122735 CreateImportItems: migrating ================================
-- create_table(:import_items)
  -> 0.1000s
== 20150730122735 CreateImportItems: migrated (0.1001s) =======================
== 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrating =============
-- change_column(:time_entries, :comments, :string, {:limit=>1024})
  -> 0.3901s
== 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrated (0.3902s) ====
== 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrating ============
-- change_column(:wiki_content_versions, :comments, :string, {:limit=>1024, :default=>""})
  -> 0.3723s
-- change_column(:wiki_contents, :comments, :string, {:limit=>1024, :default=>""})
  -> 0.2733s
== 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrated (0.6461s) ===
== 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrating ================
-- change_column(:attachments, :filesize, :integer, {:limit=>8, :default=>0, :null=>false})
  -> 0.3388s
== 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrated (0.3389s) =======
== 20151020182731 FixCommaInUserFormatSettingValue: migrating =================
== 20151020182731 FixCommaInUserFormatSettingValue: migrated (0.0595s) ========
== 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrating ===============
-- change_column(:issue_categories, :name, :string, {:limit=>60, :default=>"", :null=>false})
  -> 0.2901s
== 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrated (0.2903s) ======
== 20151021185456 ChangeAuthSourcesFilterToText: migrating ====================
-- change_column(:auth_sources, :filter, :text)
  -> 0.2571s
== 20151021185456 ChangeAuthSourcesFilterToText: migrated (0.2573s) ===========
== 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrating =======
-- change_column(:user_preferences, :hide_mail, :boolean, {:default=>true})
  -> 0.0165s
== 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrated (0.0167s)
== 20151024082034 AddTokensUpdatedOn: migrating ===============================
-- add_column(:tokens, :updated_on, :timestamp)
  -> 0.2010s
== 20151024082034 AddTokensUpdatedOn: migrated (0.2510s) ======================
== 20151025072118 CreateCustomFieldEnumerations: migrating ====================
-- create_table(:custom_field_enumerations)
  -> 0.1176s
== 20151025072118 CreateCustomFieldEnumerations: migrated (0.1177s) ===========
== 20151031095005 AddProjectsDefaultVersionId: migrating ======================
-- column_exists?(:projects, :default_version_id, :integer)
  -> 0.0024s
-- add_column(:projects, :default_version_id, :integer, {:default=>nil})
  -> 0.2102s
== 20151031095005 AddProjectsDefaultVersionId: migrated (0.2128s) =============
</pre>
: <code>bundle exec rake redmine:plugins:migrate RAILS_ENV=production</code>
: <code>bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production</code>
----
debugging
; erkennbar an domain.tld/admin/info
<pre>
Verzeichnis für Dateien beschreibbar False
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) False
</pre>
* chmod, wie in der installation
: <code>cd /usr/local/www/redmine ; chmod -R 755 files log tmp public/plugin_assets</code>
* chown, wie in der installation
: <code>chown -R redmine:redmine /usr/local/www/redmine</code>
* pkg install gem irgendwas für FastCgiConfig
: <code>pkg install rubygem-fcgi</code>
: less /usr/local/etc/apache24/httpd.conf
: less /usr/local/etc/apache24/Includes/ssl.conf
=== Aktualisierung auf Redmine 3.2.3 reloaded ===
: <code>service apache24 stop</code>
<!--
----
---- wird gar nicht benötigt
---- sobald der Dienst apache24 gestoppt ist, sind auch alle Prozesse vom Account redmine beendet
----
: <code>service redmine stop</code>
!-->
: <code>service mysql-server stop</code>
: <code>pkg update</code>
<!--
<pre>
Updating FreeBSD repository catalogue...
[srs15] Fetching meta.txz: 100%    964 B  1.0kB/s    00:01   
[srs15] Fetching packagesite.txz: 100%    5 MiB  5.7MB/s    00:01   
Processing entries: 100%
FreeBSD repository update completed. 25079 packages processed.
</pre>
!-->
: <code>pkg upgrade -y</code>
<!--
<pre>
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
pkg: 1.8.7_1 -> 1.9.4_1
Number of packages to be upgraded: 1
2 MiB to be downloaded.
[srs15] Fetching pkg-1.9.4_1.txz: 100%    2 MiB  2.2MB/s    00:01   
Checking integrity... done (0 conflicting)
[srs15] [1/1] Upgrading pkg from 1.8.7_1 to 1.9.4_1...
[srs15] [1/1] Extracting pkg-1.9.4_1: 100%
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (128 candidates): 100%
Processing candidates (128 candidates): 100%
The following 187 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
trousers: 0.3.14_1
tpm-emulator: 0.7.4_1
rubygem-rack14: 1.4.7,3
libnghttp2: 1.18.0
rubygem-mime-types-data: 3.2016.0521
rubygem-mimemagic: 0.3.1
rubygem-protected_attributes: 1.1.3
rubygem-activemodel4: 4.2.7.1
rubygem-builder32: 3.2.2
rubygem-activesupport4: 4.2.7.1
rubygem-thread_safe: 0.3.5
rubygem-tzinfo: 1.2.2_1
rubygem-thread_safe1: 0.1.3
rubygem-atomic: 1.1.99
rubygem-roadie-rails: 1.1.1
rubygem-roadie: 3.2.0
rubygem-css_parser: 1.4.7
rubygem-addressable: 2.5.0_1
rubygem-public_suffix: 2.0.4_6
rubygem-nokogiri: 1.7.0
libxslt: 1.1.29_1
libgcrypt: 1.7.5
libgpg-error: 1.26
rubygem-pkg-config: 1.1.7_1
rubygem-railties4: 4.2.7.1
rubygem-actionpack4: 4.2.7.1
rubygem-rails-dom-testing: 1.0.7
rubygem-rails-deprecated_sanitizer: 1.0.3
rubygem-actionview: 4.2.7.1
rubygem-rails-html-sanitizer: 1.0.3
rubygem-loofah: 2.0.3
rubygem-jquery-rails4: 4.2.1
rubygem-rails4: 4.2.7.1
rubygem-actionmailer4: 4.2.7.1
rubygem-mail: 2.6.4,2
rubygem-activejob: 4.2.7.1
rubygem-globalid: 0.3.7
rubygem-activeresource4: 4.0.0
rubygem-rails-observers: 0.1.2
rubygem-web-console: 2.3.0
rubygem-binding_of_caller: 0.7.2
rubygem-debug_inspector: 0.0.2
rubygem-sprockets-rails: 3.2.0
rubygem-sprockets3: 3.7.0_1
rubygem-concurrent-ruby: 1.0.4
rubygem-jbuilder: 2.6.1
rubygem-sass-rails5: 5.0.6
rubygem-byebug: 9.0.6
rubygem-rdoc: 4.2.2
rubygem-spring: 1.7.2
rubygem-activerecord4: 4.2.7.1
rubygem-arel6: 6.0.4
rubygem-turbolinks: 5.0.1
rubygem-coffee-rails4: 4.2.1
rubygem-turbolinks-source: 5.0.0
rubygem-sdoc: 0.4.2
rubygem-actionpack-xml_parser: 1.0.2
rubygem-actionpack-action_caching: 1.1.1
c-ares: 1.12.0
Installed packages to be UPGRADED:
zsh: 5.2_1 -> 5.3.1
xproto: 7.0.28 -> 7.0.31
xcb-util: 0.4.0_1,1 -> 0.4.0_2,1
wget: 1.16.3_1 -> 1.18_2
webp: 0.5.0 -> 0.5.2
vim: 7.4.1743 -> 8.0.0134_1
videoproto: 2.3.2 -> 2.3.3
tiff: 4.0.6_1 -> 4.0.7_1
tcl86: 8.6.5_1 -> 8.6.6_2
swig30: 3.0.8 -> 3.0.11
subversion: 1.9.4 -> 1.9.5
sqlite3: 3.12.2 -> 3.15.1_1
serf: 1.3.8_1 -> 1.3.9_1
screen: 4.3.1_2 -> 4.4.0_2
rubygem-uglifier: 3.0.0 -> 3.0.4
rubygem-tilt: 2.0.2 -> 2.0.5
rubygem-thin: 1.6.4 -> 1.7.0
rubygem-sqlite3: 1.3.11 -> 1.3.12
rubygem-sass: 3.4.22 -> 3.4.23
rubygem-rmagick: 2.15.4 -> 2.16.0_1
rubygem-redcarpet: 3.3.4 -> 3.4.0
rubygem-rake: 11.1.2 -> 11.2.2
rubygem-rails: 3.2.22.2 -> 3.2.22.2_1
rubygem-rack16: 1.6.4 -> 1.6.5
rubygem-rack-test: 0.6.3_1 -> 0.6.3_2
rubygem-rack-ssl: 1.4.1_1,1 -> 1.4.1_2,1
rubygem-rack-openid: 1.4.2_2 -> 1.4.2_3
rubygem-rack-cache: 1.6.1 -> 1.6.1_1
rubygem-rack: 1.4.7,3 -> 2.0.1,3
rubygem-passenger: 5.0.28 -> 5.0.30_1
rubygem-net-ldap: 0.14.0 -> 0.15.0
rubygem-mysql2: 0.3.20 -> 0.4.5
rubygem-multi_json: 1.11.3 -> 1.12.1
rubygem-minitest: 5.8.4 -> 5.10.1
rubygem-mime-types: 2.99.1 -> 3.1
rubygem-json_pure: 1.8.3 -> 2.0.2
rubygem-json: 1.8.3 -> 2.0.2
rubygem-hike: 1.2.3,1 -> 2.1.3,1
rubygem-execjs: 2.6.0_1 -> 2.7.0
rubygem-daemons: 1.2.3 -> 1.2.4
rubygem-coffee-script-source: 1.10.0 -> 1.11.1
rubygem-bundler: 1.12.1 -> 1.13.7
rubygem-actionpack: 3.2.22.2 -> 3.2.22.2_1
ruby22-gems: 2.6.4 -> 2.6.8
ruby: 2.2.5,1 -> 2.2.6_1,1
redmine: 2.6.9_2 -> 3.2.3_2
python27: 2.7.11_2 -> 2.7.13_1
py27-virtualenv: 14.0.0 -> 15.0.3
py27-setuptools27: 20.0 -> 32.1.0
png: 1.6.21 -> 1.6.27
pkgconf: 0.9.12_1 -> 1.1.0
perl5: 5.20.3_13 -> 5.24.1.r4_1
pcre: 8.38_1 -> 8.39_1
pciids: 20160430 -> 20161225
pango: 1.38.0 -> 1.38.0_1
p5-Socket: 2.021 -> 2.024
p5-Net-SSLeay: 1.74 -> 1.78
p5-Net-SMTP-SSL: 1.03 -> 1.04
p5-IO-Socket-SSL: 2.025 -> 2.038
p5-IO-Socket-IP: 0.37 -> 0.38
p11-kit: 0.23.2 -> 0.23.3
openssl: 1.0.2_12 -> 1.0.2j_1,1
openjpeg: 2.1.1 -> 2.1.2_1
node: 6.1.0 -> 7.3.0
nettle: 3.2 -> 3.3
mysql56-server: 5.6.30 -> 5.6.34
mysql56-client: 5.6.30 -> 5.6.34
mpfr: 3.1.4 -> 3.1.5
llvm37: 3.7.1_2 -> 3.7.1_4
libxml2: 2.9.3 -> 2.9.4
libxcb: 1.11.1 -> 1.12
libuv: 1.9.0 -> 1.10.1
libtasn1: 4.8 -> 4.9
librsvg2: 2.40.13 -> 2.40.16
liblqr-1: 0.4.1_8 -> 0.4.2
libidn: 1.31 -> 1.33_1
libiconv: 1.14_9 -> 1.14_10
libglapi: 11.1.2 -> 11.2.2
libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
libXvMC: 1.0.9 -> 1.0.10
libXv: 1.0.10_3,1 -> 1.0.11,1
libXrender: 0.9.9 -> 0.9.10
libXrandr: 1.5.0 -> 1.5.1
libXpm: 3.5.11_4 -> 3.5.12
libXi: 1.7.6,1 -> 1.7.8,1
libXfixes: 5.0.1_3 -> 5.0.3
libX11: 1.6.3,1 -> 1.6.4,1
libGL: 11.1.2 -> 11.2.2
libEGL: 11.1.2 -> 11.2.2
lcms2: 2.7_2 -> 2.8
jpeg-turbo: 1.4.2 -> 1.5.1
inputproto: 2.3.1 -> 2.3.2
indexinfo: 0.2.4 -> 0.2.6
icu: 55.1 -> 58.2,1
harfbuzz: 1.2.3 -> 1.3.4
gtk2: 2.24.29_2 -> 2.24.29_3
gsfonts: 8.11_6 -> 8.11_8
graphite2: 1.3.8 -> 1.3.9
gnutls: 3.4.11 -> 3.4.17
glib: 2.46.2 -> 2.46.2_4
git: 2.8.1 -> 2.11.0_3
giflib: 5.1.3 -> 5.1.4
gettext-runtime: 0.19.7 -> 0.19.8.1_1
gdk-pixbuf2: 2.32.3 -> 2.32.3_1
gdbm: 1.11_2 -> 1.12
gcc: 4.8.5_2 -> 4.9.4
gbm: 11.1.2 -> 11.2.2
fontconfig: 2.11.1_2,1 -> 2.12.1,1
fftw3: 3.3.3_2 -> 3.3.5
expat: 2.1.0_3 -> 2.2.0_1
dejavu: 2.35 -> 2.37
dbus: 1.8.20 -> 1.10.14
db5: 5.3.28_3 -> 5.3.28_6
cvsps: 2.1_1 -> 2.1_2
curl: 7.50.1 -> 7.52.1
cups: 2.1.3_2 -> 2.2.1
cairo: 1.14.6,2 -> 1.14.6_1,2
ca_root_nss: 3.22.2 -> 3.28
binutils: 2.25.1_2,1 -> 2.27_5,1
bash: 4.3.46_1 -> 4.4.5
apr: 1.5.2.1.5.4 -> 1.5.2.1.5.4_2
apache24: 2.4.20_1 -> 2.4.25_1
ImageMagick: 6.9.3.9_1,1 -> 6.9.6.4,1
Installed packages to be REINSTALLED:
p5-Mozilla-CA-20160104 (direct dependency changed: perl5)
p5-GSSAPI-0.28_1 (direct dependency changed: perl5)
p5-Error-0.17024 (direct dependency changed: perl5)
p5-Digest-HMAC-1.03_1 (direct dependency changed: perl5)
p5-Authen-SASL-2.16_1 (direct dependency changed: perl5)
Number of packages to be installed: 59
Number of packages to be upgraded: 123
Number of packages to be reinstalled: 5
The process will require 272 MiB more space.
317 MiB to be downloaded.
[srs15] Fetching zsh-5.3.1.txz: 100%    4 MiB  4.1MB/s    00:01   
[srs15] Fetching xproto-7.0.31.txz: 100%  59 KiB  60.2kB/s    00:01   
[srs15] Fetching xcb-util-0.4.0_2,1.txz: 100%  12 KiB  12.3kB/s    00:01   
[srs15] Fetching wget-1.18_2.txz: 100%  567 KiB 581.1kB/s    00:01   
[srs15] Fetching webp-0.5.2.txz: 100%  313 KiB 320.1kB/s    00:01   
[srs15] Fetching vim-8.0.0134_1.txz: 100%    6 MiB  6.6MB/s    00:01   
[srs15] Fetching videoproto-2.3.3.txz: 100%    7 KiB  7.3kB/s    00:01   
[srs15] Fetching tiff-4.0.7_1.txz: 100%  784 KiB 802.9kB/s    00:01   
[srs15] Fetching tcl86-8.6.6_2.txz: 100%    1 MiB  1.2MB/s    00:01   
[srs15] Fetching swig30-3.0.11.txz: 100%    6 MiB  2.9MB/s    00:02   
[srs15] Fetching subversion-1.9.5.txz: 100%    3 MiB  2.9MB/s    00:01   
[srs15] Fetching sqlite3-3.15.1_1.txz: 100%  631 KiB 645.7kB/s    00:01   
[srs15] Fetching serf-1.3.9_1.txz: 100%  78 KiB  80.0kB/s    00:01   
[srs15] Fetching screen-4.4.0_2.txz: 100%  471 KiB 482.1kB/s    00:01   
[srs15] Fetching rubygem-uglifier-3.0.4.txz: 100%  325 KiB 332.7kB/s    00:01   
[srs15] Fetching rubygem-tilt-2.0.5.txz: 100%  290 KiB 297.4kB/s    00:01   
[srs15] Fetching rubygem-thin-1.7.0.txz: 100%  330 KiB 337.7kB/s    00:01   
[srs15] Fetching rubygem-sqlite3-1.3.12.txz: 100%  332 KiB 339.7kB/s    00:01   
[srs15] Fetching rubygem-sass-3.4.23.txz: 100%  971 KiB 994.0kB/s    00:01   
[srs15] Fetching rubygem-rmagick-2.16.0_1.txz: 100%    2 MiB  1.6MB/s    00:01   
[srs15] Fetching rubygem-redcarpet-3.4.0.txz: 100%  267 KiB 273.2kB/s    00:01   
[srs15] Fetching rubygem-rake-11.2.2.txz: 100%  337 KiB 345.0kB/s    00:01   
[srs15] Fetching rubygem-rails-3.2.22.2_1.txz: 100%    2 KiB  2.5kB/s    00:01   
[srs15] Fetching rubygem-rack16-1.6.5.txz: 100%  573 KiB 586.9kB/s    00:01   
[srs15] Fetching rubygem-rack-test-0.6.3_2.txz: 100%  228 KiB 233.5kB/s    00:01   
[srs15] Fetching rubygem-rack-ssl-1.4.1_2,1.txz: 100%  200 KiB 204.9kB/s    00:01   
[srs15] Fetching rubygem-rack-openid-1.4.2_3.txz: 100%  211 KiB 215.8kB/s    00:01   
[srs15] Fetching rubygem-rack-cache-1.6.1_1.txz: 100%  279 KiB 285.7kB/s    00:01   
[srs15] Fetching rubygem-rack-2.0.1,3.txz: 100%  587 KiB 601.1kB/s    00:01   
[srs15] Fetching rubygem-passenger-5.0.30_1.txz: 100%  12 MiB  12.9MB/s    00:01   
[srs15] Fetching rubygem-net-ldap-0.15.0.txz: 100%  365 KiB 373.7kB/s    00:01   
[srs15] Fetching rubygem-mysql2-0.4.5.txz: 100%  286 KiB 292.6kB/s    00:01   
[srs15] Fetching rubygem-multi_json-1.12.1.txz: 100%  239 KiB 244.9kB/s    00:01   
[srs15] Fetching rubygem-minitest-5.10.1.txz: 100%  331 KiB 339.1kB/s    00:01   
[srs15] Fetching rubygem-mime-types-3.1.txz: 100%  277 KiB 283.7kB/s    00:01   
[srs15] Fetching rubygem-json_pure-2.0.2.txz: 100%  337 KiB 345.2kB/s    00:01   
[srs15] Fetching rubygem-json-2.0.2.txz: 100%  375 KiB 383.7kB/s    00:01   
[srs15] Fetching rubygem-hike-2.1.3,1.txz: 100%  217 KiB 222.1kB/s    00:01   
[srs15] Fetching rubygem-execjs-2.7.0.txz: 100%  235 KiB 240.5kB/s    00:01   
[srs15] Fetching rubygem-daemons-1.2.4.txz: 100%  265 KiB 270.9kB/s    00:01   
[srs15] Fetching rubygem-coffee-script-source-1.11.1.txz: 100%  301 KiB 308.4kB/s    00:01   
[srs15] Fetching rubygem-bundler-1.13.7.txz: 100%  987 KiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-actionpack-3.2.22.2_1.txz: 100%  958 KiB 980.7kB/s    00:01   
[srs15] Fetching ruby22-gems-2.6.8.txz: 100%  381 KiB 390.6kB/s    00:01   
[srs15] Fetching ruby-2.2.6_1,1.txz: 100%    8 MiB  8.5MB/s    00:01   
[srs15] Fetching redmine-3.2.3_2.txz: 100%    2 MiB  1.6MB/s    00:01   
[srs15] Fetching python27-2.7.13_1.txz: 100%  10 MiB  5.4MB/s    00:02   
[srs15] Fetching py27-virtualenv-15.0.3.txz: 100%    2 MiB  2.4MB/s    00:01   
[srs15] Fetching py27-setuptools27-32.1.0.txz: 100%  436 KiB 446.4kB/s    00:01   
[srs15] Fetching png-1.6.27.txz: 100%  266 KiB 272.3kB/s    00:01   
[srs15] Fetching pkgconf-1.1.0.txz: 100%  45 KiB  45.8kB/s    00:01   
[srs15] Fetching perl5-5.24.1.r4_1.txz: 100%  13 MiB  7.0MB/s    00:02   
[srs15] Fetching pcre-8.39_1.txz: 100%    1 MiB  1.1MB/s    00:01   
[srs15] Fetching pciids-20161225.txz: 100%  186 KiB 190.6kB/s    00:01   
[srs15] Fetching pango-1.38.0_1.txz: 100%  411 KiB 421.2kB/s    00:01   
[srs15] Fetching p5-Socket-2.024.txz: 100%  38 KiB  39.0kB/s    00:01   
[srs15] Fetching p5-Net-SSLeay-1.78.txz: 100%  229 KiB 234.6kB/s    00:01   
[srs15] Fetching p5-Net-SMTP-SSL-1.04.txz: 100%  10 KiB  10.4kB/s    00:01   
[srs15] Fetching p5-Mozilla-CA-20160104.txz: 100%  147 KiB 150.0kB/s    00:01   
[srs15] Fetching p5-IO-Socket-SSL-2.038.txz: 100%  153 KiB 156.7kB/s    00:01   
[srs15] Fetching p5-IO-Socket-IP-0.38.txz: 100%  27 KiB  27.3kB/s    00:01   
[srs15] Fetching p5-GSSAPI-0.28_1.txz: 100%  39 KiB  39.6kB/s    00:01   
[srs15] Fetching p5-Error-0.17024.txz: 100%  23 KiB  23.3kB/s    00:01   
[srs15] Fetching p5-Digest-HMAC-1.03_1.txz: 100%    7 KiB  7.4kB/s    00:01   
[srs15] Fetching p5-Authen-SASL-2.16_1.txz: 100%  38 KiB  38.8kB/s    00:01   
[srs15] Fetching p11-kit-0.23.3.txz: 100%  221 KiB 226.5kB/s    00:01   
[srs15] Fetching openssl-1.0.2j_1,1.txz: 100%    3 MiB  2.9MB/s    00:01   
[srs15] Fetching openjpeg-2.1.2_1.txz: 100%  172 KiB 175.9kB/s    00:01   
[srs15] Fetching node-7.3.0.txz: 100%    4 MiB  4.6MB/s    00:01   
[srs15] Fetching nettle-3.3.txz: 100%    1 MiB  1.2MB/s    00:01   
[srs15] Fetching mysql56-server-5.6.34.txz: 100%    8 MiB  4.4MB/s    00:02   
[srs15] Fetching mysql56-client-5.6.34.txz: 100%    2 MiB  2.0MB/s    00:01   
[srs15] Fetching mpfr-3.1.5.txz: 100%  352 KiB 360.4kB/s    00:01   
[srs15] Fetching llvm37-3.7.1_4.txz: 100%  31 MiB  10.9MB/s    00:03   
[srs15] Fetching libxml2-2.9.4.txz: 100%  760 KiB 778.3kB/s    00:01   
[srs15] Fetching libxcb-1.12.txz: 100%  979 KiB  1.0MB/s    00:01   
[srs15] Fetching libuv-1.10.1.txz: 100%  91 KiB  93.5kB/s    00:01   
[srs15] Fetching libtasn1-4.9.txz: 100%  598 KiB 612.7kB/s    00:01   
[srs15] Fetching librsvg2-2.40.16.txz: 100%  158 KiB 162.1kB/s    00:01   
[srs15] Fetching liblqr-1-0.4.2.txz: 100%  39 KiB  39.8kB/s    00:01   
[srs15] Fetching libidn-1.33_1.txz: 100%  200 KiB 205.2kB/s    00:01   
[srs15] Fetching libiconv-1.14_10.txz: 100%  602 KiB 616.7kB/s    00:01   
[srs15] Fetching libglapi-11.2.2.txz: 100%  50 KiB  51.2kB/s    00:01   
[srs15] Fetching libedit-3.1.20150325_2,1.txz: 100%  126 KiB 129.5kB/s    00:01   
[srs15] Fetching libXvMC-1.0.10.txz: 100%  24 KiB  25.0kB/s    00:01   
[srs15] Fetching libXv-1.0.11,1.txz: 100%  35 KiB  35.7kB/s    00:01   
[srs15] Fetching libXrender-0.9.10.txz: 100%  27 KiB  27.8kB/s    00:01   
[srs15] Fetching libXrandr-1.5.1.txz: 100%  30 KiB  30.2kB/s    00:01   
[srs15] Fetching libXpm-3.5.12.txz: 100%  65 KiB  66.3kB/s    00:01   
[srs15] Fetching libXi-1.7.8,1.txz: 100%  119 KiB 121.7kB/s    00:01   
[srs15] Fetching libXfixes-5.0.3.txz: 100%  14 KiB  14.5kB/s    00:01   
[srs15] Fetching libX11-1.6.4,1.txz: 100%    2 MiB  1.7MB/s    00:01   
[srs15] Fetching libGL-11.2.2.txz: 100%  224 KiB 229.0kB/s    00:01   
[srs15] Fetching libEGL-11.2.2.txz: 100%  55 KiB  56.3kB/s    00:01   
[srs15] Fetching lcms2-2.8.txz: 100%    3 MiB  2.6MB/s    00:01   
[srs15] Fetching jpeg-turbo-1.5.1.txz: 100%  302 KiB 308.9kB/s    00:01   
[srs15] Fetching inputproto-2.3.2.txz: 100%  15 KiB  15.2kB/s    00:01   
[srs15] Fetching indexinfo-0.2.6.txz: 100%    5 KiB  5.0kB/s    00:01   
[srs15] Fetching icu-58.2,1.txz: 100%    9 MiB  4.7MB/s    00:02   
[srs15] Fetching harfbuzz-1.3.4.txz: 100%  278 KiB 285.0kB/s    00:01   
[srs15] Fetching gtk2-2.24.29_3.txz: 100%    5 MiB  5.3MB/s    00:01   
[srs15] Fetching gsfonts-8.11_8.txz: 100%    4 MiB  4.2MB/s    00:01   
[srs15] Fetching graphite2-1.3.9.txz: 100%  121 KiB 123.9kB/s    00:01   
[srs15] Fetching gnutls-3.4.17.txz: 100%    2 MiB  2.1MB/s    00:01   
[srs15] Fetching glib-2.46.2_4.txz: 100%    3 MiB  2.8MB/s    00:01   
[srs15] Fetching git-2.11.0_3.txz: 100%    4 MiB  4.0MB/s    00:01   
[srs15] Fetching giflib-5.1.4.txz: 100%  72 KiB  73.9kB/s    00:01   
[srs15] Fetching gettext-runtime-0.19.8.1_1.txz: 100%  147 KiB 150.9kB/s    00:01   
[srs15] Fetching gdk-pixbuf2-2.32.3_1.txz: 100%  479 KiB 490.7kB/s    00:01   
[srs15] Fetching gdbm-1.12.txz: 100%  145 KiB 148.4kB/s    00:01   
[srs15] Fetching gcc-4.9.4.txz: 100%  72 MiB  15.1MB/s    00:05   
[srs15] Fetching gbm-11.2.2.txz: 100%  12 KiB  12.2kB/s    00:01   
[srs15] Fetching fontconfig-2.12.1,1.txz: 100%  341 KiB 349.1kB/s    00:01   
[srs15] Fetching fftw3-3.3.5.txz: 100%  724 KiB 740.9kB/s    00:01   
[srs15] Fetching expat-2.2.0_1.txz: 100%  103 KiB 105.1kB/s    00:01   
[srs15] Fetching dejavu-2.37.txz: 100%    2 MiB  2.5MB/s    00:01   
[srs15] Fetching dbus-1.10.14.txz: 100%  339 KiB 346.7kB/s    00:01   
[srs15] Fetching db5-5.3.28_6.txz: 100%  12 MiB  6.4MB/s    00:02   
[srs15] Fetching cvsps-2.1_2.txz: 100%  43 KiB  44.1kB/s    00:01   
[srs15] Fetching curl-7.52.1.txz: 100%    1 MiB  1.1MB/s    00:01   
[srs15] Fetching cups-2.2.1.txz: 100%    1 MiB  1.4MB/s    00:01   
[srs15] Fetching cairo-1.14.6_1,2.txz: 100%  859 KiB 880.1kB/s    00:01   
[srs15] Fetching ca_root_nss-3.28.txz: 100%  324 KiB 331.5kB/s    00:01   
[srs15] Fetching binutils-2.27_5,1.txz: 100%  19 MiB  9.7MB/s    00:02   
[srs15] Fetching bash-4.4.5.txz: 100%    1 MiB  1.5MB/s    00:01   
[srs15] Fetching apr-1.5.2.1.5.4_2.txz: 100%  401 KiB 410.3kB/s    00:01   
[srs15] Fetching apache24-2.4.25_1.txz: 100%    5 MiB  4.9MB/s    00:01   
[srs15] Fetching ImageMagick-6.9.6.4,1.txz: 100%    7 MiB  7.6MB/s    00:01   
[srs15] Fetching trousers-0.3.14_1.txz: 100%  486 KiB 498.1kB/s    00:01   
[srs15] Fetching tpm-emulator-0.7.4_1.txz: 100%  121 KiB 124.0kB/s    00:01   
[srs15] Fetching rubygem-rack14-1.4.7,3.txz: 100%  521 KiB 534.0kB/s    00:01   
[srs15] Fetching libnghttp2-1.18.0.txz: 100%  107 KiB 109.9kB/s    00:01   
[srs15] Fetching rubygem-mime-types-data-3.2016.0521.txz: 100%  274 KiB 280.9kB/s    00:01   
[srs15] Fetching rubygem-mimemagic-0.3.1.txz: 100%  452 KiB 462.9kB/s    00:01   
[srs15] Fetching rubygem-protected_attributes-1.1.3.txz: 100%  236 KiB 242.2kB/s    00:01   
[srs15] Fetching rubygem-activemodel4-4.2.7.1.txz: 100%  310 KiB 317.6kB/s    00:01   
[srs15] Fetching rubygem-builder32-3.2.2.txz: 100%  249 KiB 255.0kB/s    00:01   
[srs15] Fetching rubygem-activesupport4-4.2.7.1.txz: 100%  756 KiB 774.0kB/s    00:01   
[srs15] Fetching rubygem-thread_safe-0.3.5.txz: 100%  278 KiB 284.7kB/s    00:01   
[srs15] Fetching rubygem-tzinfo-1.2.2_1.txz: 100%  376 KiB 385.4kB/s    00:01   
[srs15] Fetching rubygem-thread_safe1-0.1.3.txz: 100%  329 KiB 336.8kB/s    00:01   
[srs15] Fetching rubygem-atomic-1.1.99.txz: 100%  220 KiB 225.6kB/s    00:01   
[srs15] Fetching rubygem-roadie-rails-1.1.1.txz: 100%  245 KiB 250.9kB/s    00:01   
[srs15] Fetching rubygem-roadie-3.2.0.txz: 100%  297 KiB 304.0kB/s    00:01   
[srs15] Fetching rubygem-css_parser-1.4.7.txz: 100%  223 KiB 228.5kB/s    00:01   
[srs15] Fetching rubygem-addressable-2.5.0_1.txz: 100%  331 KiB 338.7kB/s    00:01   
[srs15] Fetching rubygem-public_suffix-2.0.4_6.txz: 100%  292 KiB 299.3kB/s    00:01   
[srs15] Fetching rubygem-nokogiri-1.7.0.txz: 100%  716 KiB 732.8kB/s    00:01   
[srs15] Fetching libxslt-1.1.29_1.txz: 100%  222 KiB 227.7kB/s    00:01   
[srs15] Fetching libgcrypt-1.7.5.txz: 100%  581 KiB 595.3kB/s    00:01   
[srs15] Fetching libgpg-error-1.26.txz: 100%  173 KiB 176.8kB/s    00:01   
[srs15] Fetching rubygem-pkg-config-1.1.7_1.txz: 100%  220 KiB 225.6kB/s    00:01   
[srs15] Fetching rubygem-railties4-4.2.7.1.txz: 100%  302 KiB 309.5kB/s    00:01   
[srs15] Fetching rubygem-actionpack4-4.2.7.1.txz: 100%  700 KiB 717.0kB/s    00:01   
[srs15] Fetching rubygem-rails-dom-testing-1.0.7.txz: 100%  223 KiB 228.2kB/s    00:01   
[srs15] Fetching rubygem-rails-deprecated_sanitizer-1.0.3.txz: 100%  236 KiB 242.0kB/s    00:01   
[srs15] Fetching rubygem-actionview-4.2.7.1.txz: 100%  542 KiB 555.2kB/s    00:01   
[srs15] Fetching rubygem-rails-html-sanitizer-1.0.3.txz: 100%  219 KiB 224.3kB/s    00:01   
[srs15] Fetching rubygem-loofah-2.0.3.txz: 100%  276 KiB 282.5kB/s    00:01   
[srs15] Fetching rubygem-jquery-rails4-4.2.1.txz: 100%  431 KiB 440.9kB/s    00:01   
[srs15] Fetching rubygem-rails4-4.2.7.1.txz: 100%    2 MiB  2.0MB/s    00:01   
[srs15] Fetching rubygem-actionmailer4-4.2.7.1.txz: 100%  254 KiB 260.2kB/s    00:01   
[srs15] Fetching rubygem-mail-2.6.4,2.txz: 100%  678 KiB 694.5kB/s    00:01   
[srs15] Fetching rubygem-activejob-4.2.7.1.txz: 100%  244 KiB 249.4kB/s    00:01   
[srs15] Fetching rubygem-globalid-0.3.7.txz: 100%  224 KiB 229.2kB/s    00:01   
[srs15] Fetching rubygem-activeresource4-4.0.0.txz: 100%  305 KiB 312.3kB/s    00:01   
[srs15] Fetching rubygem-rails-observers-0.1.2.txz: 100%  231 KiB 236.7kB/s    00:01   
[srs15] Fetching rubygem-web-console-2.3.0.txz: 100%  246 KiB 252.3kB/s    00:01   
[srs15] Fetching rubygem-binding_of_caller-0.7.2.txz: 100%  207 KiB 212.0kB/s    00:01   
[srs15] Fetching rubygem-debug_inspector-0.0.2.txz: 100%  207 KiB 211.9kB/s    00:01   
[srs15] Fetching rubygem-sprockets-rails-3.2.0.txz: 100%  224 KiB 229.0kB/s    00:01   
[srs15] Fetching rubygem-sprockets3-3.7.0_1.txz: 100%  417 KiB 427.3kB/s    00:01   
[srs15] Fetching rubygem-concurrent-ruby-1.0.4.txz: 100%  592 KiB 606.2kB/s    00:01   
[srs15] Fetching rubygem-jbuilder-2.6.1.txz: 100%  238 KiB 244.1kB/s    00:01   
[srs15] Fetching rubygem-sass-rails5-5.0.6.txz: 100%  218 KiB 222.9kB/s    00:01   
[srs15] Fetching rubygem-byebug-9.0.6.txz: 100%  441 KiB 451.2kB/s    00:01   
[srs15] Fetching rubygem-rdoc-4.2.2.txz: 100%  982 KiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-spring-1.7.2.txz: 100%  307 KiB 314.7kB/s    00:01   
[srs15] Fetching rubygem-activerecord4-4.2.7.1.txz: 100%    1 MiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-arel6-6.0.4.txz: 100%  359 KiB 367.6kB/s    00:01   
[srs15] Fetching rubygem-turbolinks-5.0.1.txz: 100%  200 KiB 204.5kB/s    00:01   
[srs15] Fetching rubygem-coffee-rails4-4.2.1.txz: 100%  202 KiB 207.0kB/s    00:01   
[srs15] Fetching rubygem-turbolinks-source-5.0.0.txz: 100%  207 KiB 211.8kB/s    00:01   
[srs15] Fetching rubygem-sdoc-0.4.2.txz: 100%  388 KiB 396.8kB/s    00:01   
[srs15] Fetching rubygem-actionpack-xml_parser-1.0.2.txz: 100%  200 KiB 204.9kB/s    00:01   
[srs15] Fetching rubygem-actionpack-action_caching-1.1.1.txz: 100%  210 KiB 215.4kB/s    00:01   
[srs15] Fetching c-ares-1.12.0.txz: 100%  120 KiB 122.8kB/s    00:01   
Checking integrity... done (3 conflicting)
  - trousers-0.3.14_1 conflicts with trousers-tddl-0.3.10_7 on /usr/local/include/trousers/trousers.h
  - rubygem-rack14-1.4.7,3 conflicts with rubygem-rack-1.4.7,3 on /usr/local/lib/ruby/gems/2.2/specifications/rack-1.4.7.gemspec
  - rubygem-railties4-4.2.7.1 conflicts with rubygem-railties-3.2.22.2 on /usr/local/bin/rails
Cannot solve problem using SAT solver, trying another plan
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 156 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
trousers-tddl-0.3.10_7
New packages to be INSTALLED:
rubygem-atomic: 1.1.99
libgpg-error: 1.26
tpm-emulator: 0.7.4_1
rubygem-thread_safe1: 0.1.3
libgcrypt: 1.7.5
trousers: 0.3.14_1
rubygem-thread_safe: 0.3.5
rubygem-tzinfo: 1.2.2_1
libxslt: 1.1.29_1
rubygem-pkg-config: 1.1.7_1
rubygem-activesupport4: 4.2.7.1
rubygem-nokogiri: 1.7.0
c-ares: 1.12.0
rubygem-rack14: 1.4.7,3
rubygem-rails-deprecated_sanitizer: 1.0.3
rubygem-loofah: 2.0.3
rubygem-builder32: 3.2.2
rubygem-rails-dom-testing: 1.0.7
rubygem-rails-html-sanitizer: 1.0.3
libnghttp2: 1.18.0
rubygem-actionview: 4.2.7.1
rubygem-mime-types-data: 3.2016.0521
rubygem-activemodel4: 4.2.7.1
rubygem-actionpack4: 4.2.7.1
rubygem-mimemagic: 0.3.1
rubygem-protected_attributes: 1.1.3
rubygem-actionpack-xml_parser: 1.0.2
rubygem-actionpack-action_caching: 1.1.1
Installed packages to be UPGRADED:
xproto: 7.0.28 -> 7.0.31
libiconv: 1.14_9 -> 1.14_10
libxml2: 2.9.3 -> 2.9.4
libxcb: 1.11.1 -> 1.12
indexinfo: 0.2.4 -> 0.2.6
libX11: 1.6.3,1 -> 1.6.4,1
videoproto: 2.3.2 -> 2.3.3
pciids: 20160430 -> 20161225
mpfr: 3.1.4 -> 3.1.5
libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
gettext-runtime: 0.19.7 -> 0.19.8.1_1
ruby: 2.2.5,1 -> 2.2.6_1,1
libXv: 1.0.10_3,1 -> 1.0.11,1
libXfixes: 5.0.1_3 -> 5.0.3
binutils: 2.25.1_2,1 -> 2.27_5,1
ruby22-gems: 2.6.4 -> 2.6.8
libXvMC: 1.0.9 -> 1.0.10
gcc: 4.8.5_2 -> 4.9.4
expat: 2.1.0_3 -> 2.2.0_1
python27: 2.7.11_2 -> 2.7.13_1
perl5: 5.20.3_13 -> 5.24.1.r4_1
pcre: 8.38_1 -> 8.39_1
libglapi: 11.1.2 -> 11.2.2
xcb-util: 0.4.0_1,1 -> 0.4.0_2,1
rubygem-json_pure: 1.8.3 -> 2.0.2
llvm37: 3.7.1_2 -> 3.7.1_4
libtasn1: 4.8 -> 4.9
glib: 2.46.2 -> 2.46.2_4
gbm: 11.1.2 -> 11.2.2
dbus: 1.8.20 -> 1.10.14
ca_root_nss: 3.22.2 -> 3.28
rubygem-multi_json: 1.11.3 -> 1.12.1
rubygem-minitest: 5.8.4 -> 5.10.1
rubygem-json: 1.8.3 -> 2.0.2
png: 1.6.21 -> 1.6.27
p11-kit: 0.23.2 -> 0.23.3
nettle: 3.2 -> 3.3
libidn: 1.31 -> 1.33_1
libXrender: 0.9.9 -> 0.9.10
libGL: 11.1.2 -> 11.2.2
libEGL: 11.1.2 -> 11.2.2
jpeg-turbo: 1.4.2 -> 1.5.1
inputproto: 2.3.1 -> 2.3.2
gdbm: 1.11_2 -> 1.12
fontconfig: 2.11.1_2,1 -> 2.12.1,1
tiff: 4.0.6_1 -> 4.0.7_1
rubygem-rack16: 1.6.4 -> 1.6.5
rubygem-rack: 1.4.7,3 -> 2.0.1,3
rubygem-hike: 1.2.3,1 -> 2.1.3,1
openssl: 1.0.2_12 -> 1.0.2j_1,1
libuv: 1.9.0 -> 1.10.1
libXi: 1.7.6,1 -> 1.7.8,1
icu: 55.1 -> 58.2,1
graphite2: 1.3.8 -> 1.3.9
gnutls: 3.4.11 -> 3.4.17
dejavu: 2.35 -> 2.37
cairo: 1.14.6,2 -> 1.14.6_1,2
rubygem-rack-test: 0.6.3_1 -> 0.6.3_2
rubygem-rack-cache: 1.6.1 -> 1.6.1_1
p5-Socket: 2.021 -> 2.024
node: 6.1.0 -> 7.3.0
lcms2: 2.7_2 -> 2.8
harfbuzz: 1.2.3 -> 1.3.4
gsfonts: 8.11_6 -> 8.11_8
gdk-pixbuf2: 2.32.3 -> 2.32.3_1
cups: 2.1.3_2 -> 2.2.1
rubygem-rake: 11.1.2 -> 11.2.2
rubygem-rack-ssl: 1.4.1_1,1 -> 1.4.1_2,1
rubygem-execjs: 2.6.0_1 -> 2.7.0
rubygem-coffee-script-source: 1.10.0 -> 1.11.1
rubygem-actionpack: 3.2.22.2 -> 3.2.22.2_1
pango: 1.38.0 -> 1.38.0_1
p5-Net-SSLeay: 1.74 -> 1.78
p5-IO-Socket-IP: 0.37 -> 0.38
libXrandr: 1.5.0 -> 1.5.1
giflib: 5.1.3 -> 5.1.4
db5: 5.3.28_3 -> 5.3.28_6
webp: 0.5.0 -> 0.5.2
sqlite3: 3.12.2 -> 3.15.1_1
rubygem-tilt: 2.0.2 -> 2.0.5
rubygem-sass: 3.4.22 -> 3.4.23
pkgconf: 0.9.12_1 -> 1.1.0
p5-IO-Socket-SSL: 2.025 -> 2.038
openjpeg: 2.1.1 -> 2.1.2_1
librsvg2: 2.40.13 -> 2.40.16
liblqr-1: 0.4.1_8 -> 0.4.2
fftw3: 3.3.3_2 -> 3.3.5
apr: 1.5.2.1.5.4 -> 1.5.2.1.5.4_2
tcl86: 8.6.5_1 -> 8.6.6_2
serf: 1.3.8_1 -> 1.3.9_1
rubygem-uglifier: 3.0.0 -> 3.0.4
rubygem-sqlite3: 1.3.11 -> 1.3.12
rubygem-daemons: 1.2.3 -> 1.2.4
rubygem-bundler: 1.12.1 -> 1.13.7
py27-setuptools27: 20.0 -> 32.1.0
p5-Net-SMTP-SSL: 1.03 -> 1.04
mysql56-client: 5.6.30 -> 5.6.34
libXpm: 3.5.11_4 -> 3.5.12
gtk2: 2.24.29_2 -> 2.24.29_3
cvsps: 2.1_1 -> 2.1_2
curl: 7.50.1 -> 7.52.1
apache24: 2.4.20_1 -> 2.4.25_1
ImageMagick: 6.9.3.9_1,1 -> 6.9.6.4,1
zsh: 5.2_1 -> 5.3.1
wget: 1.16.3_1 -> 1.18_2
vim: 7.4.1743 -> 8.0.0134_1
swig30: 3.0.8 -> 3.0.11
subversion: 1.9.4 -> 1.9.5
screen: 4.3.1_2 -> 4.4.0_2
rubygem-thin: 1.6.4 -> 1.7.0
rubygem-rmagick: 2.15.4 -> 2.16.0_1
rubygem-redcarpet: 3.3.4 -> 3.4.0
rubygem-rails: 3.2.22.2 -> 3.2.22.2_1
rubygem-rack-openid: 1.4.2_2 -> 1.4.2_3
rubygem-passenger: 5.0.28 -> 5.0.30_1
rubygem-net-ldap: 0.14.0 -> 0.15.0
rubygem-mysql2: 0.3.20 -> 0.4.5
rubygem-mime-types: 2.99.1 -> 3.1
py27-virtualenv: 14.0.0 -> 15.0.3
mysql56-server: 5.6.30 -> 5.6.34
git: 2.8.1 -> 2.11.0_3
bash: 4.3.46_1 -> 4.4.5
Installed packages to be REINSTALLED:
p5-Mozilla-CA-20160104 (direct dependency changed: perl5)
p5-GSSAPI-0.28_1 (direct dependency changed: perl5)
p5-Digest-HMAC-1.03_1 (direct dependency changed: perl5)
p5-Error-0.17024 (direct dependency changed: perl5)
p5-Authen-SASL-2.16_1 (direct dependency changed: perl5)
Number of packages to be removed: 1
Number of packages to be installed: 28
Number of packages to be upgraded: 122
Number of packages to be reinstalled: 5
The process will require 197 MiB more space.
[srs15] [1/156] Upgrading xproto from 7.0.28 to 7.0.31...
[srs15] [1/156] Extracting xproto-7.0.31: 100%
[srs15] [2/156] Upgrading libiconv from 1.14_9 to 1.14_10...
[srs15] [2/156] Extracting libiconv-1.14_10: 100%
[srs15] [3/156] Upgrading libxml2 from 2.9.3 to 2.9.4...
[srs15] [3/156] Extracting libxml2-2.9.4: 100%
[srs15] [4/156] Upgrading libxcb from 1.11.1 to 1.12...
[srs15] [4/156] Extracting libxcb-1.12: 100%
[srs15] [5/156] Upgrading indexinfo from 0.2.4 to 0.2.6...
[srs15] [5/156] Extracting indexinfo-0.2.6: 100%
[srs15] [6/156] Upgrading libX11 from 1.6.3,1 to 1.6.4,1...
[srs15] [6/156] Extracting libX11-1.6.4,1: 100%
[srs15] [7/156] Upgrading videoproto from 2.3.2 to 2.3.3...
[srs15] [7/156] Extracting videoproto-2.3.3: 100%
[srs15] [8/156] Upgrading pciids from 20160430 to 20161225...
[srs15] [8/156] Extracting pciids-20161225: 100%
[srs15] [9/156] Upgrading mpfr from 3.1.4 to 3.1.5...
[srs15] [9/156] Extracting mpfr-3.1.5: 100%
[srs15] [10/156] Upgrading gettext-runtime from 0.19.7 to 0.19.8.1_1...
[srs15] [10/156] Extracting gettext-runtime-0.19.8.1_1: 100%
[srs15] [11/156] Upgrading libXv from 1.0.10_3,1 to 1.0.11,1...
[srs15] [11/156] Extracting libXv-1.0.11,1: 100%
[srs15] [12/156] Upgrading libXfixes from 5.0.1_3 to 5.0.3...
[srs15] [12/156] Extracting libXfixes-5.0.3: 100%
[srs15] [13/156] Upgrading binutils from 2.25.1_2,1 to 2.27_5,1...
[srs15] [13/156] Extracting binutils-2.27_5,1: 100%
[srs15] [14/156] Upgrading libXvMC from 1.0.9 to 1.0.10...
[srs15] [14/156] Extracting libXvMC-1.0.10: 100%
[srs15] [15/156] Upgrading gcc from 4.8.5_2 to 4.9.4...
[srs15] [15/156] Extracting gcc-4.9.4: 100%
[srs15] [16/156] Upgrading expat from 2.1.0_3 to 2.2.0_1...
[srs15] [16/156] Extracting expat-2.2.0_1: 100%
[srs15] [17/156] Upgrading libedit from 3.1.20150325_2 to 3.1.20150325_2,1...
[srs15] [17/156] Extracting libedit-3.1.20150325_2,1: 100%
[srs15] [18/156] Upgrading python27 from 2.7.11_2 to 2.7.13_1...
[srs15] [18/156] Extracting python27-2.7.13_1: 100%
[srs15] [19/156] Upgrading perl5 from 5.20.3_13 to 5.24.1.r4_1...
[srs15] [19/156] Extracting perl5-5.24.1.r4_1: 100%
[srs15] [20/156] Upgrading libglapi from 11.1.2 to 11.2.2...
[srs15] [20/156] Extracting libglapi-11.2.2: 100%
[srs15] [21/156] Upgrading pcre from 8.38_1 to 8.39_1...
[srs15] [21/156] Extracting pcre-8.39_1: 100%
[srs15] [22/156] Upgrading xcb-util from 0.4.0_1,1 to 0.4.0_2,1...
[srs15] [22/156] Extracting xcb-util-0.4.0_2,1: 100%
[srs15] [23/156] Upgrading llvm37 from 3.7.1_2 to 3.7.1_4...
[srs15] [23/156] Extracting llvm37-3.7.1_4: 100%
[srs15] [24/156] Upgrading gbm from 11.1.2 to 11.2.2...
[srs15] [24/156] Extracting gbm-11.2.2: 100%
[srs15] [25/156] Upgrading ruby from 2.2.5,1 to 2.2.6_1,1...
[srs15] [25/156] Extracting ruby-2.2.6_1,1: 100%
[srs15] [26/156] Upgrading glib from 2.46.2 to 2.46.2_4...
[srs15] [26/156] Extracting glib-2.46.2_4: 100%
No schema files found: doing nothing.
[srs15] [27/156] Upgrading png from 1.6.21 to 1.6.27...
[srs15] [27/156] Extracting png-1.6.27: 100%
[srs15] [28/156] Upgrading libXrender from 0.9.9 to 0.9.10...
[srs15] [28/156] Extracting libXrender-0.9.10: 100%
[srs15] [29/156] Upgrading libGL from 11.1.2 to 11.2.2...
[srs15] [29/156] Extracting libGL-11.2.2: 100%
[srs15] [30/156] Upgrading libEGL from 11.1.2 to 11.2.2...
[srs15] [30/156] Extracting libEGL-11.2.2: 100%
[srs15] [31/156] Upgrading jpeg-turbo from 1.4.2 to 1.5.1...
[srs15] [31/156] Extracting jpeg-turbo-1.5.1: 100%
[srs15] [32/156] Upgrading inputproto from 2.3.1 to 2.3.2...
[srs15] [32/156] Extracting inputproto-2.3.2: 100%
[srs15] [33/156] Upgrading fontconfig from 2.11.1_2,1 to 2.12.1,1...
[srs15] [33/156] Extracting fontconfig-2.12.1,1: 100%
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/local/share/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
/usr/local/share/fonts/TTF: caching, new cache contents: 13 fonts, 0 dirs
/usr/local/share/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs
/usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
[srs15] [34/156] Upgrading ruby22-gems from 2.6.4 to 2.6.8...
[srs15] [34/156] Extracting ruby22-gems-2.6.8: 100%
[srs15] [35/156] Upgrading tiff from 4.0.6_1 to 4.0.7_1...
[srs15] [35/156] Extracting tiff-4.0.7_1: 100%
[srs15] [36/156] Upgrading libXi from 1.7.6,1 to 1.7.8,1...
[srs15] [36/156] Extracting libXi-1.7.8,1: 100%
[srs15] [37/156] Upgrading icu from 55.1 to 58.2,1...
[srs15] [37/156] Extracting icu-58.2,1: 100%
[srs15] [38/156] Upgrading graphite2 from 1.3.8 to 1.3.9...
[srs15] [38/156] Extracting graphite2-1.3.9: 100%
[srs15] [39/156] Upgrading dejavu from 2.35 to 2.37...
[srs15] [39/156] Extracting dejavu-2.37: 100%
[srs15] [40/156] Upgrading cairo from 1.14.6,2 to 1.14.6_1,2...
[srs15] [40/156] Extracting cairo-1.14.6_1,2: 100%
[srs15] [41/156] Upgrading harfbuzz from 1.2.3 to 1.3.4...
[srs15] [41/156] Extracting harfbuzz-1.3.4: 100%
[srs15] [42/156] Upgrading gdk-pixbuf2 from 2.32.3 to 2.32.3_1...
[srs15] [42/156] Extracting gdk-pixbuf2-2.32.3_1: 100%
[srs15] [43/156] Upgrading rubygem-rake from 11.1.2 to 11.2.2...
[srs15] [43/156] Extracting rubygem-rake-11.2.2: 100%
[srs15] [44/156] Upgrading rubygem-bundler from 1.12.1 to 1.13.7...
[srs15] [44/156] Extracting rubygem-bundler-1.13.7: 100%
[srs15] [45/156] Upgrading lcms2 from 2.7_2 to 2.8...
[srs15] [45/156] Extracting lcms2-2.8: 100%
[srs15] [46/156] Upgrading pango from 1.38.0 to 1.38.0_1...
[srs15] [46/156] Extracting pango-1.38.0_1: 100%
rm: /usr/local/lib/pango/1.8.0/modules.cache: No such file or directory
pkg: DEINSTALL script failed
[srs15] [47/156] Upgrading giflib from 5.1.3 to 5.1.4...
[srs15] [47/156] Extracting giflib-5.1.4: 100%
[srs15] [48/156] Upgrading webp from 0.5.0 to 0.5.2...
[srs15] [48/156] Extracting webp-0.5.2: 100%
[srs15] [49/156] Upgrading pkgconf from 0.9.12_1 to 1.1.0...
[srs15] [49/156] Extracting pkgconf-1.1.0: 100%
[srs15] [50/156] Upgrading openjpeg from 2.1.1 to 2.1.2_1...
[srs15] [50/156] Extracting openjpeg-2.1.2_1: 100%
[srs15] [51/156] Upgrading librsvg2 from 2.40.13 to 2.40.16...
[srs15] [51/156] Extracting librsvg2-2.40.16: 100%
[srs15] [52/156] Upgrading liblqr-1 from 0.4.1_8 to 0.4.2...
[srs15] [52/156] Extracting liblqr-1-0.4.2: 100%
[srs15] [53/156] Upgrading fftw3 from 3.3.3_2 to 3.3.5...
[srs15] [53/156] Extracting fftw3-3.3.5: 100%
[srs15] [54/156] Upgrading tcl86 from 8.6.5_1 to 8.6.6_2...
[srs15] [54/156] Extracting tcl86-8.6.6_2: 100%
[srs15] [55/156] Upgrading libXpm from 3.5.11_4 to 3.5.12...
[srs15] [55/156] Extracting libXpm-3.5.12: 100%
[srs15] [56/156] Upgrading libidn from 1.31 to 1.33_1...
[srs15] [56/156] Extracting libidn-1.33_1: 100%
[srs15] [57/156] Upgrading libXrandr from 1.5.0 to 1.5.1...
[srs15] [57/156] Extracting libXrandr-1.5.1: 100%
[srs15] [58/156] Upgrading libtasn1 from 4.8 to 4.9...
[srs15] [58/156] Extracting libtasn1-4.9: 100%
[srs15] [59/156] Upgrading dbus from 1.8.20 to 1.10.14...
===> Creating groups.
Using existing group 'messagebus'.
===> Creating users
Using existing user 'messagebus'.
[srs15] [59/156] Extracting dbus-1.10.14: 100%
==> You should manually remove the "messagebus" user.
[srs15] [60/156] Upgrading ca_root_nss from 3.22.2 to 3.28...
[srs15] [60/156] Extracting ca_root_nss-3.28: 100%
[srs15] [61/156] Upgrading p11-kit from 0.23.2 to 0.23.3...
[srs15] [61/156] Extracting p11-kit-0.23.3: 100%
[srs15] [62/156] Upgrading nettle from 3.2 to 3.3...
[srs15] [62/156] Extracting nettle-3.3: 100%
[srs15] [63/156] Deinstalling trousers-tddl-0.3.10_7...
==> You should manually remove the "_tss" user.
[srs15] [63/156] Deleting files for trousers-tddl-0.3.10_7: 100%
[srs15] [64/156] Installing rubygem-atomic-1.1.99...
[srs15] [64/156] Extracting rubygem-atomic-1.1.99: 100%
[srs15] [65/156] Installing libgpg-error-1.26...
[srs15] [65/156] Extracting libgpg-error-1.26: 100%
[srs15] [66/156] Installing rubygem-thread_safe1-0.1.3...
[srs15] [66/156] Extracting rubygem-thread_safe1-0.1.3: 100%
[srs15] [67/156] Installing libgcrypt-1.7.5...
[srs15] [67/156] Extracting libgcrypt-1.7.5: 100%
[srs15] [68/156] Upgrading rubygem-minitest from 5.8.4 to 5.10.1...
[srs15] [68/156] Extracting rubygem-minitest-5.10.1: 100%
[srs15] [69/156] Upgrading rubygem-json from 1.8.3 to 2.0.2...
[srs15] [69/156] Extracting rubygem-json-2.0.2: 100%
[srs15] [70/156] Upgrading gdbm from 1.11_2 to 1.12...
[srs15] [70/156] Extracting gdbm-1.12: 100%
[srs15] [71/156] Installing rubygem-thread_safe-0.3.5...
[srs15] [71/156] Extracting rubygem-thread_safe-0.3.5: 100%
[srs15] [72/156] Installing rubygem-tzinfo-1.2.2_1...
[srs15] [72/156] Extracting rubygem-tzinfo-1.2.2_1: 100%
[srs15] [73/156] Installing libxslt-1.1.29_1...
[srs15] [73/156] Extracting libxslt-1.1.29_1: 100%
[srs15] [74/156] Installing rubygem-pkg-config-1.1.7_1...
[srs15] [74/156] Extracting rubygem-pkg-config-1.1.7_1: 100%
[srs15] [75/156] Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [75/156] Extracting tpm-emulator-0.7.4_1: 100%
[srs15] [76/156] Upgrading rubygem-rack16 from 1.6.4 to 1.6.5...
[srs15] [76/156] Extracting rubygem-rack16-1.6.5: 100%
[srs15] [76/156] Installing rubygem-rack-2.0.1,3...
[srs15] [76/156] Extracting rubygem-rack-2.0.1,3: 100%
[srs15] [77/156] Upgrading openssl from 1.0.2_12 to 1.0.2j_1,1...
[srs15] [77/156] Extracting openssl-1.0.2j_1,1: 100%
[srs15] [78/156] Upgrading libuv from 1.9.0 to 1.10.1...
[srs15] [78/156] Extracting libuv-1.10.1: 100%
[srs15] [79/156] Installing rubygem-activesupport4-4.2.7.1...
[srs15] [79/156] Extracting rubygem-activesupport4-4.2.7.1: 100%
[srs15] [80/156] Installing rubygem-nokogiri-1.7.0...
[srs15] [80/156] Extracting rubygem-nokogiri-1.7.0: 100%
[srs15] [81/156] Installing c-ares-1.12.0...
[srs15] [81/156] Extracting c-ares-1.12.0: 100%
[srs15] [82/156] Deinstalling rubygem-rack-1.4.7,3...
[srs15] [82/156] Deleting files for rubygem-rack-1.4.7,3: 100%
[srs15] [83/156] Installing trousers-0.3.14_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [83/156] Extracting trousers-0.3.14_1: 100%
[srs15] [84/156] Upgrading rubygem-rack-test from 0.6.3_1 to 0.6.3_2...
[srs15] [84/156] Extracting rubygem-rack-test-0.6.3_2: 100%
[srs15] [85/156] Upgrading rubygem-rack-cache from 1.6.1 to 1.6.1_1...
[srs15] [85/156] Extracting rubygem-rack-cache-1.6.1_1: 100%
[srs15] [86/156] Upgrading p5-Socket from 2.021 to 2.024...
[srs15] [86/156] Extracting p5-Socket-2.024: 100%
[srs15] [87/156] Upgrading node from 6.1.0 to 7.3.0...
[srs15] [87/156] Extracting node-7.3.0: 100%
[srs15] [88/156] Installing rubygem-rack14-1.4.7,3...
[srs15] [88/156] Extracting rubygem-rack14-1.4.7,3: 100%
[srs15] [89/156] Installing rubygem-rails-deprecated_sanitizer-1.0.3...
[srs15] [89/156] Extracting rubygem-rails-deprecated_sanitizer-1.0.3: 100%
[srs15] [90/156] Installing rubygem-loofah-2.0.3...
[srs15] [90/156] Extracting rubygem-loofah-2.0.3: 100%
[srs15] [91/156] Upgrading gnutls from 3.4.11 to 3.4.17...
[srs15] [91/156] Extracting gnutls-3.4.17: 100%
[srs15] [92/156] Upgrading rubygem-execjs from 2.6.0_1 to 2.7.0...
[srs15] [92/156] Extracting rubygem-execjs-2.7.0: 100%
[srs15] [93/156] Upgrading rubygem-actionpack from 3.2.22.2 to 3.2.22.2_1...
[srs15] [93/156] Extracting rubygem-actionpack-3.2.22.2_1: 100%
[srs15] [94/156] Upgrading p5-Net-SSLeay from 1.74 to 1.78...
[srs15] [94/156] Extracting p5-Net-SSLeay-1.78: 100%
[srs15] [95/156] Reinstalling p5-Mozilla-CA-20160104...
[srs15] [95/156] Extracting p5-Mozilla-CA-20160104: 100%
[srs15] [96/156] Upgrading p5-IO-Socket-IP from 0.37 to 0.38...
[srs15] [96/156] Extracting p5-IO-Socket-IP-0.38: 100%
[srs15] [97/156] Upgrading db5 from 5.3.28_3 to 5.3.28_6...
[srs15] [97/156] Extracting db5-5.3.28_6: 100%
[srs15] [98/156] Installing rubygem-builder32-3.2.2...
[srs15] [98/156] Extracting rubygem-builder32-3.2.2: 100%
[srs15] [99/156] Installing rubygem-rails-dom-testing-1.0.7...
[srs15] [99/156] Extracting rubygem-rails-dom-testing-1.0.7: 100%
[srs15] [100/156] Installing rubygem-rails-html-sanitizer-1.0.3...
[srs15] [100/156] Extracting rubygem-rails-html-sanitizer-1.0.3: 100%
[srs15] [101/156] Upgrading cups from 2.1.3_2 to 2.2.1...
===> Creating groups.
Using existing group 'cups'.
===> Creating users
Using existing user 'cups'.
[srs15] [101/156] Extracting cups-2.2.1: 100%
==> You should manually remove the "cups" user.
[srs15] [102/156] Upgrading sqlite3 from 3.12.2 to 3.15.1_1...
[srs15] [102/156] Extracting sqlite3-3.15.1_1: 100%
[srs15] [103/156] Upgrading p5-IO-Socket-SSL from 2.025 to 2.038...
[srs15] [103/156] Extracting p5-IO-Socket-SSL-2.038: 100%
[srs15] [104/156] Reinstalling p5-GSSAPI-0.28_1...
[srs15] [104/156] Extracting p5-GSSAPI-0.28_1: 100%
[srs15] [105/156] Reinstalling p5-Digest-HMAC-1.03_1...
[srs15] [105/156] Extracting p5-Digest-HMAC-1.03_1: 100%
[srs15] [106/156] Upgrading apr from 1.5.2.1.5.4 to 1.5.2.1.5.4_2...
[srs15] [106/156] Extracting apr-1.5.2.1.5.4_2: 100%
[srs15] [107/156] Installing libnghttp2-1.18.0...
[srs15] [107/156] Extracting libnghttp2-1.18.0: 100%
[srs15] [108/156] Installing rubygem-actionview-4.2.7.1...
[srs15] [108/156] Extracting rubygem-actionview-4.2.7.1: 100%
[srs15] [109/156] Upgrading rubygem-json_pure from 1.8.3 to 2.0.2...
[srs15] [109/156] Extracting rubygem-json_pure-2.0.2: 100%
[srs15] [110/156] Upgrading serf from 1.3.8_1 to 1.3.9_1...
[srs15] [110/156] Extracting serf-1.3.9_1: 100%
[srs15] [111/156] Upgrading rubygem-uglifier from 3.0.0 to 3.0.4...
[srs15] [111/156] Extracting rubygem-uglifier-3.0.4: 100%
[srs15] [112/156] Upgrading rubygem-sqlite3 from 1.3.11 to 1.3.12...
[srs15] [112/156] Extracting rubygem-sqlite3-1.3.12: 100%
[srs15] [113/156] Upgrading rubygem-daemons from 1.2.3 to 1.2.4...
[srs15] [113/156] Extracting rubygem-daemons-1.2.4: 100%
[srs15] [114/156] Upgrading py27-setuptools27 from 20.0 to 32.1.0...
[srs15] [114/156] Extracting py27-setuptools27-32.1.0: 100%
You may need to manually remove /usr/local/lib/python2.7/site-packages/easy-install.pth if it is no longer needed.
[srs15] [115/156] Upgrading p5-Net-SMTP-SSL from 1.03 to 1.04...
[srs15] [115/156] Extracting p5-Net-SMTP-SSL-1.04: 100%
[srs15] [116/156] Reinstalling p5-Error-0.17024...
[srs15] [116/156] Extracting p5-Error-0.17024: 100%
[srs15] [117/156] Reinstalling p5-Authen-SASL-2.16_1...
[srs15] [117/156] Extracting p5-Authen-SASL-2.16_1: 100%
[srs15] [118/156] Upgrading mysql56-client from 5.6.30 to 5.6.34...
[srs15] [118/156] Extracting mysql56-client-5.6.34: 100%
[srs15] [119/156] Upgrading gtk2 from 2.24.29_2 to 2.24.29_3...
[srs15] [119/156] Extracting gtk2-2.24.29_3: 100%
[srs15] [120/156] Upgrading cvsps from 2.1_1 to 2.1_2...
[srs15] [120/156] Extracting cvsps-2.1_2: 100%
[srs15] [121/156] Upgrading curl from 7.50.1 to 7.52.1...
[srs15] [121/156] Extracting curl-7.52.1: 100%
[srs15] [122/156] Upgrading apache24 from 2.4.20_1 to 2.4.25_1...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [122/156] Extracting apache24-2.4.25_1: 100%
You may need to manually remove /usr/local/etc/apache24/httpd.conf if it is no longer needed.
[srs15] [123/156] Upgrading ImageMagick from 6.9.3.9_1,1 to 6.9.6.4,1...
[srs15] [123/156] Extracting ImageMagick-6.9.6.4,1: 100%
[srs15] [124/156] Installing rubygem-mime-types-data-3.2016.0521...
[srs15] [124/156] Extracting rubygem-mime-types-data-3.2016.0521: 100%
[srs15] [125/156] Installing rubygem-activemodel4-4.2.7.1...
[srs15] [125/156] Extracting rubygem-activemodel4-4.2.7.1: 100%
[srs15] [126/156] Installing rubygem-actionpack4-4.2.7.1...
[srs15] [126/156] Extracting rubygem-actionpack4-4.2.7.1: 100%
[srs15] [127/156] Upgrading rubygem-multi_json from 1.11.3 to 1.12.1...
[srs15] [127/156] Extracting rubygem-multi_json-1.12.1: 100%
[srs15] [128/156] Upgrading rubygem-hike from 1.2.3,1 to 2.1.3,1...
[srs15] [128/156] Extracting rubygem-hike-2.1.3,1: 100%
[srs15] [129/156] Upgrading gsfonts from 8.11_6 to 8.11_8...
[srs15] [129/156] Extracting gsfonts-8.11_8: 100%
[srs15] [130/156] Upgrading rubygem-rack-ssl from 1.4.1_1,1 to 1.4.1_2,1...
[srs15] [130/156] Extracting rubygem-rack-ssl-1.4.1_2,1: 100%
[srs15] [131/156] Upgrading rubygem-coffee-script-source from 1.10.0 to 1.11.1...
[srs15] [131/156] Extracting rubygem-coffee-script-source-1.11.1: 100%
[srs15] [132/156] Upgrading rubygem-tilt from 2.0.2 to 2.0.5...
[srs15] [132/156] Extracting rubygem-tilt-2.0.5: 100%
[srs15] [133/156] Upgrading rubygem-sass from 3.4.22 to 3.4.23...
[srs15] [133/156] Extracting rubygem-sass-3.4.23: 100%
[srs15] [134/156] Upgrading zsh from 5.2_1 to 5.3.1...
[srs15] [134/156] Extracting zsh-5.3.1: 100%
[srs15] [135/156] Upgrading wget from 1.16.3_1 to 1.18_2...
[srs15] [135/156] Extracting wget-1.18_2: 100%
[srs15] [136/156] Upgrading vim from 7.4.1743 to 8.0.0134_1...
[srs15] [136/156] Extracting vim-8.0.0134_1: 100%
[srs15] [137/156] Upgrading swig30 from 3.0.8 to 3.0.11...
[srs15] [137/156] Extracting swig30-3.0.11: 100%
[srs15] [138/156] Upgrading subversion from 1.9.4 to 1.9.5...
[srs15] [138/156] Extracting subversion-1.9.5: 100%
[srs15] [139/156] Upgrading screen from 4.3.1_2 to 4.4.0_2...
[srs15] [139/156] Extracting screen-4.4.0_2: 100%
[srs15] [140/156] Upgrading rubygem-thin from 1.6.4 to 1.7.0...
[srs15] [140/156] Extracting rubygem-thin-1.7.0: 100%
[srs15] [141/156] Upgrading rubygem-rmagick from 2.15.4 to 2.16.0_1...
[srs15] [141/156] Extracting rubygem-rmagick-2.16.0_1: 100%
[srs15] [142/156] Upgrading rubygem-redcarpet from 3.3.4 to 3.4.0...
[srs15] [142/156] Extracting rubygem-redcarpet-3.4.0: 100%
[srs15] [143/156] Upgrading rubygem-rails from 3.2.22.2 to 3.2.22.2_1...
[srs15] [143/156] Extracting rubygem-rails-3.2.22.2_1: 100%
[srs15] [144/156] Upgrading rubygem-rack-openid from 1.4.2_2 to 1.4.2_3...
[srs15] [144/156] Extracting rubygem-rack-openid-1.4.2_3: 100%
[srs15] [145/156] Upgrading rubygem-passenger from 5.0.28 to 5.0.30_1...
[srs15] [145/156] Extracting rubygem-passenger-5.0.30_1: 100%
[srs15] [146/156] Upgrading rubygem-net-ldap from 0.14.0 to 0.15.0...
[srs15] [146/156] Extracting rubygem-net-ldap-0.15.0: 100%
[srs15] [147/156] Upgrading rubygem-mysql2 from 0.3.20 to 0.4.5...
[srs15] [147/156] Extracting rubygem-mysql2-0.4.5: 100%
[srs15] [148/156] Upgrading rubygem-mime-types from 2.99.1 to 3.1...
[srs15] [148/156] Extracting rubygem-mime-types-3.1: 100%
[srs15] [149/156] Upgrading py27-virtualenv from 14.0.0 to 15.0.3...
[srs15] [149/156] Extracting py27-virtualenv-15.0.3: 100%
[srs15] [150/156] Upgrading mysql56-server from 5.6.30 to 5.6.34...
===> Creating groups.
Using existing group 'mysql'.
===> Creating users
Using existing user 'mysql'.
[srs15] [150/156] Extracting mysql56-server-5.6.34: 100%
[srs15] [151/156] Upgrading git from 2.8.1 to 2.11.0_3...
===> Creating groups.
Using existing group 'git_daemon'.
===> Creating users
Using existing user 'git_daemon'.
[srs15] [151/156] Extracting git-2.11.0_3: 100%
[srs15] [152/156] Upgrading bash from 4.3.46_1 to 4.4.5...
[srs15] [152/156] Extracting bash-4.4.5: 100%
[srs15] [153/156] Installing rubygem-mimemagic-0.3.1...
[srs15] [153/156] Extracting rubygem-mimemagic-0.3.1: 100%
[srs15] [154/156] Installing rubygem-protected_attributes-1.1.3...
[srs15] [154/156] Extracting rubygem-protected_attributes-1.1.3: 100%
[srs15] [155/156] Installing rubygem-actionpack-xml_parser-1.0.2...
[srs15] [155/156] Extracting rubygem-actionpack-xml_parser-1.0.2: 100%
[srs15] [156/156] Installing rubygem-actionpack-action_caching-1.1.1...
[srs15] [156/156] Extracting rubygem-actionpack-action_caching-1.1.1: 100%
Message from gcc-4.9.4:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
  -Wl,-rpath=/usr/local/lib/gcc49
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from python27-2.7.13_1:
===========================================================================
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb          databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3        databases/py-sqlite3
tkinter        x11-toolkits/py-tkinter
===========================================================================
Message from perl5-5.24.1.r4_1:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from ruby-2.2.6_1,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-rake: rake - Ruby Make
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
databases/ruby-gdbm: GDBM module
Install them as occasion demands.
====
Message from dejavu-2.37:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Message from liblqr-1-0.4.2:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
Message from ca_root_nss-3.28:
********************************* WARNING *********************************
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
*********************************** NOTE **********************************
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem
***************************************************************************
Message from openssl-1.0.2j_1,1:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from trousers-0.3.14_1:
To run tcsd automatically, add the following line to /etc/rc.conf:
tcsd_enable="YES"
You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:
tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"
To use TPM, add your_account to '_tss' group like following:
# pw groupmod _tss -m your_account
Message from node-7.3.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from rubygem-actionpack-3.2.22.2_1:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Upstream support ended.
It is scheduled to be removed on or after 2017-01-07.
Message from p5-Net-SMTP-SSL-1.04:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Deprecated by upstream, use Net::SMTP instead.
It is scheduled to be removed on or after 2017-03-31.
Message from mysql56-client-5.6.34:
* * * * * * * * * * * * * * * * * * * * * * * *
Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:
http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.
* * * * * * * * * * * * * * * * * * * * * * * *
Message from cvsps-2.1_2:
===>  NOTICE:
The cvsps port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
Message from apache24-2.4.25_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR
  If build with modular MPM and no MPM is activated in
  httpd.conf, then mpm_prefork will be activated as default
  MPM in etc/apache24/modules.d to keep compatibility with
  existing php/perl/python modules!
Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from zsh-5.3.1:
==========================================================
By default, zsh looks for system-wide defaults in
/usr/local/etc.
If you previously set up /etc/zprofile, /etc/zshenv, etc.,
either move them to /usr/local/etc or rebuild zsh with the
ETCDIR option enabled.
==========================================================
Message from screen-4.4.0_2:
=============================================================
As of GNU Screen 4.4.0:
Note that there was fix to screen message structure field
responsible for $TERM handling, making it impossible
to attach to older versions.
=============================================================
Message from rubygem-rails-3.2.22.2_1:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Upstream support ended.
It is scheduled to be removed on or after 2017-01-07.
Message from rubygem-passenger-5.0.30_1:
#####################################################################
Please edit your Apache configuration file, and add these lines:
  LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so
  PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.30
  PassengerRuby /usr/local/bin/ruby22
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
#####################################################################
Message from mysql56-server-5.6.34:
************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
************************************************************************
Message from git-2.11.0_3:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:
In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.
All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
  your web server (e.g. Apache2) in which you are able to execute
  CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
  your git repository (that is where you have your *.git project
  directories).
*************************** GITWEB *************************************
*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
Message from bash-4.4.5:
======================================================================
bash requires fdescfs(5) mounted on /dev/fd
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
======================================================================
</pre>
!-->
: <code>pkg info redmine</code>
: <code>pkg upgrade -y</code>
<pre></pre>
: <code>pkg upgrade -y</code>
<pre></pre>
<pre>
Your packages are up to date.
</pre>
: <code>service  mysql-server start</code>
<pre>
Starting mysql.
</pre>
: <code>service  mysql-server status</code>
<pre>
?????????????????????????????????????????
</pre>
: <code>service apache24 start</code>
<pre>
Performing sanity check on apache24 configuration:
httpd: Syntax error on line 189 of /usr/local/etc/apache24/httpd.conf: Cannot load /usr/local/lib/ruby/gems/version/gems/passenger/buildout/apache2/mod_passenger.so into server: Cannot open "/usr/local/lib/ruby/gems/version/gems/passenger/buildout/apache2/mod_passenger.so"
</pre>
; Siehe [[Server/srs15#Aktualisierung]]
: <code>ls -l /usr/local/lib/ruby/gems/version</code>
<pre>
/usr/local/lib/ruby/gems/version -> /usr/local/lib/ruby/gems/2.2
</pre>
: <code>ls /usr/local/lib/ruby/gems/ | tail -n 2 | head -n 1</code>
<pre>
2.2
</pre>
Fine!<!-- Das passt! !-->
: <code>usr/local/lib/ruby/gems/version/gems/passenger -> /usr/local/lib/ruby/gems/version/gems/passenger-5.0.28</code>
: <code>ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1</code>
<pre>
passenger-5.0.30
</pre>
: <code>rm /usr/local/lib/ruby/gems/version/gems/passenger</code>
: <code>rm /usr/local/lib/ruby/gems/version/gems/passenger</code>
<pre>
rm: /usr/local/lib/ruby/gems/version/gems/passenger: No such file or directory
</pre>
: <code>ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger</code>
: <code>ls -l /usr/local/lib/ruby/gems/version/gems/passenger</code>
<pre>
/usr/local/lib/ruby/gems/version/gems/passenger -> /usr/local/lib/ruby/gems/version/gems/passenger-5.0.30/
</pre>
: <code>service apache24 start</code>
<pre>
Performing sanity check on apache24 configuration:
Syntax OK
Starting apache24.
</pre>
: <code>cd /usr/local/www/redmine ; bundle install ; cd -</code>
<pre>
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break
this application for all non-root users on this machine.
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Fetching gem metadata from https://rubygems.org/..............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies............................................
Installing rake 12.0.0
Installing i18n 0.8.6
Installing minitest 5.10.2
Installing thread_safe 0.3.6
Installing builder 3.2.3
Using erubis 2.7.0
Installing mini_portile2 2.2.0
Installing rack 1.6.8
Using mime-types-data 3.2016.0521
Using arel 6.0.4
Installing public_suffix 2.0.5
Using bundler 1.13.7
Using coderay 1.1.1
Installing concurrent-ruby 1.0.5
Using daemons 1.2.4
Installing eventmachine 1.2.3 with native extensions
Using htmlentities 4.3.4
Installing thor 0.19.4
Installing mimemagic 0.3.2
Installing mysql2 0.3.21 with native extensions
Using ruby-openid 2.7.0
Installing rbpdf-font 1.19.1
Using redcarpet 3.4.0
Installing request_store 1.3.2
Using rmagick 2.16.0
Installing tzinfo 1.2.3
Installing nokogiri 1.8.0 with native extensions
Using rack-test 0.6.3
Using mime-types 3.1
Installing addressable 2.5.1
Installing sprockets 3.7.1
Installing thin 1.7.2 with native extensions
Using rack-openid 1.4.2
Installing rbpdf 1.19.2
Installing activesupport 4.2.9
Using loofah 2.0.3
Installing mail 2.6.6
Installing css_parser 1.5.0
Using rails-deprecated_sanitizer 1.0.3
Installing globalid 0.4.0
Installing activemodel 4.2.9
Using rails-html-sanitizer 1.0.3
Installing roadie 3.2.2
Installing rails-dom-testing 1.0.8
Installing activejob 4.2.9
Installing activerecord 4.2.9
Installing protected_attributes 1.1.4
Installing actionview 4.2.9
Installing actionpack 4.2.9
Installing actionmailer 4.2.9
Installing actionpack-action_caching 1.2.0
Using actionpack-xml_parser 1.0.2
Installing railties 4.2.9
Using sprockets-rails 3.2.0
Installing jquery-rails 4.3.1
Installing roadie-rails 1.2.1
Installing rails 4.2.9
Bundle complete! 24 Gemfile dependencies, 57 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
/
</pre>
: <code>cd /usr/local/www/redmine ; config/initializers/secret_token.rb ; cd -</code>
: <code>cd /usr/local/www/redmine ; bundle exec rake generate_secret_token ; cd -</code>
: <code>cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -</code>
<pre>
rake aborted!
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
</pre>
<pre></pre>
<pre>
/
</pre>
: <code>service mysql-server start</code>
<pre>
Starting mysql.
</pre>
: <code>cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -</code>
<pre>
/
</pre>
: <code>cd /usr/local/www/redmine ; bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production ; cd -</code>
<pre>
/
</pre>
; Done?!?:
: no!
* Berichtigung für Apache (gemäß Fehlermeldung im Log)
*: ssl meets ''ServerName''
*:: /usr/local/etc/apache24/httpd.conf
*:: /usr/local/etc/apache24/Includes/ssl.conf
* ...
=== Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3 ===
==== Stand vor der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3 ====
: https://projekt.htw.stura-dresden.de/admin/info
:: https://pro.stura.htw-dresden.de/admin/info
<pre>
Administrator-Kennwort geändert True
Verzeichnis für Dateien beschreibbar True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) True
RMagick verfügbar (optional) True
ImageMagick Konvertierung verfügbar (optional) True
</pre>
<pre>
Environment:
  Redmine version                2.6.9.stable
  Ruby version                  2.2.5-p319 (2016-04-26) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter              Mysql2
SCM:
  Subversion                    1.9.4
  Git                            2.8.1
  Filesystem                   
Redmine plugins:
  no plugin installed
</pre>
: <code>pkg info</code>
<!--
<pre>
ImageMagick-6.9.3.9_1,1        Image processing tools (legacy version)
ap24-mod_fastcgi-2.4.7_1      Apache 2.2 fast-cgi module
apache24-2.4.20_1              Version 2.4.x of Apache web server
apr-1.5.2.1.5.4                Apache Portability Library
atk-2.18.0                    GNOME accessibility toolkit (ATK)
augeas-1.4.0                  Configuration editing tool
avahi-app-0.6.31_5            Service discovery on a local network
bash-4.3.46_1                  The GNU Project's Bourne Again SHell
binutils-2.25.1_2,1            GNU binary tools
ca_root_nss-3.22.2            Root certificate bundle from the Mozilla Project
cairo-1.14.6,2                Vector graphics library with cross-device output support
compositeproto-0.4.2          Composite extension headers
cscope-15.8b                  Interactive C program browser
ctags-5.8                      Feature-filled tagfile generator for vi and emacs clones
cups-2.1.3_2                  Common UNIX Printing System
curl-7.50.1                    Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
cvsps-2.1_1                    Create patchset information from CVS
damageproto-1.2.1              Damage extension headers
db5-5.3.28_3                  The Oracle Berkeley DB, revision 5.3
dbus-1.8.20                    Message bus system for inter-application communication
dbus-glib-0.104                GLib bindings for the D-BUS messaging system
dejavu-2.35                    Bitstream Vera Fonts clone with a wider range of characters
dri2proto-2.8                  DRI2 prototype headers
encodings-1.0.4_3,1            X.Org Encoding fonts
expat-2.1.0_3                  XML 1.0 parser written in C
fftw3-3.3.3_2                  Fast C routines to compute the Discrete Fourier Transform
fixesproto-5.0                Fixes extension headers
font-bh-ttf-1.0.3_3            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.3_3    X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_3      X.Org miscellaneous Meltho font
font-util-1.3.1                Create an index of X font files in a directory
fontconfig-2.11.1_2,1          XML-based font configuration API for X Windows
freetype2-2.6.3                Free and portable TrueType font rendering engine
gbm-11.1.2                    gbm library
gcc-4.8.5_2                    GNU Compiler Collection 4.8
gcc-ecj-4.5                    Eclipse Java Compiler used to build GCC Java
gdbm-1.11_2                    GNU database manager
gdk-pixbuf2-2.32.3            Graphic library for GTK+
gettext-runtime-0.19.7        GNU gettext runtime libraries and programs
ghostscript9-agpl-base-9.16_5  Ghostscript 9.x PostScript interpreter, base part
ghostscript9-agpl-x11-9.16_2  Ghostscript 9.x PostScript interpreter, X11 support
giflib-5.1.3                  Tools and library routines for working with GIF images
git-2.8.1                      Distributed source code management tool
glib-2.46.2                    Some useful routines of C programming (current stable version)
glproto-1.4.17                GLX extension headers
gmp-5.1.3_3                    Free library for arbitrary precision arithmetic
gnome_subr-1.0                Common startup and shutdown subroutines used by GNOME scripts
gnutls-3.4.11                  GNU Transport Layer Security library
gobject-introspection-1.46.0  Generate interface introspection data for GObject libraries
graphite2-1.3.8                Rendering capabilities for complex non-Roman writing systems
gsfonts-8.11_6                Standard Fonts for Ghostscript
gtk-update-icon-cache-2.24.29  Gtk-update-icon-cache utility from the Gtk+ toolkit
gtk2-2.24.29_2                Gimp Toolkit for X11 GUI (previous stable version)
harfbuzz-1.2.3                OpenType text shaping engine
hicolor-icon-theme-0.15        High-color icon theme shell from the FreeDesktop project
icu-55.1                      International Components for Unicode (from IBM)
indexinfo-0.2.4                Utility to regenerate the GNU info page index
inputproto-2.3.1              Input extension headers
jasper-1.900.1_16              Implementation of the codec specified in the JPEG-2000 standard
jbig2dec-0.13                  Decoder implementation of the JBIG2 image compression format
jbigkit-2.1_1                  Lossless compression for bi-level images such as scanned pages, faxes
jpeg-turbo-1.4.2              SIMD-accelerated JPEG codec which replaces libjpeg
kbproto-1.0.7                  KB extension headers
lcms2-2.7_2                    Accurate, fast, and small-footprint color management engine
letsencrypt.sh-0.2.0          Pure BASH/ZSH Lets Encrypt client
libEGL-11.1.2                  OpenEGL library
libGL-11.1.2                  OpenGL library that renders using GLX or DRI
libICE-1.0.9_1,1              Inter Client Exchange library for X11
libSM-1.2.2_3,1                Session Management library for X11
libX11-1.6.3,1                X11 library
libXau-1.0.8_3                Authentication Protocol library for X11
libXcomposite-0.4.4_3,1        X Composite extension library
libXcursor-1.1.14_3            X client-side cursor loading library
libXdamage-1.1.4_3            X Damage extension library
libXdmcp-1.1.2                X Display Manager Control Protocol library
libXext-1.3.3_1,1              X11 Extension library
libXfixes-5.0.1_3              X Fixes extension library
libXft-2.3.2_1                Client-sided font API for X applications
libXi-1.7.6,1                  X Input extension library
libXinerama-1.1.3_3,1          X11 Xinerama library
libXpm-3.5.11_4                X Pixmap library
libXrandr-1.5.0                X Resize and Rotate extension library
libXrender-0.9.9              X Render extension library
libXt-1.1.5,1                  X Toolkit library
libXv-1.0.10_3,1              X Video Extension library
libXvMC-1.0.9                  X Video Extension Motion Compensation library
libXxf86vm-1.1.4_1            X Vidmode Extension
libcroco-0.6.11                CSS2 parsing library
libdaemon-0.14_1              Lightweight C library that eases the writing of UNIX daemons
libdevq-0.0.2_1                Generic Device Query and Monitor interface
libdrm-2.4.66,1                Userspace interface to kernel Direct Rendering Module services
libedit-3.1.20150325_2        Command line editor library
libexecinfo-1.1_3              Library for inspecting program's backtrace
libffi-3.2.1                  Foreign Function Interface
libfontenc-1.1.3              The fontenc Library
libfpx-1.3.1.4_1              Library routines for working with Flashpix images
libglapi-11.1.2                Common GL api library used by Mesa based ports
libgsf-1.14.36                Extensible I/O abstraction for dealing with structured file formats
libiconv-1.14_9                Character set conversion library
libidn-1.31                    Internationalized Domain Names command line tool
liblqr-1-0.4.1_8              Easy to use C/C++ seam carving library
libltdl-2.4.6                  System independent dlopen wrapper
libpaper-1.1.24.4              Library providing routines for paper size management
libpciaccess-0.13.4            Generic PCI access library
libpthread-stubs-0.3_6        This library provides weak aliases for pthread functions
librsvg2-2.40.13              Library for parsing and rendering SVG vector-graphic files
libtasn1-4.8                  ASN.1 structure parser library
libuv-1.9.0                    Multi-platform support library with a focus on asynchronous I/O
libwmf-0.2.8.4_15              Tools and library for converting Microsoft WMF (windows metafile)
libxcb-1.11.1                  The X protocol C-language Binding (XCB) library
libxml2-2.9.3                  XML parser library for GNOME
libxshmfence-1.2              Shared memory 'SyncFence' synchronization primitive
libyaml-0.1.6_2                YAML 1.1 parser and emitter written in C
llvm37-3.7.1_2                LLVM and Clang
lua52-5.2.4                    Small, compilable scripting language providing easy access to C code
mkfontdir-1.0.7                Create an index of X font files in a directory
mkfontscale-1.1.2              Creates an index of scalable font files for X
mpc-1.0.3                      Library of complex numbers with arbitrarily high precision
mpfr-3.1.4                    Library for multiple-precision floating-point computations
mysql56-client-5.6.30          Multithreaded SQL database (client)
mysql56-server-5.6.30          Multithreaded SQL database (server)
nettle-3.2                    Low-level cryptographic library
node-6.1.0                    V8 JavaScript for client and server (6.x)
openjpeg-2.1.1                Open-source JPEG 2000 codec
openssl-1.0.2_12              SSL and crypto library
p11-kit-0.23.2                Library for loading and enumerating of PKCS#11 modules
p5-Authen-SASL-2.16_1          Perl5 module for SASL authentication
p5-Digest-HMAC-1.03_1          Perl5 interface to HMAC Message-Digest Algorithms
p5-Error-0.17024              Error/exception handling in object-oriented programming style
p5-GSSAPI-0.28_1              Perl extension providing access to the GSSAPIv2 library
p5-IO-Socket-IP-0.37          Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6
p5-IO-Socket-SSL-2.025        Perl5 interface to SSL sockets
p5-Mozilla-CA-20160104        Perl extension for Mozilla CA cert bundle in PEM format
p5-Net-SMTP-SSL-1.03          SSL support for Net::SMTP
p5-Net-SSLeay-1.74            Perl5 interface to SSL
p5-Socket-2.021                Networking constants and support functions
pango-1.38.0                  Open-source framework for the layout and rendering of i18n text
pciids-20160430                Database of all known IDs used in PCI devices
pcre-8.38_1                    Perl Compatible Regular Expressions library
perl5-5.20.3_13                Practical Extraction and Report Language
pixman-0.34.0                  Low-level pixel manipulation library
pkg-1.8.7_1                    Package manager
pkgconf-0.9.12_1              Utility to help to configure compiler and linker flags
png-1.6.21                    Library for manipulating PNG images
py27-setuptools27-20.0        Python packages installer
py27-virtualenv-14.0.0        Tool for creating isolated Python environments
python-2.7_2,2                The "meta-port" for the default version of Python interpreter
python2-2_3                    The "meta-port" for version 2 of the Python interpreter
python27-2.7.11_2              Interpreted object-oriented programming language
randrproto-1.5.0              Randr extension headers
redmine-2.6.9_2                Flexible project management web application
renderproto-0.11.1            RenderProto protocol headers
ruby-2.2.5,1                  Object-oriented interpreted scripting language
ruby22-gems-2.6.4              Package management framework for the Ruby language
rubygem-actionmailer-3.2.22.2  Easy email delivery and testing for Ruby
rubygem-actionpack-3.2.22.2    Action Controller and Action View of Rails MVC Framework
rubygem-activemodel-3.2.22.2  Toolkit for building modeling frameworks
rubygem-activerecord-3.2.22.2  Object-relational mapping layer for Rails MVC Framework
rubygem-activeresource-3.2.22.2 Coherent wrapper object-relational mapping for REST web services
rubygem-activesupport-3.2.22.2 Utility classes and extension that are required by Rails MVC Framework
rubygem-ansi-1.5.0            Gem enabling ANSI code based colorization and stylization of output
rubygem-arel3-3.0.3,1          Relational Algebra for Ruby
rubygem-builder-3.0.4          Facilitate programmatic generation of XML markup
rubygem-bundler-1.12.1        Tool that manages gem dependencies for ruby applications
rubygem-coderay-1.1.1          Fast and easy syntax highlighting for selected languages
rubygem-coffee-rails-3.2.2_1  Coffee Script adapter for the Rails asset pipeline
rubygem-coffee-script-2.4.1    Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler
rubygem-coffee-script-source-1.10.0 CoffeeScript is a little language that compiles into JavaScript
rubygem-daemons-1.2.3          Toolkit to convert your script to a controllable daemon
rubygem-erubis-2.7.0_1        Fast, secure, and extensible implementation of eRuby
rubygem-eventmachine-1.2.0.1  Fast, simple event-processing library for Ruby programs
rubygem-execjs-2.6.0_1        ExecJS lets you run JavaScript code from Ruby
rubygem-hike-1.2.3,1          Ruby library for finding files in a set of paths
rubygem-htmlentities-4.3.4    HTML entity encoding and decoding for Ruby
rubygem-i18n-0.7.0,2          New wave Internationalization support for Ruby
rubygem-journey-1.0.4          It routes requests
rubygem-jquery-rails-3.1.4    Provides a Rails generator for jQuery
rubygem-json-1.8.3            Parse JSON texts and generate them from ruby data structures
rubygem-json_pure-1.8.3        Parse JSON texts and generate them from ruby data structures in Ruby
rubygem-mail25-2.5.4_1,2      Ruby email handler
rubygem-mime-types-2.99.1      Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-mime-types1-1.25.1    Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-minitest-5.8.4        Minitest provides a complete suite of testing facilities
rubygem-multi_json-1.11.3      Ruby library provide swappable JSON backends
rubygem-mysql2-0.3.20          Simple, fast MySQL library for Ruby, binding to libmysql
rubygem-net-ldap-0.14.0        Pure Ruby LDAP support library with most client features
rubygem-passenger-5.0.28      Modules for running Ruby on Rails and Rack applications
rubygem-png-1.2.1              Almost-pure-ruby PNG library
rubygem-polyglot-0.3.5        Provides a registry of file types
rubygem-rack-1.4.7,3          Rack, a Ruby Webserver Interface
rubygem-rack-cache-1.6.1      Rack middleware to enable HTTP caching
rubygem-rack-openid-1.4.2_2    Provides a more HTTPish API around the ruby-openid library
rubygem-rack-ssl-1.4.1_1,1    Rack middleware to force SSL/TLS
rubygem-rack-test-0.6.3_1      Small, simple testing API for Rack apps
rubygem-rack16-1.6.4          Rack, a Ruby Webserver Interface
rubygem-rails-3.2.22.2        MVC web application framework
rubygem-railties-3.2.22.2      Rails internals bootup, plugins, generators, and rake tasks
rubygem-rake-11.1.2            Ruby Make
rubygem-rbpdf-1.19.0          Ruby library for creating ERB enabled PDF templates
rubygem-rbpdf-font-1.19.0      RBPDF font files
rubygem-rdoc3-3.12.2          RDoc produces HTML and command-line documentation for Ruby projects
rubygem-redcarpet-3.3.4        Fast, safe and extensible Markdown to (X)HTML parser
rubygem-request_store-1.3.1    RequestStore gives you per-request global storage
rubygem-rmagick-2.15.4        Ruby binding for ImageMagick
rubygem-ruby-openid-2.7.0      OpenID library written in pure Ruby
rubygem-rubyinline-3.12.4_1    Inline::C allows you to embed C/Ruby directly in ruby scripts
rubygem-rubytree-0.9.7        Implementation of the Tree data structure for the Ruby
rubygem-sass-3.4.22            Sass is an extension of CSS3
rubygem-sass-rails-3.2.6_4    Sass adapter for the Rails asset pipeline
rubygem-sprockets22-2.2.3_1    Ruby library that preprocesses and concatenates JavaScript files
rubygem-sqlite3-1.3.11        Ruby interface to the SQLite DB engine version 3
rubygem-structured_warnings-0.2.0 Implementation of structured warnings for Ruby
rubygem-thin-1.6.4            Fast and simple Ruby web server
rubygem-thor-0.19.1            Scripting framework that replaces rake, sake, and rubigen
rubygem-tilt-2.0.2            Generic interface to multiple Ruby template engines
rubygem-tilt1-1.4.1            Generic interface to multiple Ruby template engines
rubygem-treetop-1.6.5          Ruby-based DSL for text parsing and interpretation
rubygem-turn-0.9.7            New output format for Test::Unit
rubygem-tzinfo03-0.3.49        Daylight-savings aware timezone support for Ruby
rubygem-uglifier-3.0.0        Ruby wrapper for UglifyJS JavaScript compressor
rubygem-zentest-4.11.0,1      Ruby Unit Testing Utility
screen-4.3.1_2                Multi-screen window manager
serf-1.3.8_1                  Serf HTTP client library
shared-mime-info-1.5          MIME types database from the freedesktop.org project
sqlite3-3.12.2                SQL database engine in a C library
subversion-1.9.4              Version control system
svgalib-1.4.3_7                Low level console graphics library
swig30-3.0.8                  Generate wrappers for calling C/C++ code from other languages
tcl86-8.6.5_1                  Tool Command Language
tiff-4.0.6_1                  Tools and library routines for working with TIFF images
trousers-tddl-0.3.10_7        The open-source TCG Software Stack
videoproto-2.3.2              Video extension headers
vim-7.4.1743                  Improved version of the vi editor
webp-0.5.0                    Google WebP image format conversion tool
wget-1.16.3_1                  Retrieve files from the Net via HTTP(S) and FTP
xcb-util-0.4.0_1,1            Module with libxcb/libX11 extension/replacement libraries
xcb-util-renderutil-0.3.9_1    Convenience functions for the Render extension
xextproto-7.3.0                XExt extension headers
xf86vidmodeproto-2.3.1        XFree86-VidModeExtension extension headers
xineramaproto-1.2.1            Xinerama extension headers
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
xproto-7.0.28                  X11 protocol headers
zsh-5.2_1                      The Z shell
</pre>
!-->
: <code>ls -al /usr/local/www/redmine</code>
<!--
<pre>
total 32
drwxr-xr-x  19 redmine  redmine    25 May 24  2016 .
drwxr-xr-x  5 root    wheel      5 Apr 28  2016 ..
drwxr-xr-x  2 root    redmine    3 May 14  2016 .bundle
drwxr-xr-x  3 redmine  redmine    6 May 24  2016 .subversion
-r--r--r--  1 redmine  redmine  240 Dec  5  2015 CONTRIBUTING.md
-r--r--r--  1 redmine  redmine  3178 Apr  6  2016 Gemfile
-rw-r--r--  1 redmine  redmine  2962 Apr  8  2016 Gemfile.lock
-r--r--r--  1 redmine  redmine  205 Dec  5  2015 README.rdoc
-r--r--r--  1 redmine  redmine  275 Dec  5  2015 Rakefile
drwxr-xr-x  7 redmine  redmine    7 Apr  8  2016 app
drwxr-xr-x  2 redmine  redmine    4 Apr  8  2016 bundler.d
drwxr-xr-x  5 redmine  redmine    17 May 11  2016 config
-r--r--r--  1 redmine  redmine  160 Dec  5  2015 config.ru
drwxr-xr-x  3 redmine  redmine    4 Apr  8  2016 db
drwxr-xr-x  2 redmine  redmine    8 Apr  8  2016 doc
drwxr-xr-x  5 redmine  redmine    5 Apr  8  2016 extra
drwxr-xr-x  4 redmine  redmine    5 Mar 16 13:59 files
drwxr-xr-x  8 redmine  redmine    11 Apr  8  2016 lib
drwxr-xr-x  2 redmine  redmine    6 Apr 18  2016 log
drwxr-xr-x  2 redmine  redmine    3 Apr  8  2016 plugins
drwxr-xr-x  8 redmine  redmine    15 Apr 28  2016 public
drwxr-xr-x  2 redmine  redmine    4 Apr  8  2016 script
drwxr-xr-x  9 redmine  redmine    11 Apr  8  2016 test
drwxr-xr-x  9 redmine  redmine    9 Apr  8  2016 tmp
drwxr-xr-x  2 redmine  redmine    2 Dec  5  2015 vendor
</pre>
!-->
==== Durchführung der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3 ====
snapshot vom dataset
: per (W)UI FreeNAS
:* ...
Wechseln in die Jail
: <code>jexec srs15 zsh</code>
----
; in der Jail:
: <code>service apache24 stop</code>
<pre>
Stopping apache24.
</pre>
<pre>
</pre>
: <code>service apache24 status</code>
<pre>
apache24 is not running.
</pre>
: <code>service mysql-server stop</code>
<pre>
Stopping mysql.
</pre>
<pre>
</pre>
: <code>service mysql-server status</code>
<pre>
mysql is not running.
</pre>
: <code>echo 'search stura.htw-dresden.de' > /etc/resolv.conf ; echo 'nameserver 141.56.1.1' >> /etc/resolv.conf ; echo 'nameserver 141.56.1.2' >> /etc/resolv.conf</code>
: <code>pkg update</code>
<pre>
</pre>
<pre>
FreeBSD repository is up-to-date.
All repositories are up-to-date.
</pre>
: <code>pkg upgrade -y</code>
<!--
<pre>
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
pkg: 1.8.7_1 -> 1.9.4_1
Number of packages to be upgraded: 1
2 MiB to be downloaded.
[srs15] Fetching pkg-1.9.4_1.txz: 100%    2 MiB  2.2MB/s    00:01   
Checking integrity... done (0 conflicting)
[srs15] [1/1] Upgrading pkg from 1.8.7_1 to 1.9.4_1...
[srs15] [1/1] Extracting pkg-1.9.4_1: 100%
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (128 candidates): 100%
Processing candidates (128 candidates): 100%
The following 187 package(s) will be affected (of 0 checked):
New packages to be INSTALLED:
trousers: 0.3.14_1
tpm-emulator: 0.7.4_1
rubygem-rack14: 1.4.7,3
libnghttp2: 1.18.0
rubygem-mime-types-data: 3.2016.0521
rubygem-mimemagic: 0.3.1
rubygem-protected_attributes: 1.1.3
rubygem-activemodel4: 4.2.7.1
rubygem-builder32: 3.2.2
rubygem-activesupport4: 4.2.7.1
rubygem-thread_safe: 0.3.5
rubygem-tzinfo: 1.2.2_1
rubygem-thread_safe1: 0.1.3
rubygem-atomic: 1.1.99
rubygem-roadie-rails: 1.1.1
rubygem-roadie: 3.2.0
rubygem-css_parser: 1.4.7
rubygem-addressable: 2.5.0_1
rubygem-public_suffix: 2.0.4_6
rubygem-nokogiri: 1.7.0
libxslt: 1.1.29_1
libgcrypt: 1.7.5
libgpg-error: 1.26
rubygem-pkg-config: 1.1.7_1
rubygem-railties4: 4.2.7.1
rubygem-actionpack4: 4.2.7.1
rubygem-rails-dom-testing: 1.0.7
rubygem-rails-deprecated_sanitizer: 1.0.3
rubygem-actionview: 4.2.7.1
rubygem-rails-html-sanitizer: 1.0.3
rubygem-loofah: 2.0.3
rubygem-jquery-rails4: 4.2.1
rubygem-rails4: 4.2.7.1
rubygem-actionmailer4: 4.2.7.1
rubygem-mail: 2.6.4,2
rubygem-activejob: 4.2.7.1
rubygem-globalid: 0.3.7
rubygem-activeresource4: 4.0.0
rubygem-rails-observers: 0.1.2
rubygem-web-console: 2.3.0
rubygem-binding_of_caller: 0.7.2
rubygem-debug_inspector: 0.0.2
rubygem-sprockets-rails: 3.2.0
rubygem-sprockets3: 3.7.0_1
rubygem-concurrent-ruby: 1.0.4
rubygem-jbuilder: 2.6.1
rubygem-sass-rails5: 5.0.6
rubygem-byebug: 9.0.6
rubygem-rdoc: 4.2.2
rubygem-spring: 1.7.2
rubygem-activerecord4: 4.2.7.1
rubygem-arel6: 6.0.4
rubygem-turbolinks: 5.0.1
rubygem-coffee-rails4: 4.2.1
rubygem-turbolinks-source: 5.0.0
rubygem-sdoc: 0.4.2
rubygem-actionpack-xml_parser: 1.0.2
rubygem-actionpack-action_caching: 1.1.1
c-ares: 1.12.0
Installed packages to be UPGRADED:
zsh: 5.2_1 -> 5.3.1
xproto: 7.0.28 -> 7.0.31
xcb-util: 0.4.0_1,1 -> 0.4.0_2,1
wget: 1.16.3_1 -> 1.18_2
webp: 0.5.0 -> 0.5.2
vim: 7.4.1743 -> 8.0.0134_1
videoproto: 2.3.2 -> 2.3.3
tiff: 4.0.6_1 -> 4.0.7_1
tcl86: 8.6.5_1 -> 8.6.6_2
swig30: 3.0.8 -> 3.0.11
subversion: 1.9.4 -> 1.9.5
sqlite3: 3.12.2 -> 3.15.1_1
serf: 1.3.8_1 -> 1.3.9_1
screen: 4.3.1_2 -> 4.4.0_2
rubygem-uglifier: 3.0.0 -> 3.0.4
rubygem-tilt: 2.0.2 -> 2.0.5
rubygem-thin: 1.6.4 -> 1.7.0
rubygem-sqlite3: 1.3.11 -> 1.3.12
rubygem-sass: 3.4.22 -> 3.4.23
rubygem-rmagick: 2.15.4 -> 2.16.0_1
rubygem-redcarpet: 3.3.4 -> 3.4.0
rubygem-rake: 11.1.2 -> 11.2.2
rubygem-rails: 3.2.22.2 -> 3.2.22.2_1
rubygem-rack16: 1.6.4 -> 1.6.5
rubygem-rack-test: 0.6.3_1 -> 0.6.3_2
rubygem-rack-ssl: 1.4.1_1,1 -> 1.4.1_2,1
rubygem-rack-openid: 1.4.2_2 -> 1.4.2_3
rubygem-rack-cache: 1.6.1 -> 1.6.1_1
rubygem-rack: 1.4.7,3 -> 2.0.1,3
rubygem-passenger: 5.0.28 -> 5.0.30_1
rubygem-net-ldap: 0.14.0 -> 0.15.0
rubygem-mysql2: 0.3.20 -> 0.4.5
rubygem-multi_json: 1.11.3 -> 1.12.1
rubygem-minitest: 5.8.4 -> 5.10.1
rubygem-mime-types: 2.99.1 -> 3.1
rubygem-json_pure: 1.8.3 -> 2.0.2
rubygem-json: 1.8.3 -> 2.0.2
rubygem-hike: 1.2.3,1 -> 2.1.3,1
rubygem-execjs: 2.6.0_1 -> 2.7.0
rubygem-daemons: 1.2.3 -> 1.2.4
rubygem-coffee-script-source: 1.10.0 -> 1.11.1
rubygem-bundler: 1.12.1 -> 1.13.7
rubygem-actionpack: 3.2.22.2 -> 3.2.22.2_1
ruby22-gems: 2.6.4 -> 2.6.8
ruby: 2.2.5,1 -> 2.2.6_1,1
redmine: 2.6.9_2 -> 3.2.3_2
python27: 2.7.11_2 -> 2.7.13_1
py27-virtualenv: 14.0.0 -> 15.0.3
py27-setuptools27: 20.0 -> 32.1.0
png: 1.6.21 -> 1.6.27
pkgconf: 0.9.12_1 -> 1.1.0
perl5: 5.20.3_13 -> 5.24.1.r4_1
pcre: 8.38_1 -> 8.39_1
pciids: 20160430 -> 20161225
pango: 1.38.0 -> 1.38.0_1
p5-Socket: 2.021 -> 2.024
p5-Net-SSLeay: 1.74 -> 1.78
p5-Net-SMTP-SSL: 1.03 -> 1.04
p5-IO-Socket-SSL: 2.025 -> 2.038
p5-IO-Socket-IP: 0.37 -> 0.38
p11-kit: 0.23.2 -> 0.23.3
openssl: 1.0.2_12 -> 1.0.2j_1,1
openjpeg: 2.1.1 -> 2.1.2_1
node: 6.1.0 -> 7.3.0
nettle: 3.2 -> 3.3
mysql56-server: 5.6.30 -> 5.6.34
mysql56-client: 5.6.30 -> 5.6.34
mpfr: 3.1.4 -> 3.1.5
llvm37: 3.7.1_2 -> 3.7.1_4
libxml2: 2.9.3 -> 2.9.4
libxcb: 1.11.1 -> 1.12
libuv: 1.9.0 -> 1.10.1
libtasn1: 4.8 -> 4.9
librsvg2: 2.40.13 -> 2.40.16
liblqr-1: 0.4.1_8 -> 0.4.2
libidn: 1.31 -> 1.33_1
libiconv: 1.14_9 -> 1.14_10
libglapi: 11.1.2 -> 11.2.2
libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
libXvMC: 1.0.9 -> 1.0.10
libXv: 1.0.10_3,1 -> 1.0.11,1
libXrender: 0.9.9 -> 0.9.10
libXrandr: 1.5.0 -> 1.5.1
libXpm: 3.5.11_4 -> 3.5.12
libXi: 1.7.6,1 -> 1.7.8,1
libXfixes: 5.0.1_3 -> 5.0.3
libX11: 1.6.3,1 -> 1.6.4,1
libGL: 11.1.2 -> 11.2.2
libEGL: 11.1.2 -> 11.2.2
lcms2: 2.7_2 -> 2.8
jpeg-turbo: 1.4.2 -> 1.5.1
inputproto: 2.3.1 -> 2.3.2
indexinfo: 0.2.4 -> 0.2.6
icu: 55.1 -> 58.2,1
harfbuzz: 1.2.3 -> 1.3.4
gtk2: 2.24.29_2 -> 2.24.29_3
gsfonts: 8.11_6 -> 8.11_8
graphite2: 1.3.8 -> 1.3.9
gnutls: 3.4.11 -> 3.4.17
glib: 2.46.2 -> 2.46.2_4
git: 2.8.1 -> 2.11.0_3
giflib: 5.1.3 -> 5.1.4
gettext-runtime: 0.19.7 -> 0.19.8.1_1
gdk-pixbuf2: 2.32.3 -> 2.32.3_1
gdbm: 1.11_2 -> 1.12
gcc: 4.8.5_2 -> 4.9.4
gbm: 11.1.2 -> 11.2.2
fontconfig: 2.11.1_2,1 -> 2.12.1,1
fftw3: 3.3.3_2 -> 3.3.5
expat: 2.1.0_3 -> 2.2.0_1
dejavu: 2.35 -> 2.37
dbus: 1.8.20 -> 1.10.14
db5: 5.3.28_3 -> 5.3.28_6
cvsps: 2.1_1 -> 2.1_2
curl: 7.50.1 -> 7.52.1
cups: 2.1.3_2 -> 2.2.1
cairo: 1.14.6,2 -> 1.14.6_1,2
ca_root_nss: 3.22.2 -> 3.28
binutils: 2.25.1_2,1 -> 2.27_5,1
bash: 4.3.46_1 -> 4.4.5
apr: 1.5.2.1.5.4 -> 1.5.2.1.5.4_2
apache24: 2.4.20_1 -> 2.4.25_1
ImageMagick: 6.9.3.9_1,1 -> 6.9.6.4,1
Installed packages to be REINSTALLED:
p5-Mozilla-CA-20160104 (direct dependency changed: perl5)
p5-GSSAPI-0.28_1 (direct dependency changed: perl5)
p5-Error-0.17024 (direct dependency changed: perl5)
p5-Digest-HMAC-1.03_1 (direct dependency changed: perl5)
p5-Authen-SASL-2.16_1 (direct dependency changed: perl5)
Number of packages to be installed: 59
Number of packages to be upgraded: 123
Number of packages to be reinstalled: 5
The process will require 272 MiB more space.
317 MiB to be downloaded.
[srs15] Fetching zsh-5.3.1.txz: 100%    4 MiB  4.1MB/s    00:01   
[srs15] Fetching xproto-7.0.31.txz: 100%  59 KiB  60.2kB/s    00:01   
[srs15] Fetching xcb-util-0.4.0_2,1.txz: 100%  12 KiB  12.3kB/s    00:01   
[srs15] Fetching wget-1.18_2.txz: 100%  567 KiB 581.1kB/s    00:01   
[srs15] Fetching webp-0.5.2.txz: 100%  313 KiB 320.1kB/s    00:01   
[srs15] Fetching vim-8.0.0134_1.txz: 100%    6 MiB  6.6MB/s    00:01   
[srs15] Fetching videoproto-2.3.3.txz: 100%    7 KiB  7.3kB/s    00:01   
[srs15] Fetching tiff-4.0.7_1.txz: 100%  784 KiB 802.9kB/s    00:01   
[srs15] Fetching tcl86-8.6.6_2.txz: 100%    1 MiB  1.2MB/s    00:01   
[srs15] Fetching swig30-3.0.11.txz: 100%    6 MiB  5.9MB/s    00:01   
[srs15] Fetching subversion-1.9.5.txz: 100%    3 MiB  2.9MB/s    00:01   
[srs15] Fetching sqlite3-3.15.1_1.txz: 100%  631 KiB 645.7kB/s    00:01   
[srs15] Fetching serf-1.3.9_1.txz: 100%  78 KiB  80.0kB/s    00:01   
[srs15] Fetching screen-4.4.0_2.txz: 100%  471 KiB 482.1kB/s    00:01   
[srs15] Fetching rubygem-uglifier-3.0.4.txz: 100%  325 KiB 332.7kB/s    00:01   
[srs15] Fetching rubygem-tilt-2.0.5.txz: 100%  290 KiB 297.4kB/s    00:01   
[srs15] Fetching rubygem-thin-1.7.0.txz: 100%  330 KiB 337.7kB/s    00:01   
[srs15] Fetching rubygem-sqlite3-1.3.12.txz: 100%  332 KiB 339.7kB/s    00:01   
[srs15] Fetching rubygem-sass-3.4.23.txz: 100%  971 KiB 994.0kB/s    00:01   
[srs15] Fetching rubygem-rmagick-2.16.0_1.txz: 100%    2 MiB  1.6MB/s    00:01   
[srs15] Fetching rubygem-redcarpet-3.4.0.txz: 100%  267 KiB 273.2kB/s    00:01   
[srs15] Fetching rubygem-rake-11.2.2.txz: 100%  337 KiB 345.0kB/s    00:01   
[srs15] Fetching rubygem-rails-3.2.22.2_1.txz: 100%    2 KiB  2.5kB/s    00:01   
[srs15] Fetching rubygem-rack16-1.6.5.txz: 100%  573 KiB 586.9kB/s    00:01   
[srs15] Fetching rubygem-rack-test-0.6.3_2.txz: 100%  228 KiB 233.5kB/s    00:01   
[srs15] Fetching rubygem-rack-ssl-1.4.1_2,1.txz: 100%  200 KiB 204.9kB/s    00:01   
[srs15] Fetching rubygem-rack-openid-1.4.2_3.txz: 100%  211 KiB 215.8kB/s    00:01   
[srs15] Fetching rubygem-rack-cache-1.6.1_1.txz: 100%  279 KiB 285.7kB/s    00:01   
[srs15] Fetching rubygem-rack-2.0.1,3.txz: 100%  587 KiB 601.1kB/s    00:01   
[srs15] Fetching rubygem-passenger-5.0.30_1.txz: 100%  12 MiB  6.5MB/s    00:02   
[srs15] Fetching rubygem-net-ldap-0.15.0.txz: 100%  365 KiB 373.7kB/s    00:01   
[srs15] Fetching rubygem-mysql2-0.4.5.txz: 100%  286 KiB 292.6kB/s    00:01   
[srs15] Fetching rubygem-multi_json-1.12.1.txz: 100%  239 KiB 244.9kB/s    00:01   
[srs15] Fetching rubygem-minitest-5.10.1.txz: 100%  331 KiB 339.1kB/s    00:01   
[srs15] Fetching rubygem-mime-types-3.1.txz: 100%  277 KiB 283.7kB/s    00:01   
[srs15] Fetching rubygem-json_pure-2.0.2.txz: 100%  337 KiB 345.2kB/s    00:01   
[srs15] Fetching rubygem-json-2.0.2.txz: 100%  375 KiB 383.7kB/s    00:01   
[srs15] Fetching rubygem-hike-2.1.3,1.txz: 100%  217 KiB 222.1kB/s    00:01   
[srs15] Fetching rubygem-execjs-2.7.0.txz: 100%  235 KiB 240.5kB/s    00:01   
[srs15] Fetching rubygem-daemons-1.2.4.txz: 100%  265 KiB 270.9kB/s    00:01   
[srs15] Fetching rubygem-coffee-script-source-1.11.1.txz: 100%  301 KiB 308.4kB/s    00:01   
[srs15] Fetching rubygem-bundler-1.13.7.txz: 100%  987 KiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-actionpack-3.2.22.2_1.txz: 100%  958 KiB 980.7kB/s    00:01   
[srs15] Fetching ruby22-gems-2.6.8.txz: 100%  381 KiB 390.6kB/s    00:01   
[srs15] Fetching ruby-2.2.6_1,1.txz: 100%    8 MiB  4.2MB/s    00:02   
[srs15] Fetching redmine-3.2.3_2.txz: 100%    2 MiB  1.6MB/s    00:01   
[srs15] Fetching python27-2.7.13_1.txz: 100%  10 MiB  10.8MB/s    00:01   
[srs15] Fetching py27-virtualenv-15.0.3.txz: 100%    2 MiB  2.4MB/s    00:01   
[srs15] Fetching py27-setuptools27-32.1.0.txz: 100%  436 KiB 446.4kB/s    00:01   
[srs15] Fetching png-1.6.27.txz: 100%  266 KiB 272.3kB/s    00:01   
[srs15] Fetching pkgconf-1.1.0.txz: 100%  45 KiB  45.8kB/s    00:01   
[srs15] Fetching perl5-5.24.1.r4_1.txz: 100%  13 MiB  14.0MB/s    00:01   
[srs15] Fetching pcre-8.39_1.txz: 100%    1 MiB  1.1MB/s    00:01   
[srs15] Fetching pciids-20161225.txz: 100%  186 KiB 190.6kB/s    00:01   
[srs15] Fetching pango-1.38.0_1.txz: 100%  411 KiB 421.2kB/s    00:01   
[srs15] Fetching p5-Socket-2.024.txz: 100%  38 KiB  39.0kB/s    00:01   
[srs15] Fetching p5-Net-SSLeay-1.78.txz: 100%  229 KiB 234.6kB/s    00:01   
[srs15] Fetching p5-Net-SMTP-SSL-1.04.txz: 100%  10 KiB  10.4kB/s    00:01   
[srs15] Fetching p5-Mozilla-CA-20160104.txz: 100%  147 KiB 150.0kB/s    00:01   
[srs15] Fetching p5-IO-Socket-SSL-2.038.txz: 100%  153 KiB 156.7kB/s    00:01   
[srs15] Fetching p5-IO-Socket-IP-0.38.txz: 100%  27 KiB  27.3kB/s    00:01   
[srs15] Fetching p5-GSSAPI-0.28_1.txz: 100%  39 KiB  39.6kB/s    00:01   
[srs15] Fetching p5-Error-0.17024.txz: 100%  23 KiB  23.3kB/s    00:01   
[srs15] Fetching p5-Digest-HMAC-1.03_1.txz: 100%    7 KiB  7.4kB/s    00:01   
[srs15] Fetching p5-Authen-SASL-2.16_1.txz: 100%  38 KiB  38.8kB/s    00:01   
[srs15] Fetching p11-kit-0.23.3.txz: 100%  221 KiB 226.5kB/s    00:01   
[srs15] Fetching openssl-1.0.2j_1,1.txz: 100%    3 MiB  2.9MB/s    00:01   
[srs15] Fetching openjpeg-2.1.2_1.txz: 100%  172 KiB 175.9kB/s    00:01   
[srs15] Fetching node-7.3.0.txz: 100%    4 MiB  4.6MB/s    00:01   
[srs15] Fetching nettle-3.3.txz: 100%    1 MiB  1.2MB/s    00:01   
[srs15] Fetching mysql56-server-5.6.34.txz: 100%    8 MiB  4.4MB/s    00:02   
[srs15] Fetching mysql56-client-5.6.34.txz: 100%    2 MiB  2.0MB/s    00:01   
[srs15] Fetching mpfr-3.1.5.txz: 100%  352 KiB 360.4kB/s    00:01   
[srs15] Fetching llvm37-3.7.1_4.txz: 100%  31 MiB  2.2MB/s    00:15   
[srs15] Fetching libxml2-2.9.4.txz: 100%  760 KiB 778.3kB/s    00:01   
[srs15] Fetching libxcb-1.12.txz: 100%  979 KiB  1.0MB/s    00:01   
[srs15] Fetching libuv-1.10.1.txz: 100%  91 KiB  93.5kB/s    00:01   
[srs15] Fetching libtasn1-4.9.txz: 100%  598 KiB 612.7kB/s    00:01   
[srs15] Fetching librsvg2-2.40.16.txz: 100%  158 KiB 162.1kB/s    00:01   
[srs15] Fetching liblqr-1-0.4.2.txz: 100%  39 KiB  39.8kB/s    00:01   
[srs15] Fetching libidn-1.33_1.txz: 100%  200 KiB 205.2kB/s    00:01   
[srs15] Fetching libiconv-1.14_10.txz: 100%  602 KiB 616.7kB/s    00:01   
[srs15] Fetching libglapi-11.2.2.txz: 100%  50 KiB  51.2kB/s    00:01   
[srs15] Fetching libedit-3.1.20150325_2,1.txz: 100%  126 KiB 129.5kB/s    00:01   
[srs15] Fetching libXvMC-1.0.10.txz: 100%  24 KiB  25.0kB/s    00:01   
[srs15] Fetching libXv-1.0.11,1.txz: 100%  35 KiB  35.7kB/s    00:01   
[srs15] Fetching libXrender-0.9.10.txz: 100%  27 KiB  27.8kB/s    00:01   
[srs15] Fetching libXrandr-1.5.1.txz: 100%  30 KiB  30.2kB/s    00:01   
[srs15] Fetching libXpm-3.5.12.txz: 100%  65 KiB  66.3kB/s    00:01   
[srs15] Fetching libXi-1.7.8,1.txz: 100%  119 KiB 121.7kB/s    00:01   
[srs15] Fetching libXfixes-5.0.3.txz: 100%  14 KiB  14.5kB/s    00:01   
[srs15] Fetching libX11-1.6.4,1.txz: 100%    2 MiB  1.7MB/s    00:01   
[srs15] Fetching libGL-11.2.2.txz: 100%  224 KiB 229.0kB/s    00:01   
[srs15] Fetching libEGL-11.2.2.txz: 100%  55 KiB  56.3kB/s    00:01   
[srs15] Fetching lcms2-2.8.txz: 100%    3 MiB  2.6MB/s    00:01   
[srs15] Fetching jpeg-turbo-1.5.1.txz: 100%  302 KiB 308.9kB/s    00:01   
[srs15] Fetching inputproto-2.3.2.txz: 100%  15 KiB  15.2kB/s    00:01   
[srs15] Fetching indexinfo-0.2.6.txz: 100%    5 KiB  5.0kB/s    00:01   
[srs15] Fetching icu-58.2,1.txz: 100%    9 MiB  3.1MB/s    00:03   
[srs15] Fetching harfbuzz-1.3.4.txz: 100%  278 KiB 285.0kB/s    00:01   
[srs15] Fetching gtk2-2.24.29_3.txz: 100%    5 MiB  2.7MB/s    00:02   
[srs15] Fetching gsfonts-8.11_8.txz: 100%    4 MiB  2.1MB/s    00:02   
[srs15] Fetching graphite2-1.3.9.txz: 100%  121 KiB 123.9kB/s    00:01   
[srs15] Fetching gnutls-3.4.17.txz: 100%    2 MiB  2.1MB/s    00:01   
[srs15] Fetching glib-2.46.2_4.txz: 100%    3 MiB  1.4MB/s    00:02   
[srs15] Fetching git-2.11.0_3.txz: 100%    4 MiB  2.0MB/s    00:02   
[srs15] Fetching giflib-5.1.4.txz: 100%  72 KiB  73.9kB/s    00:01   
[srs15] Fetching gettext-runtime-0.19.8.1_1.txz: 100%  147 KiB 150.9kB/s    00:01   
[srs15] Fetching gdk-pixbuf2-2.32.3_1.txz: 100%  479 KiB 490.7kB/s    00:01   
[srs15] Fetching gdbm-1.12.txz: 100%  145 KiB 148.4kB/s    00:01   
[srs15] Fetching gcc-4.9.4.txz: 100%  72 MiB  6.3MB/s    00:12   
[srs15] Fetching gbm-11.2.2.txz: 100%  12 KiB  12.2kB/s    00:01   
[srs15] Fetching fontconfig-2.12.1,1.txz: 100%  341 KiB 349.1kB/s    00:01   
[srs15] Fetching fftw3-3.3.5.txz: 100%  724 KiB 740.9kB/s    00:01   
[srs15] Fetching expat-2.2.0_1.txz: 100%  103 KiB 105.1kB/s    00:01   
[srs15] Fetching dejavu-2.37.txz: 100%    2 MiB  1.3MB/s    00:02   
[srs15] Fetching dbus-1.10.14.txz: 100%  339 KiB 346.7kB/s    00:01   
[srs15] Fetching db5-5.3.28_6.txz: 100%  12 MiB  3.2MB/s    00:04   
[srs15] Fetching cvsps-2.1_2.txz: 100%  43 KiB  44.1kB/s    00:01   
[srs15] Fetching curl-7.52.1.txz: 100%    1 MiB  1.1MB/s    00:01   
[srs15] Fetching cups-2.2.1.txz: 100%    1 MiB  1.4MB/s    00:01   
[srs15] Fetching cairo-1.14.6_1,2.txz: 100%  859 KiB 880.1kB/s    00:01   
[srs15] Fetching ca_root_nss-3.28.txz: 100%  324 KiB 331.5kB/s    00:01   
[srs15] Fetching binutils-2.27_5,1.txz: 100%  19 MiB  3.9MB/s    00:05   
[srs15] Fetching bash-4.4.5.txz: 100%    1 MiB  1.5MB/s    00:01   
[srs15] Fetching apr-1.5.2.1.5.4_2.txz: 100%  401 KiB 410.3kB/s    00:01   
[srs15] Fetching apache24-2.4.25_1.txz: 100%    5 MiB  4.9MB/s    00:01   
[srs15] Fetching ImageMagick-6.9.6.4,1.txz: 100%    7 MiB  3.8MB/s    00:02   
[srs15] Fetching trousers-0.3.14_1.txz: 100%  486 KiB 498.1kB/s    00:01   
[srs15] Fetching tpm-emulator-0.7.4_1.txz: 100%  121 KiB 124.0kB/s    00:01   
[srs15] Fetching rubygem-rack14-1.4.7,3.txz: 100%  521 KiB 534.0kB/s    00:01   
[srs15] Fetching libnghttp2-1.18.0.txz: 100%  107 KiB 109.9kB/s    00:01   
[srs15] Fetching rubygem-mime-types-data-3.2016.0521.txz: 100%  274 KiB 280.9kB/s    00:01   
[srs15] Fetching rubygem-mimemagic-0.3.1.txz: 100%  452 KiB 462.9kB/s    00:01   
[srs15] Fetching rubygem-protected_attributes-1.1.3.txz: 100%  236 KiB 242.2kB/s    00:01   
[srs15] Fetching rubygem-activemodel4-4.2.7.1.txz: 100%  310 KiB 317.6kB/s    00:01   
[srs15] Fetching rubygem-builder32-3.2.2.txz: 100%  249 KiB 255.0kB/s    00:01   
[srs15] Fetching rubygem-activesupport4-4.2.7.1.txz: 100%  756 KiB 774.0kB/s    00:01   
[srs15] Fetching rubygem-thread_safe-0.3.5.txz: 100%  278 KiB 284.7kB/s    00:01   
[srs15] Fetching rubygem-tzinfo-1.2.2_1.txz: 100%  376 KiB 385.4kB/s    00:01   
[srs15] Fetching rubygem-thread_safe1-0.1.3.txz: 100%  329 KiB 336.8kB/s    00:01   
[srs15] Fetching rubygem-atomic-1.1.99.txz: 100%  220 KiB 225.6kB/s    00:01   
[srs15] Fetching rubygem-roadie-rails-1.1.1.txz: 100%  245 KiB 250.9kB/s    00:01   
[srs15] Fetching rubygem-roadie-3.2.0.txz: 100%  297 KiB 304.0kB/s    00:01   
[srs15] Fetching rubygem-css_parser-1.4.7.txz: 100%  223 KiB 228.5kB/s    00:01   
[srs15] Fetching rubygem-addressable-2.5.0_1.txz: 100%  331 KiB 338.7kB/s    00:01   
[srs15] Fetching rubygem-public_suffix-2.0.4_6.txz: 100%  292 KiB 299.3kB/s    00:01   
[srs15] Fetching rubygem-nokogiri-1.7.0.txz: 100%  716 KiB 732.8kB/s    00:01   
[srs15] Fetching libxslt-1.1.29_1.txz: 100%  222 KiB 227.7kB/s    00:01   
[srs15] Fetching libgcrypt-1.7.5.txz: 100%  581 KiB 595.3kB/s    00:01   
[srs15] Fetching libgpg-error-1.26.txz: 100%  173 KiB 176.8kB/s    00:01   
[srs15] Fetching rubygem-pkg-config-1.1.7_1.txz: 100%  220 KiB 225.6kB/s    00:01   
[srs15] Fetching rubygem-railties4-4.2.7.1.txz: 100%  302 KiB 309.5kB/s    00:01   
[srs15] Fetching rubygem-actionpack4-4.2.7.1.txz: 100%  700 KiB 717.0kB/s    00:01   
[srs15] Fetching rubygem-rails-dom-testing-1.0.7.txz: 100%  223 KiB 228.2kB/s    00:01   
[srs15] Fetching rubygem-rails-deprecated_sanitizer-1.0.3.txz: 100%  236 KiB 242.0kB/s    00:01   
[srs15] Fetching rubygem-actionview-4.2.7.1.txz: 100%  542 KiB 555.2kB/s    00:01   
[srs15] Fetching rubygem-rails-html-sanitizer-1.0.3.txz: 100%  219 KiB 224.3kB/s    00:01   
[srs15] Fetching rubygem-loofah-2.0.3.txz: 100%  276 KiB 282.5kB/s    00:01   
[srs15] Fetching rubygem-jquery-rails4-4.2.1.txz: 100%  431 KiB 440.9kB/s    00:01   
[srs15] Fetching rubygem-rails4-4.2.7.1.txz: 100%    2 MiB  2.0MB/s    00:01   
[srs15] Fetching rubygem-actionmailer4-4.2.7.1.txz: 100%  254 KiB 260.2kB/s    00:01   
[srs15] Fetching rubygem-mail-2.6.4,2.txz: 100%  678 KiB 694.5kB/s    00:01   
[srs15] Fetching rubygem-activejob-4.2.7.1.txz: 100%  244 KiB 249.4kB/s    00:01   
[srs15] Fetching rubygem-globalid-0.3.7.txz: 100%  224 KiB 229.2kB/s    00:01   
[srs15] Fetching rubygem-activeresource4-4.0.0.txz: 100%  305 KiB 312.3kB/s    00:01   
[srs15] Fetching rubygem-rails-observers-0.1.2.txz: 100%  231 KiB 236.7kB/s    00:01   
[srs15] Fetching rubygem-web-console-2.3.0.txz: 100%  246 KiB 252.3kB/s    00:01   
[srs15] Fetching rubygem-binding_of_caller-0.7.2.txz: 100%  207 KiB 212.0kB/s    00:01   
[srs15] Fetching rubygem-debug_inspector-0.0.2.txz: 100%  207 KiB 211.9kB/s    00:01   
[srs15] Fetching rubygem-sprockets-rails-3.2.0.txz: 100%  224 KiB 229.0kB/s    00:01   
[srs15] Fetching rubygem-sprockets3-3.7.0_1.txz: 100%  417 KiB 427.3kB/s    00:01   
[srs15] Fetching rubygem-concurrent-ruby-1.0.4.txz: 100%  592 KiB 606.2kB/s    00:01   
[srs15] Fetching rubygem-jbuilder-2.6.1.txz: 100%  238 KiB 244.1kB/s    00:01   
[srs15] Fetching rubygem-sass-rails5-5.0.6.txz: 100%  218 KiB 222.9kB/s    00:01   
[srs15] Fetching rubygem-byebug-9.0.6.txz: 100%  441 KiB 451.2kB/s    00:01   
[srs15] Fetching rubygem-rdoc-4.2.2.txz: 100%  982 KiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-spring-1.7.2.txz: 100%  307 KiB 314.7kB/s    00:01   
[srs15] Fetching rubygem-activerecord4-4.2.7.1.txz: 100%    1 MiB  1.0MB/s    00:01   
[srs15] Fetching rubygem-arel6-6.0.4.txz: 100%  359 KiB 367.6kB/s    00:01   
[srs15] Fetching rubygem-turbolinks-5.0.1.txz: 100%  200 KiB 204.5kB/s    00:01   
[srs15] Fetching rubygem-coffee-rails4-4.2.1.txz: 100%  202 KiB 207.0kB/s    00:01   
[srs15] Fetching rubygem-turbolinks-source-5.0.0.txz: 100%  207 KiB 211.8kB/s    00:01   
[srs15] Fetching rubygem-sdoc-0.4.2.txz: 100%  388 KiB 396.8kB/s    00:01   
[srs15] Fetching rubygem-actionpack-xml_parser-1.0.2.txz: 100%  200 KiB 204.9kB/s    00:01   
[srs15] Fetching rubygem-actionpack-action_caching-1.1.1.txz: 100%  210 KiB 215.4kB/s    00:01   
[srs15] Fetching c-ares-1.12.0.txz: 100%  120 KiB 122.8kB/s    00:01   
Checking integrity... done (3 conflicting)
  - trousers-0.3.14_1 conflicts with trousers-tddl-0.3.10_7 on /usr/local/include/trousers/trousers.h
  - rubygem-rack14-1.4.7,3 conflicts with rubygem-rack-1.4.7,3 on /usr/local/lib/ruby/gems/2.2/specifications/rack-1.4.7.gemspec
  - rubygem-railties4-4.2.7.1 conflicts with rubygem-railties-3.2.22.2 on /usr/local/bin/rails
Cannot solve problem using SAT solver, trying another plan
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 156 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
trousers-tddl-0.3.10_7
New packages to be INSTALLED:
rubygem-atomic: 1.1.99
libgpg-error: 1.26
tpm-emulator: 0.7.4_1
rubygem-thread_safe1: 0.1.3
libgcrypt: 1.7.5
trousers: 0.3.14_1
rubygem-thread_safe: 0.3.5
rubygem-tzinfo: 1.2.2_1
libxslt: 1.1.29_1
rubygem-pkg-config: 1.1.7_1
rubygem-activesupport4: 4.2.7.1
rubygem-nokogiri: 1.7.0
c-ares: 1.12.0
rubygem-rack14: 1.4.7,3
rubygem-rails-deprecated_sanitizer: 1.0.3
rubygem-loofah: 2.0.3
rubygem-builder32: 3.2.2
rubygem-rails-dom-testing: 1.0.7
rubygem-rails-html-sanitizer: 1.0.3
libnghttp2: 1.18.0
rubygem-actionview: 4.2.7.1
rubygem-mime-types-data: 3.2016.0521
rubygem-activemodel4: 4.2.7.1
rubygem-actionpack4: 4.2.7.1
rubygem-mimemagic: 0.3.1
rubygem-protected_attributes: 1.1.3
rubygem-actionpack-xml_parser: 1.0.2
rubygem-actionpack-action_caching: 1.1.1
Installed packages to be UPGRADED:
xproto: 7.0.28 -> 7.0.31
libiconv: 1.14_9 -> 1.14_10
libxml2: 2.9.3 -> 2.9.4
libxcb: 1.11.1 -> 1.12
indexinfo: 0.2.4 -> 0.2.6
libX11: 1.6.3,1 -> 1.6.4,1
videoproto: 2.3.2 -> 2.3.3
pciids: 20160430 -> 20161225
mpfr: 3.1.4 -> 3.1.5
libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
gettext-runtime: 0.19.7 -> 0.19.8.1_1
ruby: 2.2.5,1 -> 2.2.6_1,1
libXv: 1.0.10_3,1 -> 1.0.11,1
libXfixes: 5.0.1_3 -> 5.0.3
binutils: 2.25.1_2,1 -> 2.27_5,1
ruby22-gems: 2.6.4 -> 2.6.8
libXvMC: 1.0.9 -> 1.0.10
gcc: 4.8.5_2 -> 4.9.4
expat: 2.1.0_3 -> 2.2.0_1
python27: 2.7.11_2 -> 2.7.13_1
perl5: 5.20.3_13 -> 5.24.1.r4_1
pcre: 8.38_1 -> 8.39_1
libglapi: 11.1.2 -> 11.2.2
xcb-util: 0.4.0_1,1 -> 0.4.0_2,1
rubygem-json_pure: 1.8.3 -> 2.0.2
llvm37: 3.7.1_2 -> 3.7.1_4
libtasn1: 4.8 -> 4.9
glib: 2.46.2 -> 2.46.2_4
gbm: 11.1.2 -> 11.2.2
dbus: 1.8.20 -> 1.10.14
ca_root_nss: 3.22.2 -> 3.28
rubygem-multi_json: 1.11.3 -> 1.12.1
rubygem-minitest: 5.8.4 -> 5.10.1
rubygem-json: 1.8.3 -> 2.0.2
png: 1.6.21 -> 1.6.27
p11-kit: 0.23.2 -> 0.23.3
nettle: 3.2 -> 3.3
libidn: 1.31 -> 1.33_1
libXrender: 0.9.9 -> 0.9.10
libGL: 11.1.2 -> 11.2.2
libEGL: 11.1.2 -> 11.2.2
jpeg-turbo: 1.4.2 -> 1.5.1
inputproto: 2.3.1 -> 2.3.2
gdbm: 1.11_2 -> 1.12
fontconfig: 2.11.1_2,1 -> 2.12.1,1
tiff: 4.0.6_1 -> 4.0.7_1
rubygem-rack16: 1.6.4 -> 1.6.5
rubygem-rack: 1.4.7,3 -> 2.0.1,3
rubygem-hike: 1.2.3,1 -> 2.1.3,1
openssl: 1.0.2_12 -> 1.0.2j_1,1
libuv: 1.9.0 -> 1.10.1
libXi: 1.7.6,1 -> 1.7.8,1
icu: 55.1 -> 58.2,1
graphite2: 1.3.8 -> 1.3.9
gnutls: 3.4.11 -> 3.4.17
dejavu: 2.35 -> 2.37
cairo: 1.14.6,2 -> 1.14.6_1,2
rubygem-rack-test: 0.6.3_1 -> 0.6.3_2
rubygem-rack-cache: 1.6.1 -> 1.6.1_1
p5-Socket: 2.021 -> 2.024
node: 6.1.0 -> 7.3.0
lcms2: 2.7_2 -> 2.8
harfbuzz: 1.2.3 -> 1.3.4
gsfonts: 8.11_6 -> 8.11_8
gdk-pixbuf2: 2.32.3 -> 2.32.3_1
cups: 2.1.3_2 -> 2.2.1
rubygem-rake: 11.1.2 -> 11.2.2
rubygem-rack-ssl: 1.4.1_1,1 -> 1.4.1_2,1
rubygem-execjs: 2.6.0_1 -> 2.7.0
rubygem-coffee-script-source: 1.10.0 -> 1.11.1
rubygem-actionpack: 3.2.22.2 -> 3.2.22.2_1
pango: 1.38.0 -> 1.38.0_1
p5-Net-SSLeay: 1.74 -> 1.78
p5-IO-Socket-IP: 0.37 -> 0.38
libXrandr: 1.5.0 -> 1.5.1
giflib: 5.1.3 -> 5.1.4
db5: 5.3.28_3 -> 5.3.28_6
webp: 0.5.0 -> 0.5.2
sqlite3: 3.12.2 -> 3.15.1_1
rubygem-tilt: 2.0.2 -> 2.0.5
rubygem-sass: 3.4.22 -> 3.4.23
pkgconf: 0.9.12_1 -> 1.1.0
p5-IO-Socket-SSL: 2.025 -> 2.038
openjpeg: 2.1.1 -> 2.1.2_1
librsvg2: 2.40.13 -> 2.40.16
liblqr-1: 0.4.1_8 -> 0.4.2
fftw3: 3.3.3_2 -> 3.3.5
apr: 1.5.2.1.5.4 -> 1.5.2.1.5.4_2
tcl86: 8.6.5_1 -> 8.6.6_2
serf: 1.3.8_1 -> 1.3.9_1
rubygem-uglifier: 3.0.0 -> 3.0.4
rubygem-sqlite3: 1.3.11 -> 1.3.12
rubygem-daemons: 1.2.3 -> 1.2.4
rubygem-bundler: 1.12.1 -> 1.13.7
py27-setuptools27: 20.0 -> 32.1.0
p5-Net-SMTP-SSL: 1.03 -> 1.04
mysql56-client: 5.6.30 -> 5.6.34
libXpm: 3.5.11_4 -> 3.5.12
gtk2: 2.24.29_2 -> 2.24.29_3
cvsps: 2.1_1 -> 2.1_2
curl: 7.50.1 -> 7.52.1
apache24: 2.4.20_1 -> 2.4.25_1
ImageMagick: 6.9.3.9_1,1 -> 6.9.6.4,1
zsh: 5.2_1 -> 5.3.1
wget: 1.16.3_1 -> 1.18_2
vim: 7.4.1743 -> 8.0.0134_1
swig30: 3.0.8 -> 3.0.11
subversion: 1.9.4 -> 1.9.5
screen: 4.3.1_2 -> 4.4.0_2
rubygem-thin: 1.6.4 -> 1.7.0
rubygem-rmagick: 2.15.4 -> 2.16.0_1
rubygem-redcarpet: 3.3.4 -> 3.4.0
rubygem-rails: 3.2.22.2 -> 3.2.22.2_1
rubygem-rack-openid: 1.4.2_2 -> 1.4.2_3
rubygem-passenger: 5.0.28 -> 5.0.30_1
rubygem-net-ldap: 0.14.0 -> 0.15.0
rubygem-mysql2: 0.3.20 -> 0.4.5
rubygem-mime-types: 2.99.1 -> 3.1
py27-virtualenv: 14.0.0 -> 15.0.3
mysql56-server: 5.6.30 -> 5.6.34
git: 2.8.1 -> 2.11.0_3
bash: 4.3.46_1 -> 4.4.5
Installed packages to be REINSTALLED:
p5-Mozilla-CA-20160104 (direct dependency changed: perl5)
p5-GSSAPI-0.28_1 (direct dependency changed: perl5)
p5-Digest-HMAC-1.03_1 (direct dependency changed: perl5)
p5-Error-0.17024 (direct dependency changed: perl5)
p5-Authen-SASL-2.16_1 (direct dependency changed: perl5)
Number of packages to be removed: 1
Number of packages to be installed: 28
Number of packages to be upgraded: 122
Number of packages to be reinstalled: 5
The process will require 197 MiB more space.
[srs15] [1/156] Upgrading xproto from 7.0.28 to 7.0.31...
[srs15] [1/156] Extracting xproto-7.0.31: 100%
[srs15] [2/156] Upgrading libiconv from 1.14_9 to 1.14_10...
[srs15] [2/156] Extracting libiconv-1.14_10: 100%
[srs15] [3/156] Upgrading libxml2 from 2.9.3 to 2.9.4...
[srs15] [3/156] Extracting libxml2-2.9.4: 100%
[srs15] [4/156] Upgrading libxcb from 1.11.1 to 1.12...
[srs15] [4/156] Extracting libxcb-1.12: 100%
[srs15] [5/156] Upgrading indexinfo from 0.2.4 to 0.2.6...
[srs15] [5/156] Extracting indexinfo-0.2.6: 100%
[srs15] [6/156] Upgrading libX11 from 1.6.3,1 to 1.6.4,1...
[srs15] [6/156] Extracting libX11-1.6.4,1: 100%
[srs15] [7/156] Upgrading videoproto from 2.3.2 to 2.3.3...
[srs15] [7/156] Extracting videoproto-2.3.3: 100%
[srs15] [8/156] Upgrading pciids from 20160430 to 20161225...
[srs15] [8/156] Extracting pciids-20161225: 100%
[srs15] [9/156] Upgrading mpfr from 3.1.4 to 3.1.5...
[srs15] [9/156] Extracting mpfr-3.1.5: 100%
[srs15] [10/156] Upgrading gettext-runtime from 0.19.7 to 0.19.8.1_1...
[srs15] [10/156] Extracting gettext-runtime-0.19.8.1_1: 100%
[srs15] [11/156] Upgrading libXv from 1.0.10_3,1 to 1.0.11,1...
[srs15] [11/156] Extracting libXv-1.0.11,1: 100%
[srs15] [12/156] Upgrading libXfixes from 5.0.1_3 to 5.0.3...
[srs15] [12/156] Extracting libXfixes-5.0.3: 100%
[srs15] [13/156] Upgrading binutils from 2.25.1_2,1 to 2.27_5,1...
[srs15] [13/156] Extracting binutils-2.27_5,1: 100%
[srs15] [14/156] Upgrading libXvMC from 1.0.9 to 1.0.10...
[srs15] [14/156] Extracting libXvMC-1.0.10: 100%
[srs15] [15/156] Upgrading gcc from 4.8.5_2 to 4.9.4...
[srs15] [15/156] Extracting gcc-4.9.4: 100%
[srs15] [16/156] Upgrading expat from 2.1.0_3 to 2.2.0_1...
[srs15] [16/156] Extracting expat-2.2.0_1: 100%
[srs15] [17/156] Upgrading libedit from 3.1.20150325_2 to 3.1.20150325_2,1...
[srs15] [17/156] Extracting libedit-3.1.20150325_2,1: 100%
[srs15] [18/156] Upgrading python27 from 2.7.11_2 to 2.7.13_1...
[srs15] [18/156] Extracting python27-2.7.13_1: 100%
[srs15] [19/156] Upgrading perl5 from 5.20.3_13 to 5.24.1.r4_1...
[srs15] [19/156] Extracting perl5-5.24.1.r4_1: 100%
[srs15] [20/156] Upgrading libglapi from 11.1.2 to 11.2.2...
[srs15] [20/156] Extracting libglapi-11.2.2: 100%
[srs15] [21/156] Upgrading pcre from 8.38_1 to 8.39_1...
[srs15] [21/156] Extracting pcre-8.39_1: 100%
[srs15] [22/156] Upgrading xcb-util from 0.4.0_1,1 to 0.4.0_2,1...
[srs15] [22/156] Extracting xcb-util-0.4.0_2,1: 100%
[srs15] [23/156] Upgrading llvm37 from 3.7.1_2 to 3.7.1_4...
[srs15] [23/156] Extracting llvm37-3.7.1_4: 100%
[srs15] [24/156] Upgrading gbm from 11.1.2 to 11.2.2...
[srs15] [24/156] Extracting gbm-11.2.2: 100%
[srs15] [25/156] Upgrading ruby from 2.2.5,1 to 2.2.6_1,1...
[srs15] [25/156] Extracting ruby-2.2.6_1,1: 100%
[srs15] [26/156] Upgrading glib from 2.46.2 to 2.46.2_4...
[srs15] [26/156] Extracting glib-2.46.2_4: 100%
No schema files found: doing nothing.
[srs15] [27/156] Upgrading png from 1.6.21 to 1.6.27...
[srs15] [27/156] Extracting png-1.6.27: 100%
[srs15] [28/156] Upgrading libXrender from 0.9.9 to 0.9.10...
[srs15] [28/156] Extracting libXrender-0.9.10: 100%
[srs15] [29/156] Upgrading libGL from 11.1.2 to 11.2.2...
[srs15] [29/156] Extracting libGL-11.2.2: 100%
[srs15] [30/156] Upgrading libEGL from 11.1.2 to 11.2.2...
[srs15] [30/156] Extracting libEGL-11.2.2: 100%
[srs15] [31/156] Upgrading jpeg-turbo from 1.4.2 to 1.5.1...
[srs15] [31/156] Extracting jpeg-turbo-1.5.1: 100%
[srs15] [32/156] Upgrading inputproto from 2.3.1 to 2.3.2...
[srs15] [32/156] Extracting inputproto-2.3.2: 100%
[srs15] [33/156] Upgrading fontconfig from 2.11.1_2,1 to 2.12.1,1...
[srs15] [33/156] Extracting fontconfig-2.12.1,1: 100%
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 5 dirs
/usr/local/share/fonts/OTF: caching, new cache contents: 23 fonts, 0 dirs
/usr/local/share/fonts/TTF: caching, new cache contents: 13 fonts, 0 dirs
/usr/local/share/fonts/dejavu: caching, new cache contents: 21 fonts, 0 dirs
/usr/local/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/local/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
[srs15] [34/156] Upgrading ruby22-gems from 2.6.4 to 2.6.8...
[srs15] [34/156] Extracting ruby22-gems-2.6.8: 100%
[srs15] [35/156] Upgrading tiff from 4.0.6_1 to 4.0.7_1...
[srs15] [35/156] Extracting tiff-4.0.7_1: 100%
[srs15] [36/156] Upgrading libXi from 1.7.6,1 to 1.7.8,1...
[srs15] [36/156] Extracting libXi-1.7.8,1: 100%
[srs15] [37/156] Upgrading icu from 55.1 to 58.2,1...
[srs15] [37/156] Extracting icu-58.2,1: 100%
[srs15] [38/156] Upgrading graphite2 from 1.3.8 to 1.3.9...
[srs15] [38/156] Extracting graphite2-1.3.9: 100%
[srs15] [39/156] Upgrading dejavu from 2.35 to 2.37...
[srs15] [39/156] Extracting dejavu-2.37: 100%
[srs15] [40/156] Upgrading cairo from 1.14.6,2 to 1.14.6_1,2...
[srs15] [40/156] Extracting cairo-1.14.6_1,2: 100%
[srs15] [41/156] Upgrading harfbuzz from 1.2.3 to 1.3.4...
[srs15] [41/156] Extracting harfbuzz-1.3.4: 100%
[srs15] [42/156] Upgrading gdk-pixbuf2 from 2.32.3 to 2.32.3_1...
[srs15] [42/156] Extracting gdk-pixbuf2-2.32.3_1: 100%
[srs15] [43/156] Upgrading rubygem-rake from 11.1.2 to 11.2.2...
[srs15] [43/156] Extracting rubygem-rake-11.2.2: 100%
[srs15] [44/156] Upgrading rubygem-bundler from 1.12.1 to 1.13.7...
[srs15] [44/156] Extracting rubygem-bundler-1.13.7: 100%
[srs15] [45/156] Upgrading lcms2 from 2.7_2 to 2.8...
[srs15] [45/156] Extracting lcms2-2.8: 100%
[srs15] [46/156] Upgrading pango from 1.38.0 to 1.38.0_1...
[srs15] [46/156] Extracting pango-1.38.0_1: 100%
rm: /usr/local/lib/pango/1.8.0/modules.cache: No such file or directory
pkg: DEINSTALL script failed
[srs15] [47/156] Upgrading giflib from 5.1.3 to 5.1.4...
[srs15] [47/156] Extracting giflib-5.1.4: 100%
[srs15] [48/156] Upgrading webp from 0.5.0 to 0.5.2...
[srs15] [48/156] Extracting webp-0.5.2: 100%
[srs15] [49/156] Upgrading pkgconf from 0.9.12_1 to 1.1.0...
[srs15] [49/156] Extracting pkgconf-1.1.0: 100%
[srs15] [50/156] Upgrading openjpeg from 2.1.1 to 2.1.2_1...
[srs15] [50/156] Extracting openjpeg-2.1.2_1: 100%
[srs15] [51/156] Upgrading librsvg2 from 2.40.13 to 2.40.16...
[srs15] [51/156] Extracting librsvg2-2.40.16: 100%
[srs15] [52/156] Upgrading liblqr-1 from 0.4.1_8 to 0.4.2...
[srs15] [52/156] Extracting liblqr-1-0.4.2: 100%
[srs15] [53/156] Upgrading fftw3 from 3.3.3_2 to 3.3.5...
[srs15] [53/156] Extracting fftw3-3.3.5: 100%
[srs15] [54/156] Upgrading tcl86 from 8.6.5_1 to 8.6.6_2...
[srs15] [54/156] Extracting tcl86-8.6.6_2: 100%
[srs15] [55/156] Upgrading libXpm from 3.5.11_4 to 3.5.12...
[srs15] [55/156] Extracting libXpm-3.5.12: 100%
[srs15] [56/156] Upgrading libidn from 1.31 to 1.33_1...
[srs15] [56/156] Extracting libidn-1.33_1: 100%
[srs15] [57/156] Upgrading libXrandr from 1.5.0 to 1.5.1...
[srs15] [57/156] Extracting libXrandr-1.5.1: 100%
[srs15] [58/156] Upgrading libtasn1 from 4.8 to 4.9...
[srs15] [58/156] Extracting libtasn1-4.9: 100%
[srs15] [59/156] Upgrading dbus from 1.8.20 to 1.10.14...
===> Creating groups.
Using existing group 'messagebus'.
===> Creating users
Using existing user 'messagebus'.
[srs15] [59/156] Extracting dbus-1.10.14: 100%
==> You should manually remove the "messagebus" user.
[srs15] [60/156] Upgrading ca_root_nss from 3.22.2 to 3.28...
[srs15] [60/156] Extracting ca_root_nss-3.28: 100%
[srs15] [61/156] Upgrading p11-kit from 0.23.2 to 0.23.3...
[srs15] [61/156] Extracting p11-kit-0.23.3: 100%
[srs15] [62/156] Upgrading nettle from 3.2 to 3.3...
[srs15] [62/156] Extracting nettle-3.3: 100%
[srs15] [63/156] Deinstalling trousers-tddl-0.3.10_7...
==> You should manually remove the "_tss" user.
[srs15] [63/156] Deleting files for trousers-tddl-0.3.10_7: 100%
[srs15] [64/156] Installing rubygem-atomic-1.1.99...
[srs15] [64/156] Extracting rubygem-atomic-1.1.99: 100%
[srs15] [65/156] Installing libgpg-error-1.26...
[srs15] [65/156] Extracting libgpg-error-1.26: 100%
[srs15] [66/156] Installing rubygem-thread_safe1-0.1.3...
[srs15] [66/156] Extracting rubygem-thread_safe1-0.1.3: 100%
[srs15] [67/156] Installing libgcrypt-1.7.5...
[srs15] [67/156] Extracting libgcrypt-1.7.5: 100%
[srs15] [68/156] Upgrading rubygem-minitest from 5.8.4 to 5.10.1...
[srs15] [68/156] Extracting rubygem-minitest-5.10.1: 100%
[srs15] [69/156] Upgrading rubygem-json from 1.8.3 to 2.0.2...
[srs15] [69/156] Extracting rubygem-json-2.0.2: 100%
[srs15] [70/156] Upgrading gdbm from 1.11_2 to 1.12...
[srs15] [70/156] Extracting gdbm-1.12: 100%
[srs15] [71/156] Installing rubygem-thread_safe-0.3.5...
[srs15] [71/156] Extracting rubygem-thread_safe-0.3.5: 100%
[srs15] [72/156] Installing rubygem-tzinfo-1.2.2_1...
[srs15] [72/156] Extracting rubygem-tzinfo-1.2.2_1: 100%
[srs15] [73/156] Installing libxslt-1.1.29_1...
[srs15] [73/156] Extracting libxslt-1.1.29_1: 100%
[srs15] [74/156] Installing rubygem-pkg-config-1.1.7_1...
[srs15] [74/156] Extracting rubygem-pkg-config-1.1.7_1: 100%
[srs15] [75/156] Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [75/156] Extracting tpm-emulator-0.7.4_1: 100%
[srs15] [76/156] Upgrading rubygem-rack16 from 1.6.4 to 1.6.5...
[srs15] [76/156] Extracting rubygem-rack16-1.6.5: 100%
[srs15] [76/156] Installing rubygem-rack-2.0.1,3...
[srs15] [76/156] Extracting rubygem-rack-2.0.1,3: 100%
[srs15] [77/156] Upgrading openssl from 1.0.2_12 to 1.0.2j_1,1...
[srs15] [77/156] Extracting openssl-1.0.2j_1,1: 100%
[srs15] [78/156] Upgrading libuv from 1.9.0 to 1.10.1...
[srs15] [78/156] Extracting libuv-1.10.1: 100%
[srs15] [79/156] Installing rubygem-activesupport4-4.2.7.1...
[srs15] [79/156] Extracting rubygem-activesupport4-4.2.7.1: 100%
[srs15] [80/156] Installing rubygem-nokogiri-1.7.0...
[srs15] [80/156] Extracting rubygem-nokogiri-1.7.0: 100%
[srs15] [81/156] Installing c-ares-1.12.0...
[srs15] [81/156] Extracting c-ares-1.12.0: 100%
[srs15] [82/156] Deinstalling rubygem-rack-1.4.7,3...
[srs15] [82/156] Deleting files for rubygem-rack-1.4.7,3: 100%
[srs15] [83/156] Installing trousers-0.3.14_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [83/156] Extracting trousers-0.3.14_1: 100%
[srs15] [84/156] Upgrading rubygem-rack-test from 0.6.3_1 to 0.6.3_2...
[srs15] [84/156] Extracting rubygem-rack-test-0.6.3_2: 100%
[srs15] [85/156] Upgrading rubygem-rack-cache from 1.6.1 to 1.6.1_1...
[srs15] [85/156] Extracting rubygem-rack-cache-1.6.1_1: 100%
[srs15] [86/156] Upgrading p5-Socket from 2.021 to 2.024...
[srs15] [86/156] Extracting p5-Socket-2.024: 100%
[srs15] [87/156] Upgrading node from 6.1.0 to 7.3.0...
[srs15] [87/156] Extracting node-7.3.0: 100%
[srs15] [88/156] Installing rubygem-rack14-1.4.7,3...
[srs15] [88/156] Extracting rubygem-rack14-1.4.7,3: 100%
[srs15] [89/156] Installing rubygem-rails-deprecated_sanitizer-1.0.3...
[srs15] [89/156] Extracting rubygem-rails-deprecated_sanitizer-1.0.3: 100%
[srs15] [90/156] Installing rubygem-loofah-2.0.3...
[srs15] [90/156] Extracting rubygem-loofah-2.0.3: 100%
[srs15] [91/156] Upgrading gnutls from 3.4.11 to 3.4.17...
[srs15] [91/156] Extracting gnutls-3.4.17: 100%
[srs15] [92/156] Upgrading rubygem-execjs from 2.6.0_1 to 2.7.0...
[srs15] [92/156] Extracting rubygem-execjs-2.7.0: 100%
[srs15] [93/156] Upgrading rubygem-actionpack from 3.2.22.2 to 3.2.22.2_1...
[srs15] [93/156] Extracting rubygem-actionpack-3.2.22.2_1: 100%
[srs15] [94/156] Upgrading p5-Net-SSLeay from 1.74 to 1.78...
[srs15] [94/156] Extracting p5-Net-SSLeay-1.78: 100%
[srs15] [95/156] Reinstalling p5-Mozilla-CA-20160104...
[srs15] [95/156] Extracting p5-Mozilla-CA-20160104: 100%
[srs15] [96/156] Upgrading p5-IO-Socket-IP from 0.37 to 0.38...
[srs15] [96/156] Extracting p5-IO-Socket-IP-0.38: 100%
[srs15] [97/156] Upgrading db5 from 5.3.28_3 to 5.3.28_6...
[srs15] [97/156] Extracting db5-5.3.28_6: 100%
[srs15] [98/156] Installing rubygem-builder32-3.2.2...
[srs15] [98/156] Extracting rubygem-builder32-3.2.2: 100%
[srs15] [99/156] Installing rubygem-rails-dom-testing-1.0.7...
[srs15] [99/156] Extracting rubygem-rails-dom-testing-1.0.7: 100%
[srs15] [100/156] Installing rubygem-rails-html-sanitizer-1.0.3...
[srs15] [100/156] Extracting rubygem-rails-html-sanitizer-1.0.3: 100%
[srs15] [101/156] Upgrading cups from 2.1.3_2 to 2.2.1...
===> Creating groups.
Using existing group 'cups'.
===> Creating users
Using existing user 'cups'.
[srs15] [101/156] Extracting cups-2.2.1: 100%
==> You should manually remove the "cups" user.
[srs15] [102/156] Upgrading sqlite3 from 3.12.2 to 3.15.1_1...
[srs15] [102/156] Extracting sqlite3-3.15.1_1: 100%
[srs15] [103/156] Upgrading p5-IO-Socket-SSL from 2.025 to 2.038...
[srs15] [103/156] Extracting p5-IO-Socket-SSL-2.038: 100%
[srs15] [104/156] Reinstalling p5-GSSAPI-0.28_1...
[srs15] [104/156] Extracting p5-GSSAPI-0.28_1: 100%
[srs15] [105/156] Reinstalling p5-Digest-HMAC-1.03_1...
[srs15] [105/156] Extracting p5-Digest-HMAC-1.03_1: 100%
[srs15] [106/156] Upgrading apr from 1.5.2.1.5.4 to 1.5.2.1.5.4_2...
[srs15] [106/156] Extracting apr-1.5.2.1.5.4_2: 100%
[srs15] [107/156] Installing libnghttp2-1.18.0...
[srs15] [107/156] Extracting libnghttp2-1.18.0: 100%
[srs15] [108/156] Installing rubygem-actionview-4.2.7.1...
[srs15] [108/156] Extracting rubygem-actionview-4.2.7.1: 100%
[srs15] [109/156] Upgrading rubygem-json_pure from 1.8.3 to 2.0.2...
[srs15] [109/156] Extracting rubygem-json_pure-2.0.2: 100%
[srs15] [110/156] Upgrading serf from 1.3.8_1 to 1.3.9_1...
[srs15] [110/156] Extracting serf-1.3.9_1: 100%
[srs15] [111/156] Upgrading rubygem-uglifier from 3.0.0 to 3.0.4...
[srs15] [111/156] Extracting rubygem-uglifier-3.0.4: 100%
[srs15] [112/156] Upgrading rubygem-sqlite3 from 1.3.11 to 1.3.12...
[srs15] [112/156] Extracting rubygem-sqlite3-1.3.12: 100%
[srs15] [113/156] Upgrading rubygem-daemons from 1.2.3 to 1.2.4...
[srs15] [113/156] Extracting rubygem-daemons-1.2.4: 100%
[srs15] [114/156] Upgrading py27-setuptools27 from 20.0 to 32.1.0...
[srs15] [114/156] Extracting py27-setuptools27-32.1.0: 100%
You may need to manually remove /usr/local/lib/python2.7/site-packages/easy-install.pth if it is no longer needed.
[srs15] [115/156] Upgrading p5-Net-SMTP-SSL from 1.03 to 1.04...
[srs15] [115/156] Extracting p5-Net-SMTP-SSL-1.04: 100%
[srs15] [116/156] Reinstalling p5-Error-0.17024...
[srs15] [116/156] Extracting p5-Error-0.17024: 100%
[srs15] [117/156] Reinstalling p5-Authen-SASL-2.16_1...
[srs15] [117/156] Extracting p5-Authen-SASL-2.16_1: 100%
[srs15] [118/156] Upgrading mysql56-client from 5.6.30 to 5.6.34...
[srs15] [118/156] Extracting mysql56-client-5.6.34: 100%
[srs15] [119/156] Upgrading gtk2 from 2.24.29_2 to 2.24.29_3...
[srs15] [119/156] Extracting gtk2-2.24.29_3: 100%
[srs15] [120/156] Upgrading cvsps from 2.1_1 to 2.1_2...
[srs15] [120/156] Extracting cvsps-2.1_2: 100%
[srs15] [121/156] Upgrading curl from 7.50.1 to 7.52.1...
[srs15] [121/156] Extracting curl-7.52.1: 100%
[srs15] [122/156] Upgrading apache24 from 2.4.20_1 to 2.4.25_1...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [122/156] Extracting apache24-2.4.25_1: 100%
You may need to manually remove /usr/local/etc/apache24/httpd.conf if it is no longer needed.
[srs15] [123/156] Upgrading ImageMagick from 6.9.3.9_1,1 to 6.9.6.4,1...
[srs15] [123/156] Extracting ImageMagick-6.9.6.4,1: 100%
[srs15] [124/156] Installing rubygem-mime-types-data-3.2016.0521...
[srs15] [124/156] Extracting rubygem-mime-types-data-3.2016.0521: 100%
[srs15] [125/156] Installing rubygem-activemodel4-4.2.7.1...
[srs15] [125/156] Extracting rubygem-activemodel4-4.2.7.1: 100%
[srs15] [126/156] Installing rubygem-actionpack4-4.2.7.1...
[srs15] [126/156] Extracting rubygem-actionpack4-4.2.7.1: 100%
[srs15] [127/156] Upgrading rubygem-multi_json from 1.11.3 to 1.12.1...
[srs15] [127/156] Extracting rubygem-multi_json-1.12.1: 100%
[srs15] [128/156] Upgrading rubygem-hike from 1.2.3,1 to 2.1.3,1...
[srs15] [128/156] Extracting rubygem-hike-2.1.3,1: 100%
[srs15] [129/156] Upgrading gsfonts from 8.11_6 to 8.11_8...
[srs15] [129/156] Extracting gsfonts-8.11_8: 100%
[srs15] [130/156] Upgrading rubygem-rack-ssl from 1.4.1_1,1 to 1.4.1_2,1...
[srs15] [130/156] Extracting rubygem-rack-ssl-1.4.1_2,1: 100%
[srs15] [131/156] Upgrading rubygem-coffee-script-source from 1.10.0 to 1.11.1...
[srs15] [131/156] Extracting rubygem-coffee-script-source-1.11.1: 100%
[srs15] [132/156] Upgrading rubygem-tilt from 2.0.2 to 2.0.5...
[srs15] [132/156] Extracting rubygem-tilt-2.0.5: 100%
[srs15] [133/156] Upgrading rubygem-sass from 3.4.22 to 3.4.23...
[srs15] [133/156] Extracting rubygem-sass-3.4.23: 100%
[srs15] [134/156] Upgrading zsh from 5.2_1 to 5.3.1...
[srs15] [134/156] Extracting zsh-5.3.1: 100%
[srs15] [135/156] Upgrading wget from 1.16.3_1 to 1.18_2...
[srs15] [135/156] Extracting wget-1.18_2: 100%
[srs15] [136/156] Upgrading vim from 7.4.1743 to 8.0.0134_1...
[srs15] [136/156] Extracting vim-8.0.0134_1: 100%
[srs15] [137/156] Upgrading swig30 from 3.0.8 to 3.0.11...
[srs15] [137/156] Extracting swig30-3.0.11: 100%
[srs15] [138/156] Upgrading subversion from 1.9.4 to 1.9.5...
[srs15] [138/156] Extracting subversion-1.9.5: 100%
[srs15] [139/156] Upgrading screen from 4.3.1_2 to 4.4.0_2...
[srs15] [139/156] Extracting screen-4.4.0_2: 100%
[srs15] [140/156] Upgrading rubygem-thin from 1.6.4 to 1.7.0...
[srs15] [140/156] Extracting rubygem-thin-1.7.0: 100%
[srs15] [141/156] Upgrading rubygem-rmagick from 2.15.4 to 2.16.0_1...
[srs15] [141/156] Extracting rubygem-rmagick-2.16.0_1: 100%
[srs15] [142/156] Upgrading rubygem-redcarpet from 3.3.4 to 3.4.0...
[srs15] [142/156] Extracting rubygem-redcarpet-3.4.0: 100%
[srs15] [143/156] Upgrading rubygem-rails from 3.2.22.2 to 3.2.22.2_1...
[srs15] [143/156] Extracting rubygem-rails-3.2.22.2_1: 100%
[srs15] [144/156] Upgrading rubygem-rack-openid from 1.4.2_2 to 1.4.2_3...
[srs15] [144/156] Extracting rubygem-rack-openid-1.4.2_3: 100%
[srs15] [145/156] Upgrading rubygem-passenger from 5.0.28 to 5.0.30_1...
[srs15] [145/156] Extracting rubygem-passenger-5.0.30_1: 100%
[srs15] [146/156] Upgrading rubygem-net-ldap from 0.14.0 to 0.15.0...
[srs15] [146/156] Extracting rubygem-net-ldap-0.15.0: 100%
[srs15] [147/156] Upgrading rubygem-mysql2 from 0.3.20 to 0.4.5...
[srs15] [147/156] Extracting rubygem-mysql2-0.4.5: 100%
[srs15] [148/156] Upgrading rubygem-mime-types from 2.99.1 to 3.1...
[srs15] [148/156] Extracting rubygem-mime-types-3.1: 100%
[srs15] [149/156] Upgrading py27-virtualenv from 14.0.0 to 15.0.3...
[srs15] [149/156] Extracting py27-virtualenv-15.0.3: 100%
[srs15] [150/156] Upgrading mysql56-server from 5.6.30 to 5.6.34...
===> Creating groups.
Using existing group 'mysql'.
===> Creating users
Using existing user 'mysql'.
[srs15] [150/156] Extracting mysql56-server-5.6.34: 100%
[srs15] [151/156] Upgrading git from 2.8.1 to 2.11.0_3...
===> Creating groups.
Using existing group 'git_daemon'.
===> Creating users
Using existing user 'git_daemon'.
[srs15] [151/156] Extracting git-2.11.0_3: 100%
[srs15] [152/156] Upgrading bash from 4.3.46_1 to 4.4.5...
[srs15] [152/156] Extracting bash-4.4.5: 100%
[srs15] [153/156] Installing rubygem-mimemagic-0.3.1...
[srs15] [153/156] Extracting rubygem-mimemagic-0.3.1: 100%
[srs15] [154/156] Installing rubygem-protected_attributes-1.1.3...
[srs15] [154/156] Extracting rubygem-protected_attributes-1.1.3: 100%
[srs15] [155/156] Installing rubygem-actionpack-xml_parser-1.0.2...
[srs15] [155/156] Extracting rubygem-actionpack-xml_parser-1.0.2: 100%
[srs15] [156/156] Installing rubygem-actionpack-action_caching-1.1.1...
[srs15] [156/156] Extracting rubygem-actionpack-action_caching-1.1.1: 100%
Message from gcc-4.9.4:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using
  -Wl,-rpath=/usr/local/lib/gcc49
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from python27-2.7.13_1:
===========================================================================
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
bsddb          databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3        databases/py-sqlite3
tkinter        x11-toolkits/py-tkinter
===========================================================================
Message from perl5-5.24.1.r4_1:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from ruby-2.2.6_1,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-rake: rake - Ruby Make
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
databases/ruby-gdbm: GDBM module
Install them as occasion demands.
====
Message from dejavu-2.37:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:
Load "freetype"
Add the following line to the "Files" section of X Windows configuration file:
FontPath "/usr/local/share/fonts/dejavu/"
Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Message from liblqr-1-0.4.2:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
Message from ca_root_nss-3.28:
********************************* WARNING *********************************
FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.
Assessment and verification of trust is the complete responsibility of the
system administrator.
*********************************** NOTE **********************************
This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.
This enables SSL Certificate Verification by client software without manual
intervention.
If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.
  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem
***************************************************************************
Message from openssl-1.0.2j_1,1:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from trousers-0.3.14_1:
To run tcsd automatically, add the following line to /etc/rc.conf:
tcsd_enable="YES"
You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.
If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:
tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"
To use TPM, add your_account to '_tss' group like following:
# pw groupmod _tss -m your_account
Message from node-7.3.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from rubygem-actionpack-3.2.22.2_1:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Upstream support ended.
It is scheduled to be removed on or after 2017-01-07.
Message from p5-Net-SMTP-SSL-1.04:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Deprecated by upstream, use Net::SMTP instead.
It is scheduled to be removed on or after 2017-03-31.
Message from mysql56-client-5.6.34:
* * * * * * * * * * * * * * * * * * * * * * * *
Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:
http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html
Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.
* * * * * * * * * * * * * * * * * * * * * * * *
Message from cvsps-2.1_2:
===>  NOTICE:
The cvsps port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:
https://bugs.freebsd.org/bugzilla
More information about port maintainership is available at:
https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
Message from apache24-2.4.25_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR
  If build with modular MPM and no MPM is activated in
  httpd.conf, then mpm_prefork will be activated as default
  MPM in etc/apache24/modules.d to keep compatibility with
  existing php/perl/python modules!
Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from zsh-5.3.1:
==========================================================
By default, zsh looks for system-wide defaults in
/usr/local/etc.
If you previously set up /etc/zprofile, /etc/zshenv, etc.,
either move them to /usr/local/etc or rebuild zsh with the
ETCDIR option enabled.
==========================================================
Message from screen-4.4.0_2:
=============================================================
As of GNU Screen 4.4.0:
Note that there was fix to screen message structure field
responsible for $TERM handling, making it impossible
to attach to older versions.
=============================================================
Message from rubygem-rails-3.2.22.2_1:
===>  NOTICE:
This port is deprecated; you may wish to reconsider installing it:
Upstream support ended.
It is scheduled to be removed on or after 2017-01-07.
Message from rubygem-passenger-5.0.30_1:
#####################################################################
Please edit your Apache configuration file, and add these lines:
  LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.30/buildout/apache2/mod_passenger.so
  PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.30
  PassengerRuby /usr/local/bin/ruby22
After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!
#####################################################################
Message from mysql56-server-5.6.34:
************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
************************************************************************
Message from git-2.11.0_3:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:
In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.
All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
  your web server (e.g. Apache2) in which you are able to execute
  CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
  your git repository (that is where you have your *.git project
  directories).
*************************** GITWEB *************************************
*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------
Message from bash-4.4.5:
======================================================================
bash requires fdescfs(5) mounted on /dev/fd
If you have not done it yet, please do the following:
mount -t fdescfs fdesc /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
fdesc /dev/fd fdescfs rw 0 0
======================================================================
</pre>
!-->
: <code>rm /usr/local/lib/ruby/gems/version/gems/passenger ; ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger</code>
: <code>service apache24 start</code>
: <code>service apache24 status</code>
: <code>service apache24 stop</code>
: <code>service apache24 status</code>
: <code>cd /usr/local/www/redmine ; bundle install ; cd -</code>
<!--
<pre>
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break
this application for all non-root users on this machine.
Fetching gem metadata from https://rubygems.org/............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Installing rake 11.1.2
Using i18n 0.7.0
Using multi_json 1.11.2
Using builder 3.0.4
Using erubis 2.7.0
Using journey 1.0.4
Using rack 1.4.7
Installing hike 1.2.3
Using tilt 1.4.1
Using mime-types 1.25.1
Using polyglot 0.3.5
Using arel 3.0.3
Using tzinfo 0.3.48
Using coderay 1.1.1
Installing daemons 1.2.3
Using eventmachine 1.2.0.1
Using htmlentities 4.3.4
Installing json 1.8.3 with native extensions
Using thor 0.19.1
Installing mysql2 0.3.20 with native extensions
Installing net-ldap 0.14.0
Using ruby-openid 2.7.0
Using bundler 1.13.7
Using rbpdf-font 1.19.0
Installing redcarpet 3.3.4 with native extensions
Using request_store 1.3.1
Installing rmagick 2.15.4 with native extensions
Using activesupport 3.2.22.2
Using rack-cache 1.6.1
Using rack-test 0.6.3
Using rack-ssl 1.4.1
Using sprockets 2.2.3
Using treetop 1.6.5
Installing thin 1.6.4 with native extensions
Using rdoc 3.12.2
Using rack-openid 1.4.2
Using rbpdf 1.19.0
Using activemodel 3.2.22.2
Using mail 2.5.4
Using actionpack 3.2.22.2
Using activerecord 3.2.22.2
Using activeresource 3.2.22.2
Using actionmailer 3.2.22.2
Using railties 3.2.22.2
Using jquery-rails 3.1.4
Using rails 3.2.22.2
Bundle complete! 18 Gemfile dependencies, 46 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
</pre>
!-->
: <code>cd /usr/local/www/redmine ; rm config/initializers/secret_token.rb ; bundle exec rake generate_secret_token ; cd -</code>
<!--
<pre>
</pre>
!-->
: <code>service mysql-server start</code>
: <code>cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -</code>
: <code>service mysql-server restart</code>
: <code>service apache24 restart</code>
----
testweises Neustarten der Jail
: per (W)UI FreeNAS
:* ...
; Done!
==== Stand nach der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3 ====
: https://projekt.htw.stura-dresden.de/admin/info
:: https://pro.stura.htw-dresden.de/admin/info
<pre>
Redmine 2.6.9.stable
</pre>
<pre>
Administrator-Kennwort geändert True
Verzeichnis für Dateien beschreibbar True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) True
RMagick verfügbar (optional) True
ImageMagick Konvertierung verfügbar (optional) True
</pre>
<pre>
Environment:
  Redmine version                2.6.9.stable
  Ruby version                  2.2.6-p396 (2016-11-15) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter              Mysql2
SCM:
  Subversion                    1.9.5
  Git                            2.11.0
  Filesystem                   
Redmine plugins:
  no plugin installed
</pre>
: <code>pkg info</code>
<!--
<pre>
ImageMagick-6.9.6.4,1          Image processing tools (legacy version)
ap24-mod_fastcgi-2.4.7_1      Apache 2.2 fast-cgi module
apache24-2.4.25_1              Version 2.4.x of Apache web server
apr-1.5.2.1.5.4_2              Apache Portability Library
atk-2.18.0                    GNOME accessibility toolkit (ATK)
augeas-1.4.0                  Configuration editing tool
avahi-app-0.6.31_5            Service discovery on a local network
bash-4.4.5                    GNU Project's Bourne Again SHell
binutils-2.27_5,1              GNU binary tools
c-ares-1.12.0                  Asynchronous DNS resolver library
ca_root_nss-3.28              Root certificate bundle from the Mozilla Project
cairo-1.14.6_1,2              Vector graphics library with cross-device output support
compositeproto-0.4.2          Composite extension headers
cscope-15.8b                  Interactive C program browser
ctags-5.8                      Feature-filled tagfile generator for vi and emacs clones
cups-2.2.1                    Common UNIX Printing System
curl-7.52.1                    Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
cvsps-2.1_2                    Create patchset information from CVS
damageproto-1.2.1              Damage extension headers
db5-5.3.28_6                  Oracle Berkeley DB, revision 5.3
dbus-1.10.14                  Message bus system for inter-application communication
dbus-glib-0.104                GLib bindings for the D-BUS messaging system
dejavu-2.37                    Bitstream Vera Fonts clone with a wider range of characters
dri2proto-2.8                  DRI2 prototype headers
encodings-1.0.4_3,1            X.Org Encoding fonts
expat-2.2.0_1                  XML 1.0 parser written in C
fftw3-3.3.5                    Fast C routines to compute the Discrete Fourier Transform
fixesproto-5.0                Fixes extension headers
font-bh-ttf-1.0.3_3            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.3_3    X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_3      X.Org miscellaneous Meltho font
font-util-1.3.1                Create an index of X font files in a directory
fontconfig-2.12.1,1            XML-based font configuration API for X Windows
freetype2-2.6.3                Free and portable TrueType font rendering engine
gbm-11.2.2                    gbm library
gcc-4.9.4                      GNU Compiler Collection 4.9
gcc-ecj-4.5                    Eclipse Java Compiler used to build GCC Java
gdbm-1.12                      GNU database manager
gdk-pixbuf2-2.32.3_1          Graphic library for GTK+
gettext-runtime-0.19.8.1_1    GNU gettext runtime libraries and programs
ghostscript9-agpl-base-9.16_5  Ghostscript 9.x PostScript interpreter, base part
ghostscript9-agpl-x11-9.16_2  Ghostscript 9.x PostScript interpreter, X11 support
giflib-5.1.4                  Tools and library routines for working with GIF images
git-2.11.0_3                  Distributed source code management tool
glib-2.46.2_4                  Some useful routines of C programming (current stable version)
glproto-1.4.17                GLX extension headers
gmp-5.1.3_3                    Free library for arbitrary precision arithmetic
gnome_subr-1.0                Common startup and shutdown subroutines used by GNOME scripts
gnutls-3.4.17                  GNU Transport Layer Security library
gobject-introspection-1.46.0  Generate interface introspection data for GObject libraries
graphite2-1.3.9                Rendering capabilities for complex non-Roman writing systems
gsfonts-8.11_8                Standard Fonts for Ghostscript
gtk-update-icon-cache-2.24.29  Gtk-update-icon-cache utility from the Gtk+ toolkit
gtk2-2.24.29_3                Gimp Toolkit for X11 GUI (previous stable version)
harfbuzz-1.3.4                OpenType text shaping engine
hicolor-icon-theme-0.15        High-color icon theme shell from the FreeDesktop project
icu-58.2,1                    International Components for Unicode (from IBM)
indexinfo-0.2.6                Utility to regenerate the GNU info page index
inputproto-2.3.2              Input extension headers
jasper-1.900.1_16              Implementation of the codec specified in the JPEG-2000 standard
jbig2dec-0.13                  Decoder implementation of the JBIG2 image compression format
jbigkit-2.1_1                  Lossless compression for bi-level images such as scanned pages, faxes
jpeg-turbo-1.5.1              SIMD-accelerated JPEG codec which replaces libjpeg
kbproto-1.0.7                  KB extension headers
lcms2-2.8                      Accurate, fast, and small-footprint color management engine
letsencrypt.sh-0.2.0          Pure BASH/ZSH Lets Encrypt client
libEGL-11.2.2                  OpenEGL library
libGL-11.2.2                  OpenGL library that renders using GLX or DRI
libICE-1.0.9_1,1              Inter Client Exchange library for X11
libSM-1.2.2_3,1                Session Management library for X11
libX11-1.6.4,1                X11 library
libXau-1.0.8_3                Authentication Protocol library for X11
libXcomposite-0.4.4_3,1        X Composite extension library
libXcursor-1.1.14_3            X client-side cursor loading library
libXdamage-1.1.4_3            X Damage extension library
libXdmcp-1.1.2                X Display Manager Control Protocol library
libXext-1.3.3_1,1              X11 Extension library
libXfixes-5.0.3                X Fixes extension library
libXft-2.3.2_1                Client-sided font API for X applications
libXi-1.7.8,1                  X Input extension library
libXinerama-1.1.3_3,1          X11 Xinerama library
libXpm-3.5.12                  X Pixmap library
libXrandr-1.5.1                X Resize and Rotate extension library
libXrender-0.9.10              X Render extension library
libXt-1.1.5,1                  X Toolkit library
libXv-1.0.11,1                X Video Extension library
libXvMC-1.0.10                X Video Extension Motion Compensation library
libXxf86vm-1.1.4_1            X Vidmode Extension
libcroco-0.6.11                CSS2 parsing library
libdaemon-0.14_1              Lightweight C library that eases the writing of UNIX daemons
libdevq-0.0.2_1                Generic Device Query and Monitor interface
libdrm-2.4.66,1                Userspace interface to kernel Direct Rendering Module services
libedit-3.1.20150325_2,1      Command line editor library
libexecinfo-1.1_3              Library for inspecting program's backtrace
libffi-3.2.1                  Foreign Function Interface
libfontenc-1.1.3              The fontenc Library
libfpx-1.3.1.4_1              Library routines for working with Flashpix images
libgcrypt-1.7.5                General purpose crypto library based on code used in GnuPG
libglapi-11.2.2                Common GL api library used by Mesa based ports
libgpg-error-1.26              Common error values for all GnuPG components
libgsf-1.14.36                Extensible I/O abstraction for dealing with structured file formats
libiconv-1.14_10              Character set conversion library
libidn-1.33_1                  Internationalized Domain Names command line tool
liblqr-1-0.4.2                Easy to use C/C++ seam carving library
libltdl-2.4.6                  System independent dlopen wrapper
libnghttp2-1.18.0              HTTP/2.0 C Library
libpaper-1.1.24.4              Library providing routines for paper size management
libpciaccess-0.13.4            Generic PCI access library
libpthread-stubs-0.3_6        This library provides weak aliases for pthread functions
librsvg2-2.40.16              Library for parsing and rendering SVG vector-graphic files
libtasn1-4.9                  ASN.1 structure parser library
libuv-1.10.1                  Multi-platform support library with a focus on asynchronous I/O
libwmf-0.2.8.4_15              Tools and library for converting Microsoft WMF (windows metafile)
libxcb-1.12                    The X protocol C-language Binding (XCB) library
libxml2-2.9.4                  XML parser library for GNOME
libxshmfence-1.2              Shared memory 'SyncFence' synchronization primitive
libxslt-1.1.29_1              The XSLT C library for GNOME
libyaml-0.1.6_2                YAML 1.1 parser and emitter written in C
llvm37-3.7.1_4                LLVM and Clang
lua52-5.2.4                    Small, compilable scripting language providing easy access to C code
mkfontdir-1.0.7                Create an index of X font files in a directory
mkfontscale-1.1.2              Creates an index of scalable font files for X
mpc-1.0.3                      Library of complex numbers with arbitrarily high precision
mpfr-3.1.5                    Library for multiple-precision floating-point computations
mysql56-client-5.6.34          Multithreaded SQL database (client)
mysql56-server-5.6.34          Multithreaded SQL database (server)
nettle-3.3                    Low-level cryptographic library
node-7.3.0                    V8 JavaScript for client and server (7.x)
openjpeg-2.1.2_1              Open-source JPEG 2000 codec
openssl-1.0.2j_1,1            SSL and crypto library
p11-kit-0.23.3                Library for loading and enumerating of PKCS#11 modules
p5-Authen-SASL-2.16_1          Perl5 module for SASL authentication
p5-Digest-HMAC-1.03_1          Perl5 interface to HMAC Message-Digest Algorithms
p5-Error-0.17024              Error/exception handling in object-oriented programming style
p5-GSSAPI-0.28_1              Perl extension providing access to the GSSAPIv2 library
p5-IO-Socket-IP-0.38          Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6
p5-IO-Socket-SSL-2.038        Perl5 interface to SSL sockets
p5-Mozilla-CA-20160104        Perl extension for Mozilla CA cert bundle in PEM format
p5-Net-SMTP-SSL-1.04          SSL support for Net::SMTP
p5-Net-SSLeay-1.78            Perl5 interface to SSL
p5-Socket-2.024                Networking constants and support functions
pango-1.38.0_1                Open-source framework for the layout and rendering of i18n text
pciids-20161225                Database of all known IDs used in PCI devices
pcre-8.39_1                    Perl Compatible Regular Expressions library
perl5-5.24.1.r4_1              Practical Extraction and Report Language
pixman-0.34.0                  Low-level pixel manipulation library
pkg-1.9.4_1                    Package manager
pkgconf-1.1.0                  Utility to help to configure compiler and linker flags
png-1.6.27                    Library for manipulating PNG images
py27-setuptools27-32.1.0      Python packages installer
py27-virtualenv-15.0.3        Tool for creating isolated Python environments
python-2.7_2,2                The "meta-port" for the default version of Python interpreter
python2-2_3                    The "meta-port" for version 2 of the Python interpreter
python27-2.7.13_1              Interpreted object-oriented programming language
randrproto-1.5.0              Randr extension headers
redmine-2.6.9_2                Flexible project management web application
renderproto-0.11.1            RenderProto protocol headers
ruby-2.2.6_1,1                Object-oriented interpreted scripting language
ruby22-gems-2.6.8              Package management framework for the Ruby language
rubygem-actionmailer-3.2.22.2  Easy email delivery and testing for Ruby
rubygem-actionpack-3.2.22.2_1  Action Controller and Action View of Rails MVC Framework
rubygem-actionpack-action_caching-1.1.1 Action caching for Action Pack (removed from core in Rails 4.0)
rubygem-actionpack-xml_parser-1.0.2 XML parameters parser for Action Pack
rubygem-actionpack4-4.2.7.1    Action Controller and Action View of Rails MVC Framework
rubygem-actionview-4.2.7.1    Rendering framework putting the V in MVC (part of Rails)
rubygem-activemodel-3.2.22.2  Toolkit for building modeling frameworks
rubygem-activemodel4-4.2.7.1  Toolkit for building modeling frameworks
rubygem-activerecord-3.2.22.2  Object-relational mapping layer for Rails MVC Framework
rubygem-activeresource-3.2.22.2 Coherent wrapper object-relational mapping for REST web services
rubygem-activesupport-3.2.22.2 Utility classes and extension that are required by Rails MVC Framework
rubygem-activesupport4-4.2.7.1 Utility classes and extension that are required by Rails MVC Framework
rubygem-ansi-1.5.0            Gem enabling ANSI code based colorization and stylization of output
rubygem-arel3-3.0.3,1          Relational Algebra for Ruby
rubygem-atomic-1.1.99          Atomic reference implementation
rubygem-builder-3.0.4          Facilitate programmatic generation of XML markup
rubygem-builder32-3.2.2        Facilitate programmatic generation of XML markup
rubygem-bundler-1.13.7        Tool that manages gem dependencies for ruby applications
rubygem-coderay-1.1.1          Fast and easy syntax highlighting for selected languages
rubygem-coffee-rails-3.2.2_1  Coffee Script adapter for the Rails asset pipeline
rubygem-coffee-script-2.4.1    Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler
rubygem-coffee-script-source-1.11.1 CoffeeScript is a little language that compiles into JavaScript
rubygem-daemons-1.2.4          Toolkit to convert your script to a controllable daemon
rubygem-erubis-2.7.0_1        Fast, secure, and extensible implementation of eRuby
rubygem-eventmachine-1.2.0.1  Fast, simple event-processing library for Ruby programs
rubygem-execjs-2.7.0          ExecJS lets you run JavaScript code from Ruby
rubygem-hike-2.1.3,1          Ruby library for finding files in a set of paths
rubygem-htmlentities-4.3.4    HTML entity encoding and decoding for Ruby
rubygem-i18n-0.7.0,2          New wave Internationalization support for Ruby
rubygem-journey-1.0.4          It routes requests
rubygem-jquery-rails-3.1.4    Provides a Rails generator for jQuery
rubygem-json-2.0.2            Parse JSON texts and generate them from ruby data structures
rubygem-json_pure-2.0.2        Parse JSON texts and generate them from ruby data structures in Ruby
rubygem-loofah-2.0.3          Library for manipulating HTML/XML documents and fragments
rubygem-mail25-2.5.4_1,2      Ruby email handler
rubygem-mime-types-3.1        Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-mime-types-data-3.2016.0521 MIME Type registry data
rubygem-mime-types1-1.25.1    Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-mimemagic-0.3.1        Detects the mime type of a file by extension or by content
rubygem-minitest-5.10.1        Minitest provides a complete suite of testing facilities
rubygem-multi_json-1.12.1      Ruby library provide swappable JSON backends
rubygem-mysql2-0.4.5          Simple, fast MySQL library for Ruby, binding to libmysql
rubygem-net-ldap-0.15.0        Pure Ruby LDAP support library with most client features
rubygem-nokogiri-1.7.0        HTML, XML, SAX, and Reader parser
rubygem-passenger-5.0.30_1    Modules for running Ruby on Rails and Rack applications
rubygem-pkg-config-1.1.7_1    pkg-config implementation for Ruby
rubygem-png-1.2.1              Almost-pure-ruby PNG library
rubygem-polyglot-0.3.5        Provides a registry of file types
rubygem-protected_attributes-1.1.3 Protect attributes from mass assignment
rubygem-rack-2.0.1,3          Rack, a Ruby Webserver Interface
rubygem-rack-cache-1.6.1_1    Rack middleware to enable HTTP caching
rubygem-rack-openid-1.4.2_3    Provides a more HTTPish API around the ruby-openid library
rubygem-rack-ssl-1.4.1_2,1    Rack middleware to force SSL/TLS
rubygem-rack-test-0.6.3_2      Small, simple testing API for Rack apps
rubygem-rack14-1.4.7,3        Rack, a Ruby Webserver Interface
rubygem-rack16-1.6.5          Rack, a Ruby Webserver Interface
rubygem-rails-3.2.22.2_1      MVC web application framework
rubygem-rails-deprecated_sanitizer-1.0.3 Deprecated sanitizer API extracted from Action View
rubygem-rails-dom-testing-1.0.7 Analyse and compare DOMs using Nokogiri
rubygem-rails-html-sanitizer-1.0.3 Sanitize HTML fragments in Rails applications
rubygem-railties-3.2.22.2      Rails internals bootup, plugins, generators, and rake tasks
rubygem-rake-11.2.2            Ruby Make
rubygem-rbpdf-1.19.0          Ruby library for creating ERB enabled PDF templates
rubygem-rbpdf-font-1.19.0      RBPDF font files
rubygem-rdoc3-3.12.2          RDoc produces HTML and command-line documentation for Ruby projects
rubygem-redcarpet-3.4.0        Fast, safe and extensible Markdown to (X)HTML parser
rubygem-request_store-1.3.1    RequestStore gives you per-request global storage
rubygem-rmagick-2.16.0_1      Ruby binding for ImageMagick
rubygem-ruby-openid-2.7.0      OpenID library written in pure Ruby
rubygem-rubyinline-3.12.4_1    Inline::C allows you to embed C/Ruby directly in ruby scripts
rubygem-rubytree-0.9.7        Implementation of the Tree data structure for the Ruby
rubygem-sass-3.4.23            Sass is an extension of CSS3
rubygem-sass-rails-3.2.6_4    Sass adapter for the Rails asset pipeline
rubygem-sprockets22-2.2.3_1    Ruby library that preprocesses and concatenates JavaScript files
rubygem-sqlite3-1.3.12        Ruby interface to the SQLite DB engine version 3
rubygem-structured_warnings-0.2.0 Implementation of structured warnings for Ruby
rubygem-thin-1.7.0            Fast and simple Ruby web server
rubygem-thor-0.19.1            Scripting framework that replaces rake, sake, and rubigen
rubygem-thread_safe-0.3.5      Thread-safe collections and utilities for Ruby
rubygem-thread_safe1-0.1.3    Thread-safe collections and utilities for Ruby
rubygem-tilt-2.0.5            Generic interface to multiple Ruby template engines
rubygem-tilt1-1.4.1            Generic interface to multiple Ruby template engines
rubygem-treetop-1.6.5          Ruby-based DSL for text parsing and interpretation
rubygem-turn-0.9.7            New output format for Test::Unit
rubygem-tzinfo-1.2.2_1        Daylight-savings aware timezone support for Ruby
rubygem-tzinfo03-0.3.49        Daylight-savings aware timezone support for Ruby
rubygem-uglifier-3.0.4        Ruby wrapper for UglifyJS JavaScript compressor
rubygem-zentest-4.11.0,1      Ruby Unit Testing Utility
screen-4.4.0_2                Multi-screen window manager
serf-1.3.9_1                  Serf HTTP client library
shared-mime-info-1.5          MIME types database from the freedesktop.org project
sqlite3-3.15.1_1              SQL database engine in a C library
subversion-1.9.5              Version control system
svgalib-1.4.3_7                Low level console graphics library
swig30-3.0.11                  Generate wrappers for calling C/C++ code from other languages
tcl86-8.6.6_2                  Tool Command Language
tiff-4.0.7_1                  Tools and library routines for working with TIFF images
tpm-emulator-0.7.4_1          Trusted Platform Module (TPM) emulator
trousers-0.3.14_1              Open-source TCG Software Stack
videoproto-2.3.3              Video extension headers
vim-8.0.0134_1                Improved version of the vi editor
webp-0.5.2                    Google WebP image format conversion tool
wget-1.18_2                    Retrieve files from the Net via HTTP(S) and FTP
xcb-util-0.4.0_2,1            Module with libxcb/libX11 extension/replacement libraries
xcb-util-renderutil-0.3.9_1    Convenience functions for the Render extension
xextproto-7.3.0                XExt extension headers
xf86vidmodeproto-2.3.1        XFree86-VidModeExtension extension headers
xineramaproto-1.2.1            Xinerama extension headers
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
xproto-7.0.31                  X11 protocol headers
zsh-5.3.1                      The Z shell
</pre>
!-->
=== Aktualisierung mit dem Umrüsten auf Redmine 3 ===
==== Stand vor der Aktualisierung mit dem Umrüsten auf Redmine 3 ====
: https://projekt.htw.stura-dresden.de/admin/info
:: https://pro.stura.htw-dresden.de/admin/info
<pre>
Redmine 2.6.9.stable
</pre>
<pre>
Administrator-Kennwort geändert True
Verzeichnis für Dateien beschreibbar True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) True
RMagick verfügbar (optional) True
ImageMagick Konvertierung verfügbar (optional) True
</pre>
<pre>
Environment:
  Redmine version                2.6.9.stable
  Ruby version                  2.2.6-p396 (2016-11-15) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter              Mysql2
SCM:
  Subversion                    1.9.5
  Git                            2.11.0
  Filesystem                   
Redmine plugins:
  no plugin installed
</pre>
: <code>pkg info</code>
<!--
<pre>
ImageMagick-6.9.6.4,1          Image processing tools (legacy version)
ap24-mod_fastcgi-2.4.7_1      Apache 2.2 fast-cgi module
apache24-2.4.25_1              Version 2.4.x of Apache web server
apr-1.5.2.1.5.4_2              Apache Portability Library
atk-2.18.0                    GNOME accessibility toolkit (ATK)
augeas-1.4.0                  Configuration editing tool
avahi-app-0.6.31_5            Service discovery on a local network
bash-4.4.5                    GNU Project's Bourne Again SHell
binutils-2.27_5,1              GNU binary tools
c-ares-1.12.0                  Asynchronous DNS resolver library
ca_root_nss-3.28              Root certificate bundle from the Mozilla Project
cairo-1.14.6_1,2              Vector graphics library with cross-device output support
compositeproto-0.4.2          Composite extension headers
cscope-15.8b                  Interactive C program browser
ctags-5.8                      Feature-filled tagfile generator for vi and emacs clones
cups-2.2.1                    Common UNIX Printing System
curl-7.52.1                    Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
cvsps-2.1_2                    Create patchset information from CVS
damageproto-1.2.1              Damage extension headers
db5-5.3.28_6                  Oracle Berkeley DB, revision 5.3
dbus-1.10.14                  Message bus system for inter-application communication
dbus-glib-0.104                GLib bindings for the D-BUS messaging system
dejavu-2.37                    Bitstream Vera Fonts clone with a wider range of characters
dri2proto-2.8                  DRI2 prototype headers
encodings-1.0.4_3,1            X.Org Encoding fonts
expat-2.2.0_1                  XML 1.0 parser written in C
fftw3-3.3.5                    Fast C routines to compute the Discrete Fourier Transform
fixesproto-5.0                Fixes extension headers
font-bh-ttf-1.0.3_3            X.Org Bigelow & Holmes TTF font
font-misc-ethiopic-1.0.3_3    X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.3_3      X.Org miscellaneous Meltho font
font-util-1.3.1                Create an index of X font files in a directory
fontconfig-2.12.1,1            XML-based font configuration API for X Windows
freetype2-2.6.3                Free and portable TrueType font rendering engine
gbm-11.2.2                    gbm library
gcc-4.9.4                      GNU Compiler Collection 4.9
gcc-ecj-4.5                    Eclipse Java Compiler used to build GCC Java
gdbm-1.12                      GNU database manager
gdk-pixbuf2-2.32.3_1          Graphic library for GTK+
gettext-runtime-0.19.8.1_1    GNU gettext runtime libraries and programs
ghostscript9-agpl-base-9.16_5  Ghostscript 9.x PostScript interpreter, base part
ghostscript9-agpl-x11-9.16_2  Ghostscript 9.x PostScript interpreter, X11 support
giflib-5.1.4                  Tools and library routines for working with GIF images
git-2.11.0_3                  Distributed source code management tool
glib-2.46.2_4                  Some useful routines of C programming (current stable version)
glproto-1.4.17                GLX extension headers
gmp-5.1.3_3                    Free library for arbitrary precision arithmetic
gnome_subr-1.0                Common startup and shutdown subroutines used by GNOME scripts
gnutls-3.4.17                  GNU Transport Layer Security library
gobject-introspection-1.46.0  Generate interface introspection data for GObject libraries
graphite2-1.3.9                Rendering capabilities for complex non-Roman writing systems
gsfonts-8.11_8                Standard Fonts for Ghostscript
gtk-update-icon-cache-2.24.29  Gtk-update-icon-cache utility from the Gtk+ toolkit
gtk2-2.24.29_3                Gimp Toolkit for X11 GUI (previous stable version)
harfbuzz-1.3.4                OpenType text shaping engine
hicolor-icon-theme-0.15        High-color icon theme shell from the FreeDesktop project
icu-58.2,1                    International Components for Unicode (from IBM)
indexinfo-0.2.6                Utility to regenerate the GNU info page index
inputproto-2.3.2              Input extension headers
jasper-1.900.1_16              Implementation of the codec specified in the JPEG-2000 standard
jbig2dec-0.13                  Decoder implementation of the JBIG2 image compression format
jbigkit-2.1_1                  Lossless compression for bi-level images such as scanned pages, faxes
jpeg-turbo-1.5.1              SIMD-accelerated JPEG codec which replaces libjpeg
kbproto-1.0.7                  KB extension headers
lcms2-2.8                      Accurate, fast, and small-footprint color management engine
letsencrypt.sh-0.2.0          Pure BASH/ZSH Lets Encrypt client
libEGL-11.2.2                  OpenEGL library
libGL-11.2.2                  OpenGL library that renders using GLX or DRI
libICE-1.0.9_1,1              Inter Client Exchange library for X11
libSM-1.2.2_3,1                Session Management library for X11
libX11-1.6.4,1                X11 library
libXau-1.0.8_3                Authentication Protocol library for X11
libXcomposite-0.4.4_3,1        X Composite extension library
libXcursor-1.1.14_3            X client-side cursor loading library
libXdamage-1.1.4_3            X Damage extension library
libXdmcp-1.1.2                X Display Manager Control Protocol library
libXext-1.3.3_1,1              X11 Extension library
libXfixes-5.0.3                X Fixes extension library
libXft-2.3.2_1                Client-sided font API for X applications
libXi-1.7.8,1                  X Input extension library
libXinerama-1.1.3_3,1          X11 Xinerama library
libXpm-3.5.12                  X Pixmap library
libXrandr-1.5.1                X Resize and Rotate extension library
libXrender-0.9.10              X Render extension library
libXt-1.1.5,1                  X Toolkit library
libXv-1.0.11,1                X Video Extension library
libXvMC-1.0.10                X Video Extension Motion Compensation library
libXxf86vm-1.1.4_1            X Vidmode Extension
libcroco-0.6.11                CSS2 parsing library
libdaemon-0.14_1              Lightweight C library that eases the writing of UNIX daemons
libdevq-0.0.2_1                Generic Device Query and Monitor interface
libdrm-2.4.66,1                Userspace interface to kernel Direct Rendering Module services
libedit-3.1.20150325_2,1      Command line editor library
libexecinfo-1.1_3              Library for inspecting program's backtrace
libffi-3.2.1                  Foreign Function Interface
libfontenc-1.1.3              The fontenc Library
libfpx-1.3.1.4_1              Library routines for working with Flashpix images
libgcrypt-1.7.5                General purpose crypto library based on code used in GnuPG
libglapi-11.2.2                Common GL api library used by Mesa based ports
libgpg-error-1.26              Common error values for all GnuPG components
libgsf-1.14.36                Extensible I/O abstraction for dealing with structured file formats
libiconv-1.14_10              Character set conversion library
libidn-1.33_1                  Internationalized Domain Names command line tool
liblqr-1-0.4.2                Easy to use C/C++ seam carving library
libltdl-2.4.6                  System independent dlopen wrapper
libnghttp2-1.18.0              HTTP/2.0 C Library
libpaper-1.1.24.4              Library providing routines for paper size management
libpciaccess-0.13.4            Generic PCI access library
libpthread-stubs-0.3_6        This library provides weak aliases for pthread functions
librsvg2-2.40.16              Library for parsing and rendering SVG vector-graphic files
libtasn1-4.9                  ASN.1 structure parser library
libuv-1.10.1                  Multi-platform support library with a focus on asynchronous I/O
libwmf-0.2.8.4_15              Tools and library for converting Microsoft WMF (windows metafile)
libxcb-1.12                    The X protocol C-language Binding (XCB) library
libxml2-2.9.4                  XML parser library for GNOME
libxshmfence-1.2              Shared memory 'SyncFence' synchronization primitive
libxslt-1.1.29_1              The XSLT C library for GNOME
libyaml-0.1.6_2                YAML 1.1 parser and emitter written in C
llvm37-3.7.1_4                LLVM and Clang
lua52-5.2.4                    Small, compilable scripting language providing easy access to C code
mkfontdir-1.0.7                Create an index of X font files in a directory
mkfontscale-1.1.2              Creates an index of scalable font files for X
mpc-1.0.3                      Library of complex numbers with arbitrarily high precision
mpfr-3.1.5                    Library for multiple-precision floating-point computations
mysql56-client-5.6.34          Multithreaded SQL database (client)
mysql56-server-5.6.34          Multithreaded SQL database (server)
nettle-3.3                    Low-level cryptographic library
node-7.3.0                    V8 JavaScript for client and server (7.x)
openjpeg-2.1.2_1              Open-source JPEG 2000 codec
openssl-1.0.2j_1,1            SSL and crypto library
p11-kit-0.23.3                Library for loading and enumerating of PKCS#11 modules
p5-Authen-SASL-2.16_1          Perl5 module for SASL authentication
p5-Digest-HMAC-1.03_1          Perl5 interface to HMAC Message-Digest Algorithms
p5-Error-0.17024              Error/exception handling in object-oriented programming style
p5-GSSAPI-0.28_1              Perl extension providing access to the GSSAPIv2 library
p5-IO-Socket-IP-0.38          Drop-in replacement for IO::Socket::INET supporting IPv4 and IPv6
p5-IO-Socket-SSL-2.038        Perl5 interface to SSL sockets
p5-Mozilla-CA-20160104        Perl extension for Mozilla CA cert bundle in PEM format
p5-Net-SMTP-SSL-1.04          SSL support for Net::SMTP
p5-Net-SSLeay-1.78            Perl5 interface to SSL
p5-Socket-2.024                Networking constants and support functions
pango-1.38.0_1                Open-source framework for the layout and rendering of i18n text
pciids-20161225                Database of all known IDs used in PCI devices
pcre-8.39_1                    Perl Compatible Regular Expressions library
perl5-5.24.1.r4_1              Practical Extraction and Report Language
pixman-0.34.0                  Low-level pixel manipulation library
pkg-1.9.4_1                    Package manager
pkgconf-1.1.0                  Utility to help to configure compiler and linker flags
png-1.6.27                    Library for manipulating PNG images
py27-setuptools27-32.1.0      Python packages installer
py27-virtualenv-15.0.3        Tool for creating isolated Python environments
python-2.7_2,2                The "meta-port" for the default version of Python interpreter
python2-2_3                    The "meta-port" for version 2 of the Python interpreter
python27-2.7.13_1              Interpreted object-oriented programming language
randrproto-1.5.0              Randr extension headers
redmine-2.6.9_2                Flexible project management web application
renderproto-0.11.1            RenderProto protocol headers
ruby-2.2.6_1,1                Object-oriented interpreted scripting language
ruby22-gems-2.6.8              Package management framework for the Ruby language
rubygem-actionmailer-3.2.22.2  Easy email delivery and testing for Ruby
rubygem-actionpack-3.2.22.2_1  Action Controller and Action View of Rails MVC Framework
rubygem-actionpack-action_caching-1.1.1 Action caching for Action Pack (removed from core in Rails 4.0)
rubygem-actionpack-xml_parser-1.0.2 XML parameters parser for Action Pack
rubygem-actionpack4-4.2.7.1    Action Controller and Action View of Rails MVC Framework
rubygem-actionview-4.2.7.1    Rendering framework putting the V in MVC (part of Rails)
rubygem-activemodel-3.2.22.2  Toolkit for building modeling frameworks
rubygem-activemodel4-4.2.7.1  Toolkit for building modeling frameworks
rubygem-activerecord-3.2.22.2  Object-relational mapping layer for Rails MVC Framework
rubygem-activeresource-3.2.22.2 Coherent wrapper object-relational mapping for REST web services
rubygem-activesupport-3.2.22.2 Utility classes and extension that are required by Rails MVC Framework
rubygem-activesupport4-4.2.7.1 Utility classes and extension that are required by Rails MVC Framework
rubygem-ansi-1.5.0            Gem enabling ANSI code based colorization and stylization of output
rubygem-arel3-3.0.3,1          Relational Algebra for Ruby
rubygem-atomic-1.1.99          Atomic reference implementation
rubygem-builder-3.0.4          Facilitate programmatic generation of XML markup
rubygem-builder32-3.2.2        Facilitate programmatic generation of XML markup
rubygem-bundler-1.13.7        Tool that manages gem dependencies for ruby applications
rubygem-coderay-1.1.1          Fast and easy syntax highlighting for selected languages
rubygem-coffee-rails-3.2.2_1  Coffee Script adapter for the Rails asset pipeline
rubygem-coffee-script-2.4.1    Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler
rubygem-coffee-script-source-1.11.1 CoffeeScript is a little language that compiles into JavaScript
rubygem-daemons-1.2.4          Toolkit to convert your script to a controllable daemon
rubygem-erubis-2.7.0_1        Fast, secure, and extensible implementation of eRuby
rubygem-eventmachine-1.2.0.1  Fast, simple event-processing library for Ruby programs
rubygem-execjs-2.7.0          ExecJS lets you run JavaScript code from Ruby
rubygem-hike-2.1.3,1          Ruby library for finding files in a set of paths
rubygem-htmlentities-4.3.4    HTML entity encoding and decoding for Ruby
rubygem-i18n-0.7.0,2          New wave Internationalization support for Ruby
rubygem-journey-1.0.4          It routes requests
rubygem-jquery-rails-3.1.4    Provides a Rails generator for jQuery
rubygem-json-2.0.2            Parse JSON texts and generate them from ruby data structures
rubygem-json_pure-2.0.2        Parse JSON texts and generate them from ruby data structures in Ruby
rubygem-loofah-2.0.3          Library for manipulating HTML/XML documents and fragments
rubygem-mail25-2.5.4_1,2      Ruby email handler
rubygem-mime-types-3.1        Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-mime-types-data-3.2016.0521 MIME Type registry data
rubygem-mime-types1-1.25.1    Ruby gem which provides a mailcap-like MIME Content-Type lookup
rubygem-mimemagic-0.3.1        Detects the mime type of a file by extension or by content
rubygem-minitest-5.10.1        Minitest provides a complete suite of testing facilities
rubygem-multi_json-1.12.1      Ruby library provide swappable JSON backends
rubygem-mysql2-0.4.5          Simple, fast MySQL library for Ruby, binding to libmysql
rubygem-net-ldap-0.15.0        Pure Ruby LDAP support library with most client features
rubygem-nokogiri-1.7.0        HTML, XML, SAX, and Reader parser
rubygem-passenger-5.0.30_1    Modules for running Ruby on Rails and Rack applications
rubygem-pkg-config-1.1.7_1    pkg-config implementation for Ruby
rubygem-png-1.2.1              Almost-pure-ruby PNG library
rubygem-polyglot-0.3.5        Provides a registry of file types
rubygem-protected_attributes-1.1.3 Protect attributes from mass assignment
rubygem-rack-2.0.1,3          Rack, a Ruby Webserver Interface
rubygem-rack-cache-1.6.1_1    Rack middleware to enable HTTP caching
rubygem-rack-openid-1.4.2_3    Provides a more HTTPish API around the ruby-openid library
rubygem-rack-ssl-1.4.1_2,1    Rack middleware to force SSL/TLS
rubygem-rack-test-0.6.3_2      Small, simple testing API for Rack apps
rubygem-rack14-1.4.7,3        Rack, a Ruby Webserver Interface
rubygem-rack16-1.6.5          Rack, a Ruby Webserver Interface
rubygem-rails-3.2.22.2_1      MVC web application framework
rubygem-rails-deprecated_sanitizer-1.0.3 Deprecated sanitizer API extracted from Action View
rubygem-rails-dom-testing-1.0.7 Analyse and compare DOMs using Nokogiri
rubygem-rails-html-sanitizer-1.0.3 Sanitize HTML fragments in Rails applications
rubygem-railties-3.2.22.2      Rails internals bootup, plugins, generators, and rake tasks
rubygem-rake-11.2.2            Ruby Make
rubygem-rbpdf-1.19.0          Ruby library for creating ERB enabled PDF templates
rubygem-rbpdf-font-1.19.0      RBPDF font files
rubygem-rdoc3-3.12.2          RDoc produces HTML and command-line documentation for Ruby projects
rubygem-redcarpet-3.4.0        Fast, safe and extensible Markdown to (X)HTML parser
rubygem-request_store-1.3.1    RequestStore gives you per-request global storage
rubygem-rmagick-2.16.0_1      Ruby binding for ImageMagick
rubygem-ruby-openid-2.7.0      OpenID library written in pure Ruby
rubygem-rubyinline-3.12.4_1    Inline::C allows you to embed C/Ruby directly in ruby scripts
rubygem-rubytree-0.9.7        Implementation of the Tree data structure for the Ruby
rubygem-sass-3.4.23            Sass is an extension of CSS3
rubygem-sass-rails-3.2.6_4    Sass adapter for the Rails asset pipeline
rubygem-sprockets22-2.2.3_1    Ruby library that preprocesses and concatenates JavaScript files
rubygem-sqlite3-1.3.12        Ruby interface to the SQLite DB engine version 3
rubygem-structured_warnings-0.2.0 Implementation of structured warnings for Ruby
rubygem-thin-1.7.0            Fast and simple Ruby web server
rubygem-thor-0.19.1            Scripting framework that replaces rake, sake, and rubigen
rubygem-thread_safe-0.3.5      Thread-safe collections and utilities for Ruby
rubygem-thread_safe1-0.1.3    Thread-safe collections and utilities for Ruby
rubygem-tilt-2.0.5            Generic interface to multiple Ruby template engines
rubygem-tilt1-1.4.1            Generic interface to multiple Ruby template engines
rubygem-treetop-1.6.5          Ruby-based DSL for text parsing and interpretation
rubygem-turn-0.9.7            New output format for Test::Unit
rubygem-tzinfo-1.2.2_1        Daylight-savings aware timezone support for Ruby
rubygem-tzinfo03-0.3.49        Daylight-savings aware timezone support for Ruby
rubygem-uglifier-3.0.4        Ruby wrapper for UglifyJS JavaScript compressor
rubygem-zentest-4.11.0,1      Ruby Unit Testing Utility
screen-4.4.0_2                Multi-screen window manager
serf-1.3.9_1                  Serf HTTP client library
shared-mime-info-1.5          MIME types database from the freedesktop.org project
sqlite3-3.15.1_1              SQL database engine in a C library
subversion-1.9.5              Version control system
svgalib-1.4.3_7                Low level console graphics library
swig30-3.0.11                  Generate wrappers for calling C/C++ code from other languages
tcl86-8.6.6_2                  Tool Command Language
tiff-4.0.7_1                  Tools and library routines for working with TIFF images
tpm-emulator-0.7.4_1          Trusted Platform Module (TPM) emulator
trousers-0.3.14_1              Open-source TCG Software Stack
videoproto-2.3.3              Video extension headers
vim-8.0.0134_1                Improved version of the vi editor
webp-0.5.2                    Google WebP image format conversion tool
wget-1.18_2                    Retrieve files from the Net via HTTP(S) and FTP
xcb-util-0.4.0_2,1            Module with libxcb/libX11 extension/replacement libraries
xcb-util-renderutil-0.3.9_1    Convenience functions for the Render extension
xextproto-7.3.0                XExt extension headers
xf86vidmodeproto-2.3.1        XFree86-VidModeExtension extension headers
xineramaproto-1.2.1            Xinerama extension headers
xorg-fonts-truetype-7.7_1      X.Org TrueType fonts
xproto-7.0.31                  X11 protocol headers
zsh-5.3.1                      The Z shell
</pre>
!-->
: <code>ls -al /usr/local/www/redmine</code>
<!--
<pre>
total 32
drwxr-xr-x  19 redmine  redmine    25 May 24  2016 .
drwxr-xr-x  5 root    wheel      5 Apr 28  2016 ..
drwxr-xr-x  2 root    redmine    3 May 14  2016 .bundle
drwxr-xr-x  3 redmine  redmine    6 May 24  2016 .subversion
-r--r--r--  1 redmine  redmine  240 Dec  5  2015 CONTRIBUTING.md
-r--r--r--  1 redmine  redmine  3178 Apr  6  2016 Gemfile
-rw-r--r--  1 redmine  redmine  2962 Apr  8  2016 Gemfile.lock
-r--r--r--  1 redmine  redmine  205 Dec  5  2015 README.rdoc
-r--r--r--  1 redmine  redmine  275 Dec  5  2015 Rakefile
drwxr-xr-x  7 redmine  redmine    7 Apr  8  2016 app
drwxr-xr-x  2 redmine  redmine    4 Apr  8  2016 bundler.d
drwxr-xr-x  5 redmine  redmine    17 May 11  2016 config
-r--r--r--  1 redmine  redmine  160 Dec  5  2015 config.ru
drwxr-xr-x  3 redmine  redmine    4 Apr  8  2016 db
drwxr-xr-x  2 redmine  redmine    8 Apr  8  2016 doc
drwxr-xr-x  5 redmine  redmine    5 Apr  8  2016 extra
drwxr-xr-x  4 redmine  redmine    5 Mar 16 13:59 files
drwxr-xr-x  8 redmine  redmine    11 Apr  8  2016 lib
drwxr-xr-x  2 redmine  redmine    6 Apr 18  2016 log
drwxr-xr-x  2 redmine  redmine    3 Apr  8  2016 plugins
drwxr-xr-x  8 redmine  redmine    15 Apr 28  2016 public
drwxr-xr-x  2 redmine  redmine    4 Apr  8  2016 script
drwxr-xr-x  9 redmine  redmine    11 Apr  8  2016 test
drwxr-xr-x  9 redmine  redmine    9 Apr  8  2016 tmp
drwxr-xr-x  2 redmine  redmine    2 Dec  5  2015 vendor
</pre>
!-->
==== Durchführung der Aktualisierung mit dem Umrüsten auf Redmine 3 ====
snapshot vom dataset
: per (W)UI FreeNAS
:* ...
Wechseln in die Jail
: <code>jexec srs15 zsh</code>
----
; in der Jail:
: <code>service apache24 stop</code>
<pre>
Stopping apache24.
</pre>
<pre>
</pre>
: <code>service apache24 status</code>
<pre>
apache24 is not running.
</pre>
: <code>service mysql-server stop</code>
<pre>
Stopping mysql.
</pre>
<pre>
</pre>
: <code>service mysql-server status</code>
<pre>
mysql is not running.
</pre>
: <code>echo 'search stura.htw-dresden.de' > /etc/resolv.conf ; echo 'nameserver 141.56.1.1' >> /etc/resolv.conf ; echo 'nameserver 141.56.1.2' >> /etc/resolv.conf</code>
: <code>pkg update</code>
<pre>
</pre>
<pre>
FreeBSD repository is up-to-date.
All repositories are up-to-date.
</pre>
: <code>pkg upgrade -y</code>
<!--
<pre>
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (1 conflicting)
  - rubygem-railties4-4.2.7.1 conflicts with rubygem-railties-3.2.22.2 on /usr/local/bin/rails
Checking integrity... done (0 conflicting)
The following 37 package(s) will be affected (of 0 checked):
Installed packages to be REMOVED:
rubygem-rails-3.2.22.2_1
rubygem-coffee-rails-3.2.2_1
rubygem-railties-3.2.22.2
rubygem-jquery-rails-3.1.4
rubygem-sass-rails-3.2.6_4
New packages to be INSTALLED:
rubygem-roadie-rails: 1.1.1
rubygem-roadie: 3.2.0
rubygem-css_parser: 1.4.7
rubygem-addressable: 2.5.0_1
rubygem-public_suffix: 2.0.4_6
rubygem-railties4: 4.2.7.1
rubygem-jquery-rails4: 4.2.1
rubygem-rails4: 4.2.7.1
rubygem-actionmailer4: 4.2.7.1
rubygem-mail: 2.6.4,2
rubygem-activejob: 4.2.7.1
rubygem-globalid: 0.3.7
rubygem-activeresource4: 4.0.0
rubygem-rails-observers: 0.1.2
rubygem-web-console: 2.3.0
rubygem-binding_of_caller: 0.7.2
rubygem-debug_inspector: 0.0.2
rubygem-sprockets-rails: 3.2.0
rubygem-sprockets3: 3.7.0_1
rubygem-concurrent-ruby: 1.0.4
rubygem-jbuilder: 2.6.1
rubygem-sass-rails5: 5.0.6
rubygem-byebug: 9.0.6
rubygem-rdoc: 4.2.2
rubygem-spring: 1.7.2
rubygem-activerecord4: 4.2.7.1
rubygem-arel6: 6.0.4
rubygem-turbolinks: 5.0.1
rubygem-coffee-rails4: 4.2.1
rubygem-turbolinks-source: 5.0.0
rubygem-sdoc: 0.4.2
Installed packages to be UPGRADED:
redmine: 2.6.9_2 -> 3.2.3_2
Number of packages to be removed: 5
Number of packages to be installed: 31
Number of packages to be upgraded: 1
The process will require 69 MiB more space.
[srs15] [1/37] Deinstalling rubygem-rails-3.2.22.2_1...
[srs15] [1/37] Deleting files for rubygem-rails-3.2.22.2_1: 100%
[srs15] [2/37] Deinstalling rubygem-coffee-rails-3.2.2_1...
[srs15] [2/37] Deleting files for rubygem-coffee-rails-3.2.2_1: 100%
[srs15] [3/37] Deinstalling rubygem-jquery-rails-3.1.4...
[srs15] [3/37] Deleting files for rubygem-jquery-rails-3.1.4: 100%
[srs15] [4/37] Deinstalling rubygem-sass-rails-3.2.6_4...
[srs15] [4/37] Deleting files for rubygem-sass-rails-3.2.6_4: 100%
[srs15] [5/37] Deinstalling rubygem-railties-3.2.22.2...
[srs15] [5/37] Deleting files for rubygem-railties-3.2.22.2: 100%
[srs15] [6/37] Installing rubygem-public_suffix-2.0.4_6...
[srs15] [6/37] Extracting rubygem-public_suffix-2.0.4_6: 100%
[srs15] [7/37] Installing rubygem-concurrent-ruby-1.0.4...
[srs15] [7/37] Extracting rubygem-concurrent-ruby-1.0.4: 100%
[srs15] [8/37] Installing rubygem-addressable-2.5.0_1...
[srs15] [8/37] Extracting rubygem-addressable-2.5.0_1: 100%
[srs15] [9/37] Installing rubygem-railties4-4.2.7.1...
[srs15] [9/37] Extracting rubygem-railties4-4.2.7.1: 100%
[srs15] [10/37] Installing rubygem-globalid-0.3.7...
[srs15] [10/37] Extracting rubygem-globalid-0.3.7: 100%
[srs15] [11/37] Installing rubygem-debug_inspector-0.0.2...
[srs15] [11/37] Extracting rubygem-debug_inspector-0.0.2: 100%
[srs15] [12/37] Installing rubygem-sprockets3-3.7.0_1...
[srs15] [12/37] Extracting rubygem-sprockets3-3.7.0_1: 100%
[srs15] [13/37] Installing rubygem-css_parser-1.4.7...
[srs15] [13/37] Extracting rubygem-css_parser-1.4.7: 100%
[srs15] [14/37] Installing rubygem-mail-2.6.4,2...
[srs15] [14/37] Extracting rubygem-mail-2.6.4,2: 100%
[srs15] [15/37] Installing rubygem-activejob-4.2.7.1...
[srs15] [15/37] Extracting rubygem-activejob-4.2.7.1: 100%
[srs15] [16/37] Installing rubygem-rails-observers-0.1.2...
[srs15] [16/37] Extracting rubygem-rails-observers-0.1.2: 100%
[srs15] [17/37] Installing rubygem-binding_of_caller-0.7.2...
[srs15] [17/37] Extracting rubygem-binding_of_caller-0.7.2: 100%
[srs15] [18/37] Installing rubygem-sprockets-rails-3.2.0...
[srs15] [18/37] Extracting rubygem-sprockets-rails-3.2.0: 100%
[srs15] [19/37] Installing rubygem-arel6-6.0.4...
[srs15] [19/37] Extracting rubygem-arel6-6.0.4: 100%
[srs15] [20/37] Installing rubygem-coffee-rails4-4.2.1...
[srs15] [20/37] Extracting rubygem-coffee-rails4-4.2.1: 100%
[srs15] [21/37] Installing rubygem-turbolinks-source-5.0.0...
[srs15] [21/37] Extracting rubygem-turbolinks-source-5.0.0: 100%
[srs15] [22/37] Installing rubygem-roadie-3.2.0...
[srs15] [22/37] Extracting rubygem-roadie-3.2.0: 100%
[srs15] [23/37] Installing rubygem-jquery-rails4-4.2.1...
[srs15] [23/37] Extracting rubygem-jquery-rails4-4.2.1: 100%
[srs15] [24/37] Installing rubygem-actionmailer4-4.2.7.1...
[srs15] [24/37] Extracting rubygem-actionmailer4-4.2.7.1: 100%
[srs15] [25/37] Installing rubygem-activeresource4-4.0.0...
[srs15] [25/37] Extracting rubygem-activeresource4-4.0.0: 100%
[srs15] [26/37] Installing rubygem-web-console-2.3.0...
[srs15] [26/37] Extracting rubygem-web-console-2.3.0: 100%
[srs15] [27/37] Installing rubygem-jbuilder-2.6.1...
[srs15] [27/37] Extracting rubygem-jbuilder-2.6.1: 100%
[srs15] [28/37] Installing rubygem-sass-rails5-5.0.6...
[srs15] [28/37] Extracting rubygem-sass-rails5-5.0.6: 100%
[srs15] [29/37] Installing rubygem-byebug-9.0.6...
[srs15] [29/37] Extracting rubygem-byebug-9.0.6: 100%
[srs15] [30/37] Installing rubygem-rdoc-4.2.2...
[srs15] [30/37] Extracting rubygem-rdoc-4.2.2: 100%
[srs15] [31/37] Installing rubygem-spring-1.7.2...
[srs15] [31/37] Extracting rubygem-spring-1.7.2: 100%
[srs15] [32/37] Installing rubygem-activerecord4-4.2.7.1...
[srs15] [32/37] Extracting rubygem-activerecord4-4.2.7.1: 100%
[srs15] [33/37] Installing rubygem-turbolinks-5.0.1...
[srs15] [33/37] Extracting rubygem-turbolinks-5.0.1: 100%
[srs15] [34/37] Installing rubygem-sdoc-0.4.2...
[srs15] [34/37] Extracting rubygem-sdoc-0.4.2: 100%
[srs15] [35/37] Installing rubygem-roadie-rails-1.1.1...
[srs15] [35/37] Extracting rubygem-roadie-rails-1.1.1: 100%
[srs15] [36/37] Installing rubygem-rails4-4.2.7.1...
[srs15] [36/37] Extracting rubygem-rails4-4.2.7.1: 100%
[srs15] [37/37] Upgrading redmine from 2.6.9_2 to 3.2.3_2...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [37/37] Extracting redmine-3.2.3_2: 100%
Message from redmine-3.2.3_2:
=============================================================================
Redmine was installed.
You now need to setup your Redmine installation so
please have a look at the Installation Guide.
http://www.redmine.org/wiki/redmine/RedmineInstall
If you are upgrading please read the Upgrading Guide
before starting the new version.
http://www.redmine.org/wiki/redmine/RedmineUpgrade
=============================================================================
</pre>
!-->
: <code>rm /usr/local/lib/ruby/gems/version/gems/passenger ; ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger</code>
: <code>service apache24 start</code>
: <code>service apache24 status</code>
: <code>service apache24 stop</code>
: <code>service apache24 status</code>
: <code>cd /usr/local/www/redmine ; bundle install ; cd -</code>
<!--
<pre>
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break
this application for all non-root users on this machine.
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Fetching gem metadata from https://rubygems.org/...............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies............................................
Installing rake 12.0.0
Installing i18n 0.8.6
Installing minitest 5.10.2
Installing thread_safe 0.3.6
Installing builder 3.2.3
Using erubis 2.7.0
Installing mini_portile2 2.2.0
Installing rack 1.6.8
Using mime-types-data 3.2016.0521
Using arel 6.0.4
Installing public_suffix 2.0.5
Using bundler 1.13.7
Using coderay 1.1.1
Installing concurrent-ruby 1.0.5
Using daemons 1.2.4
Installing eventmachine 1.2.3 with native extensions
Using htmlentities 4.3.4
Installing thor 0.19.4
Installing mimemagic 0.3.2
Installing mysql2 0.3.21 with native extensions
Using ruby-openid 2.7.0
Installing rbpdf-font 1.19.1
Using redcarpet 3.4.0
Installing request_store 1.3.2
Using rmagick 2.16.0
Installing tzinfo 1.2.3
Installing nokogiri 1.8.0 with native extensions
Using rack-test 0.6.3
Using mime-types 3.1
Installing addressable 2.5.1
Installing sprockets 3.7.1
Installing thin 1.7.2 with native extensions
Using rack-openid 1.4.2
Installing rbpdf 1.19.2
Installing activesupport 4.2.9
Using loofah 2.0.3
Installing mail 2.6.6
Installing css_parser 1.5.0
Using rails-deprecated_sanitizer 1.0.3
Installing globalid 0.4.0
Installing activemodel 4.2.9
Using rails-html-sanitizer 1.0.3
Installing roadie 3.2.2
Installing rails-dom-testing 1.0.8
Installing activejob 4.2.9
Installing activerecord 4.2.9
Installing protected_attributes 1.1.4
Installing actionview 4.2.9
Installing actionpack 4.2.9
Installing actionmailer 4.2.9
Installing actionpack-action_caching 1.2.0
Using actionpack-xml_parser 1.0.2
Installing railties 4.2.9
Using sprockets-rails 3.2.0
Installing jquery-rails 4.3.1
Installing roadie-rails 1.2.1
Installing rails 4.2.9
Bundle complete! 24 Gemfile dependencies, 57 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
</pre>
!-->
: <code>cd /usr/local/www/redmine ; rm config/initializers/secret_token.rb ; bundle exec rake generate_secret_token ; cd -</code>
<!--
<pre>
</pre>
!-->
: <code>service mysql-server start</code>
: <code>cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -</code>
: <code>service mysql-server restart</code>
: <code>service apache24 restart</code>
<pre>
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
Information for the administrator of this website
</pre>
----
testweises Neustarten der Jail
: per (W)UI FreeNAS
:* ...
; Done!
==== Aktualisierung mit dem Umrüsten auf Redmine 3 ====
: https://projekt.htw.stura-dresden.de/admin/info
:: https://pro.stura.htw-dresden.de/admin/info
<pre>
</pre>
<pre>
</pre>
<pre>
</pre>
: <code>pkg info</code>
<!--
<pre>
</pre>
!-->

Aktuelle Version vom 19. Juli 2017, 15:13 Uhr

Aktualisieren von MySQL 5.5 zu 5.6[Bearbeiten]

salve gemeinde,
ave wolle,

wie ich ja bereits schon schrieb, so läuft bei Server/srs15 mysql56-server (freshports:databases/mysql56-server). auch sah ich ja jetzt, dass bei der "fix verwendeten" mysql55-server (freshports:databases/mysql55-server) wird. :-/

nachfolgendes sind meine (nicht getesteten) gedanken dazu.

variante 1
wir bringen die datenbank in die nächste version 5.6.
  • alt dump
  • alt stoppen
  • alt dump zusätzlich
  • alt upgrade
  • alt vielleicht testweise nochmal starten
  • überführen vom dump alt zu neu
  • neu stoppen
  • neu dump einpflegen
  • neu starten
  • hoffen
  • neu prüfen
  • weinen oder jubeln
erneut machte ich mir gedanken dazu, das ich auf der "alten" instanz war und dort, dass das upgrade ohnehin auch für die software (pakete mit pkg) vorgesehen wird.
vielleicht auch nochmal dokumentation lesen
variante 2
ich setze das nochmal für die datenbank als version 5.5 auf.
müsste ich dann einfach machen. (eigentlich hätten uns auch vorher auffallen können. aber so würde es auch auf dem alten stand bleiben, was hierbei wahrscheinlich nicht besonders schlimm wäre.)
lust auf diese variante habe ich weniger. :-/

--Paul 21:35, 5. Aug. 2015 (CEST)

Dokumentation mal zwischendurch[Bearbeiten]

Als Ansatz der Komponenten:

  • Redmine
  • PostgreSQL
  • Apache
Start

pkg upgrade -y


export LANG=de_DE.UTF-8

export LC_ALL=de_DE.UTF-8


Redmine

pkg install -y redmine

Message from ruby-2.1.7,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:

	devel/ruby-gems:	gem - RubyGems package manager
	devel/rubygem-rake:	rake - Ruby Make

And some of the standard libraries are provided as separate ports
since they require extra dependencies:

	databases/ruby-gdbm:	GDBM module

Install them as occasion demands.
====
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from trousers-tddl-0.3.10_7:
To run tcsd automatically, add the following line to /etc/rc.conf

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

To use TPM, add your_account to '_tss' group like following:

# pw groupadd _tss -m your_account
Message from dejavu-2.35:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

	Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

	FontPath "/usr/local/share/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Message from node-4.2.1:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from ghostscript9-base-9.06_11:
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.

FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.06/Resource/Init
have to be configured if you want to use FAPI feature.
Message from liblqr-1-0.4.1_8:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
Message from mysql56-client-5.6.27:
* * * * * * * * * * * * * * * * * * * * * * * *

Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:

http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html

Although this database client is not listed as
"affected", it is vulnerable and will not be 
receiving a patch. Please take note of this when
deploying this software.

* * * * * * * * * * * * * * * * * * * * * * * *
Message from redmine-2.6.9_1:
=============================================================================

Redmine was installed.

You now need to setup your Redmine installation so
please have a look at the Installation Guide.

http://www.redmine.org/wiki/redmine/RedmineInstall


If you are upgrading please read the Upgrading Guide
before starting the new version.

http://www.redmine.org/wiki/redmine/RedmineUpgrade

=============================================================================

Datenbank

pkg install -y postgresql94-server

Message from postgresql94-client-9.4.5:
The PostgreSQL port has a collection of "side orders":

postgresql-docs
  For all of the html documentation

p5-Pg
  A perl5 API for client access to PostgreSQL databases.

postgresql-tcltk 
  If you want tcl/tk client support.

postgresql-jdbc
  For Java JDBC support.

postgresql-odbc
  For client access from unix applications using ODBC as access
  method. Not needed to access unix PostgreSQL servers from Win32
  using ODBC. See below.

ruby-postgres, py-PyGreSQL
  For client access to PostgreSQL databases using the ruby & python
  languages.

postgresql-plperl, postgresql-pltcl & postgresql-plruby
  For using perl5, tcl & ruby as procedural languages.

postgresql-contrib
  Lots of contributed utilities, postgresql functions and
  datatypes. There you find pg_standby, pgcrypto and many other cool
  things.

etc...
Message from postgresql94-server-9.4.5:
For procedural languages and postgresql functions, please note that
you might have to update them when updating the server.

If you have many tables and many clients running, consider raising
kern.maxfiles using sysctl(8), or reconfigure your kernel
appropriately.

The port is set up to use autovacuum for new databases, but you might
also want to vacuum and perhaps backup your database regularly. There
is a periodic script, /usr/local/etc/periodic/daily/502.pgsql, that
you may find useful. You can use it to backup and perfom vacuum on all
databases nightly. Per default, it perfoms `vacuum analyze'. See the
script for instructions. For autovacuum settings, please review
~pgsql/data/postgresql.conf.

If you plan to access your PostgreSQL server using ODBC, please
consider running the SQL script /usr/local/share/postgresql/odbc.sql
to get the functions required for ODBC compliance.

Please note that if you use the rc script,
/usr/local/etc/rc.d/postgresql, to initialize the database, unicode
(UTF-8) will be used to store character data by default.  Set
postgresql_initdb_flags or use login.conf settings described below to
alter this behaviour. See the start rc script for more info.

To set limits, environment stuff like locale and collation and other
things, you can set up a class in /etc/login.conf before initializing
the database. Add something similar to this to /etc/login.conf:
---
postgres:\
	:lang=en_US.UTF-8:\
	:setenv=LC_COLLATE=C:\
	:tc=default:
---
and run `cap_mkdb /etc/login.conf'.
Then add 'postgresql_class="postgres"' to /etc/rc.conf.

======================================================================

To initialize the database, run

  /usr/local/etc/rc.d/postgresql initdb

You can then start PostgreSQL by running:

  /usr/local/etc/rc.d/postgresql start

For postmaster settings, see ~pgsql/data/postgresql.conf

NB. FreeBSD's PostgreSQL port logs to syslog by default
    See ~pgsql/data/postgresql.conf for more info

======================================================================

To run PostgreSQL at startup, add
'postgresql_enable="YES"' to /etc/rc.conf

cat /etc/passwd | grep PostgreSQL


Webserver

pkg install -y rubygem-passenger

Message from apache24-2.4.17:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.

Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR

   If build with modular MPM and no MPM is activated in 
   httpd.conf, then mpm_prefork will be activated as default
   MPM in etc/apache24/modules.d to keep compatibility with 
   existing php/perl/python modules!

Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from rubygem-passenger-5.0.22:
#####################################################################

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module /usr/local/lib/ruby/gems/2.1/gems/passenger-5.0.22/buildout/apache2/mod_passenger.so
   PassengerRoot /usr/local/lib/ruby/gems/2.1/gems/passenger-5.0.22
   PassengerRuby /usr/local/bin/ruby21

After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!

#####################################################################

pkg install -y apache24


pkg install -y ap24-mod_fastcgi

Weblinks

Installation 2016-04-08[Bearbeiten]

eigentlich nach Server/Redmine

Achtung! Es gab (plötzlich (einige wenige Tage zuvor nicht)) das Problem mit rake.
pkg install -y redmine

Message from ruby-2.2.4,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:

	devel/ruby-gems:	gem - RubyGems package manager
	devel/rubygem-rake:	rake - Ruby Make

And some of the standard libraries are provided as separate ports
since they require extra dependencies:

	databases/ruby-gdbm:	GDBM module

Install them as occasion demands.
====
Message from gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
Message from trousers-tddl-0.3.10_7:
To run tcsd automatically, add the following line to /etc/rc.conf

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

To use TPM, add your_account to '_tss' group like following:

# pw groupadd _tss -m your_account
Message from dejavu-2.35:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

	Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

	FontPath "/usr/local/share/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
Message from node-5.9.1:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from ghostscript9-agpl-base-9.16_5:
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.

FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.16/Resource/Init
have to be configured if you want to use FAPI feature.
Message from liblqr-1-0.4.1_8:
==========================================================================
NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
==========================================================================
Message from mysql56-client-5.6.27:
* * * * * * * * * * * * * * * * * * * * * * * *

Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:

http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html

Although this database client is not listed as
"affected", it is vulnerable and will not be 
receiving a patch. Please take note of this when
deploying this software.

* * * * * * * * * * * * * * * * * * * * * * * *
Message from redmine-2.6.9_2:
=============================================================================

Redmine was installed.

You now need to setup your Redmine installation so
please have a look at the Installation Guide.

http://www.redmine.org/wiki/redmine/RedmineInstall


If you are upgrading please read the Upgrading Guide
before starting the new version.

http://www.redmine.org/wiki/redmine/RedmineUpgrade

=============================================================================
pkg install -y mysql56-server

Message from mysql56-server-5.6.27:
************************************************************************

Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.

************************************************************************

Diskussion:Server/Redmine#rake 10 vs rake 11

pkg install -y rubygem-passenger

Message from apache24-2.4.18:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.

Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR

   If build with modular MPM and no MPM is activated in 
   httpd.conf, then mpm_prefork will be activated as default
   MPM in etc/apache24/modules.d to keep compatibility with 
   existing php/perl/python modules!

Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from rubygem-passenger-5.0.26:
#####################################################################

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger.so
   PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26
   PassengerRuby /usr/local/bin/ruby22

After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!

#####################################################################
ee /usr/local/etc/apache24/httpd.conf
        LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger
        PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26                                  
        PassengerRuby /usr/local/bin/ruby22 
service apache24 start
pkg install -y ap24-mod_fastcgi

ee /usr/local/etc/apache24/httpd.conf



service apache24 restart

ImageMagick convert available (optional) funktionieren lassen[Bearbeiten]

Done!
$EDITOR /usr/local/www/redmine/config/configuration.yml

  # imagemagick_convert_command:
  imagemagick_convert_command: /usr/local/bin/convert

versuchte Problemlösung:

pkg install imagemagick
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
pkg install rubygem-rmagick
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The most recent version of packages are already installed
gem install rmagick
Fetching: rmagick-2.15.4.gem (100%)
Building native extensions.  This could take a while...
Successfully installed rmagick-2.15.4
unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for LICENSE, skipping
1 gem installed
pkg install -y rubygem-png
New packages to be INSTALLED:
        rubygem-png: 1.2.1
        rubygem-rubyinline: 3.12.4_1
        rubygem-zentest: 4.11.0,1
cd /usr/local/www/redmine
gem install rmagick
Building native extensions.  This could take a while...

Successfully installed rmagick-2.15.4
unable to convert "\xC2" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for LICENSE, skipping
1 gem installed

Aktualisierung auf Redmine 2.6.9[Bearbeiten]

2016-05-13
pkg update && pkg upgrade -y

Message from perl5-5.20.3_13:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from ruby-2.2.5,1:
====
Some of the standard commands are provided as separate ports for ease
of upgrading:

	devel/ruby-gems:	gem - RubyGems package manager
	devel/rubygem-rake:	rake - Ruby Make

And some of the standard libraries are provided as separate ports
since they require extra dependencies:

	databases/ruby-gdbm:	GDBM module

Install them as occasion demands.
====
Message from node-6.1.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from mysql56-client-5.6.30:
* * * * * * * * * * * * * * * * * * * * * * * *

Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:

http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html

Although this database client is not listed as
"affected", it is vulnerable and will not be 
receiving a patch. Please take note of this when
deploying this software.

* * * * * * * * * * * * * * * * * * * * * * * *
Message from apache24-2.4.20_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.

Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR

   If build with modular MPM and no MPM is activated in 
   httpd.conf, then mpm_prefork will be activated as default
   MPM in etc/apache24/modules.d to keep compatibility with 
   existing php/perl/python modules!

Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from rubygem-passenger-5.0.28:
#####################################################################

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger.so
   PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28
   PassengerRuby /usr/local/bin/ruby22

After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!

#####################################################################
Message from openssl-1.0.2_12:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from mysql56-server-5.6.30:
************************************************************************

Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.

************************************************************************
Message from git-2.8.1:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:

In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.

All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
   your web server (e.g. Apache2) in which you are able to execute
   CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
   your git repository (that is where you have your *.git project
   directories).
*************************** GITWEB *************************************

*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually. 
*************************** CONTRIB ************************************
------------------------------------------------------------------------
cd /usr/local/www/redmine ; bundle install ; cd -
ee /usr/local/etc/apache24/httpd.conf

#     LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26/buildout/apache2/mod_passenger
#     PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.26
#     PassengerRuby /usr/local/bin/ruby22
        LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28/buildout/apache2/mod_passenger
        PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.28
        PassengerRuby /usr/local/bin/ruby22

service apache24 restart
bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production

Aktualisierung auf Redmine 3.2.3[Bearbeiten]

Aufgabe:155
2016-07-19 -20 nächtlicher dry run mit snapshot und rollback
pkg update
pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
New version of pkg detected; it needs to be installed first.
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be UPGRADED:
        pkg: 1.7.2 -> 1.8.7

2 MiB to be downloaded.

Proceed with this action? [y/N]: y
[srs15] Fetching pkg-1.8.7.txz: 100%    2 MiB   2.2MB/s    00:01    
Checking integrity... done (0 conflicting)
[srs15] [1/1] Upgrading pkg from 1.7.2 to 1.8.7...
[srs15] [1/1] Extracting pkg-1.8.7: 100%
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (45 candidates): 100%
Processing candidates (45 candidates): 100%
The following 99 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        trousers: 0.3.13
        tpm-emulator: 0.7.4_1
        rubygem-mime-types-data: 3.2016.0221
        rubygem-mimemagic: 0.3.1
        rubygem-protected_attributes: 1.1.3
        rubygem-activemodel4: 4.2.6
        rubygem-builder32: 3.2.2
        rubygem-activesupport4: 4.2.6
        rubygem-thread_safe: 0.3.5
        rubygem-tzinfo: 1.2.2_1
        rubygem-thread_safe1: 0.1.3
        rubygem-atomic: 1.1.99
        rubygem-roadie-rails: 1.1.1
        rubygem-roadie: 3.1.1_1
        rubygem-css_parser: 1.4.2
        rubygem-addressable: 2.4.0
        rubygem-nokogiri: 1.6.7.2
        libxslt: 1.1.29
        libgcrypt: 1.7.1
        libgpg-error: 1.23
        rubygem-railties4: 4.2.6
        rubygem-actionpack4: 4.2.6
        rubygem-rails-dom-testing: 1.0.7
        rubygem-rails-deprecated_sanitizer: 1.0.3
        rubygem-actionview: 4.2.6
        rubygem-rails-html-sanitizer: 1.0.3
        rubygem-loofah: 2.0.3
        rubygem-jquery-rails4: 4.1.1
        rubygem-rails4: 4.2.6
        rubygem-actionmailer4: 4.2.6
        rubygem-mail: 2.6.4,2
        rubygem-activejob: 4.2.6
        rubygem-globalid: 0.3.6
        rubygem-activeresource4: 4.0.0
        rubygem-rails-observers: 0.1.2
        rubygem-web-console: 2.3.0
        rubygem-binding_of_caller: 0.7.2
        rubygem-debug_inspector: 0.0.2
        rubygem-sprockets-rails: 3.0.4
        rubygem-sprockets3: 3.6.0
        rubygem-concurrent-ruby: 1.0.2
        rubygem-jbuilder: 2.4.1
        rubygem-sass-rails5: 5.0.4_1
        rubygem-byebug: 9.0.4
        rubygem-rdoc: 4.2.2
        rubygem-spring: 1.7.1
        rubygem-activerecord4: 4.2.6
        rubygem-arel6: 6.0.3
        rubygem-turbolinks: 2.5.3
        rubygem-coffee-rails4: 4.1.1
        rubygem-sdoc: 0.4.1
        rubygem-actionpack-xml_parser: 1.0.2
        rubygem-actionpack-action_caching: 1.1.1
        c-ares: 1.11.0

Installed packages to be UPGRADED:
        zsh: 5.2_1 -> 5.2_2
        wget: 1.16.3_1 -> 1.18
        vim: 7.4.1743 -> 7.4.1832
        tiff: 4.0.6_1 -> 4.0.6_2
        swig30: 3.0.8 -> 3.0.10
        sqlite3: 3.12.2 -> 3.13.0_2
        screen: 4.3.1_2 -> 4.4.0_1
        rubygem-passenger: 5.0.28 -> 5.0.29
        rubygem-minitest: 5.8.4 -> 5.9.0
        rubygem-mime-types: 2.99.1 -> 3.1
        rubygem-execjs: 2.6.0_1 -> 2.7.0
        redmine: 2.6.9_2 -> 3.2.3
        python27: 2.7.11_2 -> 2.7.12
        py27-setuptools27: 20.0 -> 23.1.0
        png: 1.6.21 -> 1.6.23
        pcre: 8.38_1 -> 8.39
        pciids: 20160430 -> 20160621
        pango: 1.38.0 -> 1.38.0_1
        p5-IO-Socket-SSL: 2.025 -> 2.029
        openssl: 1.0.2_12 -> 1.0.2_14
        node: 6.1.0 -> 6.3.0
        libuv: 1.9.0 -> 1.9.1
        libglapi: 11.1.2 -> 11.2.2
        libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
        libGL: 11.1.2 -> 11.2.2
        libEGL: 11.1.2 -> 11.2.2
        letsencrypt.sh: 0.1.0 -> 0.2.0
        icu: 55.1 -> 55.1,1
        harfbuzz: 1.2.3 -> 1.2.7
        gnutls: 3.4.11 -> 3.4.14
        glib: 2.46.2 -> 2.46.2_2
        git: 2.8.1 -> 2.9.2
        gettext-runtime: 0.19.7 -> 0.19.8.1
        gdk-pixbuf2: 2.32.3 -> 2.32.3_1
        gdbm: 1.11_2 -> 1.12
        gbm: 11.1.2 -> 11.2.2
        expat: 2.1.0_3 -> 2.2.0
        db5: 5.3.28_3 -> 5.3.28_4
        curl: 7.48.0_2 -> 7.49.1
        cups: 2.1.3_2 -> 2.1.4
        ca_root_nss: 3.22.2 -> 3.25
        binutils: 2.25.1_2,1 -> 2.25.1_3,1
        bash: 4.3.42_1 -> 4.3.46_1
        apache24: 2.4.20_1 -> 2.4.23_1
        ImageMagick: 6.9.3.9_1,1 -> 6.9.4.3,1

Number of packages to be installed: 54
Number of packages to be upgraded: 45

The process will require 118 MiB more space.
130 MiB to be downloaded.

Proceed with this action? [y/N]: y
[srs15] Fetching zsh-5.2_2.txz: 100%    4 MiB   3.9MB/s    00:01    
[srs15] Fetching wget-1.18.txz: 100%  564 KiB 577.7kB/s    00:01    
[srs15] Fetching vim-7.4.1832.txz: 100%    6 MiB   6.5MB/s    00:01    
[srs15] Fetching tiff-4.0.6_2.txz: 100%  803 KiB 821.8kB/s    00:01    
[srs15] Fetching swig30-3.0.10.txz: 100%    6 MiB   5.8MB/s    00:01    
[srs15] Fetching sqlite3-3.13.0_2.txz: 100%  621 KiB 636.0kB/s    00:01    
[srs15] Fetching screen-4.4.0_1.txz: 100%  469 KiB 480.4kB/s    00:01    
[srs15] Fetching rubygem-passenger-5.0.29.txz: 100%   12 MiB  12.9MB/s    00:01    
[srs15] Fetching rubygem-minitest-5.9.0.txz: 100%  330 KiB 338.0kB/s    00:01    
[srs15] Fetching rubygem-mime-types-3.1.txz: 100%  277 KiB 283.6kB/s    00:01    
[srs15] Fetching rubygem-execjs-2.7.0.txz: 100%  235 KiB 240.6kB/s    00:01    
[srs15] Fetching redmine-3.2.3.txz: 100%    2 MiB   1.6MB/s    00:01    
[srs15] Fetching python27-2.7.12.txz: 100%   10 MiB   5.4MB/s    00:02    
[srs15] Fetching py27-setuptools27-23.1.0.txz: 100%  305 KiB 311.8kB/s    00:01    
[srs15] Fetching png-1.6.23.txz: 100%  265 KiB 271.2kB/s    00:01    
[srs15] Fetching pcre-8.39.txz: 100%    1 MiB   1.1MB/s    00:01    
[srs15] Fetching pciids-20160621.txz: 100%  182 KiB 186.6kB/s    00:01    
[srs15] Fetching pango-1.38.0_1.txz: 100%  411 KiB 421.3kB/s    00:01    
[srs15] Fetching p5-IO-Socket-SSL-2.029.txz: 100%  153 KiB 157.0kB/s    00:01    
[srs15] Fetching openssl-1.0.2_14.txz: 100%    3 MiB   2.9MB/s    00:01    
[srs15] Fetching node-6.3.0.txz: 100%    4 MiB   3.8MB/s    00:01    
[srs15] Fetching libuv-1.9.1.txz: 100%   89 KiB  91.5kB/s    00:01    
[srs15] Fetching libglapi-11.2.2.txz: 100%   50 KiB  50.7kB/s    00:01    
[srs15] Fetching libedit-3.1.20150325_2,1.txz: 100%  126 KiB 129.2kB/s    00:01    
[srs15] Fetching libGL-11.2.2.txz: 100%  223 KiB 228.1kB/s    00:01    
[srs15] Fetching libEGL-11.2.2.txz: 100%   55 KiB  56.2kB/s    00:01    
[srs15] Fetching letsencrypt.sh-0.2.0.txz: 100%   17 KiB  17.3kB/s    00:01    
[srs15] Fetching icu-55.1,1.txz: 100%   15 MiB   5.1MB/s    00:03    
[srs15] Fetching harfbuzz-1.2.7.txz: 100%  322 KiB 330.0kB/s    00:01    
[srs15] Fetching gnutls-3.4.14.txz: 100%    2 MiB   2.1MB/s    00:01    
[srs15] Fetching glib-2.46.2_2.txz: 100%    3 MiB   2.8MB/s    00:01    
[srs15] Fetching git-2.9.2.txz: 100%    4 MiB   3.8MB/s    00:01    
[srs15] Fetching gettext-runtime-0.19.8.1.txz: 100%  147 KiB 151.0kB/s    00:01    
[srs15] Fetching gdk-pixbuf2-2.32.3_1.txz: 100%  479 KiB 490.3kB/s    00:01    
[srs15] Fetching gdbm-1.12.txz: 100%  145 KiB 148.5kB/s    00:01    
[srs15] Fetching gbm-11.2.2.txz: 100%   12 KiB  12.1kB/s    00:01    
[srs15] Fetching expat-2.2.0.txz: 100%  102 KiB 104.4kB/s    00:01    
[srs15] Fetching db5-5.3.28_4.txz: 100%   12 MiB   6.4MB/s    00:02    
[srs15] Fetching curl-7.49.1.txz: 100%    2 MiB   2.3MB/s    00:01    
[srs15] Fetching cups-2.1.4.txz: 100%    1 MiB   1.4MB/s    00:01    
[srs15] Fetching ca_root_nss-3.25.txz: 100%  334 KiB 342.5kB/s    00:01    
[srs15] Fetching binutils-2.25.1_3,1.txz: 100%    5 MiB   4.9MB/s    00:01    
[srs15] Fetching bash-4.3.46_1.txz: 100%    1 MiB   1.3MB/s    00:01    
[srs15] Fetching apache24-2.4.23_1.txz: 100%    5 MiB   4.9MB/s    00:01    
[srs15] Fetching ImageMagick-6.9.4.3,1.txz: 100%    7 MiB   7.6MB/s    00:01    
[srs15] Fetching trousers-0.3.13.txz: 100%  487 KiB 498.9kB/s    00:01    
[srs15] Fetching tpm-emulator-0.7.4_1.txz: 100%  121 KiB 124.1kB/s    00:01    
[srs15] Fetching rubygem-mime-types-data-3.2016.0221.txz: 100%  275 KiB 281.2kB/s    00:01    
[srs15] Fetching rubygem-mimemagic-0.3.1.txz: 100%  452 KiB 462.7kB/s    00:01    
[srs15] Fetching rubygem-protected_attributes-1.1.3.txz: 100%  236 KiB 242.0kB/s    00:01    
[srs15] Fetching rubygem-activemodel4-4.2.6.txz: 100%  310 KiB 317.3kB/s    00:01    
[srs15] Fetching rubygem-builder32-3.2.2.txz: 100%  249 KiB 255.1kB/s    00:01    
[srs15] Fetching rubygem-activesupport4-4.2.6.txz: 100%  754 KiB 772.2kB/s    00:01    
[srs15] Fetching rubygem-thread_safe-0.3.5.txz: 100%  278 KiB 284.5kB/s    00:01    
[srs15] Fetching rubygem-tzinfo-1.2.2_1.txz: 100%  376 KiB 385.3kB/s    00:01    
[srs15] Fetching rubygem-thread_safe1-0.1.3.txz: 100%  329 KiB 336.8kB/s    00:01    
[srs15] Fetching rubygem-atomic-1.1.99.txz: 100%  220 KiB 225.8kB/s    00:01    
[srs15] Fetching rubygem-roadie-rails-1.1.1.txz: 100%  244 KiB 250.1kB/s    00:01    
[srs15] Fetching rubygem-roadie-3.1.1_1.txz: 100%  295 KiB 302.5kB/s    00:01    
[srs15] Fetching rubygem-css_parser-1.4.2.txz: 100%  223 KiB 228.3kB/s    00:01    
[srs15] Fetching rubygem-addressable-2.4.0.txz: 100%  328 KiB 335.9kB/s    00:01    
[srs15] Fetching rubygem-nokogiri-1.6.7.2.txz: 100%  758 KiB 776.2kB/s    00:01    
[srs15] Fetching libxslt-1.1.29.txz: 100%  222 KiB 227.8kB/s    00:01    
[srs15] Fetching libgcrypt-1.7.1.txz: 100%  578 KiB 592.4kB/s    00:01    
[srs15] Fetching libgpg-error-1.23.txz: 100%  161 KiB 165.0kB/s    00:01    
[srs15] Fetching rubygem-railties4-4.2.6.txz: 100%  302 KiB 309.0kB/s    00:01    
[srs15] Fetching rubygem-actionpack4-4.2.6.txz: 100%  700 KiB 716.6kB/s    00:01    
[srs15] Fetching rubygem-rails-dom-testing-1.0.7.txz: 100%  223 KiB 228.4kB/s    00:01    
[srs15] Fetching rubygem-rails-deprecated_sanitizer-1.0.3.txz: 100%  236 KiB 241.9kB/s    00:01    
[srs15] Fetching rubygem-actionview-4.2.6.txz: 100%  542 KiB 555.3kB/s    00:01    
[srs15] Fetching rubygem-rails-html-sanitizer-1.0.3.txz: 100%  219 KiB 224.2kB/s    00:01    
[srs15] Fetching rubygem-loofah-2.0.3.txz: 100%  276 KiB 282.2kB/s    00:01    
[srs15] Fetching rubygem-jquery-rails4-4.1.1.txz: 100%  393 KiB 401.9kB/s    00:01    
[srs15] Fetching rubygem-rails4-4.2.6.txz: 100%    2 MiB   2.0MB/s    00:01    
[srs15] Fetching rubygem-actionmailer4-4.2.6.txz: 100%  254 KiB 260.6kB/s    00:01    
[srs15] Fetching rubygem-mail-2.6.4,2.txz: 100%  678 KiB 694.5kB/s    00:01    
[srs15] Fetching rubygem-activejob-4.2.6.txz: 100%  243 KiB 248.8kB/s    00:01    
[srs15] Fetching rubygem-globalid-0.3.6.txz: 100%  222 KiB 227.6kB/s    00:01    
[srs15] Fetching rubygem-activeresource4-4.0.0.txz: 100%  305 KiB 312.2kB/s    00:01    
[srs15] Fetching rubygem-rails-observers-0.1.2.txz: 100%  231 KiB 236.3kB/s    00:01    
[srs15] Fetching rubygem-web-console-2.3.0.txz: 100%  246 KiB 252.3kB/s    00:01    
[srs15] Fetching rubygem-binding_of_caller-0.7.2.txz: 100%  207 KiB 212.0kB/s    00:01    
[srs15] Fetching rubygem-debug_inspector-0.0.2.txz: 100%  207 KiB 211.8kB/s    00:01    
[srs15] Fetching rubygem-sprockets-rails-3.0.4.txz: 100%  220 KiB 225.7kB/s    00:01    
[srs15] Fetching rubygem-sprockets3-3.6.0.txz: 100%  412 KiB 421.8kB/s    00:01    
[srs15] Fetching rubygem-concurrent-ruby-1.0.2.txz: 100%  585 KiB 599.4kB/s    00:01    
[srs15] Fetching rubygem-jbuilder-2.4.1.txz: 100%  236 KiB 241.8kB/s    00:01    
[srs15] Fetching rubygem-sass-rails5-5.0.4_1.txz: 100%  217 KiB 222.2kB/s    00:01    
[srs15] Fetching rubygem-byebug-9.0.4.txz: 100%  440 KiB 450.4kB/s    00:01    
[srs15] Fetching rubygem-rdoc-4.2.2.txz: 100%  983 KiB   1.0MB/s    00:01    
[srs15] Fetching rubygem-spring-1.7.1.txz: 100%  307 KiB 314.4kB/s    00:01    
[srs15] Fetching rubygem-activerecord4-4.2.6.txz: 100%    1 MiB   1.0MB/s    00:01    
[srs15] Fetching rubygem-arel6-6.0.3.txz: 100%  359 KiB 367.2kB/s    00:01    
[srs15] Fetching rubygem-turbolinks-2.5.3.txz: 100%  224 KiB 229.1kB/s    00:01    
[srs15] Fetching rubygem-coffee-rails4-4.1.1.txz: 100%  201 KiB 206.0kB/s    00:01    
[srs15] Fetching rubygem-sdoc-0.4.1.txz: 100%  386 KiB 395.5kB/s    00:01    
[srs15] Fetching rubygem-actionpack-xml_parser-1.0.2.txz: 100%  200 KiB 204.9kB/s    00:01    
[srs15] Fetching rubygem-actionpack-action_caching-1.1.1.txz: 100%  211 KiB 215.6kB/s    00:01    
[srs15] Fetching c-ares-1.11.0.txz: 100%  118 KiB 121.1kB/s    00:01    
Checking integrity... done (2 conflicting)
  - trousers-0.3.13 conflicts with trousers-tddl-0.3.10_7 on /usr/local/include/trousers/trousers.h
  - rubygem-railties4-4.2.6 conflicts with rubygem-railties-3.2.22.2 on /usr/local/bin/rails
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 105 package(s) will be affected (of 0 checked):

Installed packages to be REMOVED:
        rubygem-rails-3.2.22.2
        rubygem-jquery-rails-3.1.4
        rubygem-coffee-rails-3.2.2_1
        rubygem-sass-rails-3.2.6_4
        trousers-tddl-0.3.10_7
        rubygem-railties-3.2.22.2

New packages to be INSTALLED:
        rubygem-atomic: 1.1.99
        libgpg-error: 1.23
        rubygem-thread_safe1: 0.1.3
        libgcrypt: 1.7.1
        rubygem-thread_safe: 0.3.5
        rubygem-tzinfo: 1.2.2_1
        libxslt: 1.1.29
        rubygem-activesupport4: 4.2.6
        rubygem-nokogiri: 1.6.7.2
        tpm-emulator: 0.7.4_1
        rubygem-rails-deprecated_sanitizer: 1.0.3
        rubygem-loofah: 2.0.3
        trousers: 0.3.13
        rubygem-builder32: 3.2.2
        rubygem-rails-dom-testing: 1.0.7
        rubygem-rails-html-sanitizer: 1.0.3
        c-ares: 1.11.0
        rubygem-actionview: 4.2.6
        rubygem-mime-types-data: 3.2016.0221
        rubygem-actionpack4: 4.2.6
        rubygem-concurrent-ruby: 1.0.2
        rubygem-activemodel4: 4.2.6
        rubygem-addressable: 2.4.0
        rubygem-railties4: 4.2.6
        rubygem-globalid: 0.3.6
        rubygem-debug_inspector: 0.0.2
        rubygem-sprockets3: 3.6.0
        rubygem-css_parser: 1.4.2
        rubygem-mail: 2.6.4,2
        rubygem-activejob: 4.2.6
        rubygem-rails-observers: 0.1.2
        rubygem-binding_of_caller: 0.7.2
        rubygem-sprockets-rails: 3.0.4
        rubygem-arel6: 6.0.3
        rubygem-coffee-rails4: 4.1.1
        rubygem-roadie: 3.1.1_1
        rubygem-jquery-rails4: 4.1.1
        rubygem-actionmailer4: 4.2.6
        rubygem-activeresource4: 4.0.0
        rubygem-web-console: 2.3.0
        rubygem-jbuilder: 2.4.1
        rubygem-sass-rails5: 5.0.4_1
        rubygem-byebug: 9.0.4
        rubygem-rdoc: 4.2.2
        rubygem-spring: 1.7.1
        rubygem-activerecord4: 4.2.6
        rubygem-turbolinks: 2.5.3
        rubygem-sdoc: 0.4.1
        rubygem-mimemagic: 0.3.1
        rubygem-protected_attributes: 1.1.3
        rubygem-roadie-rails: 1.1.1
        rubygem-rails4: 4.2.6
        rubygem-actionpack-xml_parser: 1.0.2
        rubygem-actionpack-action_caching: 1.1.1

Installed packages to be UPGRADED:
        libedit: 3.1.20150325_2 -> 3.1.20150325_2,1
        gettext-runtime: 0.19.7 -> 0.19.8.1
        pciids: 20160430 -> 20160621
        binutils: 2.25.1_2,1 -> 2.25.1_3,1
        rubygem-minitest: 5.8.4 -> 5.9.0
        expat: 2.1.0_3 -> 2.2.0
        python27: 2.7.11_2 -> 2.7.12
        pcre: 8.38_1 -> 8.39
        libglapi: 11.1.2 -> 11.2.2
        glib: 2.46.2 -> 2.46.2_2
        gbm: 11.1.2 -> 11.2.2
        ca_root_nss: 3.22.2 -> 3.25
        png: 1.6.21 -> 1.6.23
        openssl: 1.0.2_12 -> 1.0.2_14
        libuv: 1.9.0 -> 1.9.1
        libGL: 11.1.2 -> 11.2.2
        libEGL: 11.1.2 -> 11.2.2
        icu: 55.1 -> 55.1,1
        gdbm: 1.11_2 -> 1.12
        tiff: 4.0.6_1 -> 4.0.6_2
        node: 6.1.0 -> 6.3.0
        gnutls: 3.4.11 -> 3.4.14
        rubygem-execjs: 2.6.0_1 -> 2.7.0
        harfbuzz: 1.2.3 -> 1.2.7
        gdk-pixbuf2: 2.32.3 -> 2.32.3_1
        cups: 2.1.3_2 -> 2.1.4
        rubygem-mime-types: 2.99.1 -> 3.1
        pango: 1.38.0 -> 1.38.0_1
        sqlite3: 3.12.2 -> 3.13.0_2
        db5: 5.3.28_3 -> 5.3.28_4
        p5-IO-Socket-SSL: 2.025 -> 2.029
        ImageMagick: 6.9.3.9_1,1 -> 6.9.4.3,1
        curl: 7.48.0_2 -> 7.49.1
        bash: 4.3.42_1 -> 4.3.46_1
        apache24: 2.4.20_1 -> 2.4.23_1
        zsh: 5.2_1 -> 5.2_2
        wget: 1.16.3_1 -> 1.18
        vim: 7.4.1743 -> 7.4.1832
        swig30: 3.0.8 -> 3.0.10
        screen: 4.3.1_2 -> 4.4.0_1
        rubygem-passenger: 5.0.28 -> 5.0.29
        redmine: 2.6.9_2 -> 3.2.3
        py27-setuptools27: 20.0 -> 23.1.0
        letsencrypt.sh: 0.1.0 -> 0.2.0
        git: 2.8.1 -> 2.9.2

Number of packages to be removed: 6
Number of packages to be installed: 54
Number of packages to be upgraded: 45

The process will require 111 MiB more space.

Proceed with this action? [y/N]: y
[srs15] [1/105] Upgrading gettext-runtime from 0.19.7 to 0.19.8.1...
[srs15] [1/105] Extracting gettext-runtime-0.19.8.1: 100%
[srs15] [2/105] Upgrading pciids from 20160430 to 20160621...
[srs15] [2/105] Extracting pciids-20160621: 100%
[srs15] [3/105] Upgrading libedit from 3.1.20150325_2 to 3.1.20150325_2,1...
[srs15] [3/105] Extracting libedit-3.1.20150325_2,1: 100%
[srs15] [4/105] Upgrading binutils from 2.25.1_2,1 to 2.25.1_3,1...
[srs15] [4/105] Extracting binutils-2.25.1_3,1: 100%
[srs15] [5/105] Upgrading expat from 2.1.0_3 to 2.2.0...
[srs15] [5/105] Extracting expat-2.2.0: 100%
[srs15] [6/105] Upgrading python27 from 2.7.11_2 to 2.7.12...
[srs15] [6/105] Extracting python27-2.7.12: 100%
[srs15] [7/105] Upgrading libglapi from 11.1.2 to 11.2.2...
[srs15] [7/105] Extracting libglapi-11.2.2: 100%
[srs15] [8/105] Upgrading pcre from 8.38_1 to 8.39...
[srs15] [8/105] Extracting pcre-8.39: 100%
[srs15] [9/105] Upgrading gbm from 11.1.2 to 11.2.2...
[srs15] [9/105] Extracting gbm-11.2.2: 100%
[srs15] [10/105] Installing rubygem-mime-types-data-3.2016.0221...
[srs15] [10/105] Extracting rubygem-mime-types-data-3.2016.0221: 100%
[srs15] [11/105] Upgrading glib from 2.46.2 to 2.46.2_2...
[srs15] [11/105] Extracting glib-2.46.2_2: 100%
No schema files found: doing nothing.
[srs15] [12/105] Upgrading png from 1.6.21 to 1.6.23...
[srs15] [12/105] Extracting png-1.6.23: 100%
[srs15] [13/105] Upgrading libGL from 11.1.2 to 11.2.2...
[srs15] [13/105] Extracting libGL-11.2.2: 100%
[srs15] [14/105] Upgrading libEGL from 11.1.2 to 11.2.2...
[srs15] [14/105] Extracting libEGL-11.2.2: 100%
[srs15] [15/105] Upgrading rubygem-mime-types from 2.99.1 to 3.1...
[srs15] [15/105] Extracting rubygem-mime-types-3.1: 100%
[srs15] [16/105] Upgrading icu from 55.1 to 55.1,1...
[srs15] [16/105] Extracting icu-55.1,1: 100%
[srs15] [17/105] Upgrading tiff from 4.0.6_1 to 4.0.6_2...
[srs15] [17/105] Extracting tiff-4.0.6_2: 100%
[srs15] [18/105] Upgrading harfbuzz from 1.2.3 to 1.2.7...
[srs15] [18/105] Extracting harfbuzz-1.2.7: 100%
[srs15] [19/105] Upgrading pango from 1.38.0 to 1.38.0_1...
[srs15] [19/105] Extracting pango-1.38.0_1: 100%
rm: /usr/local/lib/pango/1.8.0/modules.cache: No such file or directory
pkg: DEINSTALL script failed
[srs15] [20/105] Upgrading ca_root_nss from 3.22.2 to 3.25...
[srs15] [20/105] Extracting ca_root_nss-3.25: 100%
[srs15] [21/105] Deinstalling rubygem-rails-3.2.22.2...
[srs15] [21/105] Deleting files for rubygem-rails-3.2.22.2: 100%
[srs15] [22/105] Deinstalling trousers-tddl-0.3.10_7...
==> You should manually remove the "_tss" user. 
[srs15] [22/105] Deleting files for trousers-tddl-0.3.10_7: 100%
[srs15] [23/105] Deinstalling rubygem-jquery-rails-3.1.4...
[srs15] [23/105] Deleting files for rubygem-jquery-rails-3.1.4: 100%
[srs15] [24/105] Deinstalling rubygem-coffee-rails-3.2.2_1...
[srs15] [24/105] Deleting files for rubygem-coffee-rails-3.2.2_1: 100%
[srs15] [25/105] Deinstalling rubygem-sass-rails-3.2.6_4...
[srs15] [25/105] Deleting files for rubygem-sass-rails-3.2.6_4: 100%
[srs15] [26/105] Deinstalling rubygem-railties-3.2.22.2...
[srs15] [26/105] Deleting files for rubygem-railties-3.2.22.2: 100%
[srs15] [27/105] Installing rubygem-atomic-1.1.99...
[srs15] [27/105] Extracting rubygem-atomic-1.1.99: 100%
[srs15] [28/105] Installing libgpg-error-1.23...
[srs15] [28/105] Extracting libgpg-error-1.23: 100%
[srs15] [29/105] Installing rubygem-thread_safe1-0.1.3...
[srs15] [29/105] Extracting rubygem-thread_safe1-0.1.3: 100%
[srs15] [30/105] Installing libgcrypt-1.7.1...
[srs15] [30/105] Extracting libgcrypt-1.7.1: 100%
[srs15] [31/105] Upgrading rubygem-minitest from 5.8.4 to 5.9.0...
[srs15] [31/105] Extracting rubygem-minitest-5.9.0: 100%
[srs15] [32/105] Installing rubygem-thread_safe-0.3.5...
[srs15] [32/105] Extracting rubygem-thread_safe-0.3.5: 100%
[srs15] [33/105] Installing rubygem-tzinfo-1.2.2_1...
[srs15] [33/105] Extracting rubygem-tzinfo-1.2.2_1: 100%
[srs15] [34/105] Installing libxslt-1.1.29...
[srs15] [34/105] Extracting libxslt-1.1.29: 100%
[srs15] [35/105] Installing rubygem-activesupport4-4.2.6...
[srs15] [35/105] Extracting rubygem-activesupport4-4.2.6: 100%
[srs15] [36/105] Installing rubygem-nokogiri-1.6.7.2...
[srs15] [36/105] Extracting rubygem-nokogiri-1.6.7.2: 100%
[srs15] [37/105] Installing rubygem-rails-deprecated_sanitizer-1.0.3...
[srs15] [37/105] Extracting rubygem-rails-deprecated_sanitizer-1.0.3: 100%
[srs15] [38/105] Installing rubygem-loofah-2.0.3...
[srs15] [38/105] Extracting rubygem-loofah-2.0.3: 100%
[srs15] [39/105] Upgrading openssl from 1.0.2_12 to 1.0.2_14...
[srs15] [39/105] Extracting openssl-1.0.2_14: 100%
[srs15] [40/105] Upgrading libuv from 1.9.0 to 1.9.1...
[srs15] [40/105] Extracting libuv-1.9.1: 100%
[srs15] [41/105] Installing rubygem-builder32-3.2.2...
[srs15] [41/105] Extracting rubygem-builder32-3.2.2: 100%
[srs15] [42/105] Installing rubygem-rails-dom-testing-1.0.7...
[srs15] [42/105] Extracting rubygem-rails-dom-testing-1.0.7: 100%
[srs15] [43/105] Installing rubygem-rails-html-sanitizer-1.0.3...
[srs15] [43/105] Extracting rubygem-rails-html-sanitizer-1.0.3: 100%
[srs15] [44/105] Installing c-ares-1.11.0...
[srs15] [44/105] Extracting c-ares-1.11.0: 100%
[srs15] [45/105] Upgrading node from 6.1.0 to 6.3.0...
[srs15] [45/105] Extracting node-6.3.0: 100%
[srs15] [46/105] Installing rubygem-actionview-4.2.6...
[srs15] [46/105] Extracting rubygem-actionview-4.2.6: 100%
[srs15] [47/105] Upgrading rubygem-execjs from 2.6.0_1 to 2.7.0...
[srs15] [47/105] Extracting rubygem-execjs-2.7.0: 100%
[srs15] [48/105] Installing rubygem-actionpack4-4.2.6...
[srs15] [48/105] Extracting rubygem-actionpack4-4.2.6: 100%
[srs15] [49/105] Installing rubygem-concurrent-ruby-1.0.2...
[srs15] [49/105] Extracting rubygem-concurrent-ruby-1.0.2: 100%
[srs15] [50/105] Installing rubygem-activemodel4-4.2.6...
[srs15] [50/105] Extracting rubygem-activemodel4-4.2.6: 100%
[srs15] [51/105] Installing rubygem-addressable-2.4.0...
[srs15] [51/105] Extracting rubygem-addressable-2.4.0: 100%
[srs15] [52/105] Installing rubygem-railties4-4.2.6...
[srs15] [52/105] Extracting rubygem-railties4-4.2.6: 100%
[srs15] [53/105] Installing rubygem-globalid-0.3.6...
[srs15] [53/105] Extracting rubygem-globalid-0.3.6: 100%
[srs15] [54/105] Installing rubygem-debug_inspector-0.0.2...
[srs15] [54/105] Extracting rubygem-debug_inspector-0.0.2: 100%
[srs15] [55/105] Installing rubygem-sprockets3-3.6.0...
[srs15] [55/105] Extracting rubygem-sprockets3-3.6.0: 100%
[srs15] [56/105] Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [56/105] Extracting tpm-emulator-0.7.4_1: 100%
[srs15] [57/105] Installing rubygem-css_parser-1.4.2...
[srs15] [57/105] Extracting rubygem-css_parser-1.4.2: 100%
[srs15] [58/105] Installing rubygem-mail-2.6.4,2...
[srs15] [58/105] Extracting rubygem-mail-2.6.4,2: 100%
[srs15] [59/105] Installing rubygem-activejob-4.2.6...
[srs15] [59/105] Extracting rubygem-activejob-4.2.6: 100%
[srs15] [60/105] Installing rubygem-rails-observers-0.1.2...
[srs15] [60/105] Extracting rubygem-rails-observers-0.1.2: 100%
[srs15] [61/105] Installing rubygem-binding_of_caller-0.7.2...
[srs15] [61/105] Extracting rubygem-binding_of_caller-0.7.2: 100%
[srs15] [62/105] Installing rubygem-sprockets-rails-3.0.4...
[srs15] [62/105] Extracting rubygem-sprockets-rails-3.0.4: 100%
[srs15] [63/105] Installing rubygem-arel6-6.0.3...
[srs15] [63/105] Extracting rubygem-arel6-6.0.3: 100%
[srs15] [64/105] Installing rubygem-coffee-rails4-4.1.1...
[srs15] [64/105] Extracting rubygem-coffee-rails4-4.1.1: 100%
[srs15] [65/105] Installing trousers-0.3.13...
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[srs15] [65/105] Extracting trousers-0.3.13: 100%
[srs15] [66/105] Installing rubygem-roadie-3.1.1_1...
[srs15] [66/105] Extracting rubygem-roadie-3.1.1_1: 100%
[srs15] [67/105] Installing rubygem-jquery-rails4-4.1.1...
[srs15] [67/105] Extracting rubygem-jquery-rails4-4.1.1: 100%
[srs15] [68/105] Installing rubygem-actionmailer4-4.2.6...
[srs15] [68/105] Extracting rubygem-actionmailer4-4.2.6: 100%
[srs15] [69/105] Installing rubygem-activeresource4-4.0.0...
[srs15] [69/105] Extracting rubygem-activeresource4-4.0.0: 100%
[srs15] [70/105] Installing rubygem-web-console-2.3.0...
[srs15] [70/105] Extracting rubygem-web-console-2.3.0: 100%
[srs15] [71/105] Installing rubygem-jbuilder-2.4.1...
[srs15] [71/105] Extracting rubygem-jbuilder-2.4.1: 100%
[srs15] [72/105] Installing rubygem-sass-rails5-5.0.4_1...
[srs15] [72/105] Extracting rubygem-sass-rails5-5.0.4_1: 100%
[srs15] [73/105] Installing rubygem-byebug-9.0.4...
[srs15] [73/105] Extracting rubygem-byebug-9.0.4: 100%
[srs15] [74/105] Installing rubygem-rdoc-4.2.2...
[srs15] [74/105] Extracting rubygem-rdoc-4.2.2: 100%
[srs15] [75/105] Installing rubygem-spring-1.7.1...
[srs15] [75/105] Extracting rubygem-spring-1.7.1: 100%
[srs15] [76/105] Installing rubygem-activerecord4-4.2.6...
[srs15] [76/105] Extracting rubygem-activerecord4-4.2.6: 100%
[srs15] [77/105] Installing rubygem-turbolinks-2.5.3...
[srs15] [77/105] Extracting rubygem-turbolinks-2.5.3: 100%
[srs15] [78/105] Installing rubygem-sdoc-0.4.1...
[srs15] [78/105] Extracting rubygem-sdoc-0.4.1: 100%
[srs15] [79/105] Upgrading gnutls from 3.4.11 to 3.4.14...
[srs15] [79/105] Extracting gnutls-3.4.14: 100%
[srs15] [80/105] Upgrading curl from 7.48.0_2 to 7.49.1...
[srs15] [80/105] Extracting curl-7.49.1: 100%
[srs15] [81/105] Upgrading bash from 4.3.42_1 to 4.3.46_1...
[srs15] [81/105] Extracting bash-4.3.46_1: 100%
[srs15] [82/105] Upgrading apache24 from 2.4.20_1 to 2.4.23_1...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [82/105] Extracting apache24-2.4.23_1: 100%
You may need to manually remove /usr/local/etc/apache24/httpd.conf if it is no longer needed.
[srs15] [83/105] Installing rubygem-mimemagic-0.3.1...
[srs15] [83/105] Extracting rubygem-mimemagic-0.3.1: 100%
[srs15] [84/105] Installing rubygem-protected_attributes-1.1.3...
[srs15] [84/105] Extracting rubygem-protected_attributes-1.1.3: 100%
[srs15] [85/105] Installing rubygem-roadie-rails-1.1.1...
[srs15] [85/105] Extracting rubygem-roadie-rails-1.1.1: 100%
[srs15] [86/105] Installing rubygem-rails4-4.2.6...
[srs15] [86/105] Extracting rubygem-rails4-4.2.6: 100%
[srs15] [87/105] Installing rubygem-actionpack-xml_parser-1.0.2...
[srs15] [87/105] Extracting rubygem-actionpack-xml_parser-1.0.2: 100%
[srs15] [88/105] Installing rubygem-actionpack-action_caching-1.1.1...
[srs15] [88/105] Extracting rubygem-actionpack-action_caching-1.1.1: 100%
[srs15] [89/105] Upgrading gdbm from 1.11_2 to 1.12...
[srs15] [89/105] Extracting gdbm-1.12: 100%
[srs15] [90/105] Upgrading gdk-pixbuf2 from 2.32.3 to 2.32.3_1...
[srs15] [90/105] Extracting gdk-pixbuf2-2.32.3_1: 100%
[srs15] [91/105] Upgrading cups from 2.1.3_2 to 2.1.4...
===> Creating groups.
Using existing group 'cups'.
===> Creating users
Using existing user 'cups'.
[srs15] [91/105] Extracting cups-2.1.4: 100%
==> You should manually remove the "cups" user. 
[srs15] [92/105] Upgrading sqlite3 from 3.12.2 to 3.13.0_2...
[srs15] [92/105] Extracting sqlite3-3.13.0_2: 100%
[srs15] [93/105] Upgrading db5 from 5.3.28_3 to 5.3.28_4...
[srs15] [93/105] Extracting db5-5.3.28_4: 100%
[srs15] [94/105] Upgrading p5-IO-Socket-SSL from 2.025 to 2.029...
[srs15] [94/105] Extracting p5-IO-Socket-SSL-2.029: 100%
[srs15] [95/105] Upgrading ImageMagick from 6.9.3.9_1,1 to 6.9.4.3,1...
[srs15] [95/105] Extracting ImageMagick-6.9.4.3,1: 100%
[srs15] [96/105] Upgrading zsh from 5.2_1 to 5.2_2...
[srs15] [96/105] Extracting zsh-5.2_2: 100%
[srs15] [97/105] Upgrading wget from 1.16.3_1 to 1.18...
[srs15] [97/105] Extracting wget-1.18: 100%
[srs15] [98/105] Upgrading vim from 7.4.1743 to 7.4.1832...
[srs15] [98/105] Extracting vim-7.4.1832: 100%
[srs15] [99/105] Upgrading swig30 from 3.0.8 to 3.0.10...
[srs15] [99/105] Extracting swig30-3.0.10: 100%
[srs15] [100/105] Upgrading screen from 4.3.1_2 to 4.4.0_1...
[srs15] [100/105] Extracting screen-4.4.0_1: 100%
[srs15] [101/105] Upgrading rubygem-passenger from 5.0.28 to 5.0.29...
[srs15] [101/105] Extracting rubygem-passenger-5.0.29: 100%
[srs15] [102/105] Upgrading redmine from 2.6.9_2 to 3.2.3...
===> Creating groups.
Using existing group 'www'.
===> Creating users
Using existing user 'www'.
[srs15] [102/105] Extracting redmine-3.2.3: 100%
[srs15] [103/105] Upgrading py27-setuptools27 from 20.0 to 23.1.0...
[srs15] [103/105] Extracting py27-setuptools27-23.1.0: 100%
You may need to manually remove /usr/local/lib/python2.7/site-packages/easy-install.pth if it is no longer needed.
[srs15] [104/105] Upgrading letsencrypt.sh from 0.1.0 to 0.2.0...
[srs15] [104/105] Extracting letsencrypt.sh-0.2.0: 100%
[srs15] [105/105] Upgrading git from 2.8.1 to 2.9.2...
===> Creating groups.
Using existing group 'git_daemon'.
===> Creating users
Using existing user 'git_daemon'.
[srs15] [105/105] Extracting git-2.9.2: 100%
Message from python27-2.7.12:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
Message from ca_root_nss-3.25:
********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem

***************************************************************************
Message from openssl-1.0.2_14:
Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.
Message from node-6.3.0:
Note: If you need npm (Node Package Manager), please install www/npm.
Message from trousers-0.3.13:
To run tcsd automatically, add the following line to /etc/rc.conf:

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:

tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"

To use TPM, add your_account to '_tss' group like following:

# pw groupadd _tss -m your_account
Message from bash-4.3.46_1:
======================================================================

bash requires fdescfs(5) mounted on /dev/fd

If you have not done it yet, please do the following:

        mount -t fdescfs fdesc /dev/fd

To make it permanent, you need the following lines in /etc/fstab:

        fdesc   /dev/fd         fdescfs         rw      0       0

======================================================================
Message from apache24-2.4.23_1:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.

Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

- apache24 default build changed from static MPM to modular MPM
- more modules are now enabled per default in the port
- icons and error pages moved from WWWDIR to DATADIR

   If build with modular MPM and no MPM is activated in
   httpd.conf, then mpm_prefork will be activated as default
   MPM in etc/apache24/modules.d to keep compatibility with
   existing php/perl/python modules!

Please compare the existing httpd.conf with httpd.conf.sample
and merge missing modules/instructions into httpd.conf!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Message from zsh-5.2_2:
==========================================================

By default, zsh looks for system-wide defaults in
/usr/local/etc.

If you previously set up /etc/zprofile, /etc/zshenv, etc.,
either move them to /usr/local/etc or rebuild zsh with the
ETCDIR option enabled.

==========================================================
Message from screen-4.4.0_1:
=============================================================

As of GNU Screen 4.4.0:

Note that there was fix to screen message structure field
responsible for $TERM handling, making it impossible
to attach to older versions.

=============================================================
Message from rubygem-passenger-5.0.29:
#####################################################################

Please edit your Apache configuration file, and add these lines:

   LoadModule passenger_module /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.29/buildout/apache2/mod_passenger.so
   PassengerRoot /usr/local/lib/ruby/gems/2.2/gems/passenger-5.0.29
   PassengerRuby /usr/local/bin/ruby22

After you restart Apache, you are ready to deploy any number of Ruby on Rails
applications on Apache, without any further Ruby on Rails-specific
configuration!

#####################################################################
Message from redmine-3.2.3:
=============================================================================

Redmine was installed.

You now need to setup your Redmine installation so
please have a look at the Installation Guide.

http://www.redmine.org/wiki/redmine/RedmineInstall


If you are upgrading please read the Upgrading Guide
before starting the new version.

http://www.redmine.org/wiki/redmine/RedmineUpgrade

=============================================================================
Message from letsencrypt.sh-0.2.0:
To use this script you should copy the examples in
/usr/local/etc/letsencrypt.sh/ and at least add a
domain and a contact mail address.

You should also copy the openssl.cnf.sample file in
/usr/local/openssl so you won't get warnings about
it missing.

In order to run the script regularly to update
the certificates add this line to /etc/periodic.conf

weekly_letsencrypt_enable="YES"

Additionally the following parameters can be added to
/etc/periodic.conf

To run the certification renenewal as a different user
weekly_letsencrypt_user="_letsencrypt"
To run a script after the renewal (as root)
weekly_letsencrypt_deployscript="/usr/local/etc/letsencrypt.sh/deploy.sh"
Message from git-2.9.2:
------------------------------------------------------------------------
*************************** GITWEB *************************************
If you installed the GITWEB option please follow these instructions:

In the directory /usr/local/share/examples/git/gitweb you can find all files to
make gitweb work as a public repository on the web.

All you have to do to make gitweb work is:
1) Copy the files /usr/local/share/examples/git/gitweb/* to a directory on
   your web server (e.g. Apache2) in which you are able to execute
   CGI-scripts.
2) In gitweb.cgi, adjust the variable $projectroot to point to
   your git repository (that is where you have your *.git project
   directories).
*************************** GITWEB *************************************

*************************** CONTRIB ************************************
If you installed the CONTRIB option please note that the scripts are
installed in /usr/local/share/git-core/contrib. Some of them require
other ports to be installed (perl, python, etc), which you may need to
install manually.
*************************** CONTRIB ************************************
------------------------------------------------------------------------

cd /usr/local/www/redmine
gem install rmagick
Building native extensions.  This could take a while...
Successfully installed rmagick-2.15.4
Parsing documentation for rmagick-2.15.4
Done installing documentation for rmagick after 16 seconds
1 gem installed
bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production

cd /usr/local/www/redmine
bundle update
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of just one of them later.
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Resolving dependencies..................................................................................................................................................................................................................
Installing rake 11.2.2 (was 11.1.2)
Using i18n 0.7.0
Using json 1.8.3
Using minitest 5.9.0
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Installing mini_portile2 2.1.0
Installing pkg-config 1.1.7
Using rack 1.6.4
Installing mime-types-data 3.2016.0521 (was 3.2016.0221)
Using arel 6.0.3
Using addressable 2.4.0
Using bundler 1.12.1
Using coderay 1.1.1
Using concurrent-ruby 1.0.2
Using daemons 1.2.3
Using eventmachine 1.2.0.1
Using htmlentities 4.3.4
Using thor 0.19.1
Using mimemagic 0.3.1
Installing mysql2 0.3.21 (was 0.3.20) with native extensions
Installing net-ldap 0.15.0 (was 0.14.0)
Using ruby-openid 2.7.0
Using rbpdf-font 1.19.0
Using redcarpet 3.3.4
Using request_store 1.3.1
Using rmagick 2.15.4
Using tzinfo 1.2.2
Installing nokogiri 1.6.8 (was 1.6.7.2) with native extensions
Using rack-test 0.6.3
Using mime-types 3.1
Installing css_parser 1.4.5 (was 1.4.2)
Installing sprockets 3.6.3 (was 3.6.0)
Installing thin 1.7.0 (was 1.6.4) with native extensions
Using rack-openid 1.4.2
Using rbpdf 1.19.0
Installing activesupport 4.2.7 (was 4.2.6)
Using loofah 2.0.3
Using mail 2.6.4
Using roadie 3.1.1
Using rails-deprecated_sanitizer 1.0.3
Using globalid 0.3.6
Installing activemodel 4.2.7 (was 4.2.6)
Using rails-html-sanitizer 1.0.3
Using rails-dom-testing 1.0.7
Installing activejob 4.2.7 (was 4.2.6)
Installing activerecord 4.2.7 (was 4.2.6)
Using protected_attributes 1.1.3
Installing actionview 4.2.7 (was 4.2.6)
Installing actionpack 4.2.7 (was 4.2.6)
Installing actionmailer 4.2.7 (was 4.2.6)
Using actionpack-action_caching 1.1.1
Using actionpack-xml_parser 1.0.2
Installing railties 4.2.7 (was 4.2.6)
Installing sprockets-rails 3.1.1 (was 3.0.4)
Using jquery-rails 4.1.1
Using roadie-rails 1.1.1
Installing rails 4.2.7 (was 4.2.6)
Bundle updated!
bundle exec rake db:migrate RAILS_ENV=production
== 20141029181752 AddTrackersDefaultStatusId: migrating =======================
-- add_column(:trackers, :default_status_id, :integer)
   -> 0.2185s
== 20141029181752 AddTrackersDefaultStatusId: migrated (0.3126s) ==============

== 20141029181824 RemoveIssueStatusesIsDefault: migrating =====================
-- remove_column(:issue_statuses, :is_default)
   -> 0.1426s
== 20141029181824 RemoveIssueStatusesIsDefault: migrated (0.1427s) ============

== 20141109112308 AddRolesUsersVisibility: migrating ==========================
-- add_column(:roles, :users_visibility, :string, {:limit=>30, :default=>"all", :null=>false})
   -> 0.1807s
== 20141109112308 AddRolesUsersVisibility: migrated (0.1808s) =================

== 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrating ================
-- add_column(:wiki_redirects, :redirects_to_wiki_id, :integer)
   -> 0.1713s
-- change_column(:wiki_redirects, :redirects_to_wiki_id, :integer, {:null=>false})
   -> 0.1352s
== 20141122124142 AddWikiRedirectsRedirectsToWikiId: migrated (0.3144s) =======

== 20150113194759 CreateEmailAddresses: migrating =============================
-- create_table(:email_addresses)
   -> 0.0715s
== 20150113194759 CreateEmailAddresses: migrated (0.0716s) ====================

== 20150113211532 PopulateEmailAddresses: migrating ===========================
== 20150113211532 PopulateEmailAddresses: migrated (0.1675s) ==================

== 20150113213922 RemoveUsersMail: migrating ==================================
-- remove_column(:users, :mail)
   -> 0.1806s
== 20150113213922 RemoveUsersMail: migrated (0.1807s) =========================

== 20150113213955 AddEmailAddressesUserIdIndex: migrating =====================
-- add_index(:email_addresses, :user_id)
   -> 0.1173s
== 20150113213955 AddEmailAddressesUserIdIndex: migrated (0.1174s) ============

== 20150208105930 ReplaceMoveIssuesPermission: migrating ======================
== 20150208105930 ReplaceMoveIssuesPermission: migrated (0.0646s) =============

== 20150510083747 ChangeDocumentsTitleLimit: migrating ========================
-- change_column(:documents, :title, :string, {:limit=>nil, :default=>"", :null=>false})
   -> 0.6605s
== 20150510083747 ChangeDocumentsTitleLimit: migrated (0.6606s) ===============

== 20150525103953 ClearEstimatedHoursOnParentIssues: migrating ================
== 20150525103953 ClearEstimatedHoursOnParentIssues: migrated (0.2562s) =======

== 20150526183158 AddRolesTimeEntriesVisibility: migrating ====================
-- add_column(:roles, :time_entries_visibility, :string, {:limit=>30, :default=>"all", :null=>false})
   -> 0.1641s
== 20150526183158 AddRolesTimeEntriesVisibility: migrated (0.1643s) ===========

== 20150528084820 AddRolesAllRolesManaged: migrating ==========================
-- add_column(:roles, :all_roles_managed, :boolean, {:default=>true, :null=>false})
   -> 0.1464s
== 20150528084820 AddRolesAllRolesManaged: migrated (0.1466s) =================

== 20150528092912 CreateRolesManagedRoles: migrating ==========================
-- create_table(:roles_managed_roles, {:id=>false})
   -> 0.0994s
== 20150528092912 CreateRolesManagedRoles: migrated (0.0995s) =================

== 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrating ================
-- add_index(:roles_managed_roles, [:role_id, :managed_role_id], {:unique=>true})
   -> 0.1389s
== 20150528093249 AddUniqueIndexOnRolesManagedRoles: migrated (0.1390s) =======

== 20150725112753 InsertAllowedStatusesForNewIssues: migrating ================
== 20150725112753 InsertAllowedStatusesForNewIssues: migrated (0.0412s) =======

== 20150730122707 CreateImports: migrating ====================================
-- create_table(:imports)
   -> 0.1058s
== 20150730122707 CreateImports: migrated (0.1059s) ===========================

== 20150730122735 CreateImportItems: migrating ================================
-- create_table(:import_items)
   -> 0.1000s
== 20150730122735 CreateImportItems: migrated (0.1001s) =======================

== 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrating =============
-- change_column(:time_entries, :comments, :string, {:limit=>1024})
   -> 0.3901s
== 20150921204850 ChangeTimeEntriesCommentsLimitTo1024: migrated (0.3902s) ====

== 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrating ============
-- change_column(:wiki_content_versions, :comments, :string, {:limit=>1024, :default=>""})
   -> 0.3723s
-- change_column(:wiki_contents, :comments, :string, {:limit=>1024, :default=>""})
   -> 0.2733s
== 20150921210243 ChangeWikiContentsCommentsLimitTo1024: migrated (0.6461s) ===

== 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrating ================
-- change_column(:attachments, :filesize, :integer, {:limit=>8, :default=>0, :null=>false})
   -> 0.3388s
== 20151020182334 ChangeAttachmentsFilesizeLimitTo8: migrated (0.3389s) =======

== 20151020182731 FixCommaInUserFormatSettingValue: migrating =================
== 20151020182731 FixCommaInUserFormatSettingValue: migrated (0.0595s) ========

== 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrating ===============
-- change_column(:issue_categories, :name, :string, {:limit=>60, :default=>"", :null=>false})
   -> 0.2901s
== 20151021184614 ChangeIssueCategoriesNameLimitTo60: migrated (0.2903s) ======

== 20151021185456 ChangeAuthSourcesFilterToText: migrating ====================
-- change_column(:auth_sources, :filter, :text)
   -> 0.2571s
== 20151021185456 ChangeAuthSourcesFilterToText: migrated (0.2573s) ===========

== 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrating =======
-- change_column(:user_preferences, :hide_mail, :boolean, {:default=>true})
   -> 0.0165s
== 20151021190616 ChangeUserPreferencesHideMailDefaultToTrue: migrated (0.0167s) 

== 20151024082034 AddTokensUpdatedOn: migrating ===============================
-- add_column(:tokens, :updated_on, :timestamp)
   -> 0.2010s
== 20151024082034 AddTokensUpdatedOn: migrated (0.2510s) ======================

== 20151025072118 CreateCustomFieldEnumerations: migrating ====================
-- create_table(:custom_field_enumerations)
   -> 0.1176s
== 20151025072118 CreateCustomFieldEnumerations: migrated (0.1177s) ===========

== 20151031095005 AddProjectsDefaultVersionId: migrating ======================
-- column_exists?(:projects, :default_version_id, :integer)
   -> 0.0024s
-- add_column(:projects, :default_version_id, :integer, {:default=>nil})
   -> 0.2102s
== 20151031095005 AddProjectsDefaultVersionId: migrated (0.2128s) =============
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production

debugging

erkennbar an domain.tld/admin/info
Verzeichnis für Dateien beschreibbar 	False
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) 	False
  • chmod, wie in der installation
cd /usr/local/www/redmine ; chmod -R 755 files log tmp public/plugin_assets
  • chown, wie in der installation
chown -R redmine:redmine /usr/local/www/redmine
  • pkg install gem irgendwas für FastCgiConfig
pkg install rubygem-fcgi
less /usr/local/etc/apache24/httpd.conf
less /usr/local/etc/apache24/Includes/ssl.conf


Aktualisierung auf Redmine 3.2.3 reloaded[Bearbeiten]

service apache24 stop
service mysql-server stop
pkg update
pkg upgrade -y
pkg info redmine
pkg upgrade -y

pkg upgrade -y

Your packages are up to date.
service mysql-server start
Starting mysql.
service mysql-server status
?????????????????????????????????????????
service apache24 start
Performing sanity check on apache24 configuration:
httpd: Syntax error on line 189 of /usr/local/etc/apache24/httpd.conf: Cannot load /usr/local/lib/ruby/gems/version/gems/passenger/buildout/apache2/mod_passenger.so into server: Cannot open "/usr/local/lib/ruby/gems/version/gems/passenger/buildout/apache2/mod_passenger.so"
Siehe Server/srs15#Aktualisierung
ls -l /usr/local/lib/ruby/gems/version
/usr/local/lib/ruby/gems/version -> /usr/local/lib/ruby/gems/2.2
ls /usr/local/lib/ruby/gems/ | tail -n 2 | head -n 1
2.2

Fine!

usr/local/lib/ruby/gems/version/gems/passenger -> /usr/local/lib/ruby/gems/version/gems/passenger-5.0.28
ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1
passenger-5.0.30
rm /usr/local/lib/ruby/gems/version/gems/passenger
rm /usr/local/lib/ruby/gems/version/gems/passenger
rm: /usr/local/lib/ruby/gems/version/gems/passenger: No such file or directory
ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger
ls -l /usr/local/lib/ruby/gems/version/gems/passenger
/usr/local/lib/ruby/gems/version/gems/passenger -> /usr/local/lib/ruby/gems/version/gems/passenger-5.0.30/
service apache24 start
Performing sanity check on apache24 configuration:
Syntax OK
Starting apache24.
cd /usr/local/www/redmine ; bundle install ; cd -
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break
this application for all non-root users on this machine.
Your Gemfile lists the gem mysql2 (~> 0.3.11) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Fetching gem metadata from https://rubygems.org/..............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies............................................
Installing rake 12.0.0
Installing i18n 0.8.6
Installing minitest 5.10.2
Installing thread_safe 0.3.6
Installing builder 3.2.3
Using erubis 2.7.0
Installing mini_portile2 2.2.0
Installing rack 1.6.8
Using mime-types-data 3.2016.0521
Using arel 6.0.4
Installing public_suffix 2.0.5
Using bundler 1.13.7
Using coderay 1.1.1
Installing concurrent-ruby 1.0.5
Using daemons 1.2.4
Installing eventmachine 1.2.3 with native extensions
Using htmlentities 4.3.4
Installing thor 0.19.4
Installing mimemagic 0.3.2
Installing mysql2 0.3.21 with native extensions
Using ruby-openid 2.7.0
Installing rbpdf-font 1.19.1
Using redcarpet 3.4.0
Installing request_store 1.3.2
Using rmagick 2.16.0
Installing tzinfo 1.2.3
Installing nokogiri 1.8.0 with native extensions
Using rack-test 0.6.3
Using mime-types 3.1
Installing addressable 2.5.1
Installing sprockets 3.7.1
Installing thin 1.7.2 with native extensions
Using rack-openid 1.4.2
Installing rbpdf 1.19.2
Installing activesupport 4.2.9
Using loofah 2.0.3
Installing mail 2.6.6
Installing css_parser 1.5.0
Using rails-deprecated_sanitizer 1.0.3
Installing globalid 0.4.0
Installing activemodel 4.2.9
Using rails-html-sanitizer 1.0.3
Installing roadie 3.2.2
Installing rails-dom-testing 1.0.8
Installing activejob 4.2.9
Installing activerecord 4.2.9
Installing protected_attributes 1.1.4
Installing actionview 4.2.9
Installing actionpack 4.2.9
Installing actionmailer 4.2.9
Installing actionpack-action_caching 1.2.0
Using actionpack-xml_parser 1.0.2
Installing railties 4.2.9
Using sprockets-rails 3.2.0
Installing jquery-rails 4.3.1
Installing roadie-rails 1.2.1
Installing rails 4.2.9
Bundle complete! 24 Gemfile dependencies, 57 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
/
cd /usr/local/www/redmine ; config/initializers/secret_token.rb ; cd -
cd /usr/local/www/redmine ; bundle exec rake generate_secret_token ; cd -
cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -
rake aborted!
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

/
service mysql-server start
Starting mysql.
cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -
/
cd /usr/local/www/redmine ; bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production ; cd -
/
Done?!?
no!
  • Berichtigung für Apache (gemäß Fehlermeldung im Log)
    ssl meets ServerName
    /usr/local/etc/apache24/httpd.conf
    /usr/local/etc/apache24/Includes/ssl.conf
  • ...

Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3[Bearbeiten]

Stand vor der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3[Bearbeiten]

https://projekt.htw.stura-dresden.de/admin/info
https://pro.stura.htw-dresden.de/admin/info
Administrator-Kennwort geändert 	True
Verzeichnis für Dateien beschreibbar 	True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) 	True
RMagick verfügbar (optional) 	True
ImageMagick Konvertierung verfügbar (optional) 	True
Environment:
  Redmine version                2.6.9.stable
  Ruby version                   2.2.5-p319 (2016-04-26) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.9.4
  Git                            2.8.1
  Filesystem                     
Redmine plugins:
  no plugin installed
pkg info
ls -al /usr/local/www/redmine

Durchführung der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3[Bearbeiten]

snapshot vom dataset

per (W)UI FreeNAS
  • ...

Wechseln in die Jail

jexec srs15 zsh

in der Jail
service apache24 stop
Stopping apache24.

service apache24 status
apache24 is not running.
service mysql-server stop
Stopping mysql.

service mysql-server status
mysql is not running.
echo 'search stura.htw-dresden.de' > /etc/resolv.conf ; echo 'nameserver 141.56.1.1' >> /etc/resolv.conf ; echo 'nameserver 141.56.1.2' >> /etc/resolv.conf
pkg update

FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg upgrade -y
rm /usr/local/lib/ruby/gems/version/gems/passenger ; ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger
service apache24 start
service apache24 status
service apache24 stop
service apache24 status
cd /usr/local/www/redmine ; bundle install ; cd -
cd /usr/local/www/redmine ; rm config/initializers/secret_token.rb ; bundle exec rake generate_secret_token ; cd -
service mysql-server start
cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -
service mysql-server restart
service apache24 restart

testweises Neustarten der Jail

per (W)UI FreeNAS
  • ...
Done!

Stand nach der Aktualisierung von Redmine vor dem Umrüsten auf Redmine 3[Bearbeiten]

https://projekt.htw.stura-dresden.de/admin/info
https://pro.stura.htw-dresden.de/admin/info
Redmine 2.6.9.stable
Administrator-Kennwort geändert 	True
Verzeichnis für Dateien beschreibbar 	True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) 	True
RMagick verfügbar (optional) 	True
ImageMagick Konvertierung verfügbar (optional) 	True
Environment:
  Redmine version                2.6.9.stable
  Ruby version                   2.2.6-p396 (2016-11-15) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.9.5
  Git                            2.11.0
  Filesystem                     
Redmine plugins:
  no plugin installed
pkg info

Aktualisierung mit dem Umrüsten auf Redmine 3[Bearbeiten]

Stand vor der Aktualisierung mit dem Umrüsten auf Redmine 3[Bearbeiten]

https://projekt.htw.stura-dresden.de/admin/info
https://pro.stura.htw-dresden.de/admin/info
Redmine 2.6.9.stable
Administrator-Kennwort geändert 	True
Verzeichnis für Dateien beschreibbar 	True
Verzeichnis für Plugin-Assets beschreibbar (./public/plugin_assets) 	True
RMagick verfügbar (optional) 	True
ImageMagick Konvertierung verfügbar (optional) 	True
Environment:
  Redmine version                2.6.9.stable
  Ruby version                   2.2.6-p396 (2016-11-15) [amd64-freebsd9]
  Rails version                  3.2.22.2
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.9.5
  Git                            2.11.0
  Filesystem                     
Redmine plugins:
  no plugin installed
pkg info
ls -al /usr/local/www/redmine

Durchführung der Aktualisierung mit dem Umrüsten auf Redmine 3[Bearbeiten]

snapshot vom dataset

per (W)UI FreeNAS
  • ...

Wechseln in die Jail

jexec srs15 zsh

in der Jail
service apache24 stop
Stopping apache24.

service apache24 status
apache24 is not running.
service mysql-server stop
Stopping mysql.

service mysql-server status
mysql is not running.
echo 'search stura.htw-dresden.de' > /etc/resolv.conf ; echo 'nameserver 141.56.1.1' >> /etc/resolv.conf ; echo 'nameserver 141.56.1.2' >> /etc/resolv.conf
pkg update

FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg upgrade -y
rm /usr/local/lib/ruby/gems/version/gems/passenger ; ln -s /usr/local/lib/ruby/gems/version/gems/$(ls /usr/local/lib/ruby/gems/version/gems/ | grep passenger | tail -n 1)/ /usr/local/lib/ruby/gems/version/gems/passenger
service apache24 start
service apache24 status
service apache24 stop
service apache24 status
cd /usr/local/www/redmine ; bundle install ; cd -
cd /usr/local/www/redmine ; rm config/initializers/secret_token.rb ; bundle exec rake generate_secret_token ; cd -
service mysql-server start
cd /usr/local/www/redmine ; bundle exec rake redmine:plugins:migrate RAILS_ENV=production ; cd -
service mysql-server restart
service apache24 restart
We're sorry, but something went wrong.

We've been notified about this issue and we'll take a look at it shortly.
Information for the administrator of this website

testweises Neustarten der Jail

per (W)UI FreeNAS
  • ...
Done!

Aktualisierung mit dem Umrüsten auf Redmine 3[Bearbeiten]

https://projekt.htw.stura-dresden.de/admin/info
https://pro.stura.htw-dresden.de/admin/info



pkg info