From dce63b96e54533cb35d6618d200701363d5b6e44 Mon Sep 17 00:00:00 2001 From: CoolStar Date: Wed, 23 May 2018 11:41:58 -0700 Subject: Backwards compatibility patches for Cydia repos --- apt-pkg/deb/debmetaindex.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apt-pkg/deb/debmetaindex.cc') diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc index f88076abf..cd794c7a7 100644 --- a/apt-pkg/deb/debmetaindex.cc +++ b/apt-pkg/deb/debmetaindex.cc @@ -523,11 +523,12 @@ bool debReleaseIndex::Load(std::string const &Filename, std::string * const Erro } bool AuthPossible = false; - if(FoundHashSum == false) + /*if(FoundHashSum == false) _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()); - else + else*/ + if (FoundHashSum && FoundStrongHashSum) AuthPossible = true; std::string const StrDate = Section.FindS("Date"); -- cgit v1.2.3