Commit Graph
69 Commits
Author SHA1 Message Date
edef 5b1f864242 Merge pull request #59806
openssh: 7.9p1 -> 8.1p1
2019-10-19 12:16:08 +00:00
edef 9bfec806df openssh: don't let configure override SSH_KEYSIGN
While 9fe10288f0 ensured that the
ssh-keysign path is searched for in PATH if not absolute,
it doesn't prevent the configure script from defaulting to an
absolute path in $out/libexec, making the whole effort rather
pointless.
2019-10-19 12:13:36 +00:00
edef e6d641d957 openssh: mark hpnSupport as broken
We're hoping to deprecate HPN support, given that as far as we
can tell, nobody is using it, and the patches seem rather unmaintained.
2019-10-19 12:05:27 +00:00
edef 67b8f4e0a7 git-series: add edef as maintainer 2019-10-18 21:28:46 +00:00
edef fca52043a5 git-series: use nixpkgs libgit2
This replaces the vendored copy from libgit2-sys.
2019-10-18 21:28:46 +00:00
edef 2bc9e6cb37 git-series: use nixpkgs libcurl
This replaces the vendored copy from curl-sys.
2019-10-18 21:28:46 +00:00
edef f7de72a552 git-series: upgrade Cargo dependencies to allow using OpenSSL 1.1 2019-10-18 21:28:46 +00:00
edef e674377177 i3blocks: handle multiple XDG_CONFIG_DIRS elements correctly
On NixOS, $XDG_CONFIG_DIRS always has multiple elements.
Without this patch, it'll try to open() a rather nonsensical
path full of colons.
2019-10-18 20:22:16 +00:00
edef 32c7f772f7 nixos/rabbitmq: use a literalExample for example configItems 2019-10-18 12:36:16 +00:00
edef a7aa69c8bf pythonPackages.pgsanity: add missing postgresql checkInput 2019-10-18 12:33:41 +00:00
edef 23fd70d694 pypi2nix: add missing setuptools dependency
Broken by f7e28bf5d8, which removed
setuptools from the default propagatedBuildInputs of Python packages.
2019-10-18 12:17:17 +00:00
edef 88d4b40bb2 git-series: use cargoPatches rather than cargoDepsHook 2019-10-18 12:07:37 +00:00
edef 10812a0aff kak-lsp: 6.2.1 -> 7.0.0 2019-10-18 11:59:57 +00:00
edef 429644bf4c nixos/rabbitmq: use an attrset for example configItems 2019-09-25 17:38:00 +00:00
edef 2202601623 perlPackages.MustacheSimple: init at 1.3.6 2019-09-25 01:16:02 +00:00
edef ac1fbe68bb nix-generate-from-cpan: strip leading v from versions
Everything currently in perl-packages.nix already does this,
so we might as well automate it.
2019-09-25 01:16:02 +00:00
edef 838902a82c nix-generate-from-cpan: use pname/version rather than version
The `name` parameter to buildPerlPackage is deprecated, and
everything currently in perl-packages.nix has already been
converted to use pname/version instead.

This also changes the URLs to be pure string literals,
matching the convention used in nixpkgs in practice.
2019-09-25 01:16:02 +00:00
edef cbbe9f0f21 patchutils: add perl to buildInputs
This was silently producing perl scripts with empty shebang lines,
breaking a bunch of the binaries.
2019-08-31 15:58:05 +00:00
edef 722940fcdc nixos/release-notes: fix indentation 2019-08-30 19:32:25 +00:00
edef e6c35cd704 nixos/release-notes: fix indentation 2019-08-30 19:25:55 +00:00
edef e9ccd6fa3d wishbone-tool: init at 0.2.8 2019-08-22 11:09:45 +00:00
edef 068f46f991 Merge pull request #63585 from edef1c/openssh-keysign
openssh: use ssh-keysign from PATH
2019-08-11 12:57:42 +00:00
edef c72fff2e03 Revert "pgcli: 2.0.2 -> 2.1.1"
This reverts commit 2b07800798.
2019-08-05 08:33:42 +00:00
edef 2b07800798 pgcli: 2.0.2 -> 2.1.1 2019-08-05 08:32:21 +00:00
edef 9fe10288f0 openssh: use ssh-keysign from PATH
ssh-keysign is used for host-based authentication, and is designed to be used
as SUID-root program. OpenSSH defaults to referencing it from libexec, which
cannot be made SUID in Nix.
2019-07-31 12:19:36 +00:00
edef 4bcc6e11d3 Merge pull request #65227 from NixOS/openssh-known-hosts-ca
nixos/programs/ssh: allow specifying known host CAs
2019-07-31 12:08:58 +00:00
edef 9897956d36 Merge pull request #65485 from arcnmx/pr-taskserver-nixos
nixos/taskserver: crl file is optional
2019-07-28 13:02:05 +00:00
edef 618ecd930d Merge pull request #65453 from wahjava/master
sshguard: do not create ipset in post-start
2019-07-28 08:50:42 +00:00
edef 1c9a2d4d7f nixos/programs/ssh: allow specifying known host CAs 2019-07-21 14:23:41 +00:00
edef 4a633b5618 Merge pull request #64548 from NixOS/etcd-3.3.13
etcd: 3.3.1 -> 3.3.13
2019-07-10 17:11:44 +00:00
edef b3bce2cfa2 nixos/tests/etcd-cluster: be more lenient about member addition 2019-07-10 00:42:48 +00:00
edef 950d91cc9c nixos/tests: include the etcd-cluster test in all-tests.nix
We seem to have had this test for quite a while, but nothing seems to
reference it.
2019-07-09 23:46:57 +00:00
edef 8578d7ab80 etcd: 3.3.1 -> 3.3.13
While I would've liked to keep them, the release branch drops the tools
directory as of v3.3.4, seemingly without explanation:
https://github.com/etcd-io/etcd/commit/074e4177707f4daead816c108a06980d77d0aad0

