aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-publish.conf.in
blob: 7b319f66ae5d1eef9fa9365ee8afbf06ed6153fe (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is a "job" for the Upstart init system to launch 'guix-daemon'.
# Drop it in /etc/init to have 'guix-daemon' automatically started.

description "Publish the GNU Guix store"

start on runlevel [2345]

stop on runlevel [016]

task

exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix publish --user=nobody --port=8181
'msg-avail'>...* gnu/packages/security-token.scm (yubikey-personalization): New variable. Chris Marusich 2018-10-24gnu: pcsc-lite: Update to 1.8.24....* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.24. Tobias Geerinckx-Rice 2018-09-20gnu: ccid: Update to 1.4.30....* gnu/packages/security-token.scm (ccid): Update to 1.4.30. Tobias Geerinckx-Rice 2018-09-19gnu: OpenSC: Update to 0.19.0 [security fixes]....Fixes CVE-2018-{16391,16392,16393,16418,16419,16420,16421,16422,16423,16424, 16425,16426,16427}. * gnu/packages/security-token.scm (opensc): Update to 0.19.0. Leo Famulari 2018-08-23gnu: yubico-piv-tool: Update to 1.6.1....* gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.1. Tobias Geerinckx-Rice 2018-08-15gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, CVE-2018-14780]....* gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.0. [inputs]: Add GENGETOPT. [native-inputs]: Add HELP2MAN. Marius Bakke 2018-08-15gnu: opensc: Update to 0.18.0....* gnu/packages/security-token.scm (opensc): Update to 0.18.0. [arguments]: Add phase to disable test which fails in this release. Marius Bakke 2018-08-12gnu: ccid: Move pcsc-lite from inputs to native-inputs....pcsc-lite only provides the headers to build ccid. So, it is sufficient that it be a native-input. * gnu/packages/security-token.scm (ccid)[inputs]: Move pcsc-lite to ... [native-inputs]: ... here. Arun Isaac