diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13-modssl/files/patch-dbmmanage | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/apache13-modssl/files/patch-dbmmanage')
-rw-r--r-- | www/apache13-modssl/files/patch-dbmmanage | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/apache13-modssl/files/patch-dbmmanage b/www/apache13-modssl/files/patch-dbmmanage deleted file mode 100644 index dcce57c1ced4..000000000000 --- a/www/apache13-modssl/files/patch-dbmmanage +++ /dev/null @@ -1,11 +0,0 @@ ---- src/support/dbmmanage~ Tue Oct 10 06:23:58 2000 -+++ src/support/dbmmanage Sun Dec 3 00:45:08 2000 -@@ -338,7 +338,7 @@ - } elsif (substr($chkpass, 0, 5) eq '{SHA}') { - need_sha1_crypt; - $crypt_method = "sha1"; -- } elsif (length($chkpass) == 13 && $chkpass ne $testpass) { -+ } elsif ((length($chkpass) == 13 && $chkpass ne $testpass) || ($chkpass =~ m/^\$[0-9]\$/)) { - $crypt_method = "crypt"; - } else { - $crypt_method = "plain"; |