Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | -bashism | Martin Schanzenbach | |
2022-10-16 | -more package specific files | Martin Schanzenbach | |
2022-10-16 | PACKAGES: Update fedora configurations and scripts | Martin Schanzenbach | |
2022-10-11 | -add gitignore, add fedora package script | Martin Schanzenbach | |
2022-09-26 | Arch packages don't depend anymore on gnURL | madmurphy | |
2022-08-06 | [contrib/] Update non-git Arch package (new deps: `python-sphinx` and ↵ | madmurphy | |
`python-sphinx_rtd_theme`) | |||
2022-08-05 | [contrib] Update `contrib/packages/arch/gnunet-git/.SRCINFO` | madmurphy | |
2022-08-05 | [contrib] Enable the `gnunet://` URI scheme handler by ensuring that ↵ | madmurphy | |
`/usr/share/applications/gnunet-uri.desktop` is installed; add `python-sphinx` and `python-sphinx_rtd_theme` to the `$makedepends` array of `contrib/packages/arch/gnunet-git/PKGBUILD` | |||
2022-07-17 | [contrib/] Dependency update in Arch packages | madmurphy | |
2022-06-12 | Add Arch packages | madmurphy | |
2021-04-26 | -fix misc typos | Christian Grothoff | |
2021-04-24 | Swap gnunet-config's default behaviour for the rewrite flag | Alessio Vanni | |
With the previous default, a configuration file could keep values different from the defaults even when the user did not explicitly edit that option, potentially leading to buggy behaviour. For example: GNUnet's version X+1 changes the default value for a certain option A, but anyone who has edited the configuration file with version X or earlier, would still have got the old default for A even when updating to version X+1. It was possible to write only the edited parts, but that required explicitly passing the `--rewrite' (or `-w') flag. The default behaviour has now been swapped so that the resulting file contains only differences, while a "frozen" configuration is generated with the `--rewrite' flag. Also, as it's a minor change: a function used internally by the logging component was using translated strings to check the requested log level. This behaviour is buggy as passing an untranslated string to e.g. `GNUNET_log_setup', while the current locale is different and a translation for that string exists, would generate a different log level than the one requested. | |||
2020-01-16 | add new versions of alpine packages (not yet in alpine repo) | xrs | |
2019-11-29 | Minor fixes; preparing for next gnunet release. | xrs | |
2019-11-22 | move homebrew. | ng0 | |
2019-10-26 | obsolete due to alpine policy | xrs | |
2019-10-24 | move contrib/alpine to contrib/packages/alpine | ng0 | |
2019-03-10 | Docs: Remove requirement for `python-future`. | Hartmut Goebel | |
This Python module was used nowhere and would not make much sense either: The code is for Python 3.7 which is the most current version of Python and there is no "future" to "backport" to 3.7. | |||
2018-09-07 | doc: start work on mdoc generation support | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-07-14 | Guix Env/Build: Add a guix build definition without tests | dvn | |
2018-06-25 | check in guix packages for dvn | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-06-25 | check in guix packages for dvn | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-01-08 | clean up contrib: move 2 guix files to the root level. folder structure will ↵ | ng0 | |
be moved to https://c.n0.is/ng0_guix/packages | |||
2018-01-04 | newline | ng0 | |
2018-01-04 | extend contrib packages guix README | ng0 | |
2018-01-01 | guix-env.scm: it is python2 | ng0 | |
2017-12-31 | contrib: still python2. | ng0 | |
2017-12-31 | contrib: gnunet-doc.scm: fix up | ng0 | |
2017-10-27 | doc: doc-gendoc-install rule. | ng0 | |
2017-10-25 | fix module import | ng0 | |
2017-10-25 | gendocs | ng0 | |
2017-10-21 | move docmentation to separate folder | ng0 | |
2017-10-21 | doc changes | ng0 | |
modified: contrib/packages/guix/gnunet-doc.scm adapt to the changes in this mixed commit modified: doc/.gitignore add new files modified: doc/Makefile.am make use of canonical, included, rules generate html output with docstyle.css from taler exchange. modified: doc/chapters/installation.texi new file: doc/chapters/vocabulary.texi modified: doc/gnunet-c-tutorial.texi modified: doc/gnunet.texi new file: doc/docstyle.css not really in use yet, but collected for later: doc/gendocs.sh , doc/hacks.el | |||
2017-10-17 | contrib/packages/guix: Add 'which' to native-inputs | ng0 | |
2017-10-13 | Adjustment in how contrib/packages/guix/gnunet.scm is being used. | ng0 | |
2017-09-30 | build-process: pass '--enable-documentation' to ONLY build the documentation. | ng0 | |
This obviously defaults to NO. Furthermore add DISTCLEANFILES to 'doc/Makefile.am'. Adjust contrib/packages/guix/gnunet-doc.scm to it. | |||
2017-09-29 | contrib: guix: change texlive urls. | ng0 | |
2017-09-28 | contrib/p/guix: Add new file to build gnunet with tests. | ng0 | |
2017-09-28 | contrib: guix: Add gnunetg-test. | ng0 | |
Build with testsuite but without experimental features. | |||
2017-09-27 | contrib: bump guix gnunet. | ng0 | |
2017-09-26 | .. | ng0 | |
2017-09-26 | contrib/p/guix: bump version. | ng0 | |
2017-09-26 | some more changes in doc. | ng0 | |
2017-09-26 | contrib/packages/guix: use texinfo-5.2 for some packages. Start backporting ↵ | ng0 | |
Texlive-2012. | |||
2017-09-25 | This should fix #5134 | ng0 | |
2017-09-10 | doc: start to integrate images. figs/*.pdf -> images/.png converted. | ng0 | |
2017-09-10 | contrib: guix changes. | ng0 | |
2017-09-07 | contrib: guix: actually install the gnunet-c-tutorial. | ng0 | |
2017-09-07 | contrib: fix hash. | ng0 | |
2017-09-07 | contrib: bump gnunet. | ng0 | |