From: Frank Brehm Date: Wed, 2 Nov 2016 09:03:56 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=1e12630518abeaef1231d152ddf43062d0be54cf;p=config%2Fsarah%2Fetc.git committing changes in /etc after apt run Package changes: -bind9-host 1:9.9.5.dfsg-9+deb8u7 +bind9-host 1:9.9.5.dfsg-9+deb8u8 -dnsutils 1:9.9.5.dfsg-9+deb8u7 +dnsutils 1:9.9.5.dfsg-9+deb8u8 -libbind9-90 1:9.9.5.dfsg-9+deb8u7 +libbind9-90 1:9.9.5.dfsg-9+deb8u8 -libdns-export100 1:9.9.5.dfsg-9+deb8u7 -libdns100 1:9.9.5.dfsg-9+deb8u7 +libdns-export100 1:9.9.5.dfsg-9+deb8u8 +libdns100 1:9.9.5.dfsg-9+deb8u8 -libirs-export91 1:9.9.5.dfsg-9+deb8u7 -libisc-export95 1:9.9.5.dfsg-9+deb8u7 -libisc95 1:9.9.5.dfsg-9+deb8u7 -libisccc90 1:9.9.5.dfsg-9+deb8u7 -libisccfg-export90 1:9.9.5.dfsg-9+deb8u7 -libisccfg90 1:9.9.5.dfsg-9+deb8u7 +libirs-export91 1:9.9.5.dfsg-9+deb8u8 +libisc-export95 1:9.9.5.dfsg-9+deb8u8 +libisc95 1:9.9.5.dfsg-9+deb8u8 +libisccc90 1:9.9.5.dfsg-9+deb8u8 +libisccfg-export90 1:9.9.5.dfsg-9+deb8u8 +libisccfg90 1:9.9.5.dfsg-9+deb8u8 -liblwres90 1:9.9.5.dfsg-9+deb8u7 +liblwres90 1:9.9.5.dfsg-9+deb8u8 -linux-image-4.7.0-0.bpo.1-amd64 4.7.5-1~bpo8+2 +linux-image-4.7.0-0.bpo.1-amd64 4.7.8-1~bpo8+1 -nginx-common 1.6.2-5+deb8u2 -nginx-full 1.6.2-5+deb8u2+b1 +nginx-common 1.6.2-5+deb8u4 +nginx-full 1.6.2-5+deb8u4 -php5-cli 5.6.26+dfsg-0+deb8u1 -php5-common 5.6.26+dfsg-0+deb8u1 -php5-curl 5.6.26+dfsg-0+deb8u1 -php5-fpm 5.6.26+dfsg-0+deb8u1 -php5-gd 5.6.26+dfsg-0+deb8u1 -php5-intl 5.6.26+dfsg-0+deb8u1 +php5-cli 5.6.27+dfsg-0+deb8u1 +php5-common 5.6.27+dfsg-0+deb8u1 +php5-curl 5.6.27+dfsg-0+deb8u1 +php5-fpm 5.6.27+dfsg-0+deb8u1 +php5-gd 5.6.27+dfsg-0+deb8u1 +php5-intl 5.6.27+dfsg-0+deb8u1 -php5-mcrypt 5.6.26+dfsg-0+deb8u1 -php5-mysql 5.6.26+dfsg-0+deb8u1 +php5-mcrypt 5.6.27+dfsg-0+deb8u1 +php5-mysql 5.6.27+dfsg-0+deb8u1 -tar 1.27.1-2+b1 +tar 1.27.1-2+deb8u1 -tzdata 2016f-0+deb8u1 +tzdata 2016h-0+deb8u1 --- diff --git a/.etckeeper b/.etckeeper index 896efbb..ba29cc9 100755 --- a/.etckeeper +++ b/.etckeeper @@ -687,6 +687,7 @@ maybe chmod 0644 'libnl-3/pktloc' maybe chmod 0644 'locale.alias' maybe chmod 0644 'locale.gen' maybe chmod 0644 'locale.gen.bak' +maybe chmod 0644 'localtime' maybe chmod 0644 'localtime.bak' maybe chmod 0755 'logcheck' maybe chmod 0755 'logcheck/ignore.d.paranoid' diff --git a/localtime b/localtime deleted file mode 120000 index 622b45b..0000000 --- a/localtime +++ /dev/null @@ -1 +0,0 @@ -/usr/share/zoneinfo/Europe/Berlin \ No newline at end of file diff --git a/localtime b/localtime new file mode 100644 index 0000000..96059c7 Binary files /dev/null and b/localtime differ diff --git a/php5/cli/php.ini b/php5/cli/php.ini index fb2587a..8124e6e 100644 --- a/php5/cli/php.ini +++ b/php5/cli/php.ini @@ -770,6 +770,11 @@ enable_dl = Off ; http://php.net/cgi.fix-pathinfo ;cgi.fix_pathinfo=1 +; if cgi.discard_path is enabled, the PHP CGI binary can safely be placed outside +; of the web tree and people will not be able to circumvent .htaccess security. +; http://php.net/cgi.dicard-path +;cgi.discard_path=1 + ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the ; security context that the request runs under. mod_fastcgi under Apache @@ -790,6 +795,13 @@ enable_dl = Off ; http://php.net/cgi.rfc2616-headers ;cgi.rfc2616_headers = 0 +; cgi.check_shebang_line controls whether CGI PHP checks for line starting with #! +; (shebang) at the top of the running script. This line might be needed if the +; script support running both as stand-alone script and via PHP CGI<. PHP in CGI +; mode skips this line and ignores its content if this directive is turned on. +; http://php.net/cgi.check-shebang-line +;cgi.check_shebang_line=1 + ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; diff --git a/timezone b/timezone index 7f39493..94d5acc 100644 --- a/timezone +++ b/timezone @@ -1 +1 @@ -Etc/UTC +Europe/Berlin