summaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
AgeCommit message (Collapse)Author
2018-06-26gnu: newsboat: Update to 2.12.Tobias Geerinckx-Rice
* gnu/packages/syndication.scm (newsboat): Update to 2.12.
2018-06-26gnu: newsboat: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
2018-04-02gnu: newsboat: Update to 2.11.1.Marius Bakke
* gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
2018-03-25gnu: newsboat: Update to 2.11.Marius Bakke
* gnu/packages/syndication.scm (newsboat): Update to 2.11. [inputs]: Change from JSON-C-0.12 to JSON-C. [native-search-paths]: New field.
2018-01-11gnu: newsbeuter: Deprecate in favour of newsboat.Tobias Geerinckx-Rice
* 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.
2018-01-04gnu: newsboat: Update to 2.10.2.Tobias Geerinckx-Rice
* 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.
2018-01-04gnu: newsbeuter, newsboat: Correct licence.Tobias Geerinckx-Rice
See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
2018-01-04gnu: json-c: Update to 0.13.Tobias Geerinckx-Rice
* 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.
2017-10-29gnu: Add newsboat.Efraim Flashner
* gnu/packages/syndication.scm (newsboat): New variable.
2017-09-18gnu: newsbeuter: Fix CVE-2017-14500.Efraim Flashner
* 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.
2017-08-18gnu: newsbeuter: Fix CVE-2017-12904.Leo Famulari
* 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.
2016-11-21gnu: packages: Use gettext-minimal.Alex Kost
* 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.
2016-11-12gnu: Add newsbeuter.Efraim Flashner
* gnu/packages/syndication.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.