aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
Commit message (Collapse)AuthorAge
* gnu: newsboat: Update to 2.13.Marius Bakke2018-09-28
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.13.
* Add 'GNU Guix' comment to all (gnu packages) headers.Tobias Geerinckx-Rice2018-09-21
| | | | * gnu/packages/debian.scm, gnu/packages/syndication.scm: Add comments.
* gnu: newsboat: Update to 2.12.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.12.
* gnu: newsboat: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: newsboat: Update to 2.11.1.Marius Bakke2018-04-02
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
* gnu: newsboat: Update to 2.11.Marius Bakke2018-03-25
| | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.11. [inputs]: Change from JSON-C-0.12 to JSON-C. [native-search-paths]: New field.
* gnu: newsbeuter: Deprecate in favour of newsboat.Tobias Geerinckx-Rice2018-01-11
| | | | | | | | * gnu/packages/syndication.scm (newsbeuter): Redefine using ‘deprecated-package’. * gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: Delete file. * gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Remove both.
* gnu: newsboat: Update to 2.10.2.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.10.2. [inherit]: Remove inheritance of unmaintained newsbeuter. [native-inputs]: Remove perl. [arguments]: Remove #:make-flags to build on ARM, which should work now. [synopsis, description]: Mash up Newsboat's own description with useful information from its predecessor.
* gnu: newsbeuter, newsboat: Correct licence.Tobias Geerinckx-Rice2018-01-04
| | | | | | See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
* gnu: json-c: Update to 0.13.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.13. [description]: Add new resolution. (json-c-0.12): New public variable. (hubbub)[inputs]: Use it. * gnu/packages/syndication.scm (newsbeuter)[inputs]: Likewise.
* gnu: Add newsboat.Efraim Flashner2017-10-29
| | | | * gnu/packages/syndication.scm (newsboat): New variable.
* gnu: newsbeuter: Fix CVE-2017-14500.Efraim Flashner2017-09-18
| | | | | | * gnu/packages/syndication.scm (newsbeuter)[source]: Add patch. * gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: newsbeuter: Fix CVE-2017-12904.Leo Famulari2017-08-18
| | | | | | * gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/syndication.scm (newsbeuter)[source]: Use it.
* gnu: packages: Use gettext-minimal.Alex Kost2016-11-21
| | | | | | | | | | | | | | | | * gnu/packages/crypto.scm (tomb): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/emacs.scm (m17n-db): Likewise. * gnu/packages/ftp.scm (weex): Likewise. * gnu/packages/games.scm (chromium-bsu): Likewise. * gnu/packages/image.scm (steghide): Likewise. * gnu/packages/linux.scm (radeontop): Likewise. * gnu/packages/mpd.scm (sonata): Likewise. * gnu/packages/networking.scm (whois): Likewise. * gnu/packages/package-management.scm (guix-0.11.0): Likewise. * gnu/packages/psyc.scm (psyclpc): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. * gnu/packages/vim.scm (vim-full): Likewise.
* gnu: Add newsbeuter.Efraim Flashner2016-11-12
* gnu/packages/syndication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.