summaryrefslogtreecommitdiff
path: root/data/_apt7
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-10-12 16:38:39 -1000
committerSam Bingner <sam@bingner.com>2018-10-12 16:38:39 -1000
commitab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch)
tree2ff2724ef77294878f91b528843a0f0b6dba5462 /data/_apt7
parent295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff)
Update more packages
Diffstat (limited to 'data/_apt7')
-rw-r--r--data/_apt7/arch-errors.diff15
-rw-r--r--data/_apt7/sha1.diff2
2 files changed, 1 insertions, 16 deletions
diff --git a/data/_apt7/arch-errors.diff b/data/_apt7/arch-errors.diff
deleted file mode 100644
index 66cafc727..000000000
--- a/data/_apt7/arch-errors.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur apt/apt-pkg/acquire-item.cc apt+iPhone/apt-pkg/acquire-item.cc
---- apt/apt-pkg/acquire-item.cc 2018-07-30 21:45:07.000000000 -1000
-+++ apt+iPhone/apt-pkg/acquire-item.cc 2018-08-01 23:21:41.000000000 -1000
-@@ -1423,8 +1423,9 @@
- if (TransactionManager->MetaIndexParser->IsArchitectureSupported(arch) == false)
- {
- new CleanupItem(Owner, TransactionManager, Target);
-- _error->Notice(_("Skipping acquire of configured file '%s' as repository '%s' doesn't support architecture '%s'"),
-- Target.MetaKey.c_str(), TransactionManager->Target.Description.c_str(), arch.c_str());
-+ if (strcmp(arch.c_str(), "iphoneos-arm64")!=0)
-+ _error->Notice(_("Skipping acquire of configured file '%s' as repository '%s' doesn't support architecture '%s'"),
-+ Target.MetaKey.c_str(), TransactionManager->Target.Description.c_str(), arch.c_str());
- continue;
- }
- // if the architecture is officially supported but currently no packages for it available,
diff --git a/data/_apt7/sha1.diff b/data/_apt7/sha1.diff
index b137a30e4..e681382ca 100644
--- a/data/_apt7/sha1.diff
+++ b/data/_apt7/sha1.diff
@@ -6,7 +6,7 @@ diff -ur apt/methods/gpgv.cc apt+iPhone/methods/gpgv.cc
{Digest::State::Untrusted, "Invalid digest"},
{Digest::State::Untrusted, "MD5"},
- {Digest::State::Untrusted, "SHA1"},
-+ {Digest::State::Weak, "SHA1"},
++ {Digest::State::Trusted, "SHA1"},
{Digest::State::Untrusted, "RIPE-MD/160"},
{Digest::State::Trusted, "Reserved digest"},
{Digest::State::Trusted, "Reserved digest"},