Hello community, here is the log from the commit of package ecryptfs-utils for openSUSE:Factory checked in at 2015-05-15 07:43:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ecryptfs-utils (Old) and /work/SRC/openSUSE:Factory/.ecryptfs-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ecryptfs-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes 2014-09-05 09:34:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ecryptfs-utils.new/ecryptfs-utils.changes 2015-05-15 07:43:24.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 11 14:39:00 UTC 2015 - [email protected] + +- updated to 106 + - new passphrase wrapping method, including the salt to fix + CVE-2014-9687 / bsc#920160 + - various bugfixes + +------------------------------------------------------------------- Old: ---- ecryptfs-utils_104.orig.tar.gz New: ---- ecryptfs-utils_106.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ecryptfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.WHOlMa/_old 2015-05-15 07:43:25.000000000 +0200 +++ /var/tmp/diff_new_pack.WHOlMa/_new 2015-05-15 07:43:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ecryptfs-utils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Summary: Userspace Utilities for ecryptfs License: GPL-2.0+ Group: Productivity/Security -Version: 104 +Version: 106 Release: 0 Source0: http://launchpad.net/ecryptfs/trunk/%version/+download/ecryptfs-utils_%version.orig.tar.gz Source1: baselibs.conf ++++++ ecryptfs-setup-swap-SuSE.patch ++++++ --- /var/tmp/diff_new_pack.WHOlMa/_old 2015-05-15 07:43:25.000000000 +0200 +++ /var/tmp/diff_new_pack.WHOlMa/_new 2015-05-15 07:43:25.000000000 +0200 @@ -1,6 +1,8 @@ ---- ecryptfs-utils-103/src/utils/ecryptfs-setup-swap 2013-08-05 10:44:55.618908888 -0400 -+++ ecryptfs-utils-103/src/utils/ecryptfs-setup-swap.mod 2013-08-05 10:54:16.966419219 -0400 -@@ -37,23 +37,20 @@ +Index: ecryptfs-utils-106/src/utils/ecryptfs-setup-swap +=================================================================== +--- ecryptfs-utils-106.orig/src/utils/ecryptfs-setup-swap ++++ ecryptfs-utils-106/src/utils/ecryptfs-setup-swap +@@ -37,23 +37,20 @@ warn() { usage() { echo echo `gettext "Usage:"` @@ -26,26 +28,18 @@ *) usage ;; -@@ -149,7 +146,8 @@ +@@ -149,7 +146,8 @@ i=0 for swap in $swaps; do info `gettext "Setting up swap:"` "[$swap]" uuid=$(blkid -o value -s UUID $swap) - for target in "UUID=$uuid" $swap; do + suse_swap=$(grep swap /etc/fstab |cut -d' ' -f1) -+ for target in $suse_swap $swap; do - if [ -n "$target" ] && grep -qs "^$target " /etc/fstab; then - sed -i "s:^$target :\#$target :" /etc/fstab ++ for target in "UUID=$uuid" $swap $suse_swap; do + if [ -n "$target" ] && grep -qs "^$target\s\+" /etc/fstab; then + sed -i "s:^$target\s\+:\#$target :" /etc/fstab warn "Commented out your unencrypted swap from /etc/fstab" -@@ -166,7 +164,6 @@ - # Add fstab entry - echo "/dev/mapper/cryptswap$i none swap sw 0 0" >> /etc/fstab - done -- - if [ "$NO_RELOAD" != 1 ]; then - # Turn swap off - swapoff -a -@@ -179,3 +176,4 @@ +@@ -181,3 +179,4 @@ if [ "$NO_RELOAD" != 1 ]; then fi - info `gettext "Successfully setup encrypted swap!"` + info `gettext "Successfully encrypted swap!"` +info "This will take effect after reboot" ++++++ ecryptfs-utils_104.orig.tar.gz -> ecryptfs-utils_106.orig.tar.gz ++++++ ++++ 3467 lines of diff (skipped)
