~ruther/guix-local

7df85799 — Efraim Flashner 10 years ago
gnu: abcde: Use 'modify-phases'.

* gnu/packages/cdrom.scm (adcde)[arguments]: Use 'modify-phases'.
1bb4005f — Efraim Flashner 10 years ago
gnu: abcde: Update to 2.7.1.

* gnu/packages/cdrom.scm (abcde): Update to 2.7.1.
[home-page]: Use https.
03422bf8 — Leo Famulari 10 years ago
gnu: libmbim: Use HTTPS URL.

* gnu/packages/freedesktop.scm (libmbim)[source]: Use HTTPS URL.
7ff165da — Efraim Flashner 10 years ago
gnu: frescobaldi: Update to 2.18.2.

* gnu/packages/music.scm (frescobaldi): Update to 2.18.2.
5c85c726 — Efraim Flashner 10 years ago
gnu: libuninameslist: Update to 0.5.20150701.

* gnu/packages/fontutils.scm (libuninameslist): Update to 0.5.20150701.
edca4cbe — Efraim Flashner 10 years ago
gnu: jrnl: Update to 1.9.7.

* gnu/packages/jrnl.scm (jrnl): Update to 1.9.7.
[native-inputs]: Remove python-setuptools.
29f9abb4 — Alex Kost 10 years ago
gnu: font-ubuntu: Update to 0.83.

* gnu/packages/fonts.scm (font-ubuntu): Update to 0.83.
e2a3d690 — Alex Kost 10 years ago
gnu: manaplus: Update to 1.6.3.12.

* gnu/packages/games.scm (manaplus): Update to 1.6.3.12.
acd62175 — Alex Kost 10 years ago
gnu: git-modes: Update to 1.2.1.

* gnu/packages/emacs.scm (git-modes): Update to 1.2.1.
eb4f2cd7 — Efraim Flashner 10 years ago
gnu: glpk: Update to 4.59.

* gnu/packages/maths.scm (glpk): Update to 4.59.
9591e11a — Efraim Flashner 10 years ago
gnu: samba: Update to 4.3.6 [fixes CVE-2015-7560, CVE-2016-0771].

* gnu/packages/samba.scm (samba): Update to 4.3.6.
e1c644a0 — Leo Famulari 10 years ago
gnu: accountsservice: Use HTTPS URL.

* gnu/packages/freedesktop.scm (accountsservice)[source]: Use HTTPS URL.
dfbe56c3 — Andreas Enge 10 years ago
gnu: mupdf: Update to 1.8.

* gnu/packages/pdf.scm (mupdf): Update to 1.8.
8e755b1b — Andreas Enge 10 years ago
gnu: mupdf: Simplify package.

* gnu/packages/pdf.scm (mupdf)[source]: Drop patch and part of snippet
  modifying permissions of files added by the patch.
  [arguments]: Use #:make-flags instead of modified build and install phases.
  Drop superfluous module inclusion. Use modify-phases syntax.
* gnu/packages/patches/mupdf-buildsystem-fix.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
0ede252b — Danny Milosavljevic 10 years ago
gnu: Add fluxbox.

* gnu/packages/wm.scm (fluxbox): New variable.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
81a96539 — Mark H Weaver 10 years ago
gnu: webkitgtk: Update to 2.10.8 [fixes CVE-2016-1726].

* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.8.
bce6f7ce — Leo Famulari 10 years ago
gnu: openexr: Disable broken test to fix build on i686.

* gnu/packages/graphics.scm (openexr)[arguments]: New field.
b5f990a6 — Christopher Allan Webber 10 years ago
doc: Add footnote about pointing ~/.config/guix/latest at user's checkout

* doc/contributing.texi (Running Guix Before It Is Installed): New footnote.
66a30a3e — Ludovic Courtès 10 years ago
gnu: libevent: Update to 2.0.22 [fixes CVE-2015-6525].

* gnu/packages/libevent.scm (libevent): Update to 2.0.22.
6a25e595 — Ludovic Courtès 10 years ago
cve: Read entire CVE databases for the current year and the past year.

The "Modified" database that we were reading is much smaller, but it
only shows CVEs modified over the past week.

* guix/cve.scm (%now, %current-year, %past-year): New variables.
(yearly-feed-uri): New procedure.
(%cve-feed-uri, %ttl): Remove.
(%current-year-ttl, %past-year-ttl): New variables.
(call-with-cve-port): Add 'uri' and 'ttl' parameters and honor them.
Add 'setvbuf' call.
(current-vulnerabilities)[read-vulnerabilities]: New procedure.
Read from both %LAST-YEAR and %CURRENT-YEAR.
Next