From 4e3509c862df0338fe2af704ff6760e20dc9ca37 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 28 Dec 2016 12:37:39 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- postfix/main.cf.default | 6 +++--- postfix/makedefs.out | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postfix/main.cf.default b/postfix/main.cf.default index 68753452..a1db9beb 100644 --- a/postfix/main.cf.default +++ b/postfix/main.cf.default @@ -321,9 +321,9 @@ local_transport_rate_delay = $default_transport_rate_delay luser_relay = mail_name = Postfix mail_owner = postfix -mail_release_date = 20160224 +mail_release_date = 20160828 mail_spool_directory = /var/mail -mail_version = 3.1.0 +mail_version = 3.1.2 mailbox_command = mailbox_command_maps = mailbox_delivery_lock = fcntl, dotlock @@ -787,7 +787,7 @@ tls_random_exchange_name = ${data_directory}/prng_exch tls_random_prng_update_period = 3600s tls_random_reseed_period = 3600s tls_random_source = dev:/dev/urandom -tls_session_ticket_cipher = aes-128-cbc +tls_session_ticket_cipher = aes-256-cbc tls_ssl_options = tls_wildcard_matches_multiple_labels = yes tlsmgr_service_name = tlsmgr diff --git a/postfix/makedefs.out b/postfix/makedefs.out index 921cc045..3e6233b0 100644 --- a/postfix/makedefs.out +++ b/postfix/makedefs.out @@ -39,7 +39,7 @@ RANLIB = : LIB_PREFIX = postfix- LIB_SUFFIX = .so SHLIB_CFLAGS = -fPIC -SHLIB_DIR = /usr/lib64/postfix/3.1.0 +SHLIB_DIR = /usr/lib64/postfix/3.1.2 SHLIB_LD = x86_64-pc-linux-gnu-gcc -shared -Wl,-soname,${LIB} SHLIB_SYSLIBS = -Wl,-O1 -Wl,--as-needed -ldl -lpam -lssl -lcrypto -lsasl2 -lldap -llber -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -L/usr/lib64 -lpcre -L/usr/lib64/postgresql-9.5/lib64 -lpq -lsqlite3 -lpthread -ldb -lnsl -lresolv -ldl -L/usr/lib64 -licui18n -licuuc -licudata SHLIB_RPATH = -Wl,--enable-new-dtags -Wl,-rpath,${SHLIB_DIR} -- 2.39.5