head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.12 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.10 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2008.05.28.05.13.32; author dsainty; state dead; branches; next 1.1; 1.1 date 2006.11.27.14.24.01; author dsainty; state Exp; branches; next ; desc @@ 1.2 log @Update SaraB to 0.2.4. Update prompted: by http://secunia.com/advisories/30394/ ... but the previous version in Pkgsrc (0.2.2) wasn't vulnerable, the advisory only relates to new functionality added in SaraB 0.2.3. Pkgsrc changes: - Remove patch-aa, which has been applied upstream via bug 1184476: http://sourceforge.net/tracker/index.php?func=detail&aid=1184476&group_id=91804&atid=598441 - Minor pkglinting ===================================================== 05/18/2008 - SaraB version 0.2.4 ===================================================== * Security fix: Encryption ciphers are no longer passed on the dar command line ===================================================== 04/21/2008 - SaraB version 0.2.3 ===================================================== * Fixes for bugs long mentioned @ text @$NetBSD: patch-aa,v 1.1 2006/11/27 14:24:01 dsainty Exp $ Under NetBSD, NUM_FIELDS has whitespace padding - courtesy of "wc -w". Use a numeric comparison instead of a string comparison to ignore the differing whitespace. --- sarab.sh.orig 2006-11-28 03:04:14.000000000 +1300 +++ sarab.sh 2006-11-28 03:05:14.000000000 +1300 @@@@ -169,7 +169,7 @@@@ fi ## Two fields means this is a diffential/incremental backup, one field means this is a full backup -if [ "$NUM_FIELDS" = "2" ]; then +if [ "$NUM_FIELDS" -eq "2" ]; then # First field is the current archive CURRENT_ARCHIVE=$(echo $CURRENT_LINE | cut -f 1 -d" ") # Second field is the reference archive @ 1.1 log @Fix incremental backups under (at least) NetBSD. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @