| Commit message (Expand) | Author | Age |
... | |
* | gnu: Add ruby-pry-editline.•••* gnu/packages/ruby.scm (ruby-pry-editline): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add ruby-ci-reporter.•••* gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add ruby-atoulme-saikuro.•••* gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add ruby-simplecov.•••* gnu/packages/ruby.scm (ruby-simplecov): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add sparsehash.•••* gnu/packages/crypto.scm (sparsehash): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add cereal.•••* gnu/packages/serialization.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: xorriso: Update to 1.4.2.•••* gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
| Efraim Flashner | 2015-11-30 |
* | gnu: python: Move tkinter to "tk" output.•••* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Clarify and shorten the list of built-time modules.•••* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Do not record configure flags.•••This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Factorize configure flags with minimal variants.•••* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Make 'sys.version' deterministic.•••* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.•••* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.•••* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
| Ludovic Courtès | 2015-11-29 |
* | gnu: tcl: Produce 'tclIndex' files deterministically.•••* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2015-11-29 |
* | tk: Hardcode path to TK_LIBRARY.•••Fixes <http://bugs.gnu.org/20889>.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
| 宋文武 | 2015-11-29 |
* | refresh: Check updater availability at run time.•••This is a followup to b68d2db, which added a check for updaters at
macro-expansion time. The problem is that, when running 'guix pull',
Guile-JSON is found, so the PyPi updater (say) is added to %UPDATERS,
but then at run time Guile-JSON might be missing.
Reported by orbea on #guix.
* guix/scripts/refresh.scm (maybe-updater): Rewrite as 'syntax-rules'.
Produce code that checks conditions at run time.
(list-updaters): Update docstring.
| Ludovic Courtès | 2015-11-29 |
* | gnu: Add perl-dbd-mysql.•••* gnu/packages/databases.scm (perl-dbd-mysql): New variable.
| Ricardo Wurmus | 2015-11-29 |
* | gnu: Add Rakarrack.•••* gnu/packages/audio.scm (rakarrack): New variable.
| Ricardo Wurmus | 2015-11-29 |
* | services: Add pkexec to setuid programs.•••* gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to
list of setuid programs.
| Ricardo Wurmus | 2015-11-29 |
* | gnu: xfce-session: Enable shutdown/reboot menu entries.•••* gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit.
[source]: Replace paths to "shutdown" with "halt" and "restart".
| Ricardo Wurmus | 2015-11-29 |
* | gnu: weechat: Dynamically link against libpython2.7.so.•••* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
| Ludovic Courtès | 2015-11-29 |
* | http-client: 'http-fetch' converts strings to URIs.•••* guix/http-client.scm (http-fetch): Use 'string->uri' if URI is a
string. Fixes a regression introduced in 8a5063f.
| Ludovic Courtès | 2015-11-29 |
* | guix build: Factorize build log query.•••* guix/scripts/build.scm (show-build-log): New procedure.
(guix-build): New variable 'items'. Use it and 'show-build-log'.
| Ludovic Courtès | 2015-11-29 |
* | gnu: guile-next: Update to 2.1.1.•••* gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1.
[arguments, native-inputs]: Move to...
(guile-for-guile-emacs): ... here. New fields.
| Ludovic Courtès | 2015-11-29 |
* | environment: Set build options early on.•••This fixes a bug whereby some options, such as #:substitute-urls, would
be passed to the daemon too late to have an effect.
* guix/scripts/environment.scm (build-inputs): Remove call to
'set-build-options-from-command-line*'.
(guix-environment): Add call to 'set-build-options-from-command-line' as
early as possible.
| Ludovic Courtès | 2015-11-28 |
* | gnu: jasper: Patch CVE-2008-3522.•••* gnu/packages/patches/jasper-CVE-2008-3522.patch: New file.
* gnu/packages/image.scm (jasper)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2015-11-28 |
* | lint: Do not report already-patched vulnerabilities.•••* guix/scripts/lint.scm (patch-file-name): New procedure.
(check-vulnerabilities): Use it to filter out patched vulnerabilities.
* tests/lint.scm ("cve: one patched vulnerability"): New test.
| Ludovic Courtès | 2015-11-28 |
* | doc: Mention 'specification->package'.•••Suggested by Florian Paul Schmidt <mista.tapas@gmx.net>.
* doc/guix.texi (Using the Configuration System): Mention
'specification->package'.
| Ludovic Courtès | 2015-11-28 |
* | substitute: Warn upon store prefix mismatches.•••Suggested by Hynek Urban <hynek.urban@gmail.com>.
* guix/scripts/substitute.scm (fetch-narinfos): Move body to...
[do-fetch]: ... here. New procedure.
Emit a warning when CACHE-INFO's prefix does not match.
| Ludovic Courtès | 2015-11-28 |
* | services: tor: Store private data under /var/lib/tor.•••* gnu/services/networking.scm (tor-configuration->torrc): Add
'DataDirectory' clause. Change 'HiddenServiceDir' to
/var/lib/tor/hidden-services/NAME.
(tor-hidden-service-activation): Create /var/lib/tor.
(tor-hidden-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
| Ludovic Courtès | 2015-11-27 |
* | services: tor: Write to syslog.•••* gnu/services/networking.scm (tor-configuration->torrc): Add "Log
notice syslog".
(tor-dmd-service): Add 'syslogd' to 'requirement'.
| Ludovic Courtès | 2015-11-27 |
* | services: Add 'tor-hidden-service'.•••* gnu/services/networking.scm (<tor-configuration>, <hidden-service>):
New record types.
(tor-configuration->torrc): New procedure.
(tor-dmd-service): Use it.
(tor-hidden-service-activation): New procedure.
(tor-service-type)[extensions]: Extend ACTIVATION-SERVICE-TYPE.
[compose, extend]: New fields.
(tor-service): Use 'tor-configuration'.
(tor-hidden-service-type): New variable.
(tor-hidden-service): New procedure.
| Ludovic Courtès | 2015-11-27 |
* | services: lsh: Correctly handle #:interfaces option.•••* gnu/services/ssh.scm (lsh-dmd-service)[lsh-command]: Pass a series of
--interface flags instead of the nonexistent --interfaces option.
| Ludovic Courtès | 2015-11-27 |
* | gnu: tor: Update to 0.2.7.5.•••* gnu/packages/tor.scm (tor): Update to 0.2.7.5.
| Ludovic Courtès | 2015-11-27 |
* | gnu: eigen: Really run tests in verbose mode.•••Suggested by Gaël Guennebaud <gael.guennebaud@inria.fr>.
* gnu/packages/algebra.scm (eigen)[arguments]: Remove #:test-target.
Rename 'build-tests' phase to 'check', and have it run 'ctest -V'.
| Ludovic Courtès | 2015-11-27 |
* | gnu: gp2c: Update to 0.0.9pl4.•••* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
| Andreas Enge | 2015-11-27 |
* | Add 'guix-daemon.conf' job for Upstart.•••* etc/guix-daemon.conf.in: New file.
* daemon.am (CLEANFILES): Add etc/guix-daemon.conf.
(upstartjobdir, nodist_upstartjob_DATA): New variables.
(EXTRA_DIST): Add etc/guix-daemon.conf.in.
* doc/guix.texi (Binary Installation, Build Environment Setup): Mention
'guix-daemon.conf'.
Signed-off-by: Mario Daniel Ruiz Saavedra <desiderantes@rocketmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mario Daniel Ruiz Saavedra | 2015-11-26 |
* | lint: Add "cve" checker.•••Fixes <http://bugs.gnu.org/21289>.
* guix/scripts/lint.scm (package-name->cpe-name, package-vulnerabilities)
(check-vulnerabilities): New procedures.
* guix/scripts/lint.scm (%checkers): Add "cve" checker.
* tests/lint.scm ("cve", "cve: one vulnerability"): New tests.
* doc/guix.texi (Invoking guix lint): Mention it.
| Ludovic Courtès | 2015-11-26 |
* | Add (guix cve).•••* guix/cve.scm, tests/cve-sample.xml, tests/cve.scm: New files.
* Makefile.am (MODULES): Add guix/cve.scm.
(SCM_TESTS): Add tests/cve.scm.
(EXTRA_DIST): Add tests/cve-sample.scm.
| Ludovic Courtès | 2015-11-26 |
* | http-client: 'http-fetch' and 'http-fetch/cached' support HTTPS.•••* guix/http-client.scm (http-fetch): Use 'open-connection-for-uri', to
support HTTPS.
| Ludovic Courtès | 2015-11-26 |
* | import: hackage: Assume current 'ghc' package version.•••* guix/scripts/import/hackage.scm (%default-options): Do it.
(ghc-default-version): New variable.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Add new tests.•••* tests/hackage.scm (eval-test-with-cabal): Add optional argument.
(test-cabal-3): New variable and test.
(test-read-cabal-1): Exercise more parsing variants.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Handle CRLF end of line style.•••* guix/import/hackage.scm (hackage-fetch, hackage->guix-package): Use
'canonical-newline-port'.
| Federico Beffa | 2015-11-26 |
* | utils: Add 'canonical-newline-port'.•••* guix/utils.scm (canonical-newline-port): New procedure.
* tests/utils.scm ("canonical-newline-port"): New test.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Make parsing of tests and fields more flexible.•••* guix/import/cabal.scm (is-test): Allow spaces between keyword and
parentheses.
(is-id): Add argument 'port'. Allow spaces between keyword and column.
(lex-word): Adjust call to 'is-id'.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Make it resilient to missing final newline.•••* guix/import/cabal.scm (peek-next-line-indent): Check for missing final
newline.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Imporve parsing of tests.•••* guix/import/cabal.scm (lex-word): Add support for tests with no spaces.
(impl): Rewrite.
| Federico Beffa | 2015-11-26 |
* | import: hackage: Add recognition of 'true' and 'false' symbols.•••* guix/import/cabal.scm (is-true, is-false, lex-true, lex-false): New procedures.
(lex-word): Use them.
(make-cabal-parser): Add TRUE and FALSE tokens.
(eval): Add entries for 'true and 'false symbols.
| Federico Beffa | 2015-11-26 |
* | gnu: python-pickleshare: Add python-setuptools to native-inputs.•••* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
| Efraim Flashner | 2015-11-26 |