diff options
Diffstat (limited to 'system/tiger/patches')
-rw-r--r-- | system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch | 13 | ||||
-rw-r--r-- | system/tiger/patches/check_signatures.patch | 12 | ||||
-rw-r--r-- | system/tiger/patches/mkfilelst.patch | 12 | ||||
-rw-r--r-- | system/tiger/patches/tiger-3.2.3-build-fix.diff | 18 | ||||
-rw-r--r-- | system/tiger/patches/tiger-makefile.patch | 25 | ||||
-rw-r--r-- | system/tiger/patches/tiger-sha512-1.patch | 34 | ||||
-rw-r--r-- | system/tiger/patches/zappasswd-3.2.3.patch | 38 |
7 files changed, 0 insertions, 152 deletions
diff --git a/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch b/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch deleted file mode 100644 index a1069e2645def..0000000000000 --- a/system/tiger/patches/9a030129ceceba715dff801f8229e66de62a8083.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/scripts/check_rootdir b/scripts/check_rootdir -index a34eb2a..5f55159 100755 ---- a/scripts/check_rootdir -+++ b/scripts/check_rootdir -@@ -90,7 +90,7 @@ haveallvars TESTLINK HOSTNAME || exit 1 - # Checking to see if the root directory is on the correct INODE number - inode=`$LS -di / | $AWK '{print $1}'` - fstype=`$GETFS | $GREP " / " | $AWK -F " " '{ print $5;}'` --[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" ] && -+[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" -o "$fstype" = "ext4" ] && - message FAIL rootdir001f "" "Root directory on incorrect inode" - - diff --git a/system/tiger/patches/check_signatures.patch b/system/tiger/patches/check_signatures.patch deleted file mode 100644 index 5264ad57e39c2..0000000000000 --- a/system/tiger/patches/check_signatures.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN tiger-3.2.3.orig/scripts/check_signatures tiger-3.2.3/scripts/check_signatures ---- tiger-3.2.3.orig/scripts/check_signatures 2011-08-14 05:44:29.474729020 +0000 -+++ tiger-3.2.3/scripts/check_signatures 2011-08-14 05:46:36.840361481 +0000 -@@ -91,7 +91,7 @@ do - *[!0-9a-f]*) { - std_signature="$p1" - comment="$p2 $p3 $p4 $p5 $p6 $p7 $p8 $comment" -- [ -n "$MD5" ] && loc_signature="`$MD5 < $file`" -+ [ -n "$MD5" ] && loc_signature="`$MD5 < $file | $AWK '{print $1}'`" - } - ;; - *) { diff --git a/system/tiger/patches/mkfilelst.patch b/system/tiger/patches/mkfilelst.patch deleted file mode 100644 index b3d5c678c140f..0000000000000 --- a/system/tiger/patches/mkfilelst.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urpN tiger-3.2.3.orig/util/mkfilelst tiger-3.2.3/util/mkfilelst ---- tiger-3.2.3.orig/util/mkfilelst 2011-08-07 21:16:16.361620719 +0000 -+++ tiger-3.2.3/util/mkfilelst 2011-08-07 21:18:30.710039906 +0000 -@@ -138,7 +138,7 @@ do - if [ $glob -lt 2 ] ; then - [ -f "$file" -o -d "$file" ] && \ - getpermit $file | -- while read _file owner group ur uw ux gr gw gx or ow ox stk suid sgid stk -+ while read _file owner group ur uw ux gr gw gx or ow ox suid sgid stk - do - echo "$file $owner $group $suid $sgid $ur $uw $ux $gr $gw $gx $or $ow $ox $lvl $ownmid $grpmid $prmmid" - done diff --git a/system/tiger/patches/tiger-3.2.3-build-fix.diff b/system/tiger/patches/tiger-3.2.3-build-fix.diff deleted file mode 100644 index 28b6985360696..0000000000000 --- a/system/tiger/patches/tiger-3.2.3-build-fix.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur tiger-3.2.3/util/genmsgidx tiger-3.2.3.new/util/genmsgidx ---- tiger-3.2.3/util/genmsgidx 2008-11-27 23:34:21.000000000 +0100 -+++ tiger-3.2.3.new/util/genmsgidx 2010-09-01 12:43:22.000000000 +0200 -@@ -96,10 +96,10 @@ - haveallof variables BASEDIR || exit 1 - - # Clear idx file and detect error --> $BASEDIR/doc/explain.idx && { -- echo "Error: Cannot write over the index file $BASEDIR/doc/explain.idx. Aborting" -- exit 1 --} -+#> $BASEDIR/doc/explain.idx && { -+# echo "Error: Cannot write over the index file $BASEDIR/doc/explain.idx. Aborting" -+# exit 1 -+#} - - $LS $BASEDIR/doc/*.txt | - while read infile diff --git a/system/tiger/patches/tiger-makefile.patch b/system/tiger/patches/tiger-makefile.patch deleted file mode 100644 index 39a2571e3d077..0000000000000 --- a/system/tiger/patches/tiger-makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 160ba685d08651d1cc755d2bb0167dc7170f8e2b Mon Sep 17 00:00:00 2001 -From: pyllyukko <pyllyukko@maimed.org> -Date: Sat, 6 Oct 2012 23:43:07 +0300 -Subject: Added facl.{tmpl|list} to Makefile.in. - ---- - Makefile.in | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/Makefile.in b/Makefile.in -index 9d6eab8..86ab714 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -167,6 +167,8 @@ MISCFILES=./initdefs \ - ./util/mksig \ - ./util/setsh \ - ./util/sgrep \ -+ ./util/facl.lst \ -+ ./util/facl.tmpl \ - ./doc/explain.idx - - MISCDIRS=./bin \ --- -1.7.4.4 - diff --git a/system/tiger/patches/tiger-sha512-1.patch b/system/tiger/patches/tiger-sha512-1.patch deleted file mode 100644 index 70e087686a5d9..0000000000000 --- a/system/tiger/patches/tiger-sha512-1.patch +++ /dev/null @@ -1,34 +0,0 @@ -Index: scripts/check_passwd -=================================================================== -RCS file: /sources/tiger/tiger/scripts/check_passwd,v -retrieving revision 1.24 -diff -u -r1.24 check_passwd ---- scripts/check_passwd 27 Aug 2007 18:30:44 -0000 1.24 -+++ scripts/check_passwd 12 May 2010 06:23:57 -0000 -@@ -129,7 +129,7 @@ - do - - # Check the password hash. -- [ -z "$Tiger_Passwd_Hashes" ] && Tiger_Passwd_Hashes='crypt3|md5|xxxxxxxxxxxxx' -+ [ -z "$Tiger_Passwd_Hashes" ] && Tiger_Passwd_Hashes='crypt3|md5|sha512|xxxxxxxxxxxxx' - eval "case \"$hash\" in - \"\") - message FAIL pass011f \"\" \"Username \\\`$login' has an empty password field.\" -Index: systems/Linux/2/gen_passwd_sets -=================================================================== -RCS file: /sources/tiger/tiger/systems/Linux/2/gen_passwd_sets,v -retrieving revision 1.16 -diff -u -r1.16 gen_passwd_sets ---- systems/Linux/2/gen_passwd_sets 4 Aug 2005 08:48:15 -0000 1.16 -+++ systems/Linux/2/gen_passwd_sets 12 May 2010 06:23:57 -0000 -@@ -96,6 +96,10 @@ - \$1\$[a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./]\$[a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./]) - passwd="md5" - ;; -+# For SHA512 passwds (98 chars) starting with $6$ (Linux) -+ \$6\$[a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./]) -+ passwd="md5" -+ ;; - " ") passwd="" - ;; - *|!!) diff --git a/system/tiger/patches/zappasswd-3.2.3.patch b/system/tiger/patches/zappasswd-3.2.3.patch deleted file mode 100644 index 403ff6244c5d4..0000000000000 --- a/system/tiger/patches/zappasswd-3.2.3.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff --git a/scripts/check_passwd b/scripts/check_passwd -index 4a52092..8cb69be 100755 ---- a/scripts/check_passwd -+++ b/scripts/check_passwd -@@ -129,7 +129,7 @@ check_passwd_entries() - do - - # Check the password hash. -- [ -z "$Tiger_Passwd_Hashes" ] && Tiger_Passwd_Hashes='crypt3|md5|xxxxxxxxxxxxx' -+ [ -z "$Tiger_Passwd_Hashes" ] && Tiger_Passwd_Hashes='crypt3|md5|blowfish|sha256|sha512|xxxxxxxxxxxxx' - eval "case \"$hash\" in - \"\") - message FAIL pass011f \"\" \"Username \\\`$login' has an empty password field.\" -diff --git a/systems/Linux/2/gen_passwd_sets b/systems/Linux/2/gen_passwd_sets -index ec48944..26d73f0 100755 ---- a/systems/Linux/2/gen_passwd_sets -+++ b/systems/Linux/2/gen_passwd_sets -@@ -96,9 +96,19 @@ zappasswd() - \$1\$[a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./]\$[a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./][a-zA-Z0-9\./]) - passwd="md5" - ;; -+ \$2a\$*) -+ passwd="blowfish" -+ ;; -+ \$5\$*) -+ passwd="sha256" -+ ;; -+# For SHA512 passwds starting with $6$ (Linux) -+ \$6\$*) -+ passwd="sha512" -+ ;; - " ") passwd="" - ;; -- *|!!) -+ *|!!|!\*) - passwd="*" - ;; - esac |