~ruther/guix-local

06ed5982 — Andreas Enge 12 years ago
guix: cmake: Add input and package libraries to the rpath, and adapt package
  definitions accordingly.

* guix/build/cmake-build-system.scm (configure): Add flags.
* gnu/packages/maths.scm (lapack): Drop special code.
* gnu/packages/ssh.scm (libssh): Drop special code.
* gnu/packages/slim.scm (slim): Drop special code and enable shared library.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
5d17cf8e — Andreas Enge 12 years ago
gnu: soprano: Add native input doxygen.

* gnu/packages/rdf.scm (soprano): Add native input doxygen.
9e57c1b5 — Andreas Enge 12 years ago
gnu: doxygen: Add propagated input graphviz.

* gnu/packages/doxygen.scm (doxygen): Add propagated input graphviz.
707d3e24 — Andreas Enge 12 years ago
gnu: libkate: Add native input doxygen and make input pkg-config native.

* gnu/packages/xiph.scm (libkate): Add native input doxygen.
    Make input pkg-config native.
b0193286 — Andreas Enge 12 years ago
gnu: libmpdclient: Add native input doxygen.

* gnu/packages/mpd.scm (libmpdclient): Add native input doxygen.
eb787971 — Andreas Enge 12 years ago
gnu: libdbusmenu-qt: Add native input doxygen for building the documentation,
  and make input qjson native.

* gnu/packages/kde.scm (libdbusmenu-qt): Add native input doxygen for
    building the documentation.
    Make input qjson native, as it is needed only for the tests.
436d4d1f — Andreas Enge 12 years ago
gnu: Add doxygen.

* gnu/packages/doxygen.scm: New file.
* gnu/packages/patches/doxygen-test.patch,
  gnu/packages/patches/doxygen-tmake.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES, dist_patch_DATA): Register the new files.
c0412fed — Ludovic Courtès 12 years ago
build: Add missing function checks for optional daemon features.

* config-daemon.ac: Check for lchown, posix_fallocate, vfork,
  sched_setaffinity, statvfs, nanosleep, and strsignal.  As a side
  effect, this enables daemon features depending on the corresponding
  feature test macros.
99fa3024 — Andreas Enge 12 years ago
gnu: gp2c: Upgrade to 0.0.9pl1.

* gnu/packages/algebra.scm (gp2c): Upgrade to 0.0.9pl1.
c47f0d8b — Ludovic Courtès 12 years ago
vm: Clarify 'system-qemu-image/shared-store-script'.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Move
  'initrd' definition to the top-level.  Have a single definition of
  'initrd', 'image', and 'os-drv'.
2106d3fc — Ludovic Courtès 12 years ago
system: Add 'operating-system-boot-script'.

* gnu/system.scm (operating-system-boot-script): New procedure.
  (operating-system-derivation): Use it.  Remove DMD-CONF from the
  file union.  Add BOOT-DRV to the inputs.
0b6f49ef — Ludovic Courtès 12 years ago
system: Factorize (gnu system).

* gnu/system.scm (operating-system-accounts,
  operating-system-etc-directory): New procedures.
  (operating-system-derivation): Use them.
* gnu/services/base.scm (%base-services): Add 'host-name-service'
  invocation.
42b00138 — Ludovic Courtès 12 years ago
gnu: cyrus-sasl: Add alternate source URL.

* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Add alternate URL;
  the previous one is currently unreachable.
60bbd4f1 — Ludovic Courtès 12 years ago
gnu: mplayer: Add mpg123 as an input.

* gnu/packages/video.scm (mplayer)[inputs]: Add mpg123.
1bdb591b — Ludovic Courtès 12 years ago
gnu: Add mpg123.

* gnu/packages/mp3.scm (mpg123): New variable.
571aa6cd — Ludovic Courtès 12 years ago
gnu: Add GCC 4.9.0.

* gnu/packages/gcc.scm (gcc-4.9): New variable.
* gnu/packages/base.scm (gcc-toolchain-4.9): New variable.
0815f8f9 — Mark H Weaver 12 years ago
gnu: openssl: Fixes for CVE-2010-5298 and extension checking.

* gnu/packages/patches/openssl-CVE-2010-5298.patch: New file.
* gnu/packages/patches/openssl-extension-checking-fixes.patch: New file.
* gnu/packages/openssl.scm (openssl): Add them.
* gnu-system.am (dist_patch_DATA): Add them.
6ef3644e — Ludovic Courtès 12 years ago
pk-crypto: Add pretty-printer to 'gcry-error' exceptions.

* guix/pk-crypto.scm (string->canonical-sexp, sign, generate-key): Pass
  the procedure name as the first argument to 'throw'.
  (gcrypt-error-printer): New procedure.
  <top level>: Add call to 'set-exception-printer!'.
* guix/nar.scm (restore-one-item): Add 'proc' parameter to 'catch'
  handler for 'gcry-error.
* guix/scripts/archive.scm (%options, generate-key-pair, authorize-key):
  Likewise.
* guix/scripts/substitute-binary.scm (narinfo-signature->canonical-sexp):
  Likewise.
6f695885 — Ludovic Courtès 12 years ago
authenticate: Allow signatures with binary data to be written to stdout.

Fixes <http://bugs.gnu.org/17312>.

* guix/scripts/authenticate.scm (guix-authenticate): Add calls to
  'set-port-encoding!' and 'set-port-conversion-strategy!'.  Wrap body
  in 'with-fluids' form that sets '%default-port-encoding' and
  '%default-port-conversion-strategy'.
* tests/guix-authenticate.sh: Add test.
* tests/pk-crypto.scm ("hash corrupt due to restrictive locale
  encoding"): Add reference to bug.
6030d849 — Ludovic Courtès 12 years ago
pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.

* guix/pk-crypto.scm (string->canonical-sexp): Pass "ISO-8859-1" as the
  2nd argument to 'string->pointer'.
* tests/pk-crypto.scm ("version"): New test.
  ("hash corrupt due to restrictive locale encoding"): New test.
Next