diff options
author | Sam Bingner <sam@bingner.com> | 2018-12-26 15:27:40 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-12-26 16:44:24 -1000 |
commit | 5ead4f1ea9ad501ceac87f35f9c38a302c165f09 (patch) | |
tree | 9a9740666c3d9ad7736775e9fab9fe96b6a17534 /data/_apt1.4/date-errors.diff | |
parent | 212031f48b7371d17330885ab9ef03b559b43654 (diff) |
Update apt sources to really be 1.4.8
Diffstat (limited to 'data/_apt1.4/date-errors.diff')
-rw-r--r-- | data/_apt1.4/date-errors.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/_apt1.4/date-errors.diff b/data/_apt1.4/date-errors.diff deleted file mode 100644 index 53ee7dd4b..000000000 --- a/data/_apt1.4/date-errors.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- apt/apt-pkg/deb/debmetaindex.cc 2018-07-30 21:45:07.000000000 -1000 -+++ apt+iPhone/apt-pkg/deb/debmetaindex.cc 2018-08-02 00:03:17.000000000 -1000 -@@ -458,9 +458,6 @@ - - if (CheckValidUntil == true) - { -- if (Date == 0) -- _error->Warning( _("Invalid '%s' entry in Release file %s"), "Date", Filename.c_str()); -- - std::string const Label = Section.FindS("Label"); - std::string const StrValidUntil = Section.FindS("Valid-Until"); - |