projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wreck validation until we can assess ecosystem :/.
[apt.git]
/
apt-pkg
/
deb
/
debmetaindex.cc
diff --git
a/apt-pkg/deb/debmetaindex.cc
b/apt-pkg/deb/debmetaindex.cc
index dbe90e388ac1c770b741ef637b38a8feb9b9d0d3..091b187a2a7d5b0011373d02f44161250a4a707f 100644
(file)
--- a/
apt-pkg/deb/debmetaindex.cc
+++ b/
apt-pkg/deb/debmetaindex.cc
@@
-440,9
+440,9
@@
bool debReleaseIndex::Load(std::string const &Filename, std::string * const Erro
bool AuthPossible = false;
if(FoundHashSum == false)
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)
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;
else
AuthPossible = true;