aboutsummaryrefslogtreecommitdiff
path: root/distro/packages/openssl.scm
Commit message (Collapse)AuthorAge
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
| | | | | | | | | | * distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
* distro: openssl: Fix the `license' field.Ludovic Courtès2013-01-13
| | | | | * distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
* Update a few more license headers.Ludovic Courtès2013-01-06
| | | | | * distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
* distro: openssl: Build shared libraries.Ludovic Courtès2013-01-02
| | | | | * distro/packages/openssl.scm (openssl): `configure' phase: pass "shared --libdir=lib".
* distro: Add OpenSSL.Andreas Enge2013-01-02
* distro/packages/openssl.scm: New file. `patch-tests' phase added by Ludovic Courtès. * Makefile.am (MODULES): Add it.