Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-15 | Add --with-sandbox-shell configure flag | Eelco Dolstra | 1 | -0/+1 | |
And add a 116 KiB ash shell from busybox to the release build. This helps to make sandbox builds work out of the box on non-NixOS systems and with diverted stores. | |||||
2017-04-28 | Check for libreadline | Eelco Dolstra | 1 | -0/+1 | |
2017-04-20 | Detect lsof | Eelco Dolstra | 1 | -0/+1 | |
Also, don't use lsof on Linux since it's not needed. Fixes #1328. | |||||
2017-03-31 | Merge branch 'remove-perl' of https://github.com/shlevy/nix | Eelco Dolstra | 1 | -3/+0 | |
2017-03-15 | Add support for brotli compression | Eelco Dolstra | 1 | -0/+1 | |
Build logs on cache.nixos.org are compressed using Brotli (since this allows them to be decompressed automatically by Chrome and Firefox), so it's handy if "nix log" can decompress them. | |||||
2017-03-15 | Remove dependency on "curl" binary | Eelco Dolstra | 1 | -1/+0 | |
2017-02-07 | Add nix-perl package for the perl bindings | Shea Levy | 1 | -3/+0 | |
2017-01-24 | Makefile.config.in: drop unused bsddiff_compat_include | Sergei Trofimovich | 1 | -1/+0 | |
bsddiff_compat_include configure.ac substitution was removed in commit 16d9c872e41eb39248d88a3ba7c5706267676153 Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||||
2016-12-19 | Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix" | Eelco Dolstra | 1 | -1/+0 | |
This reverts commit 9f3f2e21edb17dbcd674539dff96efb6cceca10c, reversing changes made to 47f587700d646f5b03a42f2fa57c28875a31efbe. | |||||
2016-12-15 | Merge branch 'seccomp' of https://github.com/aszlig/nix | Eelco Dolstra | 1 | -0/+1 | |
2016-12-08 | Drop unused dblatex reference | Eelco Dolstra | 1 | -1/+0 | |
2016-11-16 | Add build dependency for libseccomp | aszlig | 1 | -0/+1 | |
We're going to use libseccomp instead of creating the raw BPF program, because we have different syscall numbers on different architectures. Although our initial seccomp rules will be quite small it really doesn't make sense to generate the raw BPF program because we need to duplicate it and/or make branches on every single architecture we want to suuport. Signed-off-by: aszlig <aszlig@redmoonstudios.org> | |||||
2016-09-20 | Add a new option to disable documentation generation at configure time | Adrien Devresse | 1 | -0/+1 | |
2016-05-31 | use $(LIBLZMA_LIBS) instead of -llzma | Dmitry Kalinkin | 1 | -0/+1 | |
This is needed in case of non-standard lzma installation path that will be specified in pkgconfig manifest as extra -L option for LDFLAGS. | |||||
2016-05-04 | Make the aws-cpp-sdk dependency optional | Eelco Dolstra | 1 | -0/+1 | |
2015-11-24 | Merge pull request #704 from ysangkok/freebsd-support | Eelco Dolstra | 1 | -0/+2 | |
FreeBSD support with knowledge about Linux emulation | |||||
2015-11-04 | Require OpenSSL | Eelco Dolstra | 1 | -1/+0 | |
2015-10-06 | Use pkg-config-provided LDFLAGS for libsqlite3 and libcurl. | Manuel Jacob | 1 | -0/+2 | |
Previously, pkg-config was already queried for libsqlite3's and libcurl's link flags. However they were not used, but hardcoded instead. This commit replaces the hardcoded LDFLAGS by the ones provided by pkg-config in a similar pattern as already used for libsodium. | |||||
2015-02-10 | Make libsodium an optional dependency | Eelco Dolstra | 1 | -0/+1 | |
2015-02-04 | Use libsodium instead of OpenSSL for binary cache signing | Eelco Dolstra | 1 | -0/+1 | |
Sodium's Ed25519 signatures are much shorter than OpenSSL's RSA signatures. Public keys are also much shorter, so they're now specified directly in the nix.conf option ‘binary-cache-public-keys’. The new command ‘nix-store --generate-binary-cache-key’ generates and prints a public and secret key. | |||||
2014-11-25 | Rely on XML catalogs to find the DocBook schemas and stylesheets | Eelco Dolstra | 1 | -2/+0 | |
2014-09-17 | Remove unused w3m dependency | Eelco Dolstra | 1 | -1/+0 | |
2014-05-21 | nix-store -l: Fetch build logs from the Internet | Eelco Dolstra | 1 | -0/+1 | |
If a build log is not available locally, then ‘nix-store -l’ will now try to download it from the servers listed in the ‘log-servers’ option in nix.conf. For instance, if you have: log-servers = http://hydra.nixos.org/log then it will try to get logs from http://hydra.nixos.org/log/<base name of the store path>. So you can do things like: $ nix-store -l $(which xterm) and get a log even if xterm wasn't built locally. | |||||
2014-03-12 | Generate release notes again | Eelco Dolstra | 1 | -0/+1 | |
2014-02-07 | Install header files | Eelco Dolstra | 1 | -0/+1 | |
2014-02-01 | Build/install manual | Eelco Dolstra | 1 | -0/+7 | |
2013-11-25 | Add support for ‘make installcheck’ | Eelco Dolstra | 1 | -1/+1 | |
2013-11-25 | Add a Makefile for the Perl stuff | Eelco Dolstra | 1 | -0/+3 | |
2013-11-25 | Add a Makefile for bsdiff | Eelco Dolstra | 1 | -0/+1 | |
2013-11-23 | Support installation of dynamically linked programs | Eelco Dolstra | 1 | -0/+2 | |
Here we need to re-link programs so that their RPATH refers to the installed libraries. | |||||
2013-11-22 | Fix building without Boehm GC | Eelco Dolstra | 1 | -0/+1 | |
2013-11-22 | Add a Makefile variable for enabling debug info | Eelco Dolstra | 1 | -0/+1 | |
2013-11-22 | Drop the dependency on Automake | Eelco Dolstra | 1 | -0/+2 | |
2013-11-22 | Respect configure flags | Eelco Dolstra | 1 | -0/+4 | |
2013-11-22 | Add ‘make dist’ support | Eelco Dolstra | 1 | -1/+2 | |
2013-11-22 | New non-recursive, plain Make-based build system | Eelco Dolstra | 1 | -0/+10 | |