master appears to contain them, so they might return at some point.
2019-07-09 22:55:07 +00:00
edef 4a405d8995 nixos/networking: filter out empty entries 2019-07-07 00:49:40 +00:00
edef 6a347bca67 Merge pull request #60984 from edef1c/ipxe-uefi
ipxe: enable UEFI support
2019-05-25 09:57:09 +00:00
edef 99ece30213 wireshark: include nghttp2 by default
Without nghttp2 included, Wireshark's HTTP/2 dissector is rather neutered,
and the UI gives no indication of why.
2019-05-25 08:13:14 +02:00
edef c89b2de425 androidenv: fix the $out/bin symlink for ndk-bundle 2019-05-24 02:32:14 +00:00
edef 2ec33d12a2 Merge pull request #60279 from dtzWill/fix/editline-narrow
editline: fix crash with term narrower than completions
2019-05-21 22:27:21 +00:00
edef ff4db30b7d ipxe: enable UEFI support 2019-05-05 11:52:34 +00:00
edef dc87be5fb9 solvespace: 2.3-20190422 -> 2.3-20190501
This reverts the change in git commit hash handling, but is otherwise identical.
2019-05-01 09:06:36 +00:00
edef 4a753f75db Merge pull request #60528 from edef1c/solvespace-2.3-20190422
solvespace: 2.3-20180906 -> 2.3-20190422
2019-05-01 02:37:32 +00:00
edef b077fe4ffd solvespace: 2.3-20180906 -> 2.3-20190422 2019-04-30 20:09:05 +00:00
edef c5729a30f8 sdate: fix function wrapper 2019-01-01 14:51:16 +00:00
edef 574700085a sdate: init at 0.5 2019-01-01 11:51:45 +00:00
edef f9b0781938 doh-proxy: stick with Python 3.6 for now
It currently breaks on Python 3.7 due to `async` becoming a reserved keyword
2018-12-12 13:02:53 +00:00
edef fdd566cf0b Merge pull request #51908 from rawkode/feature/lxrandr
lxrandr: init at 0.3.1
2018-12-12 12:18:03 +00:00
edef e10f8471d1 Merge pull request #51650 from gnidorah/me_cleaner
me_cleaner: init at 1.2
2018-12-12 12:15:57 +00:00
edef 995d224f44 Merge pull request #51664 from erictapen/tlslite-ng-init
pythonPackages.tlslite-ng: init at 0.7.5, migrate tlslite references to it, delete tlslite
2018-12-10 13:03:27 +00:00
edef b5a2181899 solvespace: 2.3-20170808 -> 2.3-20180906 2018-10-06 14:07:36 +00:00
edef 5cdecca8b7 git: 2.19.0 -> 2.19.1 (CVE-2018-17456) 2018-10-05 18:36:08 +00:00
edef c331750258 minijail: android-8.0.0_r34 -> android-9.0.0_r3 2018-08-24 16:23:39 +00:00
edef 54a13b07d5 switch-to-configuration: use Net::DBus to retrieve the list of units
This resolves the FIXME, and opens up the possibility of using more of
the systemd DBus interface to make things more robust.
2018-05-03 20:19:23 +02:00
edef 1a18fedae4 nixos doc: mananager -> manager 2018-05-01 19:58:50 +02:00
edef 2fa1165e89 switch-to-configuration: use Net::DBus to retrieve the list of units
This resolves the FIXME, and opens up the possibility of using more of
the systemd DBus interface to make things more robust.
2018-03-05 12:05:01 -05:00
edef 8ae0c8a64f ipxe: 20170922 -> 20180220 2018-02-27 15:27:41 -05:00
edef 4d7bea7e5e ipxe: fix ISO build
Without this change, it doesn't seem to properly generate ISOs with
embedded scripts.
2018-02-26 17:52:38 -05:00
edef ea35bc94bf nixos/ecryptfs: init
Currently, ecryptfs support is coupled to `security.pam.enableEcryptfs`, but one
might want to use ecryptfs without enabling the PAM functionality. This commit
splits it out into a `boot.supportedFilesystems` switch.
2017-10-20 17:42:04 +01:00
edef 2314ed72f1 solvespace: remove stray newline escape 2017-10-10 12:01:34 +02:00
edef 7ea5672e85 wmsm.app: compile in gnu89 mode
it expects `inline` to expose a symbol, which hasn't been the case since
C99, breaking linking.
2017-09-29 00:08:56 +02:00
edef 612f8a5f3e tasksh: 1.1.0 -> 1.2.0 2017-08-17 16:30:58 +02:00
edef 208ca7ad96 solvespace: 2.3-20170416 -> 2.3-20170808 2017-08-17 14:11:10 +02:00
edef 2fca91cbb2 keybase: 1.0.22 -> 1.0.27 2017-08-15 14:56:22 +02:00
edef 10c6df2e3c nixos/…/swap.nix: don't create a LUKS header for randomEncryption
Creating and then erasing the key relies on the disk erasing data
correctly, and otherwise allows attackers to simply decrypt swap just
using "secretkey". We don't actually need a LUKS header, so we can save
ourselves some pointless disk writes and identifiability.

In addition, I wouldn't have made the awful mistake of backing up my swap partition's LUKS header instead of my zpool's. May my data rest in peace.
2017-07-26 08:45:50 +02:00
edef 87c1e48223 solvespace: 2.0 -> 2.3 2017-05-07 02:50:45 +03:00
edef dbc97ba2d7 maintainers: add edef 2017-05-07 01:54:35 +03:00
edef 27e750e29b etcd module: fix extraConf manual link 2017-04-16 00:26:23 +02:00
edef 2c02c84cdc verilator: fix Perl shebangs 2017-03-08 11:38:48 +01:00
edef 289d808dcf pythonPackages.publicsuffix: 1.0.2 -> 1.1.0 (#23164) 2017-02-26 11:16:36 +01:00
edef 447ba91858 rnv: fix missing rec (#23162) 2017-02-25 01:40:02 +01:00