Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/sarab/files: README.Gentoo 0.2.4-better-defaults-gentoo.patch 0.2.2-refname-calculation-gentoo.patch 0.2.2-fix-rotation-gentoo.patch 0.2.2-test-with-encryption-gentoo.patch 0.2.2-better-defaults-gentoo.patch
Date: Tue, 03 Jun 2008 22:52:36
Message-Id: E1K3fMl-0003TG-4Q@stork.gentoo.org
1 rbu 08/06/03 22:52:31
2
3 Modified: README.Gentoo
4 Added: 0.2.4-better-defaults-gentoo.patch
5 Removed: 0.2.2-refname-calculation-gentoo.patch
6 0.2.2-fix-rotation-gentoo.patch
7 0.2.2-test-with-encryption-gentoo.patch
8 0.2.2-better-defaults-gentoo.patch
9 Log:
10 Version bump, fixes security bug #198473 (CVE-2008-2517), DAR encryption passwords were visible to local users via ps. Also introduces support for newer
11 versions of DAR (bug #212048).
12 (Portage version: 2.1.4.4)
13
14 Revision Changes Path
15 1.2 app-backup/sarab/files/README.Gentoo
16
17 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/README.Gentoo?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/README.Gentoo?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/README.Gentoo?r1=1.1&r2=1.2
20
21 Index: README.Gentoo
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/app-backup/sarab/files/README.Gentoo,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- README.Gentoo 27 Jul 2005 18:10:37 -0000 1.1
28 +++ README.Gentoo 3 Jun 2008 22:52:30 -0000 1.2
29 @@ -1,17 +1,13 @@
30 --*- outline -*- $Id: README.Gentoo,v 1.1 2005/07/27 18:10:37 mkennedy Exp $
31 +-*- outline -*- $Id: README.Gentoo,v 1.2 2008/06/03 22:52:30 rbu Exp $
32
33 Gentoo GNU/Linux specific notes for SaraB
34 -----------------------------------------
35
36 This is the README.Gentoo file from /usr/share/doc/@PF@/ directory.
37
38 - * The Gentoo port includes a patch to support testing of encrypted archives.
39 - Previously, SaraB supported creating encrypted archives, but the test step
40 - didn't use the same cipher information and would fail.
41 -
42 * The Gentoo port includes more reasonable pathnames for the example
43 configuration.
44
45 -If you encounter any problems or have suggestions, use http://bugs.gentoo.org.
46 +If you encounter any problems or have suggestions, use https://bugs.gentoo.org.
47 Please don't bother the upstream authors unless you are absolutely certain it is
48 not Gentoo-related.
49
50
51
52 1.1 app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/sarab/files/0.2.4-better-defaults-gentoo.patch?rev=1.1&content-type=text/plain
56
57 Index: 0.2.4-better-defaults-gentoo.patch
58 ===================================================================
59 Index: sarab-0.2.4/etc/sarab.conf
60 ===================================================================
61 --- sarab-0.2.4.orig/etc/sarab.conf
62 +++ sarab-0.2.4/etc/sarab.conf
63 @@ -75,10 +75,10 @@ SECURITY_CONFIG=$SARAB_ETC/sarab.dcf.sec
64 BASENAME="$(date +'%m-%d-%Y_%H%M')"
65
66 # The location of the DAR executable file
67 -DAR_BINARY="/usr/local/bin/dar"
68 +DAR_BINARY="/usr/bin/dar"
69
70 # The location of the statically-compiled DAR executable file
71 -DAR_STATIC="/usr/local/bin/dar_static"
72 +DAR_STATIC="/usr/bin/dar_static"
73
74 # The temporary directory name that backups will be created in. This will be created underneath $DESTINATION.
75 WORK_DIR=".sarab_temp_workdir"
76 @@ -91,4 +91,4 @@ DAR_CREATE="$DESTINATION/$WORK_DIR/$BASE
77 DAR_COMMAND="$DAR_BINARY --batch $SECURITY_CONFIG --batch $SARAB_ETC/$SARAB_DCF -c $DAR_CREATE --noconf"
78
79 # Location and name of temporary log file
80 -TEMP_LOG="$SARAB_ETC/sarab_temp.log"
81 +TEMP_LOG="/var/log/sarab_temp.log"
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list