]> git.saurik.com Git - apt.git/commitdiff
Wreck validation until we can assess ecosystem :/. cydia_1.1.28%b1
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 26 Dec 2016 11:36:30 +0000 (03:36 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 26 Dec 2016 11:36:30 +0000 (03:36 -0800)
apt-pkg/acquire-item.cc
apt-pkg/contrib/hashes.cc
apt-pkg/deb/debmetaindex.cc

index 7f5db24d3645f179b8e2e454f2eae65db91581ba..663452b9f1c92451c72ac5008f46e4c0c83411f4 100644 (file)
@@ -266,7 +266,7 @@ static bool APT_NONNULL(3, 4, 5) AllowInsecureRepositories(InsecureType const ms
 
    if (TargetIsAllowedToBe(TransactionManager->Target, msg) == true)
    {
-      MessageInsecureRepository(false, msgstr, repo);
+      //MessageInsecureRepository(false, msgstr, repo);
       return true;
    }
 
index 662c2bf8ba64b58a432ec17f721fe079282f24f1..27e6177511d824331fb3ba9b50645eaa202afba8 100644 (file)
@@ -141,8 +141,8 @@ APT_PURE bool HashString::usable() const                            /*{{{*/
 {
    return (
       (Type != "Checksum-FileSize") &&
-      (Type != "MD5Sum") &&
-      (Type != "SHA1") &&
+      //(Type != "MD5Sum") &&
+      //(Type != "SHA1") &&
       !IsConfigured(Type.c_str(), "Untrusted")
    );
 }
index dbe90e388ac1c770b741ef637b38a8feb9b9d0d3..091b187a2a7d5b0011373d02f44161250a4a707f 100644 (file)
@@ -440,9 +440,9 @@ bool debReleaseIndex::Load(std::string const &Filename, std::string * const Erro
 
    bool AuthPossible = false;
    if(FoundHashSum == false)
-      _error->Warning(_("No Hash entry in Release file %s"), Filename.c_str());
+      /*_error->Warning(_("No Hash entry in Release file %s"), Filename.c_str())*/;
    else if(FoundStrongHashSum == false)
-      _error->Warning(_("No Hash entry in Release file %s which is considered strong enough for security purposes"), Filename.c_str());
+      /*_error->Warning(_("No Hash entry in Release file %s which is considered strong enough for security purposes"), Filename.c_str())*/;
    else
       AuthPossible = true;