Downloaded from https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch?revision=7984&view=co Status: in upstream CVS --- a/kodilib/src/handler/KPickable.h +++ b/kodilib/src/handler/KPickable.h @@ -8,6 +8,7 @@ #include "KIntrospection.h" #include +#include #define DEBUG_PICKING false --- a/kodilib/src/tools/KIntrospection.h +++ b/kodilib/src/tools/KIntrospection.h @@ -11,6 +11,7 @@ #endif #include +#include // -------------------------------------------------------------------------------------------------------- class KClassInfo --- a/kodilib/src/tools/KStringTools.cpp +++ b/kodilib/src/tools/KStringTools.cpp @@ -6,7 +6,7 @@ #include "KStringTools.h" #include "KVector.h" -#include // INT_MAX +#include // INT_MAX #include // -------------------------------------------------------------------------------------------------------- --- a/kodilib/src/tools/KStringTools.h +++ b/kodilib/src/tools/KStringTools.h @@ -9,6 +9,7 @@ #include #include #include +#include // -------------------------------------------------------------------------------------------------------- --- a/kodilib/src/tools/KXMLTools.cpp +++ b/kodilib/src/tools/KXMLTools.cpp @@ -7,6 +7,7 @@ #include "KConsole.h" #include "KSeparatedMatrix.h" #include +#include // -------------------------------------------------------------------------------------------------------- std::string kXMLTag ( const std::string & name, const std::string & attributes, int depth ) value='grep'>log msg
AgeCommit message (Expand)Author
2017-10-26gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090]....* gnu/packages/wget.scm (wget): Update to 1.19.2. [source](uri): Change to '.lz' tarball. [source](patches): Remove. [native-inputs]: Add LZIP. * gnu/packages/patches/wget-CVE-2017-6508.patch, gnu/packages/patches/wget-fix-504-test-timeout.patch, gnu/packages/patches/wget-perl-5.26.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Marius Bakke
2017-07-08gnu: wget: Update comment about test failures....* gnu/packages/wget.scm (wget)[arguments]: Update comment. Ludovic Courtès
2017-07-07gnu: wget: Fix compilation with Perl 5.26; skip faulty tests....* gnu/packages/wget.scm (wget)[arguments]: New field. [source](patches): Add "wget-perl-5.26.patch". * gnu/packages/patches/wget-perl-5.26.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2017-03-20gnu: wget: Fix test-504 failures....* gnu/packages/wget.scm (wget)[source]: Add patch. * gnu/packages/patches/wget-fix-504-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Efraim Flashner
2017-03-10gnu: wget: Fix CVE-2017-6508....* gnu/packages/patches/wget-CVE-2017-6508.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wget.scm (wget)[source]: Use it. Leo Famulari
2017-02-12gnu: wget: Update to 1.19.1....* gnu/packages/wget.scm (wget): Update to 1.19.1. Marius Bakke
2017-02-06gnu: wget: Use libidn2....Suggested by Efraim Flashner <efraim@flashner.co.il>. Fixes support for internationalized domain names. * gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2. Leo Famulari
2017-02-04gnu: wget: Update to 1.19....* gnu/packages/wget.scm (wget): Update to 1.19. [home-page]: Use HTTPS. Marius Bakke
2016-11-29gnu: Add wgetpaste....* gnu/packages/wget.scm (wgetpaste): New variable. Efraim Flashner