Commit Graph
100 Commits
Author SHA1 Message Date
Michael Weiss 65f07c097d swaybg: init at 1.0 2019-05-03 22:30:41 +02:00
Michael Weiss 1f1e075fb1 swayidle: 1.2 -> 1.3 2019-05-03 22:16:21 +02:00
Michael Weiss d43ea14abb swaylock: 1.3 -> 1.4 2019-05-03 22:16:21 +02:00
Michael Weiss 3b3a6367c8 signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)
I switched to fetchFromGitLab for more transparency and because 2.10 is
not yet available on any Debian mirrors.
A drawback is that any dates in the man pages will now always be
set to 1970-01-01, because fetchFromGitLab removes the timestamps from
$src (not manually but by unpacking the archive).
2019-05-01 16:45:33 +02:00
Michael Weiss 83e8638fe9 inxi: 3.0.33-1 -> 3.0.34-1 2019-05-01 16:16:57 +02:00
Michael Weiss 141d6930fa dav1d: 0.2.2 -> 0.3.0 2019-04-30 11:24:26 +02:00
Michael Weiss 6852c080d8 nixos/sks: Fix another regression from ab5dcc7068
The two directories KDB and PTree do not exist before the SKS DB is
build for the first time. If /var/db/sks is empty and the module is
enabled via "services.sks.enable = true;" the following error will
occur:
...-unit-script-sks-db-pre-start[xxx]:
ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory

To avoid this both links have to be created after the DB is build.
Note: Creating the directories manually might be better but the initial
build might be skipped as a result:
unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
2019-04-28 14:45:21 +02:00
Michael Weiss 698388bc61 Revert "nixos/switch-to-configuration: Never stop system.slice"
This change was only a temporary workaround and isn't required anymore,
since /etc/systemd/system/system.slice should not be present on any
recent NixOS system (which makes this change a no-op).

