From af0284908357422969cc86cdbee10ab847f670b5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 6 Jan 2015 00:47:08 +0100 Subject: [PATCH] Current state --- .../xinitrc.d/40-libcanberra-gtk-module} | 0 X11/xinit/xinitrc.d/49-keychain | 0 X11/xinit/xinitrc.d/50-ssh-agent | 0 config-archive/etc/logrotate.conf | 4 +- config-archive/etc/logrotate.conf.1 | 53 +++ config-archive/etc/logrotate.conf.dist.new | 43 +++ dbus-1/system.d/org.freedesktop.machine1.conf | 12 +- dbus-1/system.d/org.freedesktop.resolve1.conf | 27 ++ dbus-1/system.d/org.freedesktop.systemd1.conf | 108 ++++++ eselect/postgresql/active.links | 6 - eselect/postgresql/slots/9.3/base | 2 +- eselect/postgresql/slots/9.3/docs | 1 - fonts/conf.avail/10-no-sub-pixel.conf | 2 +- fonts/conf.avail/30-metric-aliases.conf | 361 +++++++++++++++--- fonts/conf.avail/30-urw-aliases.conf | 24 +- fonts/conf.avail/45-latin.conf | 16 + fonts/conf.d/10-scale-bitmap-fonts.conf | 2 +- fonts/conf.d/README | 6 +- fonts/fonts.conf | 2 +- group | 3 + group- | 3 + gshadow | 3 + gshadow- | 3 + hp/hplip.conf | 9 +- init.d/ntpd | 31 +- logrotate.conf.orig | 43 +++ pam.d/systemd-user | 12 +- passwd | 3 + passwd- | 3 + php/apache2-php5.5/php.ini | 11 +- php/cgi-php5.5/php.ini | 11 +- php/cli-php5.5/php.ini | 11 +- php/embed-php5.5/php.ini | 11 +- php/fpm-php5.5/php.ini | 11 +- portage/package.use | 4 +- .../.keep_dev-db_postgresql-base-9.3 | 0 postgresql-9.3/psqlrc | 8 + shadow | 3 + shadow- | 3 + systemd/journal-upload.conf | 5 + systemd/journald.conf | 2 +- systemd/resolved.conf | 4 +- .../systemd-timesyncd.service | 1 + systemd/timesyncd.conf | 3 +- udev/hwdb.bin | Bin 6596341 -> 6596341 bytes udev/udev.conf | 2 +- 46 files changed, 705 insertions(+), 167 deletions(-) rename X11/{xinit.d/libcanberra-gtk-module.sh => xinit/xinitrc.d/40-libcanberra-gtk-module} (100%) mode change 100644 => 100755 mode change 100644 => 100755 X11/xinit/xinitrc.d/49-keychain mode change 100644 => 100755 X11/xinit/xinitrc.d/50-ssh-agent create mode 100644 config-archive/etc/logrotate.conf.1 create mode 100644 config-archive/etc/logrotate.conf.dist.new create mode 100644 dbus-1/system.d/org.freedesktop.resolve1.conf delete mode 100644 eselect/postgresql/slots/9.3/docs create mode 100644 logrotate.conf.orig delete mode 100644 postgresql-9.3/.keep_dev-db_postgresql-base-9.3 create mode 100644 postgresql-9.3/psqlrc create mode 100644 systemd/journal-upload.conf create mode 120000 systemd/system/sysinit.target.wants/systemd-timesyncd.service diff --git a/X11/xinit.d/libcanberra-gtk-module.sh b/X11/xinit/xinitrc.d/40-libcanberra-gtk-module old mode 100644 new mode 100755 similarity index 100% rename from X11/xinit.d/libcanberra-gtk-module.sh rename to X11/xinit/xinitrc.d/40-libcanberra-gtk-module diff --git a/X11/xinit/xinitrc.d/49-keychain b/X11/xinit/xinitrc.d/49-keychain old mode 100644 new mode 100755 diff --git a/X11/xinit/xinitrc.d/50-ssh-agent b/X11/xinit/xinitrc.d/50-ssh-agent old mode 100644 new mode 100755 diff --git a/config-archive/etc/logrotate.conf b/config-archive/etc/logrotate.conf index b6162de9..b6b141a4 100644 --- a/config-archive/etc/logrotate.conf +++ b/config-archive/etc/logrotate.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $ # # Logrotate default configuration file for Gentoo Linux # @@ -35,7 +35,7 @@ noolddir # packages can drop log rotation information into this directory include /etc/logrotate.d -# no packages own lastlog or wtmp -- we'll rotate them here +# no packages own wtmp and btmp -- we'll rotate them here /var/log/wtmp { monthly create 0664 root utmp diff --git a/config-archive/etc/logrotate.conf.1 b/config-archive/etc/logrotate.conf.1 new file mode 100644 index 00000000..b6162de9 --- /dev/null +++ b/config-archive/etc/logrotate.conf.1 @@ -0,0 +1,53 @@ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $ +# +# Logrotate default configuration file for Gentoo Linux +# +# See "man logrotate" for details + +# rotate log files weekly +weekly +#daily + +# keep 4 weeks worth of backlogs +rotate 10 +maxage 2y + +# create new (empty) log files after rotating old ones +create + +tabooprefix \. + +# use date as a suffix of the rotated file +dateext + +# do not rotate, if the file is empty +notifempty + +# uncomment this if you want your log files compressed +compress + +# is it okay, if a logfile doesn't exists ? +missingok + +#nomail +noolddir + +# packages can drop log rotation information into this directory +include /etc/logrotate.d + +# no packages own lastlog or wtmp -- we'll rotate them here +/var/log/wtmp { + monthly + create 0664 root utmp + rotate 12 + size=4096K +} + +/var/log/btmp { + missingok + monthly + create 0600 root utmp + rotate 1 +} + +# system-specific logs may be also be configured here. diff --git a/config-archive/etc/logrotate.conf.dist.new b/config-archive/etc/logrotate.conf.dist.new new file mode 100644 index 00000000..4a5184a1 --- /dev/null +++ b/config-archive/etc/logrotate.conf.dist.new @@ -0,0 +1,43 @@ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $ +# +# Default logrotate(8) configuration file for Gentoo Linux. +# See "man logrotate" for details. + +# rotate log files weekly. +weekly +#daily + +# keep 4 weeks worth of backlogs. +rotate 4 + +# create new (empty) log files after rotating old ones. +create + +# use date as a suffix of the rotated file. +dateext + +# compress rotated log files. +compress + +notifempty +nomail +noolddir + +# packages can drop log rotation information into this directory. +include /etc/logrotate.d + +# no packages own wtmp and btmp -- we'll rotate them here. +/var/log/wtmp { + monthly + create 0664 root utmp + minsize 1M + rotate 1 +} +/var/log/btmp { + missingok + monthly + create 0600 root utmp + rotate 1 +} + +# system-specific logs may be also be configured here. diff --git a/dbus-1/system.d/org.freedesktop.machine1.conf b/dbus-1/system.d/org.freedesktop.machine1.conf index 3a77c70b..ac1aee85 100644 --- a/dbus-1/system.d/org.freedesktop.machine1.conf +++ b/dbus-1/system.d/org.freedesktop.machine1.conf @@ -42,15 +42,19 @@ + send_member="GetMachine"/> + send_member="GetMachineByPID"/> + send_member="GetMachineAddresses"/> + + + send_member="GetOSRelease"/> diff --git a/dbus-1/system.d/org.freedesktop.resolve1.conf b/dbus-1/system.d/org.freedesktop.resolve1.conf new file mode 100644 index 00000000..25b09774 --- /dev/null +++ b/dbus-1/system.d/org.freedesktop.resolve1.conf @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + diff --git a/dbus-1/system.d/org.freedesktop.systemd1.conf b/dbus-1/system.d/org.freedesktop.systemd1.conf index 9dfca81c..3e138252 100644 --- a/dbus-1/system.d/org.freedesktop.systemd1.conf +++ b/dbus-1/system.d/org.freedesktop.systemd1.conf @@ -28,6 +28,8 @@ + + @@ -94,6 +96,112 @@ send_interface="org.freedesktop.systemd1.Manager" send_member="GetDefaultTarget"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eselect/postgresql/active.links b/eselect/postgresql/active.links index d34088b1..de418bbf 100644 --- a/eselect/postgresql/active.links +++ b/eselect/postgresql/active.links @@ -9,8 +9,6 @@ usr/lib64/libecpg_compat.so.3 usr/lib64/libpgtypes.so.3 usr/lib64/libpq.so.5 usr/lib64/libpgtypes.so.3.4 -usr/lib64/libpgport.a -usr/lib64/libecpg.a usr/lib64/libecpg_compat.so.3.5 usr/lib64/libecpg.so.6 usr/lib64/libecpg.so @@ -18,10 +16,6 @@ usr/lib64/libpq.so usr/lib64/libpq.so.5.6 usr/lib64/libpgtypes.so usr/lib64/libecpg.so.6.5 -usr/lib64/libpgtypes.a -usr/lib64/libpq.a -usr/lib64/libecpg_compat.a -usr/lib64/libpgcommon.a usr/lib64/libecpg_compat.so usr/bin/pg_isready usr/bin/droplang diff --git a/eselect/postgresql/slots/9.3/base b/eselect/postgresql/slots/9.3/base index 7d4a07f9..d7f0fd83 100644 --- a/eselect/postgresql/slots/9.3/base +++ b/eselect/postgresql/slots/9.3/base @@ -1 +1 @@ -postgres_ebuilds="${postgres_ebuilds} postgresql-base-9.3.5" +postgres_ebuilds="${postgres_ebuilds} postgresql-9.3.5-r2" diff --git a/eselect/postgresql/slots/9.3/docs b/eselect/postgresql/slots/9.3/docs deleted file mode 100644 index 41c72331..00000000 --- a/eselect/postgresql/slots/9.3/docs +++ /dev/null @@ -1 +0,0 @@ -postgres_ebuilds="${postgres_ebuilds} postgresql-docs-9.3.5" diff --git a/fonts/conf.avail/10-no-sub-pixel.conf b/fonts/conf.avail/10-no-sub-pixel.conf index cf124656..635847c4 100644 --- a/fonts/conf.avail/10-no-sub-pixel.conf +++ b/fonts/conf.avail/10-no-sub-pixel.conf @@ -1,7 +1,7 @@ - + + @@ -64,6 +56,20 @@ + + TeX Gyre Heros + + Helvetica + + + + + TeX Gyre Heros Cn + + Helvetica Condensed + + + Nimbus Roman No9 L @@ -71,6 +77,16 @@ + + Nimbus Mono L @@ -78,6 +94,125 @@ + + TeX Gyre Cursor + + Courier + + + + + Avant Garde + + ITC Avant Garde Gothic + + + + + URW Gothic L + + ITC Avant Garde Gothic + + + + + TeX Gyre Adventor + + ITC Avant Garde Gothic + + + + + Bookman + + ITC Bookman + + + + + URW Bookman L + + ITC Bookman + + + + + TeX Gyre Bonum + + ITC Bookman + + + + + Bookman Old Style + + ITC Bookman + + + + + Zapf Chancery + + ITC Zapf Chancery + + + + + URW Chancery L + + ITC Zapf Chancery + + + + + TeX Gyre Chorus + + ITC Zapf Chancery + + + + + URW Palladio L + + Palatino + + + + + TeX Gyre Pagella + + Palatino + + + + + Palatino Linotype + + Palatino + + + + + Century Schoolbook L + + New Century Schoolbook + + + + + TeX Gyre Schola + + New Century Schoolbook + + + + + Century Schoolbook + + New Century Schoolbook + + + @@ -171,10 +306,35 @@ + + Gelasio + + Georgia + + + + Caladea + + Cambria + + - + + Carlito + + Calibri + + + + SymbolNeu + + Symbol + + + + @@ -184,6 +344,13 @@ + + Helvetica Condensed + + Arial Narrow + + + Times @@ -207,6 +374,13 @@ + + Arial Narrow + + Helvetica Condensed + + + Times New Roman @@ -225,18 +399,29 @@ - Helvetica + TeX Gyre Heros Nimbus Sans L + + Helvetica Condensed + + TeX Gyre Heros Cn + + + Times + Nimbus Roman No9 L @@ -244,10 +429,53 @@ Courier + TeX Gyre Cursor Nimbus Mono L + + ITC Avant Garde Gothic + + TeX Gyre Adventor + URW Gothic L + + + + + ITC Bookman + + Bookman Old Style + TeX Gyre Bonum + URW Bookman L + + + + + ITC Zapf Chancery + + TeX Gyre Chorus + URW Chancery L + + + + + Palatino + + Palatino Linotype + TeX Gyre Pagella + URW Palladio L + + + + + New Century Schoolbook + + Century Schoolbook + TeX Gyre Schola + Century Schoolbook L + + @@ -287,5 +515,32 @@ + + Georgia + + Gelasio + + + + + Cambria + + Caladea + + + + + Calibri + + Carlito + + + + + Symbol + + SymbolNeu + + diff --git a/fonts/conf.avail/30-urw-aliases.conf b/fonts/conf.avail/30-urw-aliases.conf index aae06acd..e0d45da8 100644 --- a/fonts/conf.avail/30-urw-aliases.conf +++ b/fonts/conf.avail/30-urw-aliases.conf @@ -3,30 +3,14 @@ - Avant Garde - URW Gothic L - - - Bookman - URW Bookman L - - - New Century Schoolbook - Century Schoolbook L - - - Palatino - URW Palladio L - - - Zapf Chancery - URW Chancery L + Zapf Dingbats + Dingbats - Zapf Dingbats + ITC Zapf Dingbats Dingbats diff --git a/fonts/conf.avail/45-latin.conf b/fonts/conf.avail/45-latin.conf index 09fd5265..aa62ed42 100644 --- a/fonts/conf.avail/45-latin.conf +++ b/fonts/conf.avail/45-latin.conf @@ -45,6 +45,22 @@ Thorndale serif + + Georgia + serif + + + Garamond + serif + + + Palatino Linotype + serif + + + Trebuchet MS + serif + diff --git a/fonts/conf.d/10-scale-bitmap-fonts.conf b/fonts/conf.d/10-scale-bitmap-fonts.conf index 56049bc6..c3ca696b 120000 --- a/fonts/conf.d/10-scale-bitmap-fonts.conf +++ b/fonts/conf.d/10-scale-bitmap-fonts.conf @@ -1 +1 @@ -/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf \ No newline at end of file +../conf.avail/10-scale-bitmap-fonts.conf \ No newline at end of file diff --git a/fonts/conf.d/README b/fonts/conf.d/README index c2fb52c3..6a774c5d 100644 --- a/fonts/conf.d/README +++ b/fonts/conf.d/README @@ -2,9 +2,9 @@ conf.d/README Each file in this directory is a fontconfig configuration file. Fontconfig scans this directory, loading all files of the form [0-9][0-9]*.conf. -These files are normally installed in ../conf.avail and then symlinked here, -allowing them to be easily installed and then enabled/disabled by adjusting -the symlinks. +These files are normally installed in /usr/share/fontconfig/conf.avail +and then symlinked here, allowing them to be easily installed and then +enabled/disabled by adjusting the symlinks. The files are loaded in numeric order, the structure of the configuration has led to the following conventions in usage: diff --git a/fonts/fonts.conf b/fonts/fonts.conf index e2d5567f..2530eef0 100644 --- a/fonts/fonts.conf +++ b/fonts/fonts.conf @@ -68,7 +68,7 @@ - /etc/fonts/conf.d + conf.d diff --git a/group b/group index 3a62aaab..ca948a1a 100644 --- a/group +++ b/group @@ -80,3 +80,6 @@ systemd-bus-proxy:x:977: systemd-network:x:976: systemd-resolve:x:975: systemd-timesync:x:974: +systemd-journal-gateway:x:973: +systemd-journal-remote:x:972: +systemd-journal-upload:x:971: diff --git a/group- b/group- index 02222326..49c1e795 100644 --- a/group- +++ b/group- @@ -79,3 +79,6 @@ input:x:978: systemd-bus-proxy:x:977: systemd-network:x:976: systemd-resolve:x:975: +systemd-timesync:x:974: +systemd-journal-gateway:x:973: +systemd-journal-remote:x:972: diff --git a/gshadow b/gshadow index ced083f9..3e365c10 100644 --- a/gshadow +++ b/gshadow @@ -78,3 +78,6 @@ systemd-bus-proxy:!:: systemd-network:!:: systemd-resolve:!:: systemd-timesync:!:: +systemd-journal-gateway:!:: +systemd-journal-remote:!:: +systemd-journal-upload:!:: diff --git a/gshadow- b/gshadow- index 2527ca8d..8fd0b688 100644 --- a/gshadow- +++ b/gshadow- @@ -77,3 +77,6 @@ input:!:: systemd-bus-proxy:!:: systemd-network:!:: systemd-resolve:!:: +systemd-timesync:!:: +systemd-journal-gateway:!:: +systemd-journal-remote:!:: diff --git a/hp/hplip.conf b/hp/hplip.conf index a747a354..1b05a738 100644 --- a/hp/hplip.conf +++ b/hp/hplip.conf @@ -1,15 +1,15 @@ # hplip.conf. Generated from hplip.conf.in by configure. [hplip] -version=3.14.1 +version=3.14.10 [dirs] home=/usr/share/hplip run=/var/run ppd=/usr/share/ppd/HP ppdbase=/usr/share/ppd -doc=/usr/share/doc/hplip-3.14.1 -html=/usr/share/doc/hplip-3.14.1/html +doc=/usr/share/doc/hplip-3.14.10 +html=/usr/share/doc/hplip-3.14.10/html icon=/usr/share/applications cupsbackend=/usr/libexec/cups/backend cupsfilter=/usr/libexec/cups/filter @@ -35,14 +35,13 @@ foomatic-rip-hplip-install=no hpcups-install=yes cups-drv-install=yes cups-ppd-install=no -internal-tag=3.14.1 +internal-tag=3.14.10 restricted-build=no ui-toolkit=qt4 qt3=no qt4=yes policy-kit=yes lite-build=no -udev-acl-rules=no udev_sysfs_rules=no hpcups-only-build=no hpijs-only-build=no diff --git a/init.d/ntpd b/init.d/ntpd index a5bd1ffc..1a34bb2f 100755 --- a/init.d/ntpd +++ b/init.d/ntpd @@ -1,36 +1,23 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc,v 1.24 2010/07/18 21:53:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v 1.2 2014/12/23 17:43:25 floppym Exp $ + +description="ntpd - the network time protocol daemon" +pidfile="/var/run/ntpd.pid" +command="/usr/sbin/ntpd" +command_args="-p ${pidfile} ${NTPD_OPTS}" +start_stop_daemon_args="--pidfile ${pidfile}" depend() { use net dns logger after ntp-client } -checkconfig() { +start_pre() { if [ ! -f /etc/ntp.conf ] ; then eerror "Please create /etc/ntp.conf" - eerror "Sample conf: /usr/share/ntp/ntp.conf" return 1 fi return 0 } - -start() { - checkconfig || return $? - - ebegin "Starting ntpd" - start-stop-daemon --start --exec /usr/sbin/ntpd \ - --pidfile /var/run/ntpd.pid \ - -- -p /var/run/ntpd.pid ${NTPD_OPTS} - eend $? "Failed to start ntpd" -} - -stop() { - ebegin "Stopping ntpd" - start-stop-daemon --stop \ - --pidfile /var/run/ntpd.pid \ - --exec /usr/sbin/ntpd - eend $? "Failed to stop ntpd" -} diff --git a/logrotate.conf.orig b/logrotate.conf.orig new file mode 100644 index 00000000..4a5184a1 --- /dev/null +++ b/logrotate.conf.orig @@ -0,0 +1,43 @@ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $ +# +# Default logrotate(8) configuration file for Gentoo Linux. +# See "man logrotate" for details. + +# rotate log files weekly. +weekly +#daily + +# keep 4 weeks worth of backlogs. +rotate 4 + +# create new (empty) log files after rotating old ones. +create + +# use date as a suffix of the rotated file. +dateext + +# compress rotated log files. +compress + +notifempty +nomail +noolddir + +# packages can drop log rotation information into this directory. +include /etc/logrotate.d + +# no packages own wtmp and btmp -- we'll rotate them here. +/var/log/wtmp { + monthly + create 0664 root utmp + minsize 1M + rotate 1 +} +/var/log/btmp { + missingok + monthly + create 0600 root utmp + rotate 1 +} + +# system-specific logs may be also be configured here. diff --git a/pam.d/systemd-user b/pam.d/systemd-user index 7b57dbf7..8112d746 100644 --- a/pam.d/systemd-user +++ b/pam.d/systemd-user @@ -1,8 +1,6 @@ -#%PAM-1.0 +# This file is part of systemd. +# +# Used by systemd --user instances. -# Used by systemd when launching systemd user instances. - -account include system-auth -session include system-auth -auth required pam_deny.so -password required pam_deny.so +account include system-auth +session include system-auth diff --git a/passwd b/passwd index 7fd3f711..ac806add 100644 --- a/passwd +++ b/passwd @@ -62,3 +62,6 @@ systemd-bus-proxy:x:124:977:added by portage for systemd:/dev/null:/sbin/nologin systemd-network:x:125:976:added by portage for systemd:/dev/null:/sbin/nologin systemd-resolve:x:126:975:added by portage for systemd:/dev/null:/sbin/nologin systemd-timesync:x:127:974:added by portage for systemd:/dev/null:/sbin/nologin +systemd-journal-gateway:x:128:973:added by portage for systemd:/dev/null:/sbin/nologin +systemd-journal-remote:x:129:972:added by portage for systemd:/dev/null:/sbin/nologin +systemd-journal-upload:x:130:971:added by portage for systemd:/dev/null:/sbin/nologin diff --git a/passwd- b/passwd- index cfc4cc17..0eaa4630 100644 --- a/passwd- +++ b/passwd- @@ -61,3 +61,6 @@ dhcp:x:122:979:added by portage for dhcp:/var/lib/dhcp:/sbin/nologin systemd-bus-proxy:x:124:977:added by portage for systemd:/dev/null:/sbin/nologin systemd-network:x:125:976:added by portage for systemd:/dev/null:/sbin/nologin systemd-resolve:x:126:975:added by portage for systemd:/dev/null:/sbin/nologin +systemd-timesync:x:127:974:added by portage for systemd:/dev/null:/sbin/nologin +systemd-journal-gateway:x:128:973:added by portage for systemd:/dev/null:/sbin/nologin +systemd-journal-remote:x:129:972:added by portage for systemd:/dev/null:/sbin/nologin diff --git a/php/apache2-php5.5/php.ini b/php/apache2-php5.5/php.ini index 717f4f95..8d5ae6c1 100644 --- a/php/apache2-php5.5/php.ini +++ b/php/apache2-php5.5/php.ini @@ -293,20 +293,17 @@ serialize_precision = 17 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; or per-virtualhost web server configuration file. ; http://php.net/open-basedir ;open_basedir = ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of function names. ; http://php.net/disable-functions disable_functions = ; This directive allows you to disable certain classes for security reasons. -; It receives a comma-delimited list of class names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of class names. ; http://php.net/disable-classes disable_classes = @@ -1005,7 +1002,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of -; the 5th parameter to mail(), even in safe mode. +; the 5th parameter to mail(). ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename diff --git a/php/cgi-php5.5/php.ini b/php/cgi-php5.5/php.ini index 717f4f95..8d5ae6c1 100644 --- a/php/cgi-php5.5/php.ini +++ b/php/cgi-php5.5/php.ini @@ -293,20 +293,17 @@ serialize_precision = 17 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; or per-virtualhost web server configuration file. ; http://php.net/open-basedir ;open_basedir = ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of function names. ; http://php.net/disable-functions disable_functions = ; This directive allows you to disable certain classes for security reasons. -; It receives a comma-delimited list of class names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of class names. ; http://php.net/disable-classes disable_classes = @@ -1005,7 +1002,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of -; the 5th parameter to mail(), even in safe mode. +; the 5th parameter to mail(). ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename diff --git a/php/cli-php5.5/php.ini b/php/cli-php5.5/php.ini index 717f4f95..8d5ae6c1 100644 --- a/php/cli-php5.5/php.ini +++ b/php/cli-php5.5/php.ini @@ -293,20 +293,17 @@ serialize_precision = 17 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; or per-virtualhost web server configuration file. ; http://php.net/open-basedir ;open_basedir = ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of function names. ; http://php.net/disable-functions disable_functions = ; This directive allows you to disable certain classes for security reasons. -; It receives a comma-delimited list of class names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of class names. ; http://php.net/disable-classes disable_classes = @@ -1005,7 +1002,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of -; the 5th parameter to mail(), even in safe mode. +; the 5th parameter to mail(). ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename diff --git a/php/embed-php5.5/php.ini b/php/embed-php5.5/php.ini index 717f4f95..8d5ae6c1 100644 --- a/php/embed-php5.5/php.ini +++ b/php/embed-php5.5/php.ini @@ -293,20 +293,17 @@ serialize_precision = 17 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; or per-virtualhost web server configuration file. ; http://php.net/open-basedir ;open_basedir = ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of function names. ; http://php.net/disable-functions disable_functions = ; This directive allows you to disable certain classes for security reasons. -; It receives a comma-delimited list of class names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of class names. ; http://php.net/disable-classes disable_classes = @@ -1005,7 +1002,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of -; the 5th parameter to mail(), even in safe mode. +; the 5th parameter to mail(). ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename diff --git a/php/fpm-php5.5/php.ini b/php/fpm-php5.5/php.ini index 717f4f95..8d5ae6c1 100644 --- a/php/fpm-php5.5/php.ini +++ b/php/fpm-php5.5/php.ini @@ -293,20 +293,17 @@ serialize_precision = 17 ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory -; or per-virtualhost web server configuration file. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; or per-virtualhost web server configuration file. ; http://php.net/open-basedir ;open_basedir = ; This directive allows you to disable certain functions for security reasons. -; It receives a comma-delimited list of function names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of function names. ; http://php.net/disable-functions disable_functions = ; This directive allows you to disable certain classes for security reasons. -; It receives a comma-delimited list of class names. This directive is -; *NOT* affected by whether Safe Mode is turned On or Off. +; It receives a comma-delimited list of class names. ; http://php.net/disable-classes disable_classes = @@ -1005,7 +1002,7 @@ smtp_port = 25 ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of -; the 5th parameter to mail(), even in safe mode. +; the 5th parameter to mail(). ;mail.force_extra_parameters = ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename diff --git a/portage/package.use b/portage/package.use index f43c731d..e2f93a8f 100644 --- a/portage/package.use +++ b/portage/package.use @@ -56,6 +56,7 @@ dev-cpp/gtkmm accessibility dev-db/libdbi -doc dev-db/libdbi-drivers -doc dev-db/mysql cluster extraengine profiling xtradb +dev-db/postgresql -server uuid xml dev-db/sqlite extensions fts3 secure-delete soundex unlock-notify dev-db/unixODBC odbcmanual @@ -79,6 +80,7 @@ dev-libs/libgcrypt idea static-libs dev-libs/libpeas -python_targets_python3_3 dev-libs/libusb -doc dev-libs/openssl rfc3779 +dev-libs/ossp-uuid -php dev-libs/STLport boost dev-perl/Catalyst-Action-REST php xml config-general data-taxi freezethaw json @@ -258,7 +260,7 @@ net-misc/ntp parse-clocks -zeroconf net-misc/openssh -X509 sftplogging net-misc/openvpn down-root eurephia iproute2 passwordsave net-misc/rdesktop rdpusb -net-misc/spice-gtk -pulseaudio +net-misc/spice-gtk -pulseaudio usbredir # net-misc/vnc server net-misc/vpnc hybrid-auth diff --git a/postgresql-9.3/.keep_dev-db_postgresql-base-9.3 b/postgresql-9.3/.keep_dev-db_postgresql-base-9.3 deleted file mode 100644 index e69de29b..00000000 diff --git a/postgresql-9.3/psqlrc b/postgresql-9.3/psqlrc new file mode 100644 index 00000000..8152cace --- /dev/null +++ b/postgresql-9.3/psqlrc @@ -0,0 +1,8 @@ +-- +-- system-wide psql configuration file +-- +-- This file is read before the .psqlrc file in the user's home directory. +-- +-- Copy this to your installation's sysconf directory and rename it psqlrc. +-- The sysconf directory can be identified via "pg_config --sysconfdir". +-- diff --git a/shadow b/shadow index 28bbc24a..76c6b409 100644 --- a/shadow +++ b/shadow @@ -61,3 +61,6 @@ systemd-bus-proxy:!:16398:::::: systemd-network:!:16398:::::: systemd-resolve:!:16398:::::: systemd-timesync:!:16398:::::: +systemd-journal-gateway:!:16440:::::: +systemd-journal-remote:!:16440:::::: +systemd-journal-upload:!:16440:::::: diff --git a/shadow- b/shadow- index 7716051e..4f949ee4 100644 --- a/shadow- +++ b/shadow- @@ -60,3 +60,6 @@ dhcp:!:16237:::::: systemd-bus-proxy:!:16398:::::: systemd-network:!:16398:::::: systemd-resolve:!:16398:::::: +systemd-timesync:!:16398:::::: +systemd-journal-gateway:!:16440:::::: +systemd-journal-remote:!:16440:::::: diff --git a/systemd/journal-upload.conf b/systemd/journal-upload.conf new file mode 100644 index 00000000..d2610278 --- /dev/null +++ b/systemd/journal-upload.conf @@ -0,0 +1,5 @@ +[Upload] +# URL= +# ServerKeyFile=/etc/ssl/private/journal-upload.pem +# ServerCertificateFile=/etc/ssl/certs/journal-upload.pem +# TrustedCertificateFile=/etc/ssl/ca/trusted.pem diff --git a/systemd/journald.conf b/systemd/journald.conf index cded4a9d..2073f1bf 100644 --- a/systemd/journald.conf +++ b/systemd/journald.conf @@ -23,7 +23,7 @@ #RuntimeMaxFileSize= #MaxRetentionSec= #MaxFileSec=1month -#ForwardToSyslog=yes +#ForwardToSyslog=no #ForwardToKMsg=no #ForwardToConsole=no #ForwardToWall=yes diff --git a/systemd/resolved.conf b/systemd/resolved.conf index e3165987..0b2e0f2b 100644 --- a/systemd/resolved.conf +++ b/systemd/resolved.conf @@ -8,4 +8,6 @@ # See resolved.conf(5) for details [Resolve] -#DNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 +#DNS= +#FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 +#LLMNR=yes diff --git a/systemd/system/sysinit.target.wants/systemd-timesyncd.service b/systemd/system/sysinit.target.wants/systemd-timesyncd.service new file mode 120000 index 00000000..f10f26ed --- /dev/null +++ b/systemd/system/sysinit.target.wants/systemd-timesyncd.service @@ -0,0 +1 @@ +../../../../usr/lib/systemd/system/systemd-timesyncd.service \ No newline at end of file diff --git a/systemd/timesyncd.conf b/systemd/timesyncd.conf index 6e9ed9e9..d2130f90 100644 --- a/systemd/timesyncd.conf +++ b/systemd/timesyncd.conf @@ -8,4 +8,5 @@ # See timesyncd.conf(5) for details [Time] -#Servers=0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org +#NTP= +#FallbackNTP=0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org diff --git a/udev/hwdb.bin b/udev/hwdb.bin index b57718aa7a75794deed2411c441e8e27a473684c..80175bced6cfee69ad1f705ed978d4021be8dd5a 100644 GIT binary patch delta 322 zcmWN`M>azN06@_r5j@db^yr=Fo#;LZQuN+7V(>O#5q4l1<`!X^xeV^;7Jfd%g(6b< zbS4OL!S4rBA|VM&sYIkq%B4bzRVh)al4_}uTB(zIX^=)~l4faazN06@_r5j@db^yr=Fo#;LZQuN+7V(>O#5q4l1#x`M^xeV^;7Jfd%g(6b< zbS4OL!S4rBA|VM&sYIkq%B4bzRVh)al4_}uTB(zIX^=)~l4fay