aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mergeChristian Grothoff2019-02-23
|\
| * portability fix.ng02019-02-23
| |
| * configure.ac: make it more portable.ng02019-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ===> Creating toolchain wrappers for gnunet-0.11.0pre66 ===> Configuring for gnunet-0.11.0pre66 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test "x$enable_autostart" == "xno" Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/wip/gnunet *** Error code 1
| * attempt fix #5578Schanzenbach, Martin2019-02-23
| |
| * Merge branch 'master' of gnunet.org:gnunetng02019-02-22
| |\
| | * RPS profiler: Log index of peerJulius Bünger2019-02-22
| | |
| * | RPS profiler: Log index of peerJulius Bünger2019-02-22
| | |
| * | gnunet-bugreport: add checks for pkg_add, some fixesng02019-02-22
| |/
| * fix README urlng02019-02-22
| |
| * README urlsng02019-02-22
| |
| * README urlsng02019-02-22
| |
| * configure.ac: point to docs.gnunet.orgng02019-02-22
| |
| * fix URLs in tutorialng02019-02-22
| |
| * fix URLs in chapter keyconceptsng02019-02-22
| |
| * fix URLs in chapter installationng02019-02-22
| |
| * fix URLs in chapter developerng02019-02-22
| |
| * adjust mantis urlng02019-02-22
| |
| * RPS: Adapt to coding style (cosmetic only)Julius Bünger2019-02-21
| |
| * RPS: Use #define instead of hardcoded numbersJulius Bünger2019-02-21
| |
| * RPS: Use stp(n)cpy instead of strncat in loopJulius Bünger2019-02-21
| |
| * RPS service: Use peermap only when non-NULLJulius Bünger2019-02-21
| |
| * RPS service: Adapt to coding guidelines (purely cosmetic)Julius Bünger2019-02-21
| |
| * RPS service: Check existence of peer before destructionJulius Bünger2019-02-21
| | | | | | | | | | | | | | | | | | This is only a workaround. What was causing an issue was that, during the removal of a peer (from all datastructures), the peer was also removed from the peer_map, causing the final destruction call to fail. With this workaround the peer is only destroyed if it is still in the peer_map.
| * RPS service: Check if map was already NULLedJulius Bünger2019-02-21
| |
| * RPS service: Get length of buffer, not of stringJulius Bünger2019-02-21
| |
| * noteChristian Grothoff2019-02-21
| |
| * more style fixesChristian Grothoff2019-02-21
| |
| * fix uninit issue: bad use of hash mapChristian Grothoff2019-02-21
| |
| * RPS tests: Provide valgrind loggingJulius Bünger2019-02-20
| |
| * RPS test util: Null out pointer to deleted structureJulius Bünger2019-02-20
| |
| * RPS test util: Improve loggingJulius Bünger2019-02-20
| |
| * RPS test util: Initialise local memoryJulius Bünger2019-02-20
| |
| * fixSchanzenbach, Martin2019-02-20
| |
| * support non GNS redirect URIsSchanzenbach, Martin2019-02-20
| |
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2019-02-20
| |\
| | * fix enable_malicous checkChristian Grothoff2019-02-20
| | |
| | * disable TO_FILE logic, causes assertion failures all the time (NULL filename)Christian Grothoff2019-02-20
| | |
| | * fix #5073Christian Grothoff2019-02-20
| | |
| | * port hashmap fixes to other maps, investigated #4905, clearly no longer ↵Christian Grothoff2019-02-20
| | | | | | | | | | | | possible, closing that one
| | * remove index->insert fallback (#5074)Christian Grothoff2019-02-20
| | |
| | * fix #4244Christian Grothoff2019-02-20
| | |
| | * no rpsChristian Grothoff2019-02-20
| | |
| | * fully de-monkeyChristian Grothoff2019-02-20
| | |
| | * fix build system to actually handle openssl.cnf properlyChristian Grothoff2019-02-20
| | |
| | * Merge branch 'master' of gnunet.org:gnunetng02019-02-19
| | |\
| | | * remove obsolete commentsChristian Grothoff2019-02-19
| | | |
| | * | fix mistakes which should not have happenedng02019-02-19
| | |/
| | * README adjustmentsng02019-02-19
| | |
| | * revert sed and fix a typong02019-02-19
| | |
| | * clarify README, dependenciesng02019-02-19
| | |