diff options
author | preed%sigkill.com <> | 2002-05-14 00:27:09 +0200 |
---|---|---|
committer | preed%sigkill.com <> | 2002-05-14 00:27:09 +0200 |
commit | 884b50e90367a9696c7d5dee898f8ac65ee3ac27 (patch) | |
tree | b08c305146f65c2b7d1f2709d6fb409a7413818a | |
parent | ff286e05578d49dba35cebac222c22a5fb2e3088 (diff) | |
download | bugzilla-884b50e90367a9696c7d5dee898f8ac65ee3ac27.tar.gz bugzilla-884b50e90367a9696c7d5dee898f8ac65ee3ac27.tar.xz |
Bug 129466 - Adding a comment per a discussion w/ bbaetz on IRC about having backported this bug's patch to the 2_14_1-BRANCH, which was checked in today
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl index df5f1ac9e..18896b158 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -2899,6 +2899,9 @@ if (GetFieldDef("bugs","qacontact_accessible")) { } # 2002-03-15 bbaetz@student.usyd.edu.au - bug 129466 +# 2002-05-13 preed@sigkill.com - bug 129446 patch backported to the +# BUGZILLA-2_14_1-BRANCH as a security blocker for the 2.14.2 release +# # Use the ip, not the hostname, in the logincookies table if (GetFieldDef("logincookies", "hostname")) { # We've changed what we match against, so all entries are now invalid |