This reverts commit 7098b0fcdf.
2019-04-28 07:21:34 +02:00
Michael Weiss 15010f0436 sway: Read the configuration from /etc before /nix/store (#60319)
This change will load all configuration files from /etc, to make it easy
to override them, but fallback to /nix/store/.../etc/sway/config to make
Sway work out-of-the-box with the default configuration on non NixOS
systems.
2019-04-27 22:38:18 +02:00
Michael Weiss 753e1e0bab nixos/sks: Fix the module (the pre-start script was broken)
Unfortunately the changes in ab5dcc7068
introduced a typo (took me a while to spot that...) that broke the
whole module (or at least the sks-db systemd unit).

The systemd unit was failing with the following error message:
...-unit-script-sks-db-pre-start[xxx]: KDB/DB_CONFIG exists but is not a symlink.
2019-04-27 19:19:27 +02:00
Michael Weiss 76843da1a1 androidStudioPackages.{dev,canary}: 3.5.0.11 -> 3.5.0.12 2019-04-25 21:34:25 +02:00
Michael Weiss 5b1499e47e python37Packages.mysql-connector: 8.0.15 -> 8.0.16 2019-04-25 21:30:27 +02:00
Michael Weiss e0e5dca235 html-proofer: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 9d720a9221 jekyll: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 87cb3b33f1 gollum: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 60e59b75ba maim: 5.5.2 -> 5.5.3 2019-04-23 16:38:33 +02:00
Michael Weiss c93fd4a25e Merge pull request #56690 from primeos/python-cryptography
python37Packages.cryptography: 2.5 -> 2.6.1
2019-04-23 16:27:06 +02:00
Michael Weiss 047af233cd python37Packages.cryptography: 2.5 -> 2.6.1
Changelog:
https://cryptography.io/en/latest/changelog/#v2-6-1

Important changes:
- BACKWARDS INCOMPATIBLE: Removed
  cryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature
  and
  cryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature,
  which had been deprecated for nearly 4 years. Use
  encode_dss_signature() and decode_dss_signature() instead.
- BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial,
  which had been deprecated for nearly 3 years. Use serial_number
  instead.
2019-04-22 12:29:34 +02:00
Michael Weiss 22714ad6d0 python37Packages.cryptography: Improve the test vectors integration
This should make the management easier. The package cryptography_vectors
contains the test vectors for cryptography and should therefore always
have the same version. By linking the version of cryptography_vectors to
cryptography, this simply cannot be forgotten.
2019-04-22 12:29:34 +02:00
Michael Weiss 97d35b251b lf: 11 -> 12
And switch to buildGoModule.
2019-04-21 11:48:08 +02:00
Michael Weiss e34c5309b6 wallutils: init at 5.7.2 (#59878) 2019-04-19 21:43:04 +02:00
Michael Weiss 4b5098e79a dav1d: 0.2.1 -> 0.2.2 2019-04-19 12:43:58 +02:00
Michael Weiss 8bb785c3b1 androidStudioPackages.{dev,canary}: 3.5.0.10 -> 3.5.0.11 2019-04-18 20:35:37 +02:00
Michael Weiss 25205afb35 android-studio: 3.3.2.0 -> 3.4.0.18
androidStudioPackages.beta: 3.4.0.17 -> 3.4.0.18
2019-04-18 20:35:37 +02:00
Michael Weiss fab6d810b5 signal-desktop: 1.24.0 -> 1.24.1 2019-04-18 10:14:50 +02:00
Michael Weiss e98c2c8101 signal-desktop: 1.23.2 -> 1.24.0 2019-04-17 21:19:21 +02:00
Michael Weiss b3bcdf8cf5 fuse3: 3.4.2 -> 3.5.0 2019-04-16 23:40:41 +02:00
Michael Weiss 0360256717 android-studio-preview: Remove the attribute (#59691)
This attribute and androidStudioPackages.preview are deprecated since
9aa46aedfe.
2019-04-16 10:51:44 +02:00
Michael Weiss 2c8a36ffb4 androidStudioPackages.{dev,canary}: 3.5.0.9 -> 3.5.0.10 2019-04-16 10:26:11 +02:00
Michael Weiss 2047a4dde2 gns3Packages.{server,gui}Stable: 2.1.15 -> 2.1.16 2019-04-16 10:26:11 +02:00
Michael Weiss 14d6691c49 gns3Packages.{server,gui}Preview: 2.2.0a4 -> 2.2.0a5 2019-04-16 10:26:11 +02:00
Michael Weiss 41ac07b29f tdesktop: 1.6.3 -> 1.6.7 2019-04-14 15:33:13 +02:00
Michael Weiss b5cfba1a36 sshfs: 3.5.1 -> 3.5.2 2019-04-13 11:43:56 +02:00
Michael Weiss 86a914adb4 jekyll: Switch from bundlerEnv to bundlerApp (#59327) 2019-04-11 23:05:46 +02:00
Michael Weiss a3f9dc16cd nvme-cli: 1.8 -> 1.8.1 2019-04-10 12:30:20 +02:00
Michael Weiss 8fcb1b9d4f nvme-cli: 1.7 -> 1.8 2019-04-09 11:44:37 +02:00
Michael Weiss f370671c9a gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4 2019-04-07 11:46:00 +02:00
Michael Weiss 0d076a4445 androidStudioPackages.{dev,canary}: 3.5.0.8 -> 3.5.0.9 2019-04-05 12:14:44 +02:00
Michael Weiss ef5fd41a11 Merge pull request #58814 from primeos/bundler-audit
bundler-audit: init at 0.6.1
2019-04-02 19:16:32 +02:00
Michael Weiss 4572e79ef9 bundler-audit: init at 0.6.1 2019-04-02 17:53:25 +02:00
Michael Weiss 076d8ec67a androidStudioPackages.beta: 3.4.0.16 -> 3.4.0.17 2019-04-02 12:40:44 +02:00
Michael Weiss a92c7bb0cc gollum: Update the dependencies (security)
See #58709.
2019-04-02 12:05:26 +02:00
Michael Weiss 20b9e18891 html-proofer: 3.8.0 -> 3.10.2 (security)
See #58709.
2019-04-02 12:05:26 +02:00
Michael Weiss e6a3229626 inxi: 3.0.32-1 -> 3.0.33-1 2019-03-30 11:31:31 +01:00
Michael Weiss cbeea5918d signal-desktop: 1.23.1 -> 1.23.2 2019-03-29 21:52:49 +01:00
Michael Weiss 009719383c androidStudioPackages.{dev,canary}: 3.5.0.7 -> 3.5.0.8 2019-03-28 22:03:09 +01:00
Michael Weiss f261841e54 Merge pull request #58428 from primeos/scons
scons: 3.0.4 -> 3.0.5
2019-03-28 12:27:31 +01:00
Michael Weiss 03989bea54 Merge pull request #58136 from dtzWill/update/iproute2-5
iproute2: 4.20.0 -> 5.0.0
2019-03-27 12:47:24 +01:00
Michael Weiss c4eff69dca Merge pull request #58215 from primeos/iputils
iputils: 20180629 -> 20190324
2019-03-27 12:23:56 +01:00
Michael Weiss 8939a5da89 scons: 3.0.4 -> 3.0.5
Announcement:
https://scons.org/scons-305-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.5/src/CHANGES.txt
2019-03-27 11:12:30 +01:00
Michael Weiss 6fc7d8a15e androidStudioPackages.{dev,canary}: 3.5.0.6 -> 3.5.0.7 2019-03-26 21:39:07 +01:00
Michael WeissandWill Dietz b6e50e4921 iputils: 20180629 -> 20190324
Important changes:
- Two files where removed in [0]:
  - bin/ipg
  - share/man/man8/pg3.8.gz
- The build system changed from Autotools to Meson.
- New: systemd units and Japanese translations
- "It is probable that within in many many changes a regression may have
  slipped in" [1]

[0]: https://github.com/iputils/iputils/commit/45a1d39b0c740b5803330feb37650352ceea1086
[1]: https://github.com/iputils/iputils/releases/tag/s20190324

Co-authored-by: Will Dietz <github@wdtz.org>
2019-03-26 11:38:48 +01:00
Michael Weiss 698a3f7edd tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Michael Weiss 072adccff7 gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss abadb74b71 tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Michael Weiss ff7d16fb33 signal-desktop: 1.23.0 -> 1.23.1 2019-03-23 11:23:44 +01:00
Michael Weiss 69e23dcc66 Merge pull request #58046 from illegalprime/gpgme-cross
gpgme: cross compilation
2019-03-22 12:57:33 +01:00
Michael Weiss 5cb066c9b9 gns3Packages.{server,gui}Stable: 2.1.14 -> 2.1.15 2019-03-22 12:19:26 +01:00
Michael Weiss 078de9ce49 signal-desktop: 1.22.0 -> 1.23.0 2019-03-22 01:35:03 +01:00
Michael Weiss ec7a34cefe Merge pull request #58066 from primeos/dav1d
dav1d: init at 0.2.1
2019-03-21 21:03:37 +01:00
Michael Weiss 21d3eee760 dav1d: init at 0.2.1 2019-03-21 18:57:56 +01:00
Michael Weiss 61e59fbba0 tdesktop: 1.6.0 -> 1.6.1
tdesktopPackages.preview: 1.6.0 -> 1.6.1
2019-03-20 20:59:49 +01:00
Michael Weiss 101901649b tdesktop: 1.5.15 -> 1.6.0
tdesktopPackages.preview: 1.5.18 -> 1.6.0
2019-03-18 20:46:42 +01:00
Michael Weiss da1a2b1eea tdesktopPackages.preview: 1.5.17 -> 1.5.18 2019-03-16 13:48:55 +01:00
Michael Weiss 02fb221307 androidStudioPackages.beta: 3.4.0.15 -> 3.4.0.16 2019-03-14 21:44:15 +01:00
Michael Weiss 871cd756c8 python.pkgs.distro: Re-enable the package for now
Most tests are fine (only 20 out of 173 fail, 10 because lsb_release is
not available or returns exit code 3 and the other 10 might also fail
due to the sandboxed build environment).
Manual tests show that distro works as intended in a normal environment.

See https://github.com/NixOS/nixpkgs/commit/9382d2ea762302c7a7a5c970679e4fca14256eca
2019-03-14 13:14:52 +01:00
Michael Weiss 0e0a00bb6f gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2 2019-03-14 12:54:11 +01:00
Michael Weiss c4c37f3414 tdesktopPackages.preview: 1.5.15 -> 1.5.17 2019-03-14 12:00:08 +01:00
Michael Weiss 9179a3a406 Merge pull request #57414 from primeos/sway-1.0
sway: Switch to 1.0
2019-03-13 22:40:37 +01:00
Michael Weiss 578fe3f5a0 nixos/sway: Improve the module and adapt it to NixOS
This commit contains the following changes:
- nixos/sway: Remove the beta references
- sway: Drop buildDocs
- nixos/sway: Improve the documentation
- sway,nixos/sway: Adapt Sway to NixOS
  - Copy the default configuration file to /etc/sway/config (Sway will
    still load the identical file from the Nix store but this makes it
    easier to copy the default configuration file).
  - This will also remove all references to the Nix store from the
    default configuration file as they will eventually be garbage
    collected which is a problem if the user copies it.
  - I've also decided to drop the default wallpaper (alternatively we
    could copy it to a fixed location).
- nixos/sway: Drop the package option
2019-03-13 11:37:11 +01:00
Michael Weiss 45004c6f63 sway: Switch to 1.0
This is the result of executing:
git mv -f pkgs/applications/window-managers/sway/beta.nix pkgs/applications/window-managers/sway/default.nix
git mv -f nixos/modules/programs/sway-beta.nix nixos/modules/programs/sway.nix

And removing sway-beta from the following files:
pkgs/top-level/all-packages.nix
nixos/modules/module-list.nix
2019-03-12 22:29:39 +01:00
Michael Weiss 6fa3dd2d5a androidStudioPackages.{dev,canary}: 3.5.0.5 -> 3.5.0.6 2019-03-11 21:28:42 +01:00
Michael Weiss 1240834176 sway-beta: Use the upstream patch to fix the build failure 2019-03-11 18:51:26 +01:00
Michael Weiss eb2a26f5c6 sway-beta: 1.0-rc5 -> 1.0 2019-03-11 17:02:25 +01:00
Michael Weiss 7f43089999 wlroots: 0.4.1 -> 0.5.0 2019-03-11 17:02:22 +01:00
Michael Weiss c1c13e4115 fuse3: 3.4.1 -> 3.4.2 2019-03-10 00:03:25 +01:00
Michael Weiss e84cf5edad androidStudioPackages.beta: 3.4.0.14 -> 3.4.0.15 2019-03-08 09:11:10 +01:00
Michael Weiss 47f8a520f8 lf: 10 -> 11 2019-03-04 20:51:00 +01:00
Michael Weiss 217070368a scdoc: 1.9.3 -> 1.9.4 2019-03-04 20:48:31 +01:00
Michael Weiss 6eb62cfc68 android-studio: 3.3.1.0 -> 3.3.2.0 2019-03-04 20:45:21 +01:00
Michael Weiss 7bf4323082 sway-beta: 1.0-rc4 -> 1.0-rc5 2019-03-04 20:31:06 +01:00
Michael Weiss f1e72eff33 signing-party: 2.8 -> 2.9 2019-03-02 10:20:12 +01:00
Michael Weiss 560c886174 scdoc: 1.9.1 -> 1.9.3 2019-03-02 10:20:12 +01:00
Michael Weiss c484f07d04 wlroots: 0.4 -> 0.4.1 2019-02-28 19:01:47 +01:00
Michael Weiss 5a8bfc98a2 gns3Packages.{server,gui}Stable: 2.1.13 -> 2.1.14 2019-02-28 13:57:13 +01:00
Michael Weiss 410650c128 scdoc: 1.9.0 -> 1.9.1 2019-02-28 13:48:30 +01:00
Michael Weiss 3725da4aa9 gns3Packages.{server,gui}Stable: 2.1.12 -> 2.1.13 2019-02-26 22:46:45 +01:00
Michael Weiss aaf1645e17 androidStudioPackages.{dev,canary}: 3.5.0.4 -> 3.5.0.5 2019-02-26 22:46:44 +01:00
Michael Weiss 0c89c444a2 sway-beta: 1.0-rc3 -> 1.0-rc4 2019-02-26 19:03:15 +01:00
Michael Weiss afe0725834 wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
Michael Weiss 2685d2722d scdoc: 1.8.1 -> 1.9.0 2019-02-24 22:11:15 +01:00
Michael Weiss ce019e775f gns3-server: Switch to Python 3.7
This will finally make the builds reproducible. Python 3.6 stored
timestamps in the .pyc files but Python 3.7 implements PEP 552 [0].

[0]: https://www.python.org/dev/peps/pep-0552/
2019-02-23 17:38:39 +01:00
Michael Weiss 851c390182 androidStudioPackages.{dev,canary}: 3.5.0.3 -> 3.5.0.4 2019-02-22 23:08:00 +01:00
Michael Weiss f5649304cb androidStudioPackages.beta: 3.4.0.13 -> 3.4.0.14 2019-02-22 23:08:00 +01:00
Michael Weiss e66b8d5fb1 signal-desktop: 1.21.2 -> 1.22.0 2019-02-21 22:14:29 +01:00
Michael Weiss 5a4c8092c0 dynamips: 0.2.19 -> 0.2.20 2019-02-20 20:36:39 +01:00
Michael Weiss b790a74816 sway-beta: 1.0-rc2 -> 1.0-rc3 2019-02-18 22:26:16 +01:00
Michael Weiss fe16c54d1a androidStudioPackages.{dev,canary}: 3.5.0.2 -> 3.5.0.3 2019-02-15 11:36:14 +01:00
Michael Weiss cba377937c androidStudioPackages.beta: 3.4.0.12 -> 3.4.0.13 2019-02-15 11:36:14 +01:00
Michael Weiss ecfa775439 python37Packages.cryptography: 2.4.2 -> 2.5
Changelog:
https://cryptography.io/en/latest/changelog/#v2-5

Important changes:
- BACKWARDS INCOMPATIBLE: U-label strings were deprecated in version
  2.1, but this version removes the default idna dependency as well.
- BACKWARDS INCOMPATIBLE: The minimum supported PyPy version is now 5.4.
2019-02-14 08:15:15 +01:00