From: Frank Brehm Date: Fri, 12 Apr 2019 06:48:18 +0000 (+0200) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=89fa33ceda14976043f6aa3dcf0cc742f0ba5d8e;p=config%2Fbruni%2Fetc-mint.git committing changes in /etc after apt run Package changes: -adobe-flashplugin 1:20190312.1-0ubuntu0.18.04.1 amd64 +adobe-flashplugin 1:20190409.1-0ubuntu0.18.04.1 amd64 -libidn11 1.33-2.1ubuntu1.1 amd64 +libidn11 1.33-2.1ubuntu1.2 amd64 -libruby2.5 2.5.1-1ubuntu1.1 amd64 +libruby2.5 2.5.1-1ubuntu1.2 amd64 -nfs-common 1:1.3.4-2.1ubuntu5 amd64 +nfs-common 1:1.3.4-2.1ubuntu5.1 amd64 -ruby2.5 2.5.1-1ubuntu1.1 amd64 +ruby2.5 2.5.1-1ubuntu1.2 amd64 --- diff --git a/chromium-browser/customizations/10-flash b/chromium-browser/customizations/10-flash index 0a94fd5..803df0e 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=32.0.0.156" + CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=32.0.0.171" 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."