From: Frank Brehm Date: Wed, 5 Dec 2018 23:06:55 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=dfb22a9f9bea97c63c8270862084dc34959b193b;p=config%2Fbruni%2Fetc-mint.git committing changes in /etc after apt run Package changes: -adobe-flashplugin 1:20181120.1-0ubuntu0.18.04.1 amd64 +adobe-flashplugin 1:20181205.1-0ubuntu0.18.04.1 amd64 -chromium-codecs-ffmpeg-extra 70.0.3538.77-0ubuntu0.18.04.1 amd64 +chromium-codecs-ffmpeg-extra 70.0.3538.110-0ubuntu0.18.04.1 amd64 -google-chrome-stable 70.0.3538.110-1 amd64 +google-chrome-stable 71.0.3578.80-1 amd64 -libpoppler-glib8 0.62.0-2ubuntu2.2 amd64 -libpoppler73 0.62.0-2ubuntu2.2 amd64 +libpoppler-glib8 0.62.0-2ubuntu2.4 amd64 +libpoppler73 0.62.0-2ubuntu2.4 amd64 -netplan.io 0.36.3 amd64 +netplan.io 0.40.1~18.04.3 amd64 -nplan 0.36.3 all +nplan 0.40.1~18.04.3 all -poppler-utils 0.62.0-2ubuntu2.2 amd64 +poppler-utils 0.62.0-2ubuntu2.4 amd64 +python3-netifaces 0.10.4-0.1build4 amd64 --- diff --git a/chromium-browser/customizations/10-flash b/chromium-browser/customizations/10-flash index d812ca9..5d67921 100644 --- a/chromium-browser/customizations/10-flash +++ b/chromium-browser/customizations/10-flash @@ -1,6 +1,6 @@ flashso="/usr/lib/adobe-flashplugin/libpepflashplayer.so" if test -f "$flashso"; then - CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=31.0.0.153" + CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=32.0.0.101" echo "Using PPAPI flash." else echo "PPAPI flash has config file in /etc, but library does not exist and won't be used. Package is uninstalled, not purged."