~ruther/guix-local

8c71a52c — Oleg Pykhalov 8 years ago
gnu: libmusicbrainz: Clean spaces between right parenthesis.

* gnu/packages/music.scm (libmusicbrainz): Remove unnecessary spaces between
  right parenthesis.
5ee4cd69 — ClĂ©ment Lassieur 8 years ago
services: postgresql: Use pg_ctl to start and stop postgres.

Fixes <https://bugs.gnu.org/29992>.

* gnu/services/databases.scm (postgresql-shepherd-service): Replace
make-forkexec-constructor and make-kill-destructor with pg_ctl.
45b48698 — Oleg Pykhalov 8 years ago
gnu: gource: Fix the hashes of mutated GitHub archives.

* gnu/packages/version-control.scm (gource): Fix hash.
0646461a — Rutger Helling 8 years ago
gnu: nftables: Update to 0.8.1.

* gnu/packages/linux.scm (nftables): Update to 0.8.1.
1dba87d7 — Rutger Helling 8 years ago
gnu: libnftnl: Update to 1.0.9.

* gnu/packages/linux.scm (libnftnl): Update to 1.0.9.
418c62ff — Efraim Flashner 8 years ago
gnu: qt: Update to 5.9.4.

* gnu/packages/qt.scm (qt qtbase qtsvg qtimageformats qtx11extras
qtxmlpatterns qtdeclarative qtconnectivity qtwebsockets qtsensors
qtmultimedia qtwayland qtserialport qtserialbus qtwebchannel
qtlocation qttools qtscript qtquickcontrols qtquickcontrols2
qtgraphicaleffects qtgamepad qtscxml qtpurchasing qtcanvas3d
qtnetworkauth qtwebkit): Update to 5.9.4.
ca56021c — Ricardo Wurmus 8 years ago
gnu: Update SELinux packages.

* gnu/packages/selinux.scm (libsepol): Update to 2.7, release 20170804.
[source]: Fetch from git.
(checkpolicy)[arguments]: Set LIBSEPOLA.
(libselinux)[arguments]: Likewise; remove build phase "patch-libsepol-path".
(python-sepolgen)[arguments]: Adjust directory name in "enter-dir".
(python-setools): Update to 4.1.1.
[source]: Fetch from git.
(policycoreutils)[source]: Remove patch.
[arguments]: Remove build phases "fix-glib-cflags",
"fix-linkage-with-libsepol", "fix-target-paths", and "wrap-python-tools".
[inputs]: Remove python-wrapper, python-sepolgen, python-setools, python-ipy,
libcap-ng, pcre, dbus, dbus-glib, and glib.
* gnu/packages/patches/policycoreutils-make-sepolicy-use-python3.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
f48feaa2 — Oleg Pykhalov 8 years ago
gnu: Add streamlink.

* gnu/packages/video.scm (streamlink): New public variable.
d32456d5 — Oleg Pykhalov 8 years ago
gnu: Add python-pycryptodome.

* gnu/packages/python-crypto.scm (python-pycryptodome): New public variable.
da061b84 — Oleg Pykhalov 8 years ago
gnu: Add python-iso3166.

* gnu/packages/iso-codes.scm (python-iso3166): New public variable.
3cf38362 — Oleg Pykhalov 8 years ago
gnu: Add python-iso639.

* gnu/packages/iso-codes.scm (python-iso639): New public variable.
6b113dad — Leo Famulari 8 years ago
gnu: webkitgtk: Update to 2.18.6 [security fixes].

Fixes CVE-2017-{7153,7160,7161,7165,13884,13885,} and CVE-2018-{4088,4096}.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.6.
2a2060f9 — Tobias Geerinckx-Rice 8 years ago
gnu: bind: Update to 9.12.0.

* gnu/packages/dns.scm (isc-bind): Update to 9.12.0.
8f4bf6a9 — Tobias Geerinckx-Rice 8 years ago
gnu: liburcu: Update to 0.10.1.

* gnu/packages/datastructures.scm (liburcu): Update to 0.10.1.
5c8cdd4e — Ricardo Wurmus 8 years ago
gnu: Add emacs-slack.

* gnu/packages/emacs.scm (emacs-slack): New variable.
26b388ce — Ricardo Wurmus 8 years ago
gnu: Add emacs-circe.

* gnu/packages/emacs.scm (emacs-circe): New variable.
a204c14c — Ricardo Wurmus 8 years ago
gnu: Add emacs-oauth2.

* gnu/packages/emacs.scm (emacs-oauth2): New variable.
9c058ef2 — Ricardo Wurmus 8 years ago
gnu: Add emacs-websocket.

* gnu/packages/emacs.scm (emacs-websocket): New variable.
7081d4e0 — Ricardo Wurmus 8 years ago
gnu: Add emacs-emojify.

* gnu/packages/emacs.scm (emacs-emojify): New variable.
76c7fc43 — Mark H Weaver 8 years ago
gnu: python-qscintilla: Remove result code plumbing.

* gnu/packages/qt.scm (python-qscintilla)[arguments]: In the 'configure'
phase, remove result code plumbing that is no longer needed, since 'invoke'
never returns #false.
